From 1632108e975e5b88a3a049f2b047374613efc528 Mon Sep 17 00:00:00 2001 From: nathanvda Date: Sat, 22 Oct 2011 01:42:36 +0200 Subject: [PATCH] Bumped version to 1.0.14 and updated the history. --- History.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 80897dd..9f81ba9 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/VERSION b/VERSION index 9256e28..97bceaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.13 \ No newline at end of file +1.0.14 \ No newline at end of file