npm blitz 0.45.0
v0.45.0

latest releases: 2.0.8, 2.0.7, 0.0.0-turbopack-20240403083540...
2 years ago

🚀 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!

Don't miss a new blitz release

NewReleases is sending notifications on new releases.