diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-06-05 11:35:23 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-06-05 11:35:23 +0200 |
commit | ecc3882209cb5fe8d8c8e2ad18f44f63916130cc (patch) | |
tree | ef1ba5c71c36bd532814c042612fdfd85b1b8e2c /CHANGELOG.md | |
parent | dc9fc77a86cd01f4b9bafd7377bbe3551be37396 (diff) | |
download | svg.js-2.6.2.tar.gz svg.js-2.6.2.zip |
bump 2.6.22.6.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6ced1..12595bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ -## [2.6.2] - UNRELEASED +## [2.6.2] - 2017-06-05 ### Added - added `width()` and `height()` methods to `SVG.FX` @@ -42,8 +42,6 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed `SVG.FX.once` so that it add its callback on the last situation instead of the current one - fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677) -### Removed - ## [2.6.1] - 2017-04-25 @@ -609,6 +607,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[2.6.2]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.2 [2.6.1]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.1 [2.6.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.0 |