0.7.0
·
140 commits
to refs/heads/main
since this release
This release improves Vite installation and drops Node 19 support from generated apps.
⚠️ Breaking Changes
- Exclude Node 19 (require Node 18 or 20+) (#26) @mattbrictson
🐛 Bug Fixes
- Ensure Vite installer uses yarn, not npm (#28) @mattbrictson
- Fix Vite install error when
app/javascript
doesn't exist (#25) @mattbrictson
📚 Documentation
- Replace
[!NOTE]
with less-shouty[!TIP]
in READMEs (#23) @mattbrictson
🏠 Housekeeping
- Update to latest Vite dependencies (#27) @mattbrictson
- Simplify test dependencies (#24) @mattbrictson
Full Changelog: v0.6.0...v0.7.0