summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-05-13 14:03:10 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-05-13 14:03:10 +0200
commit3eb32097418087946c9340c82b0b6d4c5263967e (patch)
treed061c0cdb2a3af50e6e4351e913d2de9ad5e8d39 /CHANGELOG.md
parentc53de7ce090afdbd4959447e4fbd541d61b61cfb (diff)
downloadsvg.js-3eb32097418087946c9340c82b0b6d4c5263967e.tar.gz
svg.js-3eb32097418087946c9340c82b0b6d4c5263967e.zip
fixed bbox when element is not in the dom (#480), added parameter to `clone`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05fba37..3b4dc8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,12 +10,14 @@
# 2.3.2
- fixed string parsing in viewbox (#483)
- added specs for `SVG.ViewBox`
+- fixed bbox when element is not in the dom (#480)
+- added `parent` parameter for `clone()`
# 2.3.1 (05/05/2016)
- fixed `SVG.morph()` (#473)
- fixed parser error (#471)
- fixed bug in `SVG.Color` with new fx
-- fixed `radius()` for circles when animating and other related code (#477)
+- fixed `radius()` for circles when animating and other related code (#477)
- fixed bug where `stop(true)` throws an error when element is not animated (#475)
- added typings for svg.js (#470)
- fixed bug in `add()` when altering svgs with whitespaces
@@ -45,7 +47,7 @@
- double newlines (\n\n) are correctly handled as blank line from `text()`
- fixed use of scrollX vs pageXOffset in `rbox()` (#425)
- fixed target array in mask and clip which was removed instead of reinitialized (#429)
-
+
# 2.2.3 (30/11/2015)
- fixed null check in image (see 2.2.2)
- fixed bug related to the new path parser (see 2.2.2)