summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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)