v1.0.0-canary.4
Pre-release
Pre-release
kmjennison
released this
21 Dec 20:47
·
76 commits
to main
since this release
Changes
- Throw when using
withAuthUserSSR
without signed cookies by @kmjennison in #391 - Throw if
useAuthUser
is used withoutwithAuthUser
by @kmjennison in #395
Breaking
- Minor breaking change: it's no longer allowed to use
withAuthUserSSR
alongside unsigned cookies. This was already discouraged but now will throw an error. For more info, see: #195 - Minor breaking change: it's no longer possible to use
useAuthUser
withoutwithAuthUser
above it in the component tree. For more info, see: #155
Full Changelog: v1.0.0-canary.3...v1.0.0-canary.4