Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 20, 2014
1 parent c5b7da4 commit 6748f6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### master
### 0.14.0

- BREAKING: we have updated the format of liquid-fire to be compatible
with the latest ember-cli. As a result, we were able to simplify the
Expand All @@ -13,8 +13,15 @@

import animate from "liquid-fire";

- WARNING: Ember master is beginning to integrate HTMLBars and we are
not yet compatible. We definitely intend to be.
- ENHANCEMENT: Now compatible with the newest 1.9 beta series and 1.10
canary.

- ENHANCEMENT: Added a new "scrollThen" predefined transition. Thanks
@jerel.

- BUGFIX: non-cli builds should be es3 safe.

- BUGFIX: fixes outlets inside liquid-with. (#112)

### 0.13.0

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.13.0",
"version": "0.14.0",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 6748f6e

Please sign in to comment.