diff options
author | wout <wout@impinc.co.uk> | 2014-07-12 14:25:14 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-12 14:25:14 +0200 |
commit | 03f358a4d85a292c16774ba64836e0b2937df2fe (patch) | |
tree | c30e6f65ce1f769dfd0e3c3c324ba7f07914f03e | |
parent | 0f74fe7d0a2fb1c02c5beebf5f0f8360020f1fc1 (diff) | |
download | svg.js-03f358a4d85a292c16774ba64836e0b2937df2fe.tar.gz svg.js-03f358a4d85a292c16774ba64836e0b2937df2fe.zip |
Updated CHANGELOG
-rwxr-xr-x | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e91b8b..6558f64 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.0 (?/?/2014) + +- added `morph()` method to `SVG.PathArray` -> __TODO!__ + # 1.0.0-rc.10 (?/07/2014) - implemented an SVG adoption system to be able to manipulate existing SVG's not created with svg.js @@ -14,15 +18,16 @@ - added support to clone manually built text elements - added `svg.wiml.js` plugin to plugins list - added `ctm()` method to for matrix-centric transformations -> __TODO!__ -- completely reworked transformations to be chainable and more true to their nature -> __TODO!__ +- completely reworked transformations to be chainable and more true to their nature - changed `lines` reference to `lines()` on `SVG.Text` -> __TODO!__ - changed `track` reference to `track()` on `SVG.Text` -> __TODO!__ - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - added raw svg import functionality with the `svg()` method -> __TODO!__ - moved sup-pixel offset fix to a separate plugin -> __TODO!__ -- added `SVG.Title` -> __TODO!__ +- added `SVG.Title` and `SVG.Desc` -> __TODO!__ - added `native()` method to elements and matrix to get to the native api -> __TODO!__ - added `untransform()` method to remove all transformations -> __TODO!__ +- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ # 1.0.0-rc.9 (17/06/2014) |