diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-12 14:51:34 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-12 14:51:34 +0100 |
commit | bf6e2aeb13f9a4bee2be1f8f7a70ca1a73215245 (patch) | |
tree | 0614edfac92e0ab9ff44144b79aa5802211ef5e0 /CHANGELOG.md | |
parent | 334d9c73c2f74679a93b1d7b3e39b614f6444faa (diff) | |
download | svg.js-bf6e2aeb13f9a4bee2be1f8f7a70ca1a73215245.tar.gz svg.js-bf6e2aeb13f9a4bee2be1f8f7a70ca1a73215245.zip |
remove native() methods, add methods of types directly to elemenet
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fff52..034cdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - removed `show()` from `SVG.A` to avoid name clash (#802) - removed `size()` from `SVG.Text` to avoid name clash (#799) - removed `move(), dmove()` etc for groups to avoid inconsistencies, we will expect users to use transforms to move around groups as they should (especially since they are much simpler now). +- removed `native()` function ### Changed - gradients now have there corresponding node as type and not only radial/linear |