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 11## [ Pending Release] [ ]
22
33Bugfixes:
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 )
64 - Your contribution here!
75
86Features:
97 - Your contribution here!
108
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+
1115## [ 2.5.1] [ ] (2016-09-23)
1216
1317Bugfixes:
@@ -144,7 +148,8 @@ Features:
144148 - Added support for bootstrap_form_tag (@baldwindavid )
145149
146150
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
148153[ 2.5.1 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...v2.5.1
149154[ 2.5.0 ] : https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...v2.5.0
150155[ 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 11PATH
22 remote: .
33 specs:
4- bootstrap_form (2.5.1 )
4+ bootstrap_form (2.5.2 )
55
66GEM
77 remote: http://rubygems.org/
@@ -89,4 +89,4 @@ DEPENDENCIES
8989 timecop (~> 0.7.1 )
9090
9191BUNDLED WITH
92- 1.13.1
92+ 1.13.2
Original file line number Diff line number Diff line change 11module BootstrapForm
2- VERSION = "2.5.1 " . freeze
2+ VERSION = "2.5.2 " . freeze
33end
You can’t perform that action at this time.
0 commit comments