🚀 New Features
- Support custom templates folder with
blitz generate
: #3068- Copy
node_modules/@blitzjs/generator/dist/templates
to a directory in your app liketemplates/
- Set path to that folder in blitz.config.js
codegen: { templateDir: "./templates", },
- Copy
⚡️ Changes to the New App Template
- Fix inconsistent formatting in
LoginForm
component andLogin
page: #3063
👩🍳 Recipes
- Use free tier by default in Render recipe: #3060
- Update material-ui recipe — remove
@mui/styles
: #3076
Internal Meta Changes
- updated @zenhob contributions: 49c5a1e
- added @SofianeDjellouli as contributor: 98f91e2
- added @kreako as contributor: ec8632a
- Update links to PostgreSQL guide: #3087
- added @sarahdayan as contributor: c631f1e
- added @c-ciobanu as contributor: 018e240
- added @arpitdalal as contributor: 11eb420
- added @RobertRisch as contributor: c9f4167
Credits
Huge thanks to @beerose, @frankiesardo, @Vandivier, @JuanM04, and @sarahdayan for helping!