summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-26 08:25:24 +0200
committerwout <wout@impinc.co.uk>2014-06-26 08:25:24 +0200
commit0d11ad263f193e8a585e7676deb8a60a8c103ef6 (patch)
treeb96789a7125ad1798426c642efbf797e45914d02 /CHANGELOG.md
parent58b1a0b92ba78e0ce2047e41caa02f65d16cd557 (diff)
downloadsvg.js-0d11ad263f193e8a585e7676deb8a60a8c103ef6.tar.gz
svg.js-0d11ad263f193e8a585e7676deb8a60a8c103ef6.zip
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ef0c20..8d143b9 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,6 @@
- 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
- 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
@@ -12,10 +10,13 @@
- renamed `SVG.TSpan` class to `SVG.Tspan` to play nice with the adoption system
- added `rx()` and `ry()` to `SVG.Rect`, `SVG.Circle`, `SVG.Ellispe` and `SVG.FX`
- changed `array` reference to `array()` method on `SVG.Polyline`, `SVG.Polygon` and `SVG.Path`
+- completely reworked `clone()` method to use the adoption system
+- added support to clone manually built text elements
- 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
- completely reworked transformations to be chainable and more true to their nature -> __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!__
# 1.0.0-rc.9 (17/06/2014)