From: dotnetCarpenter Date: Tue, 11 Apr 2017 21:01:51 +0000 (+0200) Subject: fixed link style to tags and update about component.json X-Git-Tag: 2.5.3~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b23c73a1156adabe0f11e44d81c2781176464ba9;p=svg.js.git fixed link style to tags and update about component.json --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f812de..6a2b6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,9 +37,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Fixed +### Removed +- component.json (#652) -## [2.5.2](https://github.com/svgdotjs/svg.js/releases/tag/2.5.2) - 2017-04-11 +## [2.5.2] - 2017-04-11 ### Changed - SVG.js is now running in strict mode @@ -51,7 +53,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `namespace` not declared in the Event module (e89c97e) -## [2.5.1](https://github.com/svgdotjs/svg.js/releases/tag/2.5.1) - 2017-03-27 +## [2.5.1] - 2017-03-27 ### Changed - make svgjs ready to be used on the server @@ -61,7 +63,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - prevented unnecessary parsing of point or path strings -## [2.5.0](https://github.com/svgdotjs/svg.js/releases/tag/2.5.0) - 2017-03-10 +## [2.5.0] - 2017-03-10 ### Added - added a plot and array method to `SVG.TextPath` (#582) @@ -575,6 +577,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: +[2.5.2]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.2 +[2.5.1]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.1 +[2.5.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.5.0 [2.4.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.4.0 [2.3.7]: https://github.com/svgdotjs/svg.js/releases/tag/2.3.7