Rails Bootstrap Forms v2.5.0 Release Notes

Release Date: 2016-08-12 // over 7 years ago
  • ๐Ÿ›  Bugfixes:

    • Sanitize name (IE for attribute) in same manner that Rails sanitizes the id attribute to fix a11y issue with for and id mismatch
    • Fix loading of ActionView helpers in combination with RSpec and rails-controller-testing. (see rails-controller-testing/issues#24)

    ๐Ÿ”‹ Features:

    • Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
    • Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)