From 28e74482b8cc7b7f2e4aca099ceea9f7d7a888d5 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sun, 29 Mar 2020 10:47:16 +1000 Subject: fixed put and adopter, added tests to cover it --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 53817e1..320fd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file + - fixed adopter when adopting an svg/html string. It had still its wrapper as parentNode attached + - fixed `put()` which correctly creates an svgjs object from the passed element now before returning ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) -- cgit v1.2.3