0.23.0
⚠️ Breaking Changes
Remember to check out the migration guide for step-by-step documentation on how to upgrade.
- Wasp now requires Node.js version >=v24.14.1 (previously >=v22.22.2). (#4010)
- Upgraded the pinned TypeScript version from 5.8.2 to 5.9.3 (required by
@tsconfig/node24). (#4010) - The HTML file for the final built web app has changed from
index.htmlto200.html. This is in preparation for prerendering support. (#3981)
🎉 New Features
- Routes can now be prerendered at build time by setting
prerender: true. Prerendered routes are served as static HTML for faster load times and better SEO. (#3982)
🐞 Bug fixes
- Updated
wasp deploy railwayto work with the Railpack builder. (#3981)
🔧 Small improvements
- Updated our
wasp deploytool to support the new200.htmlSPA fallback. (#3981) - New Wasp projects now include an
.npmrcwithmin-release-age=7for supply chain protection. (#4016)