Releases: blitz-js/blitz
Releases · blitz-js/blitz
v2.0.7
🐞 Patches
-
ee7bf87: Turbopack support for Blitz
This PR includes the changes required to make the Blitz loaders work with Turbopack.
⚠️ Upgrade to latest next canary to use this feature:>14.2.0-canary.25
.
ℹ️ While using turbopack currently fewinvalid
config warnings will be shown, which can be ignored and should be fixed upstream in next.js. For more context: #4314Usage:
pnpm blitz dev --turbo
-
178c152: fix: patch next.js to hide intentional throws of
DYNAMIC_SERVER_USAGE
v2.0.6
v2.0.5
🐞 Patches
- 6f54841: fix: getBlitzContext() can only be used in React Server Components in Nextjs 13 or higher
- 8a41753: fix: remove restriction to use
secure
cookies in localhost / during development following spec in developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies
v2.0.4
🐞 Patches
- dd604c7: perf: add filter to select only non expired sessions
- 28a7904: fix: export
BlitzServerMiddleware
from blitz-next with next-js specific type - f25aac0: fix: add support to codemod upgrade-legacy for projects that have their pages folder nested in a src/ folder
- 71b9950: fix: ajv dependency was not installed with blitz new
v2.0.3
🐞 Patches
- 2f5c8a3: fix: missing sodium native prebuilds required to use secure-password during server rendering
- 956a739: fix: codemod now uses the correct paths corresponding to the changes to new templates
- 47722e0: fix: search inside any subdirectory to inside
src|app
directories to findblitz-server.ts
to use theBlitzCliConfig
configurations. - 595f400: fix: add missing
prettier
,pretty-quick
and other missing dev dependencies in the new app template
v2.0.2
v2.0.1
v2.0.0
v2.0.0-beta.37
v2.0.0-beta.36
🐞 Patches
- 09e0c68: Automatically authorize role with usage of
redirectAuthenticatedTo
inuseAuthenticatedBlitzContext
and persist internal function definition ofgetBlitzContext