diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-19 15:54:35 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-19 15:54:35 +0100 |
commit | dfc07aa5be10a2b3749c3aae548d3652f0b780d5 (patch) | |
tree | 4ccf9c1b4a63116b13411850418ee466b037adbb /CHANGELOG.md | |
parent | 79a1547788c01273df922371b73253f4c97c1b8f (diff) | |
download | svg.js-dfc07aa5be10a2b3749c3aae548d3652f0b780d5.tar.gz svg.js-dfc07aa5be10a2b3749c3aae548d3652f0b780d5.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e37ea2..ac62928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ==== |