You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/16 04:05:59 UTC

[06/20] incubator-weex git commit: * [html5] register globalEvent api.

* [html5] register globalEvent api.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8b39d074
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/8b39d074
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8b39d074

Branch: refs/heads/0.14-dev
Commit: 8b39d074fed88f7bb149dad9a7f937f4cee1b928
Parents: 4744851
Author: MrRaindrop <te...@gmail.com>
Authored: Tue Jun 6 21:39:02 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Tue Jun 6 21:39:02 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/modules/index.js     | 2 ++
 package.json                          | 2 +-
 packages/weex-vue-render/package.json | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8b39d074/html5/render/vue/modules/index.js
----------------------------------------------------------------------
diff --git a/html5/render/vue/modules/index.js b/html5/render/vue/modules/index.js
index b937cc7..4237f9d 100644
--- a/html5/render/vue/modules/index.js
+++ b/html5/render/vue/modules/index.js
@@ -29,6 +29,7 @@ import clipboard from '../../browser/extend/api/clipboard'
 // custom modules
 import animation from './animation'
 import dom from './dom'
+import globalEvent from './globalEvent'
 import modal from './modal'
 import navigator from './navigator'
 import webview from './webview'
@@ -45,6 +46,7 @@ const legacyModules = {
 const modules = {
   animation,
   dom,
+  globalEvent,
   navigator,
   webview
 }

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8b39d074/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7fc76d5..d27c6c6 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "subversion": {
     "browser": "0.5.0",
     "framework": "0.20.6",
-    "vue-render": "0.11.45",
+    "vue-render": "0.11.46",
     "transformer": ">=0.1.5 <0.5"
   },
   "description": "A framework for building Mobile cross-platform UI",

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8b39d074/packages/weex-vue-render/package.json
----------------------------------------------------------------------
diff --git a/packages/weex-vue-render/package.json b/packages/weex-vue-render/package.json
index 391b90c..a4a9dfa 100644
--- a/packages/weex-vue-render/package.json
+++ b/packages/weex-vue-render/package.json
@@ -1,6 +1,6 @@
 {
   "name": "weex-vue-render",
-  "version": "0.11.45",
+  "version": "0.11.46",
   "description": "Weex built-in components for Vue 2.x.",
   "license": "Apache-2.0",
   "main": "dist/index.js",