Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Aug 8, 2018
1 parent 5300491 commit 43de446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.1
- ENHANCEMENT: new beacon API
- DOCS: lots of new docs added, thanks @savvymas

# 0.3.0

- ENHANCEMENT: now completely jQuery-free. Thanks to @cibernox and @mikoscz.
Expand All @@ -19,7 +23,7 @@
- BREAKING: rules functions get named arguments instead of positional arguments.
- BREAKING: renamed animated-bind component to animated-value. "bind" made sense in the context of early Ember, it's not really a thing people say anymore.
- BREAKING: we only provide insertedSprites at initial render if you set initialInsertion=true. Received sprites are always still provided, because that's what they're for.
- BREAKING: moved around many internal modules to make it clear what things are publicy importable.
- BREAKING: moved around many internal modules to make it clear what things are publicy importable.
- BREAKING: rename the default cosine-based easing function from `inAndOut` to `easeInAndOut` for consistency with `easeIn` and `easeOut`.
- BREAKING: the built-in `scale` motion now adjusts initial scale correctly. Previously you needed to do it manually, but now we can make it automatic using Sprite's originalInitialBounds and originalFinalBounds.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-animated",
"version": "0.3.0",
"version": "0.3.1",
"description": "Core animation primitives for Ember.",
"keywords": [
"animation",
Expand Down

0 comments on commit 43de446

Please sign in to comment.