summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-07-28 14:20:48 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-07-28 14:20:48 +0200
commit6faf2c538a90e99e5fadd8662955466ba4ebe6f1 (patch)
tree86527be80ae580bad129a66366e5700ca75b83d5 /CHANGELOG.md
parentecea84ea3ae7f9986144c4fbd70994cfb9925654 (diff)
downloadsvg.js-6faf2c538a90e99e5fadd8662955466ba4ebe6f1.tar.gz
svg.js-6faf2c538a90e99e5fadd8662955466ba4ebe6f1.zip
The dom is checked for an svgjs:data attribute which is imported when creating an element
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aef3b2..ca40b26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- all `SVG.*` objects now can have a node as parameter when constructing
- `SVG()` does not set a default size anymore
- default constructor now has an optional `node` argument which is used to consruct the object e.g. `new SVG.Rect(rectNode)`
+- SVG.Elements constructor now tries to import svgjs:data from the node
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__