heartcombo--simple_form/CHANGELOG.rdoc

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-07-27 09:49:22 +00:00
== 1.2.2
* enhancements
* Compatibility with Rails 3 RC
2010-07-24 09:02:01 +00:00
== 1.2.1
* enhancements
2010-07-24 09:02:01 +00:00
* Added haml generator support (by github.com/grimen)
* Added error_notification message to form builder
2010-07-06 09:39:23 +00:00
* 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
== 1.2.0
* deprecation
* Changed simple_form_install generator to simple_form:install
2010-05-17 09:08:47 +00:00
* 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)
2010-05-17 09:08:47 +00:00
2010-04-03 11:53:30 +00:00
== 1.1.3
* deprecation
* removed :conditions, :order, :joins and :include support in f.association
== 1.1.2
* bug fix
* Ensure type is set to "text" and not "string"
2010-02-19 07:31:36 +00:00
== 1.1.1
* bug fix
2010-04-03 11:53:30 +00:00
* Fix some escaping issues
2010-02-19 07:31:36 +00:00
== 1.1.0
* enhancements
* Rails 3 support with generators, templates and HTML 5
== 1.0
2010-02-19 07:31:36 +00:00
* First release