diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-12 20:32:39 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-12 20:32:39 +0100 |
commit | 60792807eee29f1b748c9b12d308c477f7c1227d (patch) | |
tree | 27f5c46c02ea0acbec71668935ef72cf2749698e /CHANGELOG.md | |
parent | f5eff8745af43fcfcc2e837d89d549cb66220d99 (diff) | |
download | svg.js-60792807eee29f1b748c9b12d308c477f7c1227d.tar.gz svg.js-60792807eee29f1b748c9b12d308c477f7c1227d.zip |
Fix move and size of groups, removed setting of a default font so we dont act against user intention, fixed bug in `font()`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad260b..0e8f89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.6] + +### Fixed + - fixed group move and size commands + - default font size is not set anymore because it mostly goes against what the user wants + - fix bug in `font()` which set wrong values + ## [3.0.5] - 2018-12-12 + +### Fixed - fixed `parser` which didnt have all required css rules and not focusable=false - group `x(), y(), width(), height(), dx(), dy()` now correctly change the bbox of the group by moving/resizing all children - fixed timeline which fired `finished` too early |