Bumped version to 1.0.14 and updated the history.

This commit is contained in:
nathanvda 2011-10-22 01:42:36 +02:00
parent 003040bc0b
commit 1632108e97
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Change History / Release Notes
## Version 1.0.14
* When playing with `simple_form` and `twitter-bootstrap`, I noticed it is crucial that I call the correct nested-fields function.
That is: `fields_for` for standard forms, `semantic_fields_for` in formtastic and `simple_fields_for` for simple_form.
Secondly, this was not enough, I needed to be able to hand down options to that method. So in the `link_to_add_association` method you
can now an extra option `:render_options` and that hash will be handed to the association-builder.
This allows the nested fields to be built correctly with `simple_form` for `twitter-bootstrap`.
## Version 1.0.13
* A while ago we added the option to add a javascript callback on inserting a new associated object, I now made sure we can add a callback on insertion

View File

@ -1 +1 @@
1.0.13
1.0.14