diff options
author | wout <wout@impinc.co.uk> | 2014-07-23 11:44:50 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-23 11:44:50 +0200 |
commit | 94077ff77815f622f6ad0daebf26160ec33e0271 (patch) | |
tree | 12e9ab6df8e3fe699f2489ea3d57fe2b8b15239b /CHANGELOG.md | |
parent | 6ac0193538a6358d017875c3a4b183f76894daeb (diff) | |
download | svg.js-94077ff77815f622f6ad0daebf26160ec33e0271.tar.gz svg.js-94077ff77815f622f6ad0daebf26160ec33e0271.zip |
Moved SVG.invent to main svg.js file
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fde966..1a077da 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # 1.0.0 (?/?/2014) - added `morph()` method to `SVG.PathArray` -> __TODO!__ +- added `rotate()` method to linear gradients -> __TODO!__ +- added `'random'` option to `SVG.Color` -> __TODO!__ # 1.0.0-rc.10 (?/07/2014) @@ -30,7 +32,7 @@ - added `native()` method to elements and matrix to get to the native api - added `untransform()` method to remove all transformations -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ -- switched from Ruby's `rake` to Node's `gulp` for building [thanks to Alex Ewerlöf] +- switched from Ruby's `rake` to Node's `gulp` for building [thanks to Alex Ewerlöf] # 1.0.0-rc.9 (17/06/2014) |