2.2.1 * Rails 4 compatibilty updates * corrected configuration template for i18n lookups, which default to true * removed custom_inline_order from configuration and template (code was removed in 2.0) * added documentation for button/action i18n keys * other documentation improvements 2.2.0 * documentation improvements for generator 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 2.1.0 * no changes 2.1.0.rc * documentation improvements * improved performance by caching of Formtastic's i18n lookups * improved performance in production by checking for defined constants instead of catching the exception * fixed arguments passed into fields_for being flattened one level too deep * added an optional `index` that an inputs() block can access for use in labels and other HTML attributes 2.1.0.beta * Added Rails 3.2 compatibility * Added a new Actions DSL (f.actions, f.action) — see below for deprecation of the Buttons DSL * Added new i18n_localizer configuration, allowing you to use your own localiser class instead of Formtastic::Localizer * Added a hidden input before mutli-selects, to allow full clearing of the select (like we do for checkboxes) * Added support for integers in a :collection for radio and check_boxes inputs * Added support for time inputs with no current value to default render blank inputs rather than pre-selecting the current time * Brought back the Form Generator from 1.2.x versions of Formtastic * Added support for placeholder text on textareas (text inputs) * Deprecated the Buttons DSL (f.buttons, f.commit_button) in favor of the new Actions DSL — see above * Removed the previously deprecated :label_method, :value_method & :group_label_method options * Removed the previously deprecated :as => :numeric * Removed the previously deprecated inline_errors_for and related methods * Removed the previously deprecated SemanticFormHelper and SemanticFormBuilder * Fixed the behavior of :include_blank and :prompt options to be inline with Rails’ * Fixed that :input_html => { :multiple => true } did not force a single choice select into a multi choice * Fixed date, time and datetime legend labels to correspond to the first visible input, rather than the first input (which may be hidden) * Fixed that DateInput should treat fragments excluded from :order option as discarded * Fixed that the :wrapper_html options could not be reused in the view (like in a with_options block) because they were modified by Formtastic * Fixed numerous Mongoid and MongoMapper compatibility issues * Fixed that we should be calculating the length of integer columns as bytes * Fixed many inputs (date, datetime, time, checkboxes, select & boolean) that did not correctly use the :index option in fields_for * Fixed Haml and Slim template indentation * Fixed invalid html output for nested inputs with multiple siblings * Fixed i18n keys with nested objects * Many documentation fixes and improvements * A few performance improvements 2.0.2 * Fixed that MongoMapper does not use `associations(method)`. `.associations` is an accessor. 2.0.1 * fixed that `:multiple => true` wasn't working when no association present 2.0.0 * Fixed that all check boxes were incorrectly checked if an Array was passed in to :collection * Improved README * Added form generator template for Slim template engine * Added support for Proc conditions in collection_from_association * Refactored commit button. Split it into a couple of different methods to make it easier to override. 2.0.0.rc5 * Changed perform_browser_validations and use_required_attribute configuration defaults from true to false for a better out-of-the-box experience and upgrade path * Fixed that the `novalidate` attribute was being applied to the `