1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

CHANGELOG

This commit is contained in:
Rafael Mendonça França 2011-09-27 00:59:10 -03:00
parent 32b3227adb
commit 37a6f018e8

View file

@ -3,6 +3,7 @@
* enhancements
* Add `button_class` configuration to change the class of buttons (github.com/sryche)
* Add `disabled` class to a disabled input
* Generate configuration file with `browser_validations` disabled
* bug fix
* Fallback to default label when block is provided (github.com/pivotal-casebook)