Skip to content

v0.2.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicolas-brousse nicolas-brousse released this 01 May 20:47
· 25 commits to main since this release
a917860

Changed

  • Split Form::Builder into modules, to allow including only some modules instead of inheriting the whole class (#134)
  • Using the Form::Builder generator now creates the file in app/helpers by default, instead of lib previously, so that it's autoloaded by Rails without further configuration (#137)
  • Support for view_component 3.0 (#136, #147)

Fixed

  • Update dependencies (#128)
  • Add Ruby 3.2 to CI (#128)
  • Fix specs for Rails 7.1 (#128)