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
)