Skip to content

Commit

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

### 0.4.0

- liquid-box now accepts `trackWidth` and `trackHeight` options, see docs.

- Bugfix: added a workaround for an RSVP bug that could cause apps
using liquid-fire to never see exceptions that happen during
transitions. (https://github.com/ef4/liquid-fire/issues/28)

- Bugfix: prevent a potential exception when `liquid-measure` measures
nothing.

### 0.3.0

- Helpers now take a `use` option that lets you provide a transition
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.3.0",
"version": "0.4.0",
"directories": {
"doc": "doc",
"test": "test"
Expand Down

0 comments on commit b405ce5

Please sign in to comment.