File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Pending Release (master-branch only)
2+
3+ Bugfixes:
4+
5+ - Use #underscore, not #downcase for help text scope (#140 , @atipugin )
6+
7+ Features:
8+
9+ - Allow users to display validation errors in labels (#144 , @timcheadle )
10+
111## 2.2.0 (2014-09-16)
212
313Bugfixes:
14+
415 - Fixed an exception raised when form_group block returns nil (#111 )
516 - Fixed an exception on human_attribute_name when using bootstrap_form_tag (#115 )
617 - Set offset in form_group without label in horizontal layout (#94 , @datWav )
@@ -23,8 +34,6 @@ Features:
2334 - Added the ability to pass any attributes to wrapper (#136 , @atipugin )
2435 - Split monolithic test file into several smaller files (#141 , @spacewander )
2536 - Added role="form" attribute to forms (#142 , @spacewander )
26- - Allow users to display validation errors in labels (#144 , @timcheadle )
27- - Use #underscore, not #downcase for help text scope (#140 , @atipugin )
2837
2938## 2.1.1 (2014-04-20)
3039
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ You can turn off inline errors for the entire form like this:
433433<% end % >
434434` ` `
435435
436- # ## Label Errors
436+ # ## Label Errors (Master-branch only)
437437
438438You can also display validation errors in the field's label; just turn
439439on the `:label_errors` option. Here's an example :
You can’t perform that action at this time.
0 commit comments