Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 911 Bytes

[0.2.0] - 2024-09-10

  • BREAKING CHANGE: Drop support for Rails 6.0, requires 6.1 or later now
  • Add cads_check_box for single checkboxes/boolean attributes

[0.1.6] - 2024-07-05

  • Fix attribute name in error messages
  • Fix text input interface
  • Fix label "for" attribute in group fields
  • Add support for multiple Rails versions

[0.1.5] - 2024-06-21

  • 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

[0.1.4] - 2024-04-26

  • Add error handling to cads_date_field

[0.1.3] - 2024-03-04

  • Add cads_collection_select method

[0.1.2] - 2024-02-23

  • Add cads_collection_check_boxes method

[0.1.1] - 2024-02-22

  • Fix cads_text_area setting the HTML name attribute incorrectly

[0.1.0] - 2023-10-17

  • Initial release