summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-17 18:47:27 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-17 18:47:27 +0100
commit9f050bec89ab1f8c7121132b82ca13a02a1b45b4 (patch)
tree2c41168aef0164e068dd026e7f59cff9b16a2342 /CHANGELOG.md
parent60236e07f161e23772922eed2e5c489b6964a712 (diff)
downloadsvg.js-9f050bec89ab1f8c7121132b82ca13a02a1b45b4.tar.gz
svg.js-9f050bec89ab1f8c7121132b82ca13a02a1b45b4.zip
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad8d8f3..8978d7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- removed workaround for browser bug with stroke-width
- removed polyfills
- removed `ungroup()` in favour of `flatten()`
-- removed `SVG.Set` -> __TODO!__
+- removed `SVG.Set`
- removed feature to set style with css string (e.g. "fill:none;display:block;")
### Changed
@@ -28,11 +28,10 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `SVG.Path.pointAt()` correctly returns an `SVG.Point` now
- 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
- replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method
- replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method
-- moved all regexes to `SVG.regex` (in color, element, pointarray, style, transform and viewbox) -> __TODO!__
+- moved all regexes to `SVG.regex`
- `svg()` will now return the element without svg-wrapper
### Fixed