aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--bower.json4
-rw-r--r--component.json4
-rw-r--r--package.json2
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)
diff --git a/bower.json b/bower.json
index a53b071..8d950be 100644
--- a/bower.json
+++ b/bower.json
@@ -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",