]> source.dussan.org Git - svg.js.git/commitdiff
update changelog
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 9 Mar 2017 09:09:50 +0000 (10:09 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 9 Mar 2017 09:09:50 +0000 (10:09 +0100)
CHANGELOG.md

index 5574df56cbd40f0b361ac4a24ebb3348acbb0a2c..7c1b9ef2cac3024d9afe20e7eca12367074d54b8 100644 (file)
@@ -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