summaryrefslogtreecommitdiffstats
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
parent06eda6b6f232f5c22a7dc3d56f7ce72a86f28ec8 (diff)
downloadsvg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.tar.gz
svg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.zip
bump to 2.0.12.0.1
-rwxr-xr-xCHANGELOG.md10
-rwxr-xr-xbower.json2
-rw-r--r--package.json2
3 files changed, 11 insertions, 3 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
diff --git a/bower.json b/bower.json
index 8ed860c..4c5e207 100755
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version":"2.0.0",
+ "version":"2.0.1",
"homepage": "http://svgjs.com/",
"authors": [
"Wout Fierens <wout@impinc.co.uk>"
diff --git a/package.json b/package.json
index 8f2b9c3..77da9f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "http://svgjs.com",
"homepage": "http://www.svgjs.com",