diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 22:42:38 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 22:42:38 +0100 |
commit | dec70426b32ccf3979046e1637174b66bfdd1a8d (patch) | |
tree | 0f64a1803294f55f04d6f4a281845fcd3d1b151a /CHANGELOG.md | |
parent | 9c3f0e89c9c4d4d999f3b54032202e187ab4ac1c (diff) | |
download | svg.js-dec70426b32ccf3979046e1637174b66bfdd1a8d.tar.gz svg.js-dec70426b32ccf3979046e1637174b66bfdd1a8d.zip |
clone() does not insert the clone into the dom anymore, added beziere() and steps() to generate easing functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a14c4..6013e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added `precision()` method to round numeric element attributes -> __TODO!__ - added a linter during the npm build process - added `npm build:dev` to let you develop without getting too annoyed +- added `beziere()` and `steps()` to generate easing functions ### Removed - removed `SVG.Array.split()` function @@ -70,6 +71,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - The whole lib is now splitted into es6 modules (#875) - `Element.svg()` now can can replace the current node, can export the children of a node and can take an export modifier to change/replace the exported nodes - `ungroup()` now breaks off one container and not more +- `clone()` does not add the clone to the dom anymore ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ |