]> source.dussan.org Git - svg.js.git/commitdiff
note to self for the 3.0 release
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 08:06:31 +0000 (09:06 +0100)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 08:06:31 +0000 (09:06 +0100)
CHANGELOG.md

index 18d58d86b87be54cdf6dca9ef619143b957c9692..e35c85b0dc3cf94091d9dbd20502fa45382c4d88 100644 (file)
@@ -1,5 +1,6 @@
 # 3.0.0
 - make transform-methods relative as default (breaking change)
+- change from SVG() to use querySelector instead of getElementById (breaking change)
 - added `'random'` option and `randomize()` method to `SVG.Color` -> __TODO!__
 - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__
 - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__