diff options
author | wout <wout@impinc.co.uk> | 2014-09-05 09:06:25 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-09-05 09:06:25 +0200 |
commit | d5f5dd18a6c9d986dd0582256e2120675e1ca561 (patch) | |
tree | 8a0175e1419d4bad4708998999eea595814ba31d /CHANGELOG.md | |
parent | 666abb81f98f123fe410d6caf78209b81f086886 (diff) | |
download | svg.js-d5f5dd18a6c9d986dd0582256e2120675e1ca561.tar.gz svg.js-d5f5dd18a6c9d986dd0582256e2120675e1ca561.zip |
Bumped to 2.0.0-rc.1
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb7aa0..f92e5d1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0-rc.12 (?/09/2014) +# 2.0.0-rc.2 (?/11/2014) - added `morph()` method to `SVG.PathArray` -> __TODO!__ - added `rotate()` method to linear gradients -> __TODO!__ @@ -8,14 +8,14 @@ - added `enqueue()` method to `SVG.FX` -> __TODO!__ - added `ungroup()` method -> __TODO!__ [thanks to Peter Uithoven] -# 1.0.0-rc.11 (?/09/2014) +# 2.0.0-rc.1 (?/10/2014) - added specs for `SVG.FX` -> __TODO!__ - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - added `precision()` method to round numeric element attributes -> __TODO!__ -# 1.0.0-rc.10 (?/09/2014) +# 1.0.0 (?/09/2014) - implemented an SVG adoption system to be able to manipulate existing SVG's not created with svg.js - changed `parent` reference on elements to `parent()` method |