Changelog
[2.7.0] - 2018-11-13
parent()
on documentFragment
s children (#927)SVG.Element.click(null)
correctly unbinds the event (#878)SVG.Set
now accepts another Set as input (#893)on()/off()
accepts multiple event names as input (backport from 3.0)Changelog
[2.6.6] - 2018-08-30
Changelog
[2.6.5] - 2018-05-26
element.parent()
which sometimes failed when used on detached documents (#759)SVG.Text.y()
which didnt work correctly with SVG.Number
(#778)SVG.Doc.clone()
which throwed an error (#782)SVG.Mask.clone()
which throwed an error (#782)SVG.PointArray
having a reference to outside array in some cases (#803)reference()
which failed when trying to use a reference which does not exist in the attribuets (#840)animate().attr()
method which doenst work for d
attribute of paths (#847)CustomEvent
polyfill in IE11 (#852)Changelog
[2.6.3] - 2017-07-21
Changelog
[2.6.2] - 2017-06-05
width()
and height()
methods to SVG.FX
SVG.FX.once
so that it add its callback on the last situation instead of the current oneSVG.FX.step
so that the animation doesn't stop if an afterAll callback call animate (#677)Changelog
[2.6.1] - 2017-04-25
Changelog
[2.6.0] - 2017-04-21
options
object to SVG.on()
and el.on()
(#661)