]> source.dussan.org Git - svg.js.git/commitdiff
Bump to 1.1.0
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 25 May 2015 15:22:31 +0000 (17:22 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 25 May 2015 15:22:31 +0000 (17:22 +0200)
CHANGELOG.md
Rakefile
component.json
dist/svg.js
package.json

index cc7e6368503378f65a2771945b94dd2f0d2ff610..43d914e376f6517c313ab7c55ba63666a0be3af8 100644 (file)
@@ -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
index 519c3b24d1b4f5b54d661a78f1e28419eab37385..9ddc50025417b4c7cda55491ac7759c871ab17d3 100644 (file)
--- 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 ]
index ad6243d539d58b9c9a33356176fdf0f20d554756..822b1f071b02ea4604400e2d0f15fd70ee39d5f1 100644 (file)
@@ -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",
index b0399f7deb19ba7a35c426b0ffa6bc199286e765..1d74c18a53ab7aee79d6c76eea97271c6e8db1fb 100644 (file)
@@ -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);
index 35f22e0040650abb3a83d074f0f628b8ec0d09ee..a443233b09867e77a4c488d28de6658de8b89a50 100644 (file)
@@ -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"