diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-09 10:09:50 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-09 10:09:50 +0100 |
commit | 9479d18674745cbf4bfb44e0fdbb0eab3c5bfe06 (patch) | |
tree | 2766d94238b04020ea4ce1a4d53ad337abda57dc /CHANGELOG.md | |
parent | 761623033b6fd2af16abb2fe194f24d6e00d4024 (diff) | |
download | svg.js-9479d18674745cbf4bfb44e0fdbb0eab3c5bfe06.tar.gz svg.js-9479d18674745cbf4bfb44e0fdbb0eab3c5bfe06.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5574df5..7c1b9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added `font()` method to `SVG.Tspan` - added `SVG.Box()` - added `transform()` method to boxes +- added `event()` to `SVG.Element` to retrieve the event that was fired last on the element (#550) ### Changed - changed CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578) @@ -49,6 +50,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - all boxes now accept 4 values or an object on creation - `el.rbox()` now always returns the right boxes in screen coordinates and has an additional paramater to transform the box into other coordinate systems - `font()` method can now be used like `attr()` method (#620) +- events are now cancelable by default (#550) ### Fixed - fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module |