summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-26 08:16:14 +0200
committerwout <wout@impinc.co.uk>2014-06-26 08:16:14 +0200
commit58b1a0b92ba78e0ce2047e41caa02f65d16cd557 (patch)
treeaf6b54d85b9affcf8e1b78612d17d620bc7db17f /CHANGELOG.md
parent2bc1909290d90ba9c38474361d62d7f6bcc3e95b (diff)
downloadsvg.js-58b1a0b92ba78e0ce2047e41caa02f65d16cd557.tar.gz
svg.js-58b1a0b92ba78e0ce2047e41caa02f65d16cd557.zip
Complete new clone() method
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3736e11..7ef0c20 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
- 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
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__
-- added support to clone manually built text elements -> __TODO!__
+- added support to clone manually built text elements
- using `CustomEvent` instead of `Event` to be able to fire events with a `detail` object [thanks @Fuzzyma]
- added polyfill for IE9 and IE10 custom events [thanks @Fuzzyma]
- added DOM query selector with the `select()` method globally or on parent elements
@@ -14,7 +14,7 @@
- changed `array` reference to `array()` method on `SVG.Polyline`, `SVG.Polygon` and `SVG.Path`
- changed `lines` reference to `lines()` on `SVG.Text` -> __TODO!__
- changed `track` reference to `track()` on `SVG.Text` -> __TODO!__
-- completely reworked `clone()` method to use the adoption system -> __TODO!__
+- completely reworked `clone()` method to use the adoption system
- completely reworked transformations to be chainable and more true to their nature -> __TODO!__
# 1.0.0-rc.9 (17/06/2014)