From: dotnetCarpenter Date: Sat, 14 Jan 2017 06:29:18 +0000 (+0100) Subject: wrapping up for 2.4.0 release X-Git-Tag: 2.4.0~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a0b9f4d4f70c8c4cec5cba2dbe24ffc3a5e6bab3;p=svg.js.git wrapping up for 2.4.0 release --- 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 ", "main": "dist/svg.js",