diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-13 21:10:27 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-13 21:10:27 +0100 |
commit | 5a72b487125beaa6b7bd81584fb9d35c4ffc43be (patch) | |
tree | cf297b91bf9e99ce21a1ff7d6936a2830e320935 /CHANGELOG.md | |
parent | 05ba3ddc990e6d22d1bac7e23b72613a355287bc (diff) | |
download | svg.js-5a72b487125beaa6b7bd81584fb9d35c4ffc43be.tar.gz svg.js-5a72b487125beaa6b7bd81584fb9d35c4ffc43be.zip |
Round up everything for the last 2.x release2.7.0
### Fixed
- fixed calling `parent()` on `documentFragment`s children (#927)
- parser is not focusable anymore (#908)
- `SVG.Element.click(null)` correctly unbinds the event (#878)
- fix memory leak (#905)
### Added
- `SVG.Set` now accepts another Set as input (#893)
- `on()/off()` accepts multiple event names as input (backport from 3.0)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcf1b4..3cf9007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,19 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ +## [2.7.0] - 2018-11-13 + +### Fixed +- fixed calling `parent()` on `documentFragment`s children (#927) +- parser is not focusable anymore (#908) +- `SVG.Element.click(null)` correctly unbinds the event (#878) +- fix memory leak (#905) + +### Added +- `SVG.Set` now accepts another Set as input (#893) +- `on()/off()` accepts multiple event names as input (backport from 3.0) + + ## [2.6.6] - 2018-08-30 ### Added @@ -640,6 +653,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[2.7.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.7.0 [2.6.6]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.6 [2.6.5]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.5 [2.6.4]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.4 |