Skip to content

Releases: blitz-js/blitz

v0.43.0

17 Nov 16:39
Compare
Choose a tag to compare

🚀 New Features

🐞 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

Credits

Huge thanks to @JuanM04, @s-r-x, @lovethebomb, @flybayer, and @netwarex for helping!

v0.42.4

06 Nov 19:22
Compare
Choose a tag to compare

🐞 Patches

  • Fix build TypeError: Cannot read property 'children' of undefined: #2924

v0.42.1

06 Nov 17:15
Compare
Choose a tag to compare

🐞 Patches

  • Fix build error: No QueryClient set: #2914
  • Show the error message from prisma generate when blitz codegen fails: #2891

⚡️ Changes to the New App Template

  • On login page, pass user to the onSuccess callback: #2919

Internal Meta Changes

Credits

Huge thanks to @lucasvazq for helping!

v0.42.0

03 Nov 15:50
Compare
Choose a tag to compare

🚀 New Features

🐞 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

  • Update material-ui recipe, migrate from v4 to v5: #2853
  • Add bulma recipe: #2850

👀 Changes to Example Apps

  • Add next-rosetta example: #2872
  • Add Cypress example: #2836

Internal Meta Changes

Credits

Huge thanks to @JuanM04, @mochi-sann, @g3offrey, @p-siriphanthong, @flybayer, @cj, @dvnrsn, @vivek7405, @devtombiz, and @Skn0tt for helping!

v0.41.2-canary.5

02 Nov 22:59
Compare
Choose a tag to compare
v0.41.2-canary.5 Pre-release
Pre-release

🚀 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

Credits

Huge thanks to @beerose, @cj, @dvnrsn, @devtombiz, and @Skn0tt for helping!

v0.41.2-canary.4

20 Oct 23:35
Compare
Choose a tag to compare
v0.41.2-canary.4 Pre-release
Pre-release

Internal Meta Changes

  • Remove internal @blitzjs/config package and move @blitzjs/repl into core: #2860

v0.41.2-canary.3

20 Oct 22:43
Compare
Choose a tag to compare
v0.41.2-canary.3 Pre-release
Pre-release

🚀 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

  • Update material-ui recipe, migrate from v4 to v5: #2853
  • Add bulma recipe: #2850

Internal Meta Changes

Credits

Huge thanks to @g3offrey, @mochi-sann, and @vivek7405 for helping!

v0.41.2-canary.2

19 Oct 22:25
Compare
Choose a tag to compare
v0.41.2-canary.2 Pre-release
Pre-release

Internal Meta Changes

  • Move internal @blitzjs/core package into nextjs fork core: #2857

v0.41.2-canary.1

19 Oct 22:13
Compare
Choose a tag to compare
v0.41.2-canary.1 Pre-release
Pre-release

🚀 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

Credits

Huge thanks to @beerose, @JuanM04, @mochi-sann, and @p-siriphanthong for helping!

v0.41.1

13 Oct 15:13
Compare
Choose a tag to compare

🐞 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

Credits

Huge thanks to @piotrski, @namirsab, @martinsaxa, @mzaien, and @maybebored for helping!