- BREAKING CHANGE: Drop support for Rails 6.0, requires 6.1 or later now
- Add
cads_check_box
for single checkboxes/boolean attributes
- Fix attribute name in error messages
- Fix text input interface
- Fix label "for" attribute in group fields
- Add support for multiple Rails versions
- Add
cads_error_summary
- Allow icons to be added to buttons
- Add support for width attribute to text inputs (thanks @davidrapson)
- Fix submission of empty checkbox groups by including hidden field
- Add error handling to
cads_date_field
- Add
cads_collection_select
method
- Add
cads_collection_check_boxes
method
- Fix
cads_text_area
setting the HTML name attribute incorrectly
- Initial release