Releases: blitz-js/blitz
Releases · blitz-js/blitz
v0.43.0
🚀 New Features
- Add a flag to skip
blitz install
confirmation (blitz install --yes
): #2954 - Add
--file
flag toblitz db seed
command: #2962 - Add the following recipe utilities
transformBlitzConfig
,wrapBlitzConfig
,addBabelPreset
: #2887 - Add ability to set blitz logging type to
json
: #2888
🐞 Patches
- Unify recipes Program types and fix
blitz install
: #2952 - Disable autoRun for jest extension by default: #2943
- Move superjson integration from babel plugin into core: #2939
- Fix
.blitz
routes manifest location when using pnpm: #2963
⚡️ Changes to the New App Template
- Update zod validators to trim and lowercase email: #2971
👩🍳 Recipes
- Add Passenger recipe: #2890
- Fix installing dependencies of styled-components recipe: #2934
- Add vanilla-extract recipe: #2946
Internal Meta Changes
- added @lovethebomb as contributor: c512b7a
- updated @lovethebomb contributions: 20e7c16
- added @NorfeldtAbtion as contributor: 47c3c94
- added @netwarex as contributor: 862e54b
- added @5minpause as contributor: f2b2e5a
- added @basilk76 as contributor: 58d5669
- added @danestves as contributor: 23f85d6
- added @coryhouse as contributor: da8925a
- Add meetkai as seedling sponsor: #2938
- added @rockmanvnx6 as contributor: 9ddc85d
- Add @damilolarandolph as L1 maintainer: #2953
Credits
Huge thanks to @JuanM04, @s-r-x, @lovethebomb, @flybayer, and @netwarex for helping!
v0.42.4
v0.42.1
🐞 Patches
- Fix build error: No QueryClient set: #2914
- Show the error message from
prisma generate
whenblitz codegen
fails: #2891
⚡️ Changes to the New App Template
- On login page, pass user to the onSuccess callback: #2919
Internal Meta Changes
- Move Blitz eslint config into nextjs fork: #2902
- added @lucasvazq as contributor: 919e9f6
- added @chrisj-back2work as contributor: a1d8008
- added @thisdotrob as contributor: e109813
Credits
Huge thanks to @lucasvazq for helping!
v0.42.0
🚀 New Features
- Add a minimal app template: #2764
- Add authenticated layout support with
Layout.authenticate
: #2825 - Allow user to select a recipe with
blitz install
command: #2828 - Add support for async
experimental.initServer()
: #2798 - Allow setting secureCookies in sessionMiddleware config: #2361
🐞 Patches
- Improve error message on a duplicate page name error: #2823
- Fix
blitz generate
--dry-run flag not being respected: #2858 - Fix broken route manifest in 0.41.2-canary.2: #2870
- Fix
blitz generate
in javascript projects: #2859 - Export MutateFunction type from blitz/react-query: #2882
- Fix using HOCs in _app.js: #2897
- Fix so middleware errors (like CSRFMissmatchError) don't crash the server: #2901
⚡️ Changes to the New App Template
- Update new apps dependencies, format files, improve readmes: #2849
- Pin react and react-dom versions in package.json (And I think fix the cannot find module react issue): #2868
- Add prompt to
blitz new
to choose javascript or typescript: #2739
👩🍳 Recipes
👀 Changes to Example Apps
Internal Meta Changes
- added @p-siriphanthong as contributor: 6a539a3
- added @shawn-fetanat as contributor: 8a5596f
- added @mochi-sann as contributor: e2490b9
- updated @mochi-sann contributions: 5fc4cbb
- Move internal @blitzjs/core package into nextjs fork core: #2857
- added @camsloanftc as contributor: 40a6c7d
- added @sitek94 as contributor: 7c4e9c8
- added @vivek7405 as contributor: 4d1c997
- Remove internal @blitzjs/config package and move @blitzjs/repl into core: #2860
- added @cj as contributor: 52d569e
- added @RobertBroersma as contributor: f8e9d75
- Update dehydrated state integration test for Map: #2649
- added @cbejensen as contributor: aa00886
- added @dvnrsn as contributor: afd6e3f
- added @devtombiz as contributor: 046587d
- Update monorepo browserslist version: #2900
Credits
Huge thanks to @JuanM04, @mochi-sann, @g3offrey, @p-siriphanthong, @flybayer, @cj, @dvnrsn, @vivek7405, @devtombiz, and @Skn0tt for helping!
v0.41.2-canary.5
🚀 New Features
- Add prompt to
blitz new
to choose javascript or typescript: #2739 - Allow setting secureCookies in sessionMiddleware config: #2361
🐞 Patches
- Fix
blitz generate
in javascript projects: #2859 - Export MutateFunction type from blitz/react-query: #2882
- Fix using HOCs in _app.js: #2897
- Fix so middleware errors (like CSRFMissmatchError) don't crash the server: #2901
👀 Changes to Example Apps
- Add next-rosetta example: #2872
Internal Meta Changes
- added @cj as contributor: 52d569e
- added @RobertBroersma as contributor: f8e9d75
- Update dehydrated state integration test for Map: #2649
- added @cbejensen as contributor: aa00886
- added @dvnrsn as contributor: afd6e3f
- added @devtombiz as contributor: 046587d
- Update monorepo browserslist version: #2900
Credits
Huge thanks to @beerose, @cj, @dvnrsn, @devtombiz, and @Skn0tt for helping!
v0.41.2-canary.4
Internal Meta Changes
- Remove internal @blitzjs/config package and move @blitzjs/repl into core: #2860
v0.41.2-canary.3
🚀 New Features
- Add support for async
experimental.initServer()
: #2798
🐞 Patches
- Fix broken route manifest in 0.41.2-canary.2: #2870
⚡️ Changes to the New App Template
- Pin react and react-dom versions in package.json (And I think fix the cannot find module react issue): #2868
👩🍳 Recipes
Internal Meta Changes
- added @camsloanftc as contributor: 40a6c7d
- added @sitek94 as contributor: 7c4e9c8
- added @vivek7405 as contributor: 4d1c997
Credits
Huge thanks to @g3offrey, @mochi-sann, and @vivek7405 for helping!
v0.41.2-canary.2
Internal Meta Changes
- Move internal @blitzjs/core package into nextjs fork core: #2857
v0.41.2-canary.1
🚀 New Features
- Add a minimal app template: #2764
- Add authenticated layout support with
Layout.authenticate
: #2825 - Allow user to select a recipe with
blitz install
command: #2828
🐞 Patches
- Improve error message on a duplicate page name error: #2823
- Fix
blitz generate
--dry-run flag not being respected: #2858
⚡️ Changes to the New App Template
- Update new apps dependencies, format files, improve readmes: #2849
👀 Changes to Example Apps
- Add Cypress example: #2836
Internal Meta Changes
- added @p-siriphanthong as contributor: 6a539a3
- added @shawn-fetanat as contributor: 8a5596f
- added @mochi-sann as contributor: e2490b9
- updated @mochi-sann contributions: 5fc4cbb
Credits
Huge thanks to @beerose, @JuanM04, @mochi-sann, and @p-siriphanthong for helping!
v0.41.1
🐞 Patches
- Make
blitz codegen
generate prisma client if prisma is installed: #2830 - Fix
blitz new
next steps message: #2818 - Show an error if a reserved word is used for
blitz generate
's model name: #2813 - Show an error if invalid model name is passed to
blitz generate
: #2802
Recipes
- Prevent duplicated ComponentPropsWithoutRef import when installing chakra-ui: #2817
Internal Meta Changes
- updated @Vandivier contributions: e458224
- added @namirsab as contributor: 9e9c63d
- added @scttcper as contributor: c4f6f78
- Add missing information to stitches recipe README: #2812
- updated @beerose contributions: baeefff
- updated @namirsab contributions: 350a98d
- added @Abduttayyeb as contributor: 9e405aa
- Add tsdoc comments for
withRouter
anduseRouter
functions: #2784 - added @maybebored as contributor: f3f85b6
- added @MuckHub as contributor: fa7ac11
Credits
Huge thanks to @piotrski, @namirsab, @martinsaxa, @mzaien, and @maybebored for helping!