Rails Bootstrap Forms v5.0.0 Release Notes

Release Date: 2021-11-11 // over 2 years ago
  • ๐Ÿ’ฅ Breaking changes

    • Generates markup for Bootstrap 5.

    ๐Ÿ†• New features

    • ๐Ÿ’… #572: Simplify the formatting of the file upload control to follow the new Bootstrap 5 styles
    • ๐Ÿ’Ž #573: Add support for Bootstrap 5's floating labels

    ๐Ÿ›  Bugfixes

    • ๐Ÿšš #582: Fix tests in bootstrap-5 branch, removes Rubocop offenses, and adds testing with Rails 6.1.

Previous changes from v4.5.0

  • ๐Ÿ†• New features

    • ๐Ÿ”ง #562: Allow to configure default form attributes - @sharshenov.