Releases: pantographe/view_component-form
Releases · pantographe/view_component-form
v0.2.11
Fixed
- Fix Rails 8 integration (#189)
(yanked) - v0.2.10
Release removed since its break textarea
in Rails 8.0 See #189
Added
- Support for Ruby 3.4 (#186)
Removed
- Drop Ruby 3.0 support (#186)
- Drop Rails 6.1 support (#186)
Fixed
- Add
text_area
alias to textarea
helper to follow Rails 8.0 change (#181)
v0.2.9
Added
- Support for Rails 8.0 (#179)
Fixed
- Fix
object_errors
when object
is false
(#173)
v0.2.8
Added
- Support for Rails 7.2 (#168)
v0.2.7
Added
- Added parent_component configuration for field components (#160)
- Added Ruby 3.3 support (#164)
- Add
lookup_chain
customizability (#162)
Removed
- Drop Ruby 2.7 support (#164)
- Drop Rails 6.0 support (#164)
v0.2.6
Added
- Support for Rails 7.1 (#151)
- Add
element_proc
option to CollectionCheckBoxesComponent
and CollectionRadioButtonsComponent
to customize the way the elements will be shown (#142)
v0.2.5
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)
v0.2.4
Changed
- Add ruby 3.1 to CI (#123)
Fixed
- Fix
FileFieldComponent
options for direct_upload
and include_hidden
(#122)
v0.2.3
Fixed
- Declare empty RichTextAreaComponent if ActionText is not installed, to fix Zeitwerk error (#120)
v0.2.2
Changed
- Improve conditional ActionText support (#118)