You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ta...@apache.org on 2017/08/10 02:48:38 UTC

[07/12] incubator-weex git commit: * [html5] release vue-render 0.12.2

* [html5] release vue-render 0.12.2


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

Branch: refs/heads/0.16-dev
Commit: 850811cc9984efa55e66c7e304619b9d57a2f1c8
Parents: 200692b
Author: MrRaindrop <te...@gmail.com>
Authored: Fri Aug 4 17:09:18 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Fri Aug 4 17:09:18 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/README.md | 15 +++++++++++++++
 package.json               |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/850811cc/html5/render/vue/README.md
----------------------------------------------------------------------
diff --git a/html5/render/vue/README.md b/html5/render/vue/README.md
index f9ac2de..4a7878a 100644
--- a/html5/render/vue/README.md
+++ b/html5/render/vue/README.md
@@ -123,6 +123,21 @@ vue: {
 }
 ```
 
+## changelog
+
+#### 0.12.1
+
+* pack a core sdk for weex-vue-render into `weex-vue-render/dist/index.core.js`.
+* pack modules and components into npm packages, and make them able to install.
+
+#### 0.12.2
+
+* support component method `image.save` for `<image>` component.
+* distinguish gesture events with the same named events generated elsewhere.
+* fix fast click event.
+* fix `modal.toast` on android.
+* fix css prefixer for gradients.
+
 ## component -> dom map
 
 | component | dom element | children | note |

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/850811cc/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 26e38a9..483c866 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "subversion": {
     "browser": "0.5.0",
     "framework": "0.20.6",
-    "vue-render": "0.12.1",
+    "vue-render": "0.12.2",
     "transformer": ">=0.1.5 <0.5"
   },
   "description": "A framework for building Mobile cross-platform UI",