Releases: pantographe/view_component-form
Releases · pantographe/view_component-form
v0.1.3
v0.1.2
Added
- Add missing component specs (#75)
- Add missing builder specs for return values (#76)
- Add accurate test cases for all helpers from ActionView::Helpers::FormBuilder
documentation (#85)
Changed
- Cross-documented Rails form helpers (#84)
- Made tag_klass optional when inheriting from a component class (#87)
- Improve README: generator, html_class example (#88)
- Make rails version condition used the same way (#92)
- Add rails 7.0 and make rails head works (#94)
- Allow
Base
andFieldComponent
to support forms without objects (#95)
Fixed
v0.1.1
v0.1.0
Added
FormBuilder
: add.namespace
method to allow local lookup of components (#54)- Add basic
ViewComponent::Form::Builder
that can be used in place of Rails'ActionView::Helpers::FormBuilder
(#1) - Add all standard FormBuilder helpers provided by Rails, implemented as ViewComponents (#4)
- Add a custom FormBuilder generator (#34)
- Add CHANGELOG (#50)
- Add CI (#2)