]> source.dussan.org Git - svg.js.git/commit
Round up everything for the last 2.x release 2.7.0
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 13 Nov 2018 20:10:27 +0000 (21:10 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 13 Nov 2018 20:10:27 +0000 (21:10 +0100)
commit5a72b487125beaa6b7bd81584fb9d35c4ffc43be
treecf297b91bf9e99ce21a1ff7d6936a2830e320935
parent05ba3ddc990e6d22d1bac7e23b72613a355287bc
Round up everything for the last 2.x release

### 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)
CHANGELOG.md
dist/svg.js
dist/svg.min.js
package.json
spec/spec/event.js
spec/spec/set.js
src/element.js
src/event.js
src/set.js
src/svg.js