Releases: SvelteStack/svelte-query
Releases · SvelteStack/svelte-query
v1.1.0
Bug Fixes
- use correct query and options when creating infinite query result
- prevent fetch when switching to disabled query
- string and array query keys should be similar
- make sure suspense callbacks get correct data
Features
- experimental: persistQueryClient and persistors
v1.0.8
handle select error
v1.0.7
Features
- run selector if reference changes to enable use of dependencies
- types: Add optional cancelRefetch field to ResultOptions interface
Bug Fixes
- accept null values in mutate function
- check if the navigator global is available before usage
- make sure state is not updated when unmounted
- update synchronously to make sure observers always have the latest state
- single query methods should be exact by default
- stop fetching pages when an infinite query unmounts
v1.0.6
Fix/default options (#7) * fix(QueryClient): add defaultOptions default value
v1.0.5
- notify on updates between mounting and subscribing
- types: Add optional cancelRefetch field to ResultOptions interface
- accept null values in mutate function
v1.0.4
- stop returning cancelledError on reset during fetch
- onlineManager: listen to 'offline' events
v1.0.3
Fix docs
v1.0.2
New sponsors format
v1.0.1
Docs improvement
v1.0.0
First release !