summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-08 10:08:36 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-08 10:08:36 +1000
commite4e7e11da50c8129bcf31de03a2849f323aa4299 (patch)
tree16f9f68a6fefb2116f1e022242ee36943982cb9c /CHANGELOG.md
parenta4a532d5b886d1e59a96cee7453f3b2ffb8f9285 (diff)
downloadsvg.js-e4e7e11da50c8129bcf31de03a2849f323aa4299.tar.gz
svg.js-e4e7e11da50c8129bcf31de03a2849f323aa4299.zip
fix defs and reference, tests for Element
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83af8ea..54cb5bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086)
- fixed `isRoot()` which correctly returns false, if the element is in a document-fragment
- fixed `replace()` which works without a parent now, too
+ - fixed `defs()` which correctly returns `null` when called on a detached node that is not a root node
+ - fixed `reference()` which correctly returns `null` instead of throwing when specifying an attribute which holds a number
### Added
- added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058)