]> source.dussan.org Git - svg.js.git/commitdiff
changelog update
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 18 Oct 2018 09:16:43 +0000 (11:16 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 18 Oct 2018 09:16:43 +0000 (11:16 +0200)
CHANGELOG.md

index 4fc0d94cac937d91c9552c3f50e8e032cc3d6dd8..f99f749fc2ed5ec315d5591206a482e4313a8172 100644 (file)
@@ -70,6 +70,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 - Matrices now apply transformations like `scale`, `translate`, etc... by left multiplying them to simplify transformations
 - The way `transform()` works is now completely different. See the docs for more as soon as they are updated.
 - merged `SVG.Doc` and `SVG.Nested`, added `isRoot()` on `SVG.Doc()` (#809)
+- The fx module was completely reworked to be faster and less error prone. For more information on how to use it refer to the docs
 
 ### Fixed
 - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__