Highlights
- Requires Rails 7.2 (previously 6.0) and Ruby 3.1 (previously 2.6) minimum, inline with Rails minimum supported versions
- Adds support for country_select v9
- Adds support for PostgreSQL timestamptz column types
- Adds support for Devise v5.0.0's password validation procs
- Add accessibility improvements for inline errors and semantic_errors
What's changed since 6.0.0.alpha
- Fix some typos in non-production code by @tagliala in #1407
- Fix some broken link and permanent redirects by @tagliala in #1408
What's changed since 5.0.0
- Fix development dependencies by @justinfrench in #1389
- Add support for country_select v9 by @leoarnold in #1382
- Passing
callertoDeprecation#warnis deprecated by @c960657 in #1384 - Readme RubyDoc link by @pmcnano in #1370
- adding a label_html option to customize label tag by @dscataglini in #1379
- Add symbols to raw_collection types that won't be mapped by @justinfrench in #1391
- Fix inferred maxlength for :integer columns by @justinfrench in #1392
- Cleanup legacy CSS & Asset Pipeline issues by @justinfrench in #1393
- Add helper methods for semantic_errors building logic by @TimeTravelerFromNow in #1394
- Add accessibility improvements for inline errors and semantic_errors by @TimeTravelerFromNow in #1388
- Improve CI coverage and versions by @tagliala in #1402
- Remove redundant encodings by @tagliala in #1403
- Fix debug statement in stylesheets generator by @tagliala in #1404
- Fix handling of Proc length options in HTML attributes by @tagliala in #1405
- Add support for PostgreSQL timestamptz column type by @Yarroo in #1400
- Fix config yard issue by @TimeTravelerFromNow in #1397
New contributors
- @leoarnold made their first contribution in #1382
- @c960657 made their first contribution in #1384
- @pmcnano made their first contribution in #1370
- @dscataglini made their first contribution in #1379
- @TimeTravelerFromNow made their first contribution in #1394
- @Yarroo made their first contribution in #1400
Full Changelog: 5.0.0...6.0.0