Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 30, 2014
1 parent c6deb97 commit 14e1750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### master
### 0.10.0

- CHANGE: `liquid-outlet`, `liquid-if`, and `liquid-with` no longer
insert a liquid-child element when they are empty. This may subtly
Expand All @@ -24,6 +24,12 @@
differently. For example, see this
[flexbox-based demo](http://ef4.github.io/liquid-fire/#/scenarios/growable-flexboxes).

- BUGFIX: modal initialization was broken for apps with autogenerated
application controller.

- BUGFIX: modal initialization was broken for apps using global
namespacing.

### 0.9.2

- Bugfix: restore ES3 compatibility (#67).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liquid-fire",
"description": "Animated transitions for Ember applications.",
"version": "0.9.2",
"version": "0.10.0",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit 14e1750

Please sign in to comment.