CHANGELOG.md in bootstrap_form-5.2.3 vs CHANGELOG.md in bootstrap_form-5.3.0

- old
+ new

@@ -4,10 +4,12 @@ https://github.com/bootstrap-ruby/bootstrap_form/releases ## Diffs +- [5.3.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.2.3...v5.3.0) + [Closed issues](https://github.com/bootstrap-ruby/bootstrap_form/issues?q=closed%3A2023-06-18T07%3A00..2023-09-15T16%3A00) - [5.2.2](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.2.2...v5.2.3) [Closed issues](https://github.com/bootstrap-ruby/bootstrap_form/issues?q=closed%3A2023-05-28T16%3A00..2023-06-18T07%3A00) - [5.2.2](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.2.1...v5.2.2) [Closed issues](https://github.com/bootstrap-ruby/bootstrap_form/issues?q=closed%3A2023-05-23T10%3A00..2023-05-28T16%3A00) - [5.2.1](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.2.0...v5.2.1) @@ -308,10 +310,10 @@ - Added the ability to append/prepend buttons (@retoo) - Added support for time_zone_select - Accept multiple values, and objects as well, on `collection_check_boxes` checked option (#114) - - Added support for hidding attribute name in errors_on helper (@datWav) + - Added support for hiding attribute name in errors_on helper (@datWav) - Added support for additional class to the wrapper form_group by a field (@datWav) - Support showing error summaries when inline_errors is enabled (@rosswilson) - Name is now optional when creating static controls - Keep original form helper methods with _without_bootstrap suffix (#123, @a2ikm) - Added glyphicon support