]> source.dussan.org Git - svg.js.git/commitdiff
Updated CHANGELOG
authorwout <wout@impinc.co.uk>
Sun, 5 Feb 2017 09:46:44 +0000 (10:46 +0100)
committerwout <wout@impinc.co.uk>
Sun, 5 Feb 2017 09:46:44 +0000 (10:46 +0100)
CHANGELOG.md

index 9698099d84a4e6e0e58d1d90cf745e9cd25d89c7..7e37ea2addd25371c2289a6440d50fdb0a2e11b5 100644 (file)
@@ -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)
 
 ====