Skip to content

Commit

Permalink
minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 22, 2014
1 parent 692b4fe commit 08fd044
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 0.12.0

- CHANGE: to more easily distinguish between false-ish contexts and
the initial render, transition rules will now only match the
initial render if they explicitly say `fromRoute(null)`.

- BUGFIX: fixed container size animations when transitioning to empty
states. (#97)

### 0.11.1

- BUGFIX: containerless component should pass their class onto their
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.11.1",
"version": "0.12.0",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit 08fd044

Please sign in to comment.