diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-01-23 00:35:20 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-01-23 00:35:20 +0100 |
commit | 85288fe5c3baafb26737a78f030bc67453ec9aeb (patch) | |
tree | fc548750d3fc6566d98a1682d23f1b047bc95cf5 /CHANGELOG.md | |
parent | 0858bca9eb30a7544bd1f381d940ade494f43e13 (diff) | |
download | svg.js-85288fe5c3baafb26737a78f030bc67453ec9aeb.tar.gz svg.js-85288fe5c3baafb26737a78f030bc67453ec9aeb.zip |
changelog for last commit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a84ee..56e3777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - 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) +- fixed `isNumber` and `numberAndUnit` regex (#405) # 2.2.5 (29/12/2015) - added check for existence of node (#431) |