2010-08-31 04:29:39 -04:00
|
|
|
* enhancements
|
|
|
|
* Allow collection input to accept a collection of symbols
|
|
|
|
* Add default css class to button
|
|
|
|
* Allow forms for objects that don't respond to the "errors" method
|
|
|
|
* collection_check_boxes and collection_radio now wrap the input in the label
|
2010-09-14 00:29:51 -04:00
|
|
|
* Automatic add min/max values for numeric attributes based on validations and step for integers - HTML5 (by github.com/dasch)
|
2010-09-23 23:59:47 -04:00
|
|
|
* Add :placeholder option for string inputs, allowing customization through I18n - HTML5 (by github.com/jonathan)
|
2010-09-26 22:39:55 -04:00
|
|
|
* Add :search and :tel input types, with :tel mapping automatically from attributes matching "phone" - HTML5
|
2010-09-27 19:55:23 -04:00
|
|
|
* Add :required html attribute for required inputs - HTML5
|
|
|
|
* Add optional :components option to input to control component rendering (by github.com/khoan)
|
2010-09-30 02:12:45 -04:00
|
|
|
* Add SimpleForm.translate as an easy way to turn off SimpleForm internal translations
|
2010-08-31 04:29:39 -04:00
|
|
|
|
|
|
|
* bug fix
|
|
|
|
* Search for validations on both association and attribute
|
2010-09-27 20:37:43 -04:00
|
|
|
* Use controller.action_name to lookup action only when available, to fix issue with Rspec views tests (by github.com/rafaelfranca)
|
2010-08-31 04:29:39 -04:00
|
|
|
|
2010-07-27 05:49:22 -04:00
|
|
|
== 1.2.2
|
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Compatibility with Rails 3 RC
|
|
|
|
|
2010-07-24 05:02:01 -04:00
|
|
|
== 1.2.1
|
|
|
|
|
2010-05-24 16:38:38 -04:00
|
|
|
* enhancements
|
2010-07-24 05:02:01 -04:00
|
|
|
* Added haml generator support (by github.com/grimen)
|
2010-07-06 16:29:26 -04:00
|
|
|
* Added error_notification message to form builder
|
2010-07-06 05:39:23 -04: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
|
2010-06-01 17:37:53 -04:00
|
|
|
* Added error class on wrappers (by github.com/jduff)
|
|
|
|
* Changed numeric types to have type=number for HTML5
|
2010-05-24 16:38:38 -04:00
|
|
|
|
2010-05-24 10:37:23 -04:00
|
|
|
== 1.2.0
|
|
|
|
|
2010-05-24 04:23:57 -04:00
|
|
|
* deprecation
|
|
|
|
* Changed simple_form_install generator to simple_form:install
|
|
|
|
|
2010-05-17 05:08:47 -04:00
|
|
|
* enhancements
|
2010-05-24 04:23:57 -04:00
|
|
|
* Added support to presence validation to check if attribute is required or not (by github.com/gcirne)
|
2010-05-24 10:37:23 -04:00
|
|
|
* Added .input as class to wrapper tag
|
|
|
|
* Added config options for hint and error tags (by github.com/tjogin)
|
2010-05-17 05:08:47 -04:00
|
|
|
|
2010-04-03 07:53:30 -04: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 02:31:36 -05:00
|
|
|
== 1.1.1
|
|
|
|
|
|
|
|
* bug fix
|
2010-04-03 07:53:30 -04:00
|
|
|
* Fix some escaping issues
|
2010-02-19 02:31:36 -05:00
|
|
|
|
|
|
|
== 1.1.0
|
2010-02-06 16:21:26 -05:00
|
|
|
|
|
|
|
* enhancements
|
|
|
|
* Rails 3 support with generators, templates and HTML 5
|
|
|
|
|
|
|
|
== 1.0
|
|
|
|
|
2010-02-19 02:31:36 -05:00
|
|
|
* First release
|