From: dotnetCarpenter Date: Sat, 14 Jan 2017 08:06:31 +0000 (+0100) Subject: note to self for the 3.0 release X-Git-Tag: 2.5.0~64^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae6c75ad81ad651c90853d32c5e5947c4990b011;p=svg.js.git note to self for the 3.0 release --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d58d8..e35c85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!__