Releases: blitz-js/blitz
Releases · blitz-js/blitz
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!
v0.44.3
v0.44.2
v0.44.1
🐞 Patches
- Fix jest-preset syntax error: #3027
- Fix next_stdlib__WEBPACK_IMPORTED_MODULE_1__.connectMiddleware is not a function: #3024
- Fix windows incompatibility with nested dependency: #3030
- Fix APP_ENV loading to not load all
.env
files: #3026
⚡️ Changes to the New App Template
- Update default app
blitz-env.d.ts
: adef11b
Internal Meta Changes
- added @david-arteaga as contributor: 4233caa
- added @MukulKolpe as contributor: 9255050
Credits
Huge thanks to @beerose, @MukulKolpe, and @JuanM04 for helping!
0.44.0
🚀 New Features
- Support
RouteUrlObject
asredirect.destination
inGetServerSideProps
/GetStaticProps
: #2932 - Load env variables based on
APP_ENV
or-e
flag: #2878
🐞 Patches
- Move blitz babel config into nextjs fork: #2903
- Fix missing
BlitzConfig
type: #2987 - Fix prefetching when using
usePaginatedQuery
oruseInfiniteQuery
: #3014
⚡️ Changes to the New App Template
👩🍳 Recipes
- Add info about a required manual step to
graphql-apollo-server
recipe: #2905
Internal Meta Changes
- Fix lint warnings: #2968
- added @noxify as contributor: b23c2cd
- Add "volta" settings to package.json and update node-version: #2994
- added @davidchristie as contributor: 1c12da5
- added @ajanth97 as contributor: 74efbad
- added @divpreet as contributor: 19ad917
- Move display package to nextjs fork: #2989
Credits
Huge thanks to @s-r-x, @flybayer, @noxify, and @JuanM04 for helping!