Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed May 31, 2011
1 parent 49de2d9 commit 3433b4c
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions CHANGELOG
@@ -1,4 +1,8 @@
1.2.4.beta (unreleased)
1.2.4

* no changes

1.2.4.beta2

* Changed :boolean inputs to use Rails' check_box_checked? instead of our own logic
* Changed developer instructions in README
Expand All @@ -7,6 +11,10 @@
* Fixed that tiny scroll bars were appearing on legends in date/time/radio/cbheckboxes fielsets (GH-477)
* Fixed an issue when formtastic fails to determine if a checkbox is checked with custom checked and unchecked values (thanks to Eugene Bolshakov)
* Fixed that the hidden input rendered with a boolean checkbox did nt use the custom :name from :input_html options hash
* Fixed issue where Firefox 4 gives focus to the <li> wrapper (fixes #524).
* Fixed that a shared input options hash could not be re-used in the view without being altered by each input
* Improved compatibility with Mongoid Documents
* Updated i18n dependency to ~> 0.4

1.2.3

Expand All @@ -26,34 +34,6 @@
* Added Rails 3 compatible form generator templates in addition to existing Rails 2 support
* Added reflection on allow_blank option when determining the 'required' status of an input

850bf1d .dup options hash before we fiddle with it so that the same hash can be re-used in views between inputs (GH-474)
2d69c23 Merge branch 'class_attribute_fix' into 1.2-stable
1b12feb Stylistic change to remove self. prefix on method calls
0a8fe2d Use class_attribute configuration instance methods
58a91b5 use class_attribute as the priority over class_inheritable_accesssor
88c5552 adding a note/warning about subclassing in the initializer template
8bfc66b CHANGELOG catch-up
3fb94d1 use class_attribute instead of class_inheritable_accessor if defined
65e7e2d Rails 2 & 3 compatible form generator templates (GH-472):
029f758 Rails 2 & 3 compatible form generator templates (GH-472):
772bf40 Add missing </pre> to README.
3ba4485 Add missing </pre> to README.
6baeac9 Merge branch 'vijaydev-master' into 1.2-stable
e1e1b81 Merge branch 'master' of https://github.com/vijaydev/formtastic into vijaydev-master
e6aba23 corrected documentation on how to override a value
cd3b49c corrected documentation on how to override a value
5a73707 Fixes Issue #468 - https://github.com/justinfrench/formtastic/issues/#issue/468 - where the directories config/initializers and public/stylesheets are removed on running t
b6e580d fixing rails 2 development instruction
533c086 added a section to the README on getting a dev environment up and running
d952753 Remove unnecessary gem method, now handled by bundler
249dba1 Add bundler for easier development setup Add support to switch between rails versions in dev
1aecc63 Input spec failing in 2.3.x because form was in output_buffer twice...
4fcd1e8 Use real object to get specs passing in ruby 192
9b00e07 reflect on allow_blank option to determine required status
8f75fc7 input_html should be passed to checkbox_tag
aac0564 removed a bunch of deprecated methods and options


* Fixed an issue when formtastic fails to determine if a checkbox is checked with custom checked and unchecked values (thanks to Eugene Bolshakov)

1.2.2
Expand Down

0 comments on commit 3433b4c

Please sign in to comment.