diff options
author | wout <wout@impinc.co.uk> | 2014-06-21 22:04:12 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-21 22:04:12 +0200 |
commit | 1953dbcdb44c6ae94e18501e8c1168e8fb8d71d8 (patch) | |
tree | df59a0db9cc0156ba64ebbc08f3cb5b670f71153 /CHANGELOG.md | |
parent | 0bb294ad9189797014b1e1bf55e41ca4b1ead19e (diff) | |
download | svg.js-1953dbcdb44c6ae94e18501e8c1168e8fb8d71d8.tar.gz svg.js-1953dbcdb44c6ae94e18501e8c1168e8fb8d71d8.zip |
Documented and added specs for new selector method
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bfe28..06e4d5c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # 1.0.0-rc.10 (?/?/2014) -- remove internal references everywhere -> __TODO!__ +- remove structural references everywhere - rework transformation to be chainable and more true to native SVG -> __TODO!__ -- implement an SVG adoption system to be able to manipulate existing SVG's not created with svg.js -> __TODO!__ +- implement an SVG adoption system to be able to manipulate existing SVG's not created with svg.js - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - added support to clone manually built text elements -> __TODO!__ - using `CustomEvent` instead of `Event` to be able to fire events with a `detail` object [thanks @Fuzzyma] |