aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-06-21 18:57:46 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-06-21 18:57:46 +0200
commitd0e24c5a8d20167c03ec9b8873d1c459001b9dac (patch)
tree113e028abad6fe41e549826adcdc3a2a3fdde57d /CHANGELOG.md
parent06eda6b6f232f5c22a7dc3d56f7ce72a86f28ec8 (diff)
downloadsvg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.tar.gz
svg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.zip
bump to 2.0.12.0.1
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f92e5d1..fbcdff1 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,15 @@
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
- added `precision()` method to round numeric element attributes -> __TODO!__
-# 1.0.0 (?/09/2014)
+# 2.0.1 (21/06/2015)
+
+- fixed bug with `doc()` which always should return root svg
+- removed target reference from use which caused bugs in `dmove()` and `use()` with external file
+- added possibility to remove all events from a certain namespace
+- fixed bug in `SVG.FX` when animating with `plot()`
+- removed scale consideration in `move()` duo to incompatibilities with other move-functions e.g. in `SVG.PointArray`
+
+# 2.0.0 (11/06/2015)
- 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