Bug Fixes (from CHANGELOG.md
)
-
Fix incorrect
variables
passed inFieldFunctionOptions
for nestedreadField
calls inread
andmerge
functions.
@stardustxx in #9808 -
Improve repository build scripts to work better on Windows.
@dylanwulf in #9805 -
Ensure
useQuery(query, { skip: true }).called === false
rather than always returningcalled
astrue
.
@KucharskiPiotr in #9798 -
Allow abandoned
reobserve
requests to unsubscribe from their underlyingObservable
.
@javier-garcia-meteologica in #9791
What's Changed (auto-generated by GitHub)
- fix: fixes FieldFunctionOptions return incorrect variables by @stardustxx in #9808
- Fix build config to work on Windows by @dylanwulf in #9805
- Fix: useQuery returns called value based on skip option. by @KucharskiPiotr in #9798
- fix: abort stale connection on reobserve (#9532) by @javier-garcia-meteologica in #9791
New Contributors 🎉 🙌 🥳
- @stardustxx made their first PR in #9808
- @dylanwulf made their first PR in #9805
- @KucharskiPiotr made their first PR in #9798
Full Changelog: v3.6.7...v3.6.8