Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-15 | 2.2 kB | |
v5.3.0.tar.gz | 2023-09-15 | 516.9 kB | |
v5.3.0.zip | 2023-09-15 | 620.1 kB | |
Totals: 3 Items | 1.1 MB | 0 |
What's Changed
New features
- Check conditions for presence validators to see if an attribute is required by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/693
- Improve checkbox layout by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/686
- Rename layout
:default
to:vertical
by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/694 - allow for data- attributes to pass through for radio button collections by @johrstrom in https://github.com/bootstrap-ruby/bootstrap_form/pull/665
- Add
bootstrap_fields_for
andbootstrap_fields
form helpers. by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/699
Bugfixes
- Fixed
Calling << to an ActiveModel::Errors
deprecation warning by @dannytip in https://github.com/bootstrap-ruby/bootstrap_form/pull/690 - Remove aria-required attribute from semantic element
input
by @jdufresne in https://github.com/bootstrap-ruby/bootstrap_form/pull/695 - Omit the
multiple
attribute for checkbox collection hidden field. by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/698
Performance
Documentation
- Correct several typos by @jdufresne in https://github.com/bootstrap-ruby/bootstrap_form/pull/700
- Fix broken section links in README.md [ci skip] by @minimabot in https://github.com/bootstrap-ruby/bootstrap_form/pull/701
Development
- Stop support for Rails 6.0 since it is EOL. by @donv in https://github.com/bootstrap-ruby/bootstrap_form/pull/696
Closed issues
New Contributors
- @dannytip made their first contribution in https://github.com/bootstrap-ruby/bootstrap_form/pull/690
- @johrstrom made their first contribution in https://github.com/bootstrap-ruby/bootstrap_form/pull/665
- @jdufresne made their first contribution in https://github.com/bootstrap-ruby/bootstrap_form/pull/695
- @minimabot made their first contribution in https://github.com/bootstrap-ruby/bootstrap_form/pull/701
Full Changelog: https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.2.3...v5.3.0