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/04/01 06:03:24 UTC

[19/50] [abbrv] incubator-weex git commit: * [html5] use warning tip.

* [html5] use warning tip.


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

Branch: refs/heads/dev
Commit: 4396188654844c78aa183ab4b3ffcf716afa8922
Parents: aee7db8
Author: MrRaindrop <te...@gmail.com>
Authored: Tue Mar 28 15:23:06 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Tue Mar 28 15:23:06 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/mixins/base.js       | 6 +++---
 package.json                          | 2 +-
 packages/weex-vue-render/package.json | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/43961886/html5/render/vue/mixins/base.js
----------------------------------------------------------------------
diff --git a/html5/render/vue/mixins/base.js b/html5/render/vue/mixins/base.js
index f131d73..ea5fd86 100644
--- a/html5/render/vue/mixins/base.js
+++ b/html5/render/vue/mixins/base.js
@@ -24,12 +24,12 @@ function watchLazyload () {
 }
 
 let warned = false
-const notePage = 'https://gist.github.com/MrRaindrop/5a805a067146609e5cfd4d64d775d693#file-weex-vue-render-config-for-vue-loader-js'
+const notePage = 'https://github.com/MrRaindrop/weex/issues/14'
 function warnProcessStyle () {
   if (!warned) {
     warned = true
-    console.error(`[vue-render] warn: should add loader config using $processStyle to enable`
-      + ` inline styles's auto-prefixing. see ${notePage}`)
+    console.warn(`[vue-render] warn: should add loader config using $processStyle to enable`
+      + ` inline styles's auto-prefixing. see ${notePage}. If already did it, please ignore this.`)
   }
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/43961886/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 4764702..a51589c 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "version": "0.4.0",
   "subversion": {
     "browser": "0.5.0",
-    "vue-render": "0.11.1",
+    "vue-render": "0.11.2",
     "framework": "0.19.6",
     "transformer": ">=0.1.5 <0.5"
   },

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/43961886/packages/weex-vue-render/package.json
----------------------------------------------------------------------
diff --git a/packages/weex-vue-render/package.json b/packages/weex-vue-render/package.json
index 8868112..286ae02 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.1",
+  "version": "0.11.2",
   "description": "Weex built-in components for Vue 2.x.",
   "license": "Apache-2.0",
   "main": "src/render/vue/index.js",