5.2.0
What's Changed
- Support current rubies: 3.0, 3.1, and 3.2 (https://www.ruby-lang.org/en/downloads/branches/)
- Support current Rails versions: 6.0, 6.1, 7.0 (https://guides.rubyonrails.org/maintenance_policy.html)
- Support current Bootstrap versions: 5.0, 5.1, and 5.2, and aspire to support Bootstrap 5.3.
New features
- Automatically pick up presence validators for default belongs_to association by @donv in #654
- Set required and aria-required on the input when the input is required by @CharlieWinkwaves in #664
Bugfixes
- CVE fix breaks serialization of symbols -- fix test by @lcreid in #649
- Change
concat
to<<
since the buffer no longer supports the former by @donv in #652 - Eliminate Warnings from
net-http
by @lcreid in #650 - Don't use
concat
when not necessary by @lcreid in #660
Development
- More portable
docker-compose.yml
and better documentation by @lcreid in #647 - Document exposing ports for docker-compose by @lcreid in #648
- This allows running tests on the root of the project freshly checked out by @donv in #651
- Add Puma and Debuggers to common.gemfile by @lcreid in #657
- Lint on oldest Rails version by @lcreid in #658
- Fix the bogus Rubocop Autocorrect by @lcreid in #659
- Use the minitest test runner by @lcreid in #666
- Update gemspec by @siegy22 in #667
- Test extra arguments by @lcreid in #668
- CI Updates by @lcreid in #669
- Test wrapper_class and wrapper: { class: specified by @lcreid in #671
- Remove tests for versions before Rails 5.2 by @lcreid in #672
- 674 html tests by @lcreid in #676
- Fix assets in the demo app by @lcreid in #678
- Update ruby requirement to >=3.0 by @donv in #679
- Preparing v5.2.0 by @donv in #681
New Contributors
Full Changelog: v5.1.0...v5.2.0
Closed issues