diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2024-06-18 11:10:33 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2024-06-18 11:10:33 +0200 |
commit | 3c1485148e3c0e15e303a90b8fce2b184136c0ac (patch) | |
tree | de596cf7d671e35ef316c29fded0a4c25641e493 | |
parent | a1c23d3838f6551f01894be40c8894398467c541 (diff) | |
download | svg.js-3c1485148e3c0e15e303a90b8fce2b184136c0ac.tar.gz svg.js-3c1485148e3c0e15e303a90b8fce2b184136c0ac.zip |
update changelog
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f8aec..a989630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.2.1] + +### Fixed + +- skip descriptive elements on rebuild and `toParent()` (#1304) +- allow 0 as animation duration and delay (#1125) +- allow nodes that are not imported yet (#1252) +- only apply color conversion to attributes that can take a color (#1241) +- support css vars (#1230) +- fix import of leading, dont write data to dom if not neccessary +- discontinue use of svgjs:data in favor of data-svg +- allow + as delemiter in paths (#1165) +- added `amove()` methods to runner (#1131) +- fix `css()`, dont throw when screenCtm fails (#968) +- several type fixes + +### Added + +- add terminate method to timeline so memory can be freed (#1295) +- add more events to sugar (#1217) + ## [3.2.0] ### Fixed @@ -1012,6 +1033,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[3.2.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.1 [3.2.0]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.0 [3.1.2]: https://github.com/svgdotjs/svg.js/releases/tag/3.1.2 [3.1.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.1.1 |