Releases: mattbrictson/nextgen
Releases · mattbrictson/nextgen
0.12.0
✨ New Features
- Automatically configure default time zone in generated app (#53) @mattbrictson
- Configure Dependabot to keep generated CI workflow up to date (#50) @mattbrictson
- Update generated GitHub Actions workflow to setup-node@v4 (#48) @mattbrictson
🐛 Bug Fixes
- Fix capybara screenshot location to work with CI (#49) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#54, #55, #56) @dependabot
Full Changelog: v0.11.0...v0.12.0
0.11.0
✨ New Features
- Mark vcr cassettes as generated files via .gitattributes (#42, #45) @mattbrictson
- Recommend dotenv >= 3.0 for newly generated apps (#41) @mattbrictson
🏠 Housekeeping
- Use mighty_test minitest runner for local gem development (#46) @mattbrictson
- Bump release-drafter/release-drafter from 5 to 6 (#44) @dependabot
- Update rubocop requirement from 1.60.2 to 1.61.0 (#43) @dependabot
Full Changelog: v0.10.0...v0.11.0
0.10.0
✨ Notable Changes
- Remove recommendation for Capybara
disable_animation
(#40) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#37, #38, #39) @dependabot
Full Changelog: v0.9.0...v0.10.0
0.9.0
✨ New Features
- Minor improvements to generated
bin/setup
script (#35) @mattbrictson
🐛 Bug Fixes
- Fix missing Stylelint config in generated
.overcommit.yml
(#34) @mattbrictson
📚 Documentation
- Regenerate example projects using latest version of nextgen (#36) @mattbrictson
Full Changelog: v0.8.0...v0.9.0
0.8.0
✨ New Features
- Upgrade to Stylelint 16 (#33) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#30, #31, #32) @dependabot
- Add Ruby 3.3 to CI (#29) @mattbrictson
Full Changelog: v0.7.0...v0.8.0
0.7.0
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
0.6.0
✨ New Features
- Make RuboCop aware of Rails
concerning
anddelegate
methods (#21) @mattbrictson
🐛 Bug Fixes
- Pin all stylelint packages to avoid incompatibilities (#22) @mattbrictson
Full Changelog: v0.5.1...v0.6.0
0.5.1
This release fixes an error in the generated stylelint config, due to the stylelint-declaration-strict-value
plugin not yet supporting stylelint 16.
🐛 Bug Fixes
- Lock stylelint at ^15 for now (#20) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.57.2 to 1.58.0 (#19) @dependabot
Full Changelog: v0.5.0...v0.5.1
0.5.0
✨ New Features
- Ensure that .cjs files are checked by ESLint and Overcommit (#18) @mattbrictson
- Set package.json type to "module" to support Vite v5 (#17) @mattbrictson
📚 Documentation
- Simplify README and remove wordy About section (#15) @mattbrictson
🏠 Housekeeping
- Increase minimum Node requirement to 18.12 (#16) @mattbrictson
Full Changelog: v0.4.0...v0.5.0
0.4.0
✨ New Features
- Add Trilogy and Bun options (new in Rails 7.1) (#14) @mattbrictson
- Add the option to create a simple GitHub PR template (#11) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#12, #13) @dependabot
Full Changelog: v0.3.0...v0.4.0