diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-25 22:50:52 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-25 22:50:52 +0100 |
commit | f72c867e7e3da9d8939ab67afaddee0755678ba4 (patch) | |
tree | a2a0eb636ef9543334f2d7cfb6cec9ac0cce4622 /CHANGELOG.md | |
parent | 78e492ca461ccba1ca57eb2362be02280ef232ac (diff) | |
download | svg.js-f72c867e7e3da9d8939ab67afaddee0755678ba4.tar.gz svg.js-f72c867e7e3da9d8939ab67afaddee0755678ba4.zip |
added support for css selectors with the `parent()` method
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc7398..24a3509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ # 3.0.0 - make transform-methods relative as default (breaking change) -- added `morph()` method to `SVG.PathArray` -> __TODO!__ - added `'random'` option and `randomize()` method to `SVG.Color` -> __TODO!__ - 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!__ - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ @@ -15,8 +13,10 @@ - fixed pattern and gradient animation (#385) - fixed mask animation in Firefox (#287) -- added ungroup/flatten (#238), toParent and toDoc +- added `ungroup()/flatten()` (#238), `toParent()` and `toDoc()` - added UMD-Wrapper with possibility to pass custom window object (#352) +- added `morph()` method via plugin [svg.pathmorphing.js](https://github.com/Fuzzyma/svg.pathmorphing.js) +- added support for css selectors with the `parent()` method # 2.1.1 (03/10/2015) |