summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md7
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)