Version bump

This commit is contained in:
wout 2016-08-04 12:35:28 +02:00
parent b0a8b25f38
commit 5205f40c30
4 changed files with 9 additions and 5 deletions

View File

@ -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)

View File

@ -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",

View File

@ -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"

View File

@ -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",