File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
## [ Pending Release] [ ]
2
2
3
3
Bugfixes:
4
- - Allow objects without ` model_name ` s to act as form objects (#295 , @laserlemon )
5
- - Fix offset for submit for horizontal forms when using non-sm column breakers for label column (#293 , @oteyatosys )
6
4
- Your contribution here!
7
5
8
6
Features:
9
7
- Your contribution here!
10
8
9
+ ## [ 2.5.2] [ ] (2016-10-08)
10
+
11
+ Bugfixes:
12
+ - Allow objects without ` model_name ` s to act as form objects (#295 , @laserlemon )
13
+ - Fix offset for submit for horizontal forms when using non-sm column breakers for label column (#293 , @oteyatosys )
14
+
11
15
## [ 2.5.1] [ ] (2016-09-23)
12
16
13
17
Bugfixes:
@@ -144,7 +148,8 @@ Features:
144
148
- Added support for bootstrap_form_tag (@baldwindavid )
145
149
146
150
147
- [ Pending Release ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...HEAD
151
+ [ Pending Release ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.2...HEAD
152
+ [ 2.5.2 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...v2.5.2
148
153
[ 2.5.1 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...v2.5.1
149
154
[ 2.5.0 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...v2.5.0
150
155
[ 2.4.0 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.3.0...v2.4.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- bootstrap_form (2.5.1 )
4
+ bootstrap_form (2.5.2 )
5
5
6
6
GEM
7
7
remote: http://rubygems.org/
@@ -89,4 +89,4 @@ DEPENDENCIES
89
89
timecop (~> 0.7.1 )
90
90
91
91
BUNDLED WITH
92
- 1.13.1
92
+ 1.13.2
Original file line number Diff line number Diff line change 1
1
module BootstrapForm
2
- VERSION = "2.5.1 " . freeze
2
+ VERSION = "2.5.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments