aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-30 01:19:27 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-30 01:19:27 +0200
commitb006c02b219fea7af04b764ab2fd6c4b55a8c4ac (patch)
treedbc2eebca0fa3de4d67a1217b350f21342c6efe1 /CHANGELOG.md
parent8460b3b9fabe8129f38889282c9a3ad0dce50fc9 (diff)
downloadsvg.js-b006c02b219fea7af04b764ab2fd6c4b55a8c4ac.tar.gz
svg.js-b006c02b219fea7af04b764ab2fd6c4b55a8c4ac.zip
bump 2.3.02.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cc30e9..cbe58c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,12 @@
- make transform-methods relative as default (breaking change)
- added `'random'` option and `randomize()` method to `SVG.Color` -> __TODO!__
-- added `enqueue()` method to `SVG.FX` -> __TODO!__
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
- added `precision()` method to round numeric element attributes -> __TODO!__
- added specs for `SVG.FX` -> __TODO!__
-# 2.3.0
+# 2.3.0 (30/03/2016)
- added `SVG.Point` which serves as Wrapper to the native `SVGPoint` (#437)
- added `element.point(x,y)` which transforms a point from screen coordinates to the elements space (#403)
- fixed `svgjs:data` attribute which was not set properly in all browsers (#428)