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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,23 @@
1
1
## [Pending Release][]
2
2
3
+
Bugfixes:
4
+
- Your contribution here!
5
+
6
+
Features:
7
+
- Your contribution here!
8
+
9
+
## [2.5.0][] (2016-08-12)
10
+
3
11
Bugfixes:
4
12
5
13
- Sanitize <label> name (IE `for` attribute) in same manner that Rails sanitizes
6
14
the <input> `id` attribute to fix a11y issue with `for` and `id` mismatch
7
15
- 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))
8
-
- Your contribution here!
9
16
10
17
Features:
11
18
12
19
- Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
13
20
- Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)
14
-
- Your contribution here!
15
21
16
22
## [2.4.0][] (2016-07-04)
17
23
@@ -131,5 +137,6 @@ Features:
131
137
- Added support for bootstrap_form_tag (@baldwindavid)
0 commit comments