diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed1af2..d6afc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.11] - 2019-01-22 + +### Fixed + - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. + - fixed center commands (cx, cy, center) of text so that it moves text always by the center. + ## [3.0.10] - 2019-01-14 ### Fixed @@ -801,6 +807,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[3.0.11]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.11 [3.0.10]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.10 [3.0.9]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.9 [3.0.8]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.8 |