diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 07:29:18 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 07:29:18 +0100 |
commit | a0b9f4d4f70c8c4cec5cba2dbe24ffc3a5e6bab3 (patch) | |
tree | 4c950f47a098e87a081ded5d23b22b70a4e42b42 | |
parent | 0c698553481b89919b8abc351cfc0b6e2946a5e4 (diff) | |
download | svg.js-a0b9f4d4f70c8c4cec5cba2dbe24ffc3a5e6bab3.tar.gz svg.js-a0b9f4d4f70c8c4cec5cba2dbe24ffc3a5e6bab3.zip |
wrapping up for 2.4.0 release
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | component.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6300f..18d58d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ +# 2.4.0 (14/01/2017) +- added support for basic path animations (#561) + # 2.3.7 (14/01/2017) - moved project to [svgdotjs](https://github.com/svgdotjs) - made matrixify work with transformation chain separated by commas (#543) @@ -16,7 +19,6 @@ - updated dev dependencies; request and gulp-chmod - `npm run build` now requires nodejs 4.x - added code coverage https://coveralls.io/github/svgdotjs/svg.js (3e614d4) - added `npm run test:quick` which aim at being fast rather than correct - great for git hooks (981ce24) -- added support for basic path animations (#561) # 2.3.6 (21/10/2016) - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#529) diff --git a/component.json b/component.json index 64622e7..e75f0f0 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "svg.js", "repo": "svgdotjs/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "2.3.7", + "version": "2.4.0", "keywords": ["svg"], "author": "Wout Fierens <wout@mick-wout.com>", "main": "dist/svg.js", |