Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changelog catch-up
  • Loading branch information
justinfrench committed May 18, 2011
1 parent 47b6c62 commit 226e6c0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG
Expand Up @@ -16,6 +16,7 @@
* Added support for HTML5 required attribute on input, select and textarea tags
* Added support for HTML5 min/max/step attributes on NumericInput
* Added support for HTML5 placeholder attributes on Stringish inputs (string, email, phone, url, search, number, password)
* Added support for HTML5 autofocus attributes
* Changed nested inputs() blocks to be automatically wrapped in an `<li>` tag to preserve HTML validity
* Changed quick forms to skip polymorphic associations (they didn't work)
* Changed short hand forms to raise an error when trying to render an input for a polymorphic association (it didn't work, need a collection)
Expand All @@ -27,7 +28,13 @@
* Added support for a Method objects to :member_label/:member_value (aka :label_method/:value_method)
* Improved support for Mongoid
* Changed Rails dependency from ~> 3.0.0 to ~> 3.0 to allow experimentation with Rails 3.1 betas

* Removed some overly eager CSS resets on form elements that made Opera and FF inputs look pretty ugly
* Removed specificity and duplication in CSS
* Added many new classes to DOM elements to enable more efficient and descriptive CSS
* Improved visual/spacing consistency in checkboxes
* Added non-standard zoom:1; to clearfixes to support IE better
* Changed CSS coding style to multi-line so we can annotate the styles better
* Fixed that overly specific CSS rules weren't applied to nested form elements properly

1.2.4.beta (unreleased)

Expand Down

0 comments on commit 226e6c0

Please sign in to comment.