summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-10-31 21:10:30 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-10-31 21:10:30 +0100
commit0748382e9859c31253d93b0c258487da362bcade (patch)
tree01cf34cca40e39d5b27e3f2a5e0a89989407bc7a /CHANGELOG.md
parent30eea62a7e55a5c28f5b80d4c1ff0423d0a5f626 (diff)
downloadsvg.js-0748382e9859c31253d93b0c258487da362bcade.tar.gz
svg.js-0748382e9859c31253d93b0c258487da362bcade.zip
bump version3.0.14
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f2974f..bc68961 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
====
+## [3.0.14] - 2019-10-31
+
+### Fixed
+- hide parser from screen readers (#1023)
+
+### Added
+- added transpiled esm bundle for webpack und co and faster import
+
## [3.0.13] - 2019-06-12
### Fixed
@@ -824,6 +832,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
<!-- Headings above link to the releases listed here -->
+[3.0.14]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.14
+[3.0.13]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.13
[3.0.12]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.12
[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