Skip to content

v0.45.0-canary.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@flybayer flybayer released this 24 Dec 17:57

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