Updated the history aka changelog.

This commit is contained in:
nathanvda 2011-12-08 00:22:34 +01:00
parent 77a06d0e27
commit de99d7b60e
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Change History / Release Notes
## Version 1.0.15
* added `data-association-insertion-method` that gives more control over where to insert the new nested fields.
It takes a jquery method as parameter that inserts the new data. `before`, `after`, `append`, `prepend`, etc. Default: `before`.
* `data-association-insertion-position` is still available and acts as an alias. Probably this will be deprecated in the future.
## 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.
@ -29,6 +36,7 @@ If you are using rails < 3.1, you should run
to install the new `cocoon.js` to your `public/javascripts` folder.
## Version 1.0.11