]> source.dussan.org Git - svg.js.git/commitdiff
release 3.2.4
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 27 Jun 2024 10:00:05 +0000 (12:00 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 27 Jun 2024 10:00:05 +0000 (12:00 +0200)
CHANGELOG.md
package.json

index c9b3016e866924fb511be29977101ccb2181a8e1..3bc5eddc09b1c9b281db802911383c7a68e91664 100644 (file)
@@ -6,6 +6,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 ====
 
+## [3.2.4]
+
+### Fixed
+
+- fixed dmove for nested svgs (https://github.com/svgdotjs/svg.draggable.js/issues/127)
+
 ## [3.2.3]
 
 ### Fixed
@@ -1045,6 +1051,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 <!-- Headings above link to the releases listed here -->
 
+[3.2.4]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.4
 [3.2.3]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.3
 [3.2.2]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.2
 [3.2.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.1
index 6088475bddaa034dd77c411d1d38118d80a6f60b..8ed1678e7879f9f581f74f0355fe0b2cbb6849a6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@svgdotjs/svg.js",
-  "version": "3.2.3",
+  "version": "3.2.4",
   "type": "module",
   "description": "A lightweight library for manipulating and animating SVG.",
   "url": "https://svgjs.dev/",