Skip to content

Commit 6098497

Browse files
committed
Preparing v2.5.0
1 parent de93b85 commit 6098497

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
## [Pending Release][]
22

3+
Bugfixes:
4+
- Your contribution here!
5+
6+
Features:
7+
- Your contribution here!
8+
9+
## [2.5.0][] (2016-08-12)
10+
311
Bugfixes:
412

513
- Sanitize <label> name (IE `for` attribute) in same manner that Rails sanitizes
614
the <input> `id` attribute to fix a11y issue with `for` and `id` mismatch
715
- 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!
916

1017
Features:
1118

1219
- Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
1320
- Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)
14-
- Your contribution here!
1521

1622
## [2.4.0][] (2016-07-04)
1723

@@ -131,5 +137,6 @@ Features:
131137
- Added support for bootstrap_form_tag (@baldwindavid)
132138

133139

134-
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...HEAD
140+
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...HEAD
141+
[2.5.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...v2.5.0
135142
[2.4.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.3.0...v2.4.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bootstrap_form (2.4.0)
4+
bootstrap_form (2.5.0)
55

66
GEM
77
remote: http://rubygems.org/

lib/bootstrap_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapForm
2-
VERSION = "2.4.0".freeze
2+
VERSION = "2.5.0".freeze
33
end

0 commit comments

Comments
 (0)