summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-05-25 17:22:31 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-05-25 17:22:31 +0200
commit1b53f02224aaf59c5e5bd2cdd0fee1ca4201034c (patch)
tree2ce1060386ef55e5ef0c375912f18f2e8cc28105
parentb80db4dc98399a696e14107e9498b2e4d740d7d4 (diff)
downloadsvg.js-1b53f02224aaf59c5e5bd2cdd0fee1ca4201034c.tar.gz
svg.js-1b53f02224aaf59c5e5bd2cdd0fee1ca4201034c.zip
Bump to 1.1.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--Rakefile2
-rw-r--r--component.json2
-rw-r--r--dist/svg.js2
-rw-r--r--package.json2
5 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc7e636..43d914e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 1.1.0 (25/5/2015)
+
+- fixed file permission
+- fixed event-handling
+- added namespaced events
+- fixed removing root and nested SVGs [thanks @zachrbrown]
+- fix: animating rotation takes rotation-center into accound
+- added: use-element now can point to an external file
+
# 1.0.1 (06/09/2014)
- added UMD support
diff --git a/Rakefile b/Rakefile
index 519c3b2..9ddc500 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '1.0.1'
+SVGJS_VERSION = '1.1.0'
# all available modules in the correct loading order
MODULES = %w[ svg selector inventor polyfill regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory helpers ]
diff --git a/component.json b/component.json
index ad6243d..822b1f0 100644
--- a/component.json
+++ b/component.json
@@ -2,7 +2,7 @@
"name": "svg.js",
"repo": "wout/svg.js",
"description": "A lightweight library for manipulating and animating SVG",
- "version": "1.0.1",
+ "version": "1.1.0",
"keywords": ["svg"],
"author": "Wout Fierens <wout@impinc.co.uk>",
"main": "dist/svg.js",
diff --git a/dist/svg.js b/dist/svg.js
index b0399f7..1d74c18 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -1,4 +1,4 @@
-/* svg.js 1.0.1-41-gb8853bf - svg selector inventor polyfill regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory helpers - svgjs.com/license */
+/* svg.js 1.1.0 - svg selector inventor polyfill regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory helpers - svgjs.com/license */
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
diff --git a/package.json b/package.json
index 35f22e0..a443233 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
, "keywords": ["svg", "vector", "graphics", "animation"]
, "author": "Wout Fierens <wout@impinc.co.uk>"
, "main": "dist/svg.js"
-, "version": "1.0.1"
+, "version": "1.1.0"
, "jam": {
"include": [
"dist/svg.js"