You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ Bugfixes:
4
4
5
5
- Sanitize <label> name (IE `for` attribute) in same manner that Rails sanitizes
6
6
the <input> `id` attribute to fix a11y issue with `for` and `id` mismatch
7
+
- Fix loading of ActionView helpers in combination with RSpec and `rails-controller-testing`. (see [rails-controller-testing/issues#24](https://github.com/rails/rails-controller-testing/issues/24))
7
8
- Your contribution here!
8
9
9
10
Features:
10
11
11
12
- Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
12
13
- Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)
14
+
- Your contribution here!
13
15
14
16
## [2.4.0][] (2016-07-04)
15
17
@@ -20,7 +22,6 @@ Bugfixes:
20
22
- Minor README corrections (#184, @msmithstubbs)
21
23
- Fix `alias_method_chain` deprecation warnings when using Rails 5
22
24
- Allow `form_group` to work with frozen string options
23
-
- Fix loading of ActionView helpers in combination with RSpec and `rails-controller-testing`. (see [rails-controller-testing/issues#24](https://github.com/rails/rails-controller-testing/issues/24))
0 commit comments