Releases: blitz-js/blitz
Releases · blitz-js/blitz
v2.0.0-alpha.49
To Upgrade:
npm i blitz@alpha @blitzjs/next@alpha @blitzjs/rpc@latest @blitzjs/auth@latest
🐞 Patches
@blitzjs/next
- bec9512: Allow resolverPath to be a function which is ran for every file path that is converted to RPC Route
@blitzjs/rpc
- bec9512: Allow resolverPath to be a function which is ran for every file path that is converted to RPC Route
v0.45.4
🐞 Patches
- Bump superjson from 1.7.5 to 1.8.1 in /nextjs: #3165
⚡️ Changes to the New App Template
- Change preview-email to just in time import so it doesn't need to be in production deps: f2d8148
- Upgrade
react
and@types/react
, update types: #3282
Internal Meta Changes
- added @Lokprakash-babu as contributor: 19ea640
- added @eai04191 as contributor: e5c6071
- Add @husnuljahneer as L1 Maintainer: #3142
- added @numanaral as contributor: d41385b
- Add JDLT to sponsors list: #3226
- added @jscyo as contributor: 2675942
- added @davidbarker as contributor: 85c10b9
- added @timfee as contributor: 09a8c94
- added @Caslus as contributor: 7c698f0
- updated @dillonraphael contributions: a7deaaf
Credits
Huge thanks to @Vandivier and @husnuljahneer for helping!
v0.45.3
🚨 Patches a Critical Security Vulnerability
- Fix a critical security vulnerability by upgrading superjson. See CVE-2022-23631 for more details.: #3162
🐞 Patches
- Fix blitz logging to respect
FORCE_COLOR=0
: #3157
👩🍳 Recipes
- Add NextUI recipe: #3152
Internal Meta Changes
- Added @shellord as contributor: c603195
- Added @husnuljahneer as contributor: 7f35af5
- Added @ReykCS as contributor: 01dce6b
- Added @shellord as L1 maintainer: #3140
Credits
Huge thanks to @flybayer, @mochi-sann, and @shellord for helping!
v0.45.2
v0.45.1
🐞 Patches
- Fix passport adapter to work behind cloudfront: #3132
- Fix
useRedirectAuthenticatedSession is not a function
error: #3117
Internal Meta Changes
- added @Nfinished as contributor: ee74253
Credits
Huge thanks to @Nfinished and @flybayer for helping!
v0.45.0
🚀 New Features
- Support custom templates folder with
blitz generate
: #3068- Copy
node_modules/@blitzjs/generator/dist/templates
to a directory in your app liketemplates/
- Set path to that folder in blitz.config.js
codegen: { templateDir: "./templates", },
- Copy
🐞 Patches
- Fix
RedirectError
not redirecting on the client: #3100 - Fix
blitz g mutation
creating a file with invalid name: #3104
⚡️ Changes to the New App Template
- Fix inconsistent formatting in
LoginForm
component andLogin
page: #3063
👩🍳 Recipes
- Use free tier by default in Render recipe: #3060
- Update material-ui recipe — remove
@mui/styles
: #3076 - Add
addRunCommandStep
to the recipe builder: #3090
Internal Meta Changes
- updated @zenhob contributions: 49c5a1e
- added @SofianeDjellouli as contributor: 98f91e2
- added @kreako as contributor: ec8632a
- Update links to PostgreSQL guide: #3087
- added @sarahdayan as contributor: c631f1e
- added @c-ciobanu as contributor: 018e240
- added @arpitdalal as contributor: 11eb420
- added @RobertRisch as contributor: c9f4167
- added @dineshgadge as contributor: a4bcfb4
- added @maltekiessling as contributor: 75ed86e
- added @ospfranco as contributor: ea1e75b
Credits
Huge thanks to @dineshgadge, @frankiesardo, @Vandivier, @JuanM04, @noxify, and @sarahdayan for helping!
v0.45.0-canary.0
🚀 New Features
- Support custom templates folder with
blitz generate
: #3068- Copy
node_modules/@blitzjs/generator/dist/templates
to a directory in your app liketemplates/
- Set path to that folder in blitz.config.js
codegen: { templateDir: "./templates", },
- Copy
⚡️ Changes to the New App Template
- Fix inconsistent formatting in
LoginForm
component andLogin
page: #3063
👩🍳 Recipes
- Use free tier by default in Render recipe: #3060
- Update material-ui recipe — remove
@mui/styles
: #3076
Internal Meta Changes
- updated @zenhob contributions: 49c5a1e
- added @SofianeDjellouli as contributor: 98f91e2
- added @kreako as contributor: ec8632a
- Update links to PostgreSQL guide: #3087
- added @sarahdayan as contributor: c631f1e
- added @c-ciobanu as contributor: 018e240
- added @arpitdalal as contributor: 11eb420
- added @RobertRisch as contributor: c9f4167
Credits
Huge thanks to @beerose, @frankiesardo, @Vandivier, @JuanM04, and @sarahdayan for helping!
v0.44.4
🐞 Patches
- Fix DB not automatically being set up for new apps: #3043
- Fix global blitz installation with Node 12: #3040
- Fix
blitz generate
breaking@db.Text
in prisma schema: #3041 - Fix to load nested mutations and queries in
blitz console
: #3031 - Internal refactor: Move installer package to nextjs/packages: #3044
⚡️ Changes to the New App Template
- Set
blitz
version tolatest
in new apps templates: #3048
👩🍳 Recipes
- Update tailwindcss recipe to v3: #3050
Internal Meta Changes
- added @skotchpine as contributor: 0f99de9
Credits
Huge thanks to @beerose, @skotchpine, @JuanM04, and @mochi-sann for helping!