Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.1 #222

Merged
merged 205 commits into from
Mar 30, 2024
Merged

1.6.1 #222

merged 205 commits into from
Mar 30, 2024

Conversation

nmathew98
Copy link
Owner

No description provided.

* feat: useQwery hook

* fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered
* types: rough types for useQweryOptions

* fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side
* test: add tests for useQwery, csr and ssr

* chore: add gh actions
* fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer

* test: adding tests for async caches

* style: remove unused import

* types: update types

* refactor: update QweryProvider

* style: double quotes
* chore(react,vue,solid,svelte): update readme

* chore(react,vue,solid,svelte): add bundlephobia link
* chore(react,vue,solid,svelte): update readme

* chore(react,vue,solid,svelte): add bundlephobia link

* chore: update repo readme
* docs(example-vue): vue example

* docs(vue): setting the currentThread uuid in a ref and computing the details of the currentThread, fixes reply to not working and broadcasts not working

* fix(example-vue): build issues

* fix(example-vue): small fixups
* chore(react,vue,solid,svelte): export Dispatch type

* chore(example-react,example-vue): verbatim module syntax

* chore: update readme
* docs(example-svelte): svelte example mostly there, still a few rough parts with the ThreadChild

* fix(example-svelte): fix issue with children not updating correctly when replied to, though not sure if there's a better way. pending bug with content not being cleared correctly

* docs(example-svelte): update comments

* chore: update example svelte package name

* docs(example-svelte): another possible bug with svelte
* feat: batching

* feat: size scheduler

* fix: move isWaiting flip up one level

* fix: .then returns a new promise

* test: unit tests

* fix: external reject size scheduler

* feat: allow immediate execution

* refactor: extract out immediateScheduler

* feat: add immediate execution utility, aborts all pending executions

* types: types for batcher

* chore: update exports

* types: relax constraint on return
…ch behaviour (#208)

* feat(react,vue,solid,svelte): add fetchPolicy to allow specifying fetch behaviour

* fix: update behaviour of broadcast and window focus refetch
* docs(example-svelte): update to svelte 5

* chore: enable ssr
…ide (#212)

* fix(react,solid,vue,svelte): check network connectivity only client side

* fix(react): update useNetworkMode effect deps
* chore: init solid

* docs(example-solid): solid example

* chore(example-solid): update eslint config
@nmathew98 nmathew98 merged commit 4eff245 into master Mar 30, 2024
1 check passed
@nmathew98 nmathew98 deleted the chore/1.6.1 branch March 30, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant