CHANGELOG in formtastic-2.1.1 vs CHANGELOG in formtastic-2.2.0.rc
- old
+ new
@@ -1,4 +1,22 @@
+2.2.0.rc
+
+* removed deprecated buttons DSL, ButtonHelper and commit_button helper
+* deprecated the top-level :value option that is only used by HiddenInput
+* deprecated :hint_class option (use global configuration)
+* deprecated :error_class option (use global configuration)
+* deprecated :group_by and :group_label (use :collection option with a HTML string generated by Rails' grouped_options_for_select())
+* deprecated :find_options
+* renamed TimeInput (:as => :time) to TimeSelectInput (:as => :time_select), aliased and deprecated TimeInput
+* renamed DatetimeInput (:as => :datetime) to DatetimeSelectInput (:as => :datetime_select), aliased and deprecated DatetimeInput
+* renamed DateInput (:as => :date) to TimeSelectInput (:as => :date_select), aliased and deprecated DateInput
+* added DatePickerInput (:as => :date_picker) for HTML5 date inputs
+* added TimePickerInput (:as => :time_picker) for HTML5 time inputs
+* added DateTimePickerInput (:as => :datetime_picker) for HTML5 datetime and datetime-local inputs
+* added support for Rails 4 (edge)
+* improved error message on Formtastic::UnknownInputError
+* improved documentation for asset pipeline and condition stylesheets (IE)
+
2.1.1
* Documentation improvements and updates
* Fixed that the required string was appended to the label over and over due to localizer caching
* Fixed that the checkbox's `name` attribute was included in the attributes of the matching label element on boolean fields