-
enhancements
-
Compatibility with Rails 3 RC
-
-
enhancements
-
Added haml generator support (by github.com/grimen)
-
Added error_notification message to form builder
-
Added required by default as configuration option
-
Added label_input as component, allowing boolean to change its order (input appearing first than label)
-
Added error_method to tidy up how errors are exhibited
-
Added error class on wrappers (by github.com/jduff)
-
Changed numeric types to have type=number for HTML5
-
-
deprecation
-
Changed simple_form_install generator to simple_form:install
-
-
enhancements
-
Added support to presence validation to check if attribute is required or not (by github.com/gcirne)
-
Added .input as class to wrapper tag
-
Added config options for hint and error tags (by github.com/tjogin)
-
-
deprecation
-
removed :conditions, :order, :joins and :include support in f.association
-
-
bug fix
-
Ensure type is set to “text” and not “string”
-
-
bug fix
-
Fix some escaping issues
-
-
enhancements
-
Rails 3 support with generators, templates and HTML 5
-
-
First release