💥 Breaking Changes
getBlitzRuntimeData()
function removed. It was only used for theblitz install secureheaders
recipe. If you previously installed that recipe, update thesecureheaders.ts
file with the changes in this commit: 8d98843
🚀 Big Update
- 🎉 Remove custom blitz compiler - all custom features now in core framework!: #2662
- The
next-env.d.ts
feature now works correctly but asblitz-env.d.ts
. This file will be automatically written to disk and updated based on your specific feature usage. You should checkblitz-env.d.ts
into your repo - The intermediate
.blitz/build
folder is no longer used - Fixes all issues caused by
.blitz/build
step - Should now work with pnpm
- Debugger breakpoints should now work
- Issues with .gitignore files is resolved
- Overall dev/build perf is somewhat improved
- The
🐞 Patches
- Added
BLITZ_TELEMETRY_DISABLED
env variable: #2664 - Fix useQuery hooks to not cache data during SSR: #2666
- Fix
<Link>
not working correctly with i18n and basepath: #2668
Internal Meta Changes
- added @mwcampbell as contributor: 5cf84a6