summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-21 12:49:25 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-21 12:49:25 +0200
commit04e21b18c30d546ed6a16b279504a2b58b503541 (patch)
tree8572904910b06386276d189540f1a8cd241c4638 /CHANGELOG.md
parentd2b8d0ac6f97ce3e88722532d824873f06990e3d (diff)
downloadsvg.js-04e21b18c30d546ed6a16b279504a2b58b503541.tar.gz
svg.js-04e21b18c30d546ed6a16b279504a2b58b503541.zip
added `options` to `on()`, back to sloppy mode2.6.0
- added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a03066..facae13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,15 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
+## [2.6.0] - 2017-04-21
+
+### Added
+- added `options` object to `SVG.on()` and `el.on()` (#661)
+
+### Changed
+- back to sloppy mode because of problems with plugins (#660)
+
+
## [2.5.3] - 2017-04-15
### Added
@@ -579,6 +588,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
<!-- Headings above link to the releases listed here -->
+[2.6.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.0
[2.5.3]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.3
[2.5.2]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.2
[2.5.1]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.1