Skip to content

Releases: blitz-js/blitz

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

v0.44.1

06 Dec 18:09
Compare
Choose a tag to compare

🐞 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

Credits

Huge thanks to @beerose, @MukulKolpe, and @JuanM04 for helping!

0.44.0

03 Dec 22:02
Compare
Choose a tag to compare

🚀 New Features

🐞 Patches

  • Move blitz babel config into nextjs fork: #2903
  • Fix missing BlitzConfig type: #2987
  • Fix prefetching when using usePaginatedQuery or useInfiniteQuery: #3014

⚡️ Changes to the New App Template

  • Upgrade typescript to 4.5: #2973
  • Upgrade react to 18-beta: #2998

👩‍🍳 Recipes

  • Add info about a required manual step to graphql-apollo-server recipe: #2905

Internal Meta Changes

Credits

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