All Versions
68
Latest Version
Avg Release Cycle
39 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.7.0 Changes
November 13, 2018๐ Fixed
- ๐ fixed calling
parent()
ondocumentFragment
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)
- ๐ fixed calling
-
v2.6.6 Changes
August 30, 2018โ Added
- โ added global reference to support 'window' in bundlers (#767)
-
v2.6.5 Changes
May 26, 2018๐ Fixed
- ๐ fixed
element.parent()
which sometimes failed when used on detached documents (#759) - ๐ fixed
SVG.Text.y()
which didnt work correctly withSVG.Number
(#778) - ๐ fixed
SVG.Doc.clone()
which throwed an error (#782) - ๐ fixed
SVG.Mask.clone()
which throwed an error (#782) - ๐ fixed
SVG.PointArray
having a reference to outside array in some cases (#803) - ๐ fixed
reference()
which failed when trying to use a reference which does not exist in the attribuets (#840) - ๐ fixed
animate().attr()
method which doenst work ford
attribute of paths (#847) - ๐ fixed problems with
CustomEvent
polyfill in IE11 (#852)
โ Added
- โ added possibility to pass an array of point objects to SVG.PointArray (#803)
- ๐ fixed
-
v2.6.4 Changes
February 07, 2018๐ Fixed
- ๐ fixed memory leak when creating images (#805)
-
v2.6.3 Changes
July 21, 2017๐ Fixed
- ๐ fixed error in parent method when hitting document node (#720)
-
v2.6.2 Changes
June 05, 2017โ Added
- โ added
width()
andheight()
methods toSVG.FX
- โ added the intended functionality to call animate functions with multiple parameter (#671)
๐ Changed
- โก๏ธ updated Jasmine from 2.5.2 to 2.6.0
- โ removed the typeof check in the initialisation of SVG.Matrix
๐ Fixed
- ๐ fixed
SVG.FX.once
so that it add its callback on the last situation instead of the current one - ๐ fixed
SVG.FX.step
so that the animation doesn't stop if an afterAll callback call animate (#677)
- โ added
-
v2.6.1 Changes
April 25, 2017๐ Fixed
- ๐ fixed a bug in path parser which made it stop parsing when hitting z command (#665)
-
v2.6.0 Changes
April 21, 2017โ Added
- โ added
options
object toSVG.on()
andel.on()
(#661)
๐ Changed
- ๐ back to sloppy mode because of problems with plugins (#660)
- โ added
-
v2.5.3 Changes
April 15, 2017โ Added
- โ added gitter badge in readme
๐ Fixed
- ๐ fixed svg.js.d.ts (#644 #648)
- ๐ fixed bug in
el.flip()
which causes an error when calling flip without any argument
โ Removed
- component.json (#652)
-
v2.5.2 Changes
April 11, 2017๐ Changed
- SVG.js is now running in strict mode
๐ Fixed
- ๐
clear()
does not remove the parser in svg documents anymore len
not declared in FX module, making it a global variable (9737e8a)bbox
not declared in SVG.Box.transform in the Box module (131df0f)namespace
not declared in the Event module (e89c97e)