diff options
author | wout <wout@impinc.co.uk> | 2014-09-03 15:24:24 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-09-03 15:24:24 +0200 |
commit | 17e15d57d8eb2cb20cc72abcf1bd5bb1bbd39e49 (patch) | |
tree | d06f213fdf3eb52d35b3f8069dc4f6733795fa3d /CHANGELOG.md | |
parent | 69da2d385450daa158d75ebe59449cc044ec8022 (diff) | |
download | svg.js-17e15d57d8eb2cb20cc72abcf1bd5bb1bbd39e49.tar.gz svg.js-17e15d57d8eb2cb20cc72abcf1bd5bb1bbd39e49.zip |
Fixed bug in event detaching
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd80e7..4bb7aa0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,10 @@ - added specs for `SVG.FX` -> __TODO!__ - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ -- fixed a bug where events are not detached properly -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - added `precision()` method to round numeric element attributes -> __TODO!__ -# 1.0.0-rc.10 (31/08/2014) +# 1.0.0-rc.10 (?/09/2014) - 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 @@ -54,7 +53,9 @@ - reworked `SVG.Number` to return new instances with calculations rather than itself - added `w` and `h` properties as shorthand for `width` and `height` to `SVG.BBox` - added `SVG.TBox` to get a bounding box that is affected by transformation values -- reworked animatable matrix rotations -> __TODO!__ +- reworked animatable matrix rotations +- fixed a bug where events are not detached properly +- added event-based or complete detaching of event listeners in `off()` method # 1.0.0-rc.9 (17/06/2014) |