CHANGELOG

This commit is contained in:
Rafael Mendonça França 2012-02-16 15:32:42 -02:00
parent 07063c0310
commit afec50a5dc
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
* Add `item_wrapper_class` configuration option for collection radio buttons / check boxes inputs. * Add `item_wrapper_class` configuration option for collection radio buttons / check boxes inputs.
* Change default generator templates to use .form-inputs and .form-actions classes in wrapper divs. * Change default generator templates to use .form-inputs and .form-actions classes in wrapper divs.
(the latter is the default in bootstrap, so this makes it easier to integrate). (the latter is the default in bootstrap, so this makes it easier to integrate).
* Field error now accepts HTML tags ([@edison](https://github.com/edison))
### deprecation ### deprecation
* Deprecate part of the old configuration API in favor of the wrapper API which allows you to customize your inputs * Deprecate part of the old configuration API in favor of the wrapper API which allows you to customize your inputs