diff options
author | wout <wout@impinc.co.uk> | 2016-08-04 12:35:28 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2016-08-04 12:35:28 +0200 |
commit | 5205f40c30bc3ebda77dd3e6be5b4d80304ca8d6 (patch) | |
tree | 3e9f0868dfb262979800c2920ca1e50b444ab3f0 | |
parent | b0a8b25f387d882e54dfddbbbc208a7c3ca39730 (diff) | |
download | svg.js-5205f40c30bc3ebda77dd3e6be5b4d80304ca8d6.tar.gz svg.js-5205f40c30bc3ebda77dd3e6be5b4d80304ca8d6.zip |
Version bump
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | bower.json | 4 | ||||
-rw-r--r-- | component.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a46259..7d6d00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ +# 2.3.4 (04.08.2016) +- reworked parent module for speed improvemenents +- reworked `filterSVGElements` utility to use and a for loop instead of the native filter function + # 2.3.3 (02.08.2016) - add error callback on image loading (#508) - fixed bug when getting bbox of text elements which are not in the dom (#514) @@ -1,9 +1,9 @@ { "name": "svg.js", - "version":"2.3.3", + "version":"2.3.4", "homepage": "http://svgjs.com/", "authors": [ - "Wout Fierens <wout@impinc.co.uk>" + "Wout Fierens <wout@woutfierens.com>" ], "description": "A lightweight library for manipulating and animating SVG", "main": "dist/svg.js", diff --git a/component.json b/component.json index b1a8212..383056f 100644 --- a/component.json +++ b/component.json @@ -2,9 +2,9 @@ "name": "svg.js", "repo": "wout/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "2.3.3", + "version": "2.3.4", "keywords": ["svg"], - "author": "Wout Fierens <wout@impinc.co.uk>", + "author": "Wout Fierens <wout@woutfierens.com>", "main": "dist/svg.js", "scripts": ["dist/svg.js"], "license": "MIT" diff --git a/package.json b/package.json index 71da6b9..cc69da1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version": "2.3.3", + "version": "2.3.4", "description": "A lightweight library for manipulating and animating SVG.", "url": "http://svgjs.com", "homepage": "http://www.svgjs.com", |