Skip to content

2.5.0

Compare
Choose a tag to compare
@mattbrictson mattbrictson released this 12 Aug 22:00
· 508 commits to main since this release

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)