From de99d7b60ede3ea4ac46dc56c5cb82058d6e44b1 Mon Sep 17 00:00:00 2001 From: nathanvda Date: Thu, 8 Dec 2011 00:22:34 +0100 Subject: [PATCH] Updated the history aka changelog. --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index 9f81ba9..bfec6df 100644 --- a/History.md +++ b/History.md @@ -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