]> source.dussan.org Git - svg.js.git/commitdiff
update changelog
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 19 Feb 2017 14:54:35 +0000 (15:54 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 19 Feb 2017 14:54:35 +0000 (15:54 +0100)
CHANGELOG.md

index 7e37ea2addd25371c2289a6440d50fdb0a2e11b5..ac62928cbf446f990a37037597deadfa39c69cef 100644 (file)
@@ -30,8 +30,20 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 ## UNRELEASED 2.4.1
 
+### Added
+- added a plot and array method to SVG.TextPath (#582)
+
 ### Changed
 - changed CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578)
+- make the method plot a getter when no parameter is passed for SVG.Polyline,SVG.Polygon, SVG.Line, SVG.Path (related #547)
+- allow SVG.PointArray to be passed flat array
+- change the regexp SVG.PointArray use to parse string to allow more flexibility in the way spaces and commas can be used
+- allow plot to be called with 4 parameters when animating an SVG.Line
+- relative value for SVG.Number are now calculated in its morph method (related #547)
+- clean up the implementation of the `initAnimation` method of the FX module (#547, #552, #584)
+
+### Fixed
+- fixed a bug in the plain morphing part of SVG.MorphObj that is in the FX module
 
 ====