Releases: citizensadvice/rails-form-builder
Releases · citizensadvice/rails-form-builder
v0.1.6
What's Changed
- Fix attribute name in error messages by @leeky in #28
- Fix text input interface by @davidrapson in #29
- Fix label "for" attribute in group fields by @marianayovcheva in #31
- Add support for multiple Rails versions by @davidrapson in #30
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Allow icons to be added to the left or right of
cads_button
elements by @leeky in #20 - Test against all active Ruby versions by @davidrapson in #24
- Bump Ruby to v3.1.6 by @leeky in #26
- Add
cads_error_summary
method by @leeky in #21 - Add support for width attribute to text inputs by @davidrapson in #23
New Contributors
- @davidrapson made their first contribution in #24
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
- Add
cads_collection_select
method
v0.1.2
v0.1.1
What's Changed
- Bump
citizens_advice_components
dependency to v5.7.0 - Fix HTML
name
attribute being incorrectly set incads_text_area
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial release of Rails-compatible form builder which utilises components from the Citizens Advice design system
- Add
cads_text_area
method by @leeky in #6 - Add
cads_date_field
method by @leeky in #7 - Add
cads_collection_radio_buttons
method by @leeky in #8
New Contributors
Full Changelog: https://github.com/citizensadvice/rails-form-builder/commits/v0.1.0