diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 23:01:51 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-11 23:01:51 +0200 |
commit | b23c73a1156adabe0f11e44d81c2781176464ba9 (patch) | |
tree | 50222c49f413bf8400dd388740526440515e80d0 | |
parent | b97a6df4aba30950f0b222473add3be2b6516a4e (diff) | |
download | svg.js-b23c73a1156adabe0f11e44d81c2781176464ba9.tar.gz svg.js-b23c73a1156adabe0f11e44d81c2781176464ba9.zip |
fixed link style to tags and update about component.json
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 8 insertions, 3 deletions
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: <!-- Headings above link to the releases listed here --> +[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 |