| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-26 | 1.8 kB | |
| v5.6.0 source code.tar.gz | 2026-01-26 | 585.8 kB | |
| v5.6.0 source code.zip | 2026-01-26 | 703.4 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
What's Changed
New Features
inline: truegenerates the same CSS for the collection label as lay… by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/778- Make Collection Controls Aria Accessible by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/779
aria-describedbyfor Errors by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/782
Bugfixes
- Don't raise exception for label_as_placeholder when no model in
bootstrap_form_withby @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/788
Development
- Rake Without
bundle execand Clean Up Warnings by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/771 - Update bin/dev to set port by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/772
- Remove Gemfile from demo/ by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/774
- Add frozen_string_literal and RuboCop rule by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/773
- Task to update lock files by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/775
- Use Rails Configuration by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/776
- How to use
mainfor testing by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/780 - Test That
namespaceWorks by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/784 - Add Namespaces to Forms in Demo App by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/785
- Exclude Ruby 3.2 with edge by @lcreid in https://github.com/bootstrap-ruby/bootstrap_form/pull/789
Full Changelog: https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.5.0...v5.6.0