Changelog for
ruby2.7-rubygem-bootstrap_form-5.0.0-150300.1.2.x86_64.rpm :
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 5.0.0 see installed CHANGELOG.md [#]# [5.0.0][] (2021-11-11) [#]## Breaking changes
* Generates markup for Bootstrap 5. [#]## New features
* [#572](https://github.com/bootstrap-ruby/bootstrap_form/issues/572): Simplify the formatting of the file upload control to follow the new Bootstrap 5 styles
* [#573](https://github.com/bootstrap-ruby/bootstrap_form/issues/573): Add support for Bootstrap 5\'s floating labels [#]## Bugfixes
* [#582](https://github.com/bootstrap-ruby/bootstrap_form/issues/582): Fix tests in bootstrap-5 branch, removes Rubocop offenses, and adds testing with Rails 6.1. [#]# [5.0.0.alpha1][] [#]## Breaking changes
* [#569] Remove `role=\"form\"` from the default generated form HTML so forms pass W3C validation. (Only a breaking change if you depended on the `form` attribute. `bootstrap_form` doesn\'t depend on it.) [#]## New features
* Your contribution here! [#]## Bugfixes
* [#586](https://github.com/bootstrap-ruby/bootstrap_form/pull/586): Fix Rails 6.1 tests on master - [AATTthimo](https://github.com/thimo).
* [#587](https://github.com/bootstrap-ruby/bootstrap_form/pull/587): Replace `strip_heredoc` with `<<~` - [AATTthimo](https://github.com/thimo).
* Thu May 07 2020 cooloAATTsuse.com- updated to version 4.5.0 see installed CHANGELOG.md
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 4.3.0 see installed CHANGELOG.md [#]# [4.3.0][] (2019-03-08) [#]## New features
* [#503] Support Rails 6.0.0.
* Small documentation changes.
* Thu Mar 14 2019 cooloAATTsuse.com- updated to version 4.2.0 see installed CHANGELOG.md [#]# [4.2.0][] (2019-03-08) [#]## New features
* [#508] Support `rich_text_area` AKA the Trix editor on Rails 6+.
* [#518] Move all inputs to separate, more maintainable files.
* [#514](https://github.com/bootstrap-ruby/bootstrap_form/pull/514): Add support for BS 4.2 switches - [AATTsimmerz](https://github.com/simmerz) [#]## Bugfixes
* [#522](https://github.com/bootstrap-ruby/bootstrap_form/pull/522): Clean up rubocop offences - [AATTsimmerz](https://github.com/simmerz)
* [#524](https://github.com/bootstrap-ruby/bootstrap_form/pull/524): Fix non-inline layout rendering without help text - [AATTsimmerz](https://github.com/simmerz)
* Sat Mar 02 2019 cooloAATTsuse.com- updated to version 4.1.0 see installed CHANGELOG.md [#]# [4.1.0][] (2019-01-19) [#]## New features - [#259] Allow to render input without wrapper [AATTyevhene]. [#]## Bugfixes
* [#496] Ensure required attribute is passed through to input tag.
* Thu Nov 22 2018 cooloAATTsuse.com- updated to version 4.0.0 no changelog found
* Sun Jul 08 2018 mschnitzerAATTsuse.com- Add correct license to spec file
* Fri Nov 24 2017 mschnitzerAATTsuse.com- initialize package