Skip to content

Commit

Permalink
changelog / readme
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-hdl committed May 1, 2017
1 parent 50fae3f commit 2c9b624
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1.2.1
* TS rewrite : TS declaration is available in dist/src/animatePaper.d.ts
* TODO negative position supported (relative values must be of string type)
*
* bug fix : negative absolute position supported (relative values must be of string type)
* bug fix : allow 0 duration

# 1.1.1
* Color support for `paper.Group` animation
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ See a live demo [on jsbin](http://jsbin.com/naketikuve/edit?js,output).
## TypeScript
TypeScript declarations are available as of 1.2.1, in `dist/src/animatePaper.d.ts`.

## Changelog from 0.x to 1.x
## Changelog from 0.x to 1.x ([details](CHANGELOG.md))
* `paper` is now a peerDependency, this should remove unnecessary code from your dependency tree.
* The `segmentGrow` property and `grow` effect have been removed (this feature was very buggy).
* When using `rotate` or `scale` properties, you can provide a new setting : `center` (or `rotateCenter`/`scaleCenter`) (default is `item.position`).
* `Animation` supports a new option `repeat` (defaults to `0`).
* `settings.complete` callback takes the `Animation`object as 1st argument.
* Color support for `paper.Group` animation (1.1.*)
* rgb, gray, hsl, hbs Color formats are now supported (1.1.*)
* bug fix : negative absolute position supported (relative values must be of string type)
* bug fix : allow 0 duration

## How to use :
### npm and browserify
Expand Down

0 comments on commit 2c9b624

Please sign in to comment.