diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-13 13:11:43 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-13 13:11:43 +0100 |
commit | b1c31462b498ee50e8ed3a88b07ad4a302431d32 (patch) | |
tree | 8929bb808ffda330dddb009a9d52a40cc242f19d /CHANGELOG.md | |
parent | 8e4bb970c0c8772f119b5f3383b7f296ec4f2310 (diff) | |
download | svg.js-b1c31462b498ee50e8ed3a88b07ad4a302431d32.tar.gz svg.js-b1c31462b498ee50e8ed3a88b07ad4a302431d32.zip |
minor bugfix in bbox and performance changes3.0.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4033f98..8207f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.7] - 2018-01-12 + - fixed a bug in `isNulledBox()` and `domContains()` + - performance changes: + - replace `getElementsByTagName` with `querySelector` + - make Color check in `attr` more restrictive to prevent expensive `toString` + ## [3.0.6] - 2018-01-12 ### Fixed @@ -773,6 +779,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[3.0.7]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.7 [3.0.6]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.6 [3.0.5]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.5 [3.0.4]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.4 |