Releases: SvelteStack/svelte-query
Releases · SvelteStack/svelte-query
v1.6.0
What's Changed
- chore(Core): upgrade query core by @amen-souissi in #69
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Thanks to @SomaticIT, @benmccann, @basaran
Features
- Infer types correctly when using useQueries (#56)
- Improve components types with generics and generate definitions (#61)
Bug Fixes
- Update broadcast-channel to 4.2.0 (#51)
- Make broadcast-channel optional (#62)
- Update queryHash when queryKey is updated using updateOptions (#55)
Docs
- Invalid link (#54)
Experimental breaking changes
- To use
broadcastQueryClient
, you now need to manually installbroadcast-channel
. broadcastQueryClient
is now async (should be used inonMount
)
v1.4.1
v1.4.0
Thanks to @SomaticIT 👍
Feature
v1.3.3
Bug Fixes
- types: Add undefined return type in onMutate
- useQuery: let type of queryKey for the QueryContext be inferred from the key passed to useQuery
v1.3.2
Fix
- update yarn lock
v1.3.1
Big thanks to @frederikhors and @SomaticIT 👍
Fix
- move Storybook in it's own dir && Remove engines field from package.json (#34) (@frederikhors )
- Misprint (#28) (@frederikhors )
- remove sourceMappingURL from svelte build (#32) (@SomaticIT)
v1.3.0
Features
- add useIsMutating hook
Bug Fixes
- queryObserver: re-run selector if it throws error
v1.2.1
Bug Fixes
- docs: add the broadcastQueryClient section
v1.2.0
Features
- broadcastQueryClient: experimental support for tab/window syncing
- pass error as second parameter to retryDelay function
- subscriptions: add event types and metadata to subscriptions