Skip to content

Releases: blitz-js/blitz

v2.0.0-alpha.49

04 Jul 15:40
830b51d
Compare
Choose a tag to compare
v2.0.0-alpha.49 Pre-release
Pre-release

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

12 Apr 10:49
Compare
Choose a tag to compare

🐞 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
  • Upgradereact and @types/react, update types: #3282

Internal Meta Changes

Credits

Huge thanks to @Vandivier and @husnuljahneer for helping!

v0.45.3

09 Feb 16:08
Compare
Choose a tag to compare

🚨 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

Credits

Huge thanks to @flybayer, @mochi-sann, and @shellord for helping!

v0.45.2

20 Jan 10:42
Compare
Choose a tag to compare

🐞 Patches

  • Fix passport adapter secureProxy to always work regardless of request headers: #3135

Credits

Huge thanks to @flybayer for helping!

v0.45.1

18 Jan 17:29
Compare
Choose a tag to compare

🐞 Patches

  • Fix passport adapter to work behind cloudfront: #3132
  • Fix useRedirectAuthenticatedSession is not a function error: #3117

Internal Meta Changes

Credits

Huge thanks to @Nfinished and @flybayer for helping!

v0.45.0

06 Jan 15:32
Compare
Choose a tag to compare

🚀 New Features

  • Support custom templates folder with blitz generate: #3068
    • Copy node_modules/@blitzjs/generator/dist/templates to a directory in your app like templates/
    • Set path to that folder in blitz.config.js
      codegen: {
        templateDir: "./templates",
      },

🐞 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 and Login 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

Credits

Huge thanks to @dineshgadge, @frankiesardo, @Vandivier, @JuanM04, @noxify, and @sarahdayan for helping!

v0.45.0-canary.0

24 Dec 17:57
Compare
Choose a tag to compare
v0.45.0-canary.0 Pre-release
Pre-release

🚀 New Features

  • Support custom templates folder with blitz generate: #3068
    • Copy node_modules/@blitzjs/generator/dist/templates to a directory in your app like templates/
    • Set path to that folder in blitz.config.js
      codegen: {
        templateDir: "./templates",
      },

⚡️ Changes to the New App Template

  • Fix inconsistent formatting in LoginForm component and Login page: #3063

👩‍🍳 Recipes

  • Use free tier by default in Render recipe: #3060
  • Update material-ui recipe — remove @mui/styles: #3076

Internal Meta Changes

Credits

Huge thanks to @beerose, @frankiesardo, @Vandivier, @JuanM04, and @sarahdayan for helping!

v0.44.4

11 Dec 22:03
Compare
Choose a tag to compare

🐞 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 to latest in new apps templates: #3048

👩‍🍳 Recipes

  • Update tailwindcss recipe to v3: #3050

Internal Meta Changes

Credits

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

v0.44.3

06 Dec 23:21
Compare
Choose a tag to compare

🐞 Patches

  • Fix blitz build not loading production env by default: #3037
  • Relax some unnecessary type requirements for blitz.config.ts: #3036

v0.44.2

06 Dec 21:05
Compare
Choose a tag to compare

🐞 Patches

  • Fix so that blitz config env config values can be type string | undefined: #3034
  • Fix env file loading to default to development instead of production: #3033