diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-21 18:57:46 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-21 18:57:46 +0200 |
commit | d0e24c5a8d20167c03ec9b8873d1c459001b9dac (patch) | |
tree | 113e028abad6fe41e549826adcdc3a2a3fdde57d | |
parent | 06eda6b6f232f5c22a7dc3d56f7ce72a86f28ec8 (diff) | |
download | svg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.tar.gz svg.js-d0e24c5a8d20167c03ec9b8873d1c459001b9dac.zip |
bump to 2.0.12.0.1
-rwxr-xr-x | CHANGELOG.md | 10 | ||||
-rwxr-xr-x | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
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 @@ -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", |