Skip to content

Commit

Permalink
release!
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Aug 7, 2014
1 parent a64f220 commit 28e0f88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 0.2.0

- We now resolve all named transitions via the container. You can
place them in app/transitions/my-fancy-animation.js. As a result,
the use of "define" within the transition map is deprecated.

- Added some new animation primitives for testing the state of running
animations, and adapted the 'fade' transition to demonstrate how to
handle interruptions.

- Lots more documentation, which is now essentially complete.

### 0.1.6

- Added standalone packaging.
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.1.6",
"version": "0.2.0",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit 28e0f88

Please sign in to comment.