diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 17:02:29 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 18:41:05 +0200 |
commit | 117b7fbe8db0bbbda7fc7c951d7d83005e1a669b (patch) | |
tree | 545fcbb7895f79ea75ff3a01b4154ad11c224b34 /CHANGELOG.md | |
parent | 1d9f1a7f8e0d2fd30156c7f6e92ff3e4d9412f6a (diff) | |
download | svg.js-117b7fbe8db0bbbda7fc7c951d7d83005e1a669b.tar.gz svg.js-117b7fbe8db0bbbda7fc7c951d7d83005e1a669b.zip |
patch release for strict mode2.5.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 283fd06..4f812de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,19 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ -## UNRELEASED [2.5.2] +## UNRELEASED [2.5.3] ### Added ### Changed + +### Fixed + + + +## [2.5.2](https://github.com/svgdotjs/svg.js/releases/tag/2.5.2) - 2017-04-11 + +### Changed - SVG.js is now running in strict mode ### Fixed @@ -42,7 +50,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `bbox` not declared in SVG.Box.transform in the Box module (131df0f) - `namespace` not declared in the Event module (e89c97e) + ## [2.5.1](https://github.com/svgdotjs/svg.js/releases/tag/2.5.1) - 2017-03-27 + ### Changed - make svgjs ready to be used on the server @@ -50,6 +60,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays - prevented unnecessary parsing of point or path strings + ## [2.5.0](https://github.com/svgdotjs/svg.js/releases/tag/2.5.0) - 2017-03-10 ### Added |