From 5205f40c30bc3ebda77dd3e6be5b4d80304ca8d6 Mon Sep 17 00:00:00 2001 From: wout Date: Thu, 4 Aug 2016 12:35:28 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ bower.json | 4 ++-- component.json | 4 ++-- 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) 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 Fierens " ], "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 ", + "author": "Wout Fierens ", "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",