summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-13 21:10:27 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-13 21:10:27 +0100
commit5a72b487125beaa6b7bd81584fb9d35c4ffc43be (patch)
treecf297b91bf9e99ce21a1ff7d6936a2830e320935 /package.json
parent05ba3ddc990e6d22d1bac7e23b72613a355287bc (diff)
downloadsvg.js-2.7.0.tar.gz
svg.js-2.7.0.zip
Round up everything for the last 2.x release2.7.0
### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 161cff2..42562e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version": "2.6.6",
+ "version": "2.7.0",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "https://svgdotjs.github.io/",
"homepage": "https://svgdotjs.github.io/",