🚀 New Features
- Add
page.authenticate
,page.redirectAuthenticatedTo
, andpage.suppressFirstRenderFlicker
: #1901 - Add
useAuthorize
anduseRedirectAuthenticated
hooks: #1900 - Remove requirement of
publicData.roles
: #1788 - Important CLI Change: Change
blitz generate
default value syntax fromdefault[value]
todefault=value
: #1906
🐞 Patches
- Fix useQuery hooks return type when
enabled
orsuspense
could be false: #1893 - Fix type of
publicData
in client & server utilities to bePartial<PublicData>
because public data is empty by default: #1788 - Upgrade superjson: 1.6.0 → 1.6.2: #1904
⚡️ Changes to the New App Template
- Update all pages to use the new page options like
page.authenticate
: #1901 - Switch from using
publicData.roles
topublicData.role
: #1788 - Fix react-hook-form reset password page: #1902