diff options
author | wout <wout@impinc.co.uk> | 2017-02-05 10:46:44 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2017-02-05 10:46:44 +0100 |
commit | 516f575cf4ea4921fab4d66fbce3b8dad25e7e66 (patch) | |
tree | ba087c68154ef0a9ae5e25b0d998bf7b9654f273 | |
parent | 582c7afc60bd1d7ddec78ca4a90df2ff9de7897f (diff) | |
download | svg.js-516f575cf4ea4921fab4d66fbce3b8dad25e7e66.tar.gz svg.js-516f575cf4ea4921fab4d66fbce3b8dad25e7e66.zip |
Updated CHANGELOG
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9698099..7e37ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,13 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added specs for `SVG.FX` -> __TODO!__ ### Changed -- make transform-methods relative as default (breaking change) -- change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__ +- made transform-methods relative as default (breaking change) +- changed SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__ +- made `parents()` method on `SVG.Element` return an instance of SVG.Set (breaking change) -> __TODO!__ +- replaced static reference to `masker` in `SVG.Mask` with the `masker()` method (breaking change) -> __TODO!__ +- replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method (breaking change) -> __TODO!__ +- replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (breaking change) -> __TODO!__ +- moved all regexes to `SVG.regex` (in color, element, pointarray, style, transform and viewbox) -> __TODO!__ ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ @@ -26,7 +31,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ## UNRELEASED 2.4.1 ### Changed -- change CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578) +- changed CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578) ==== |