From a158d93a7ef06ef28737ec3ba8738650f386f55d Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Fri, 3 Oct 2014 14:32:14 -0400 Subject: [PATCH] bugfix --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06842d54..183a0c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.11.1 + +- BUGFIX: containerless component should pass their class onto their + liquid-children, but *not* their id, because multiple children will + be in the dom together. + ### 0.11.0 - CHANGE: modals are now opt-in. You turn them on in your application diff --git a/package.json b/package.json index 3e37e153..413ddf62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquid-fire", "description": "Animated transitions for Ember applications.", - "version": "0.11.0", + "version": "0.11.1", "directories": { "doc": "doc", "test": "test"