Releases: bootstrap-ruby/bootstrap_form
Releases · bootstrap-ruby/bootstrap_form
v5.6.1
v5.6.0
What's Changed
New Features
inline: truegenerates the same CSS for the collection label as lay… by @lcreid in #778- Make Collection Controls Aria Accessible by @lcreid in #779
aria-describedbyfor Errors by @lcreid in #782
Bugfixes
- Don't raise exception for label_as_placeholder when no model in
bootstrap_form_withby @lcreid in #788
Development
- Rake Without
bundle execand Clean Up Warnings by @lcreid in #771 - Update bin/dev to set port by @lcreid in #772
- Remove Gemfile from demo/ by @lcreid in #774
- Add frozen_string_literal and RuboCop rule by @lcreid in #773
- Task to update lock files by @lcreid in #775
- Use Rails Configuration by @lcreid in #776
- How to use
mainfor testing by @lcreid in #780 - Test That
namespaceWorks by @lcreid in #784 - Add Namespaces to Forms in Demo App by @lcreid in #785
- Exclude Ruby 3.2 with edge by @lcreid in #789
Full Changelog: v5.5.0...v5.6.0
v5.5.0
What's Changed
- Generate Screenshots in CI by @lcreid in #715
- Fix errors on screenshots by @lcreid in #716
- Remove the require expression for action text in lib/bootstrap_form.rb by @jdufresne in #720
- Add file extension to import documentation by @redbassett in #721
- Draft PR Is This What We Meant To Do? by @lcreid in #718
- Update Docker Compose and Devcontainer by @lcreid in #725
- Ci fix 2024 03 01 by @lcreid in #726
- Fix build by @lcreid in #733
- Apply form-range class to range inputs by @lcreid in #734
- Relax sprockets rails by @lcreid in #735
- Run tests locally by @lcreid in #736
- Add run CI manually by @lcreid in #740
- Fix: Add missing form-control-color class for color_field by @aydinkazim in #739
- Add rails 7.2 to matrix by @lcreid in #741
- Upgrade selenium by @lcreid in #742
- Remove 6.1 7.0 by @lcreid in #746
- Upgrade selenium by @lcreid in #745
- Test Rails 8.0 and Upgrade Demo App to 8.0 by @lcreid in #747
- Upgrade demo app to 8.0.1 by @lcreid in #748
- Allow file to be -pended by @walterdavis in #751
- Docker use ephemeral ports by @lcreid in #753
- Another problem masked these problems by @lcreid in #754
- Use import without .css by @duleorlovic in #749
- Use propshaft for Rails > 8.0 by @lcreid in #756
- Explain installation for modern Rails by @lcreid in #755
- Helpers Without Underscore in Rails 8, e.g. checkbox textarea by @lcreid in #759
- Properly handle boolean options in the
fields_forhelper by @pienkowb in #764 - Rails 8.1 by @lcreid in #766
- Dont define actiontext helper by @lcreid in #767
- Still trying to handle rich_textarea by @lcreid in #768
wrapper_class: falseby @lcreid in #758- Add example for date_field by @lcreid in #769
New Contributors
- @redbassett made their first contribution in #721
- @aydinkazim made their first contribution in #739
- @walterdavis made their first contribution in #751
- @pienkowb made their first contribution in #764
Full Changelog: v5.4.0...v5.5.0
v5.4.0
Adds Rails 7.1.1+ to the test matrix, and upgrades the demo/test app to Rails 7.1.1. Miscellaneous fixes.
What's Changed
New features
- Rails 7.1. No changes in functionality, but added Rails 7.1 to the test matrix and upgraded the demo/test app (#708).
Bugfixes
- Do not alias rich text area if it is not defined (#709).
- Fix joins not to make strings unsafe (#704).
Performance
Documentation
Development
Full Changelog: v5.3.2...v5.4.0
New Contributors
- @BenMorganMY made their first contribution in #709.
v5.3.2
Bugfixes
- Allow array values for the label_col and control_col options. #703
Full Changelog: v5.3.1...v5.3.2
v5.3.1
Bugfix release
- Allow settings conditional presence validators using symbols.
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
New features
- Check conditions for presence validators to see if an attribute is required by @donv in #693
- Improve checkbox layout by @donv in #686
- Rename layout
:defaultto:verticalby @donv in #694 - allow for data- attributes to pass through for radio button collections by @johrstrom in #665
- Add
bootstrap_fields_forandbootstrap_fieldsform helpers. by @donv in #699
Bugfixes
- Fixed
Calling << to an ActiveModel::Errorsdeprecation warning by @dannytip in #690 - Remove aria-required attribute from semantic element
inputby @jdufresne in #695 - Omit the
multipleattribute for checkbox collection hidden field. by @donv in #698
Performance
Documentation
- Correct several typos by @jdufresne in #700
- Fix broken section links in README.md [ci skip] by @minimabot in #701
Development
Closed issues
New Contributors
- @dannytip made their first contribution in #690
- @johrstrom made their first contribution in #665
- @jdufresne made their first contribution in #695
- @minimabot made their first contribution in #701
Full Changelog: v5.2.3...v5.3.0
v5.2.3
Bugfixes
Full Changelog: v5.2.2...v5.2.3
Closed issues
5.2.2
What's Changed
- Don't set required and aria-required for attributes with conditional presence validators by @AndersGM in #685
New Contributors
Full Changelog: v5.2.1...v5.2.2
Closed issues
5.2.1
What's Changed
Full Changelog: v5.2.0...v5.2.1
Closed issues