Releases: nimblehq/rails-templates
Releases · nimblehq/rails-templates
Release 5.6.0
Features
- [#348] Add Makefile to build commands by @tyrro in #359
- [gh384] Add PostCSS autoprefixer by @sanG-github in #403
- [gh385] Minify the CSS and JS for production build by @sanG-github in #405
- [#409] Upgrate Postges to 15.2 by @sanG-github in #412
Bugs
- [#404] Fix: Loaderror: cannot load such file -- sassc when generating the project from the template by @sanG-github in #406
New Contributors
Full Changelog: 5.5.0...5.6.0
Release 5.5.0
Features
- [gh378] Feature: Convert
cancel-workflow-action
to nativeconcurrency
by @sanG-github in #398
Chores
Bugs
- [gh368] Remove
rails_best_practices
by @sanG-github in #399 - Do not override the ENV value on Docker build stage by @andyduong1920 in #401
New Contributors
- @sanG-github made their first contribution in #398
Full Changelog: 5.4.0...5.5.0
Release 5.4.0
Features
- [gh391] Enable TEST_RETRY on GitHub CI by @andyduong1920 in #392
- [gh376] Separate the linting job by @andyduong1920 in #377
- [gh389] Update Bootstrap 5.1.3 to 5.2.3 to resolve deprecated issues by @malparty in #390
- [gh387] Tweak the Request test, eager load the app on CI by @andyduong1920 in #388
- [gh395] Support request test by @andyduong1920 in #396
Bugs
Chores
- [gh372] Chore: Update deprecated set-output with GITHUB_OUTPUT environment file by @malparty in #379
Full Changelog: 5.3.0...5.4.0
Release 5.3.0
Features
- [#365] Use the @nimblehq/stylelint-config-nimble stylelint config by @malparty in #371
- [#374] Print Rspec output log in format on CI by @andyduong1920 in #375
Bugs
- [#363] Fix: Remove the "Has missing safe method" check from the Danger code review by @malparty in #369
- [#380] Fix: esbuild 0.17.X has different interface to implement the watch argument by @malparty in #381
Chores
- [#366] Update the sizing function to solve the deprecation warning on using
/
for division by @carryall in #367
Full Changelog: 5.2.0...5.3.0
Release 5.2.0
Features
n/a
Chores
- [#349] Rename master to main by @malparty in #354
- [#191] Add a default database adapter for production environment by @malparty in #355
Bugs
- [#352] Fix:
ArgumentError: unknown keyword: :desired_capabilities
when running system tests with the headless_chrome driver by @malparty in #356 - [#350] Fix: Danger cannot find the coverage data on Github review code workflow by @carryall in #351
New Contributors
Full Changelog: 5.1.0...5.2.0
5.1.0
https://github.com/nimblehq/rails-templates/milestone/11?closed=1
What's Changed
Features
- Report Stylelint errors on the PR by @rosle in #329
- [#332] Add ability to enable Hotwire by @przbadu in #333
Bugs
- fix(#334): default install_addon_prompt? to No by @przbadu in #335
- [#344] Fix: Test failing since the Hotwire feature by @malparty in #345
Chores
- Add the project's maintainers info by @olivierobert in #328
- [#340] Update Git Template for Pull Request by @malparty in #341
- [#337] Update PostgreSQL version from 12 to 14 by @malparty in #339
- [#342] Update the Team Lead of the project by @malparty in #343
- [#338] Update Redis version from 5.0.7 to 6.2.7 by @malparty in #346
New Contributors
Full Changelog: 5.0.0...5.1.0
5.0.0
4.6.0
4.5.0
4.4.0
Features
#288 Set up TypeScript by default
#283 Add more github workflows
Bugs
#280 Fix html content matching bug
#284 Fix failed system tests with the error Net::ReadTimeout
Chores
#279 Rename variables.scss to _variables.scss
#287 Update Rails to v6.1.3.1
#285 Update Reek config to make it's Rails-friendly when using engines