Skip to content

v1.5.0

Compare
Choose a tag to compare
@SomaticIT SomaticIT released this 11 Nov 18:05
· 5 commits to main since this release

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 install broadcast-channel.
  • broadcastQueryClient is now async (should be used in onMount)