File rubygem-bootstrap_form.changes of Package rubygem-bootstrap_form
-------------------------------------------------------------------
Thu Aug 4 12:59:59 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 5.1.0
see installed CHANGELOG.md
# Change Log
## Apology
The tooling to support our old way of doing the change log doesn't work anymore, and we don't have a better solution, so this change log has become unreliable since version 4.5.0. Please refer to the commit history if you need to debug changes.
- [Pending Release](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.1.0...HEAD)
- [5.1.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.0.0...v5.1.0)
- [5.0.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.5.0...v5.0.0)
- [4.5.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.4.0...v4.5.0)
- [4.4.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.3.0...v4.4.0)
- [4.3.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.2.0...v4.3.0)
- [4.2.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.1.0...v4.2.0)
- [4.1.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.0.0...v4.1.0)
- [4.0.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.0.0.alpha1...v4.0.0)
- [4.0.0.alpha1](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.7.0...v4.0.0.alpha1)
- [2.7.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.6.0...v2.7.0)
- [2.6.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.5.3...v2.6.0)
- [2.5.3](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.5.2...v2.5.3)
- [2.5.2](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.5.1...v2.5.2)
- [2.5.1](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.5.0...v2.5.1)
- [2.5.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.4.0...v2.5.0)
- [2.4.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.3.0...v2.4.0)
-------------------------------------------------------------------
Tue Jan 25 06:41:37 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated 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 - [@thimo](https://github.com/thimo).
* [#587](https://github.com/bootstrap-ruby/bootstrap_form/pull/587): Replace `strip_heredoc` with `<<~` - [@thimo](https://github.com/thimo).
-------------------------------------------------------------------
Thu May 7 20:27:24 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 4.5.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Feb 10 14:14:37 UTC 2020 - Stephan Kulow <coolo@suse.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 10:50:27 UTC 2019 - Stephan Kulow <coolo@suse.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 - [@simmerz](https://github.com/simmerz)
### Bugfixes
* [#522](https://github.com/bootstrap-ruby/bootstrap_form/pull/522): Clean up rubocop offences - [@simmerz](https://github.com/simmerz)
* [#524](https://github.com/bootstrap-ruby/bootstrap_form/pull/524): Fix non-inline layout rendering without help text - [@simmerz](https://github.com/simmerz)
-------------------------------------------------------------------
Sat Mar 2 15:06:25 UTC 2019 - Stephan Kulow <coolo@suse.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 [@yevhene].
### Bugfixes
* [#496] Ensure required attribute is passed through to input tag.
-------------------------------------------------------------------
Thu Nov 22 05:00:19 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.0.0
no changelog found
-------------------------------------------------------------------
Sun Jul 8 12:29:26 UTC 2018 - mschnitzer@suse.com
- Add correct license to spec file
-------------------------------------------------------------------
Fri Nov 24 13:48:56 UTC 2017 - mschnitzer@suse.com
- initialize package