aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-09-15 23:47:21 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-09-15 23:47:21 +0200
commit07c5387602dea1d2ac9eef52bbc8e98d0f937fe9 (patch)
treebb88e66b49d4e873b792a3770f4654d2f4176592 /CHANGELOG.md
parent30b433264fd4ed51d7a2db56c6f291652b9ca01a (diff)
downloadsvg.js-07c5387602dea1d2ac9eef52bbc8e98d0f937fe9.tar.gz
svg.js-07c5387602dea1d2ac9eef52bbc8e98d0f937fe9.zip
clone method for text to mark all firstlevel tspans as newlines (fixes #369)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b87fe5..aa448c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,26 +1,21 @@
# 3.0.0
- make transform-methods relative as default (breaking change)
-
-# 2.1.0
-
-- added transform to pattern and gradients
-
-# 2.0.0-rc.2 (?/11/2014)
-
- added `morph()` method to `SVG.PathArray` -> __TODO!__
- added `'random'` option and `randomize()` method to `SVG.Color` -> __TODO!__
- added `parents()` method to get an array of all parenting elements -> __TODO!__
- added support for css selectors with the `parent()` method -> __TODO!__
- added `enqueue()` method to `SVG.FX` -> __TODO!__
- added `ungroup()` method -> __TODO!__ [thanks to Peter Uithoven]
-
-# 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!__
+- added specs for `SVG.FX` -> __TODO!__
+
+# 2.1.0
+
+- added transform to pattern and gradients
+- fixed clone of textnodes
# 2.0.2 (22/06/2015)