5.0.0 (2023-06-21)
⚠ BREAKING CHANGES
definePreview
and<PreviewSuspense>
are replaced by<LiveQueryProvider>
.usePreview
is replaced byuseLiveQuery
.@sanity/client
is now a peer dependency.
The migration guide outlines every breaking change and how to migrate your code
Bug Fixes
- Preview hooks no longer perform queries while the initial dataset export is streaming, as this could lead to incomplete query results and unexpected cases of
null
.
This release is also available on: