diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-11 15:20:01 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-11 15:20:01 +0200 |
commit | 79e050f93709ffa98c071ac9620d79d3d077c32d (patch) | |
tree | ca811db5e8fcb434e9363c1765061637e3a09dfb /CHANGELOG.md | |
parent | 412b37652b6695a6df4c214d7048275f2912dad7 (diff) | |
download | svg.js-79e050f93709ffa98c071ac9620d79d3d077c32d.tar.gz svg.js-79e050f93709ffa98c071ac9620d79d3d077c32d.zip |
added ungroup/flatten (#238), toParent and toDoc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a42268..dbd7501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,15 @@ - added `parents()` method to get an array of all parenting elements -> __TODO!__ - added support for css selectors with the `parent()` method -> __TODO!__ - added `enqueue()` method to `SVG.FX` -> __TODO!__ -- added `ungroup()` method -> __TODO!__ [thanks to Peter Uithoven] - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ -# 2.1.2 (??/??/2015) +# 2.2.0 (??/??/2015) - fixed pattern and gradient animation (#385) +- added ungroup/flatten (#238), toParent and toDoc # 2.1.1 (03/10/2015) |