This is an automated email from the ASF dual-hosted git repository.
tw93 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-ui.git
The following commit(s) were added to refs/heads/master by this push:
new d78217d a new release
d78217d is described below
commit d78217d7ed965f315f1727b926b667120fc33c95
Author: Tw93 <[email protected]>
AuthorDate: Mon Oct 26 16:39:38 2020 +0800
a new release
---
CHANGELOG.md | 8 +++++++-
CHANGELOG_cn.md | 7 ++++++-
package.json | 2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b82d7fd..b383bdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## 0.8.5
+- [!] wxc-dialog: 文档上补充上 `show` 参数
+- [!] wxc-mask: 修正了单击“关闭”按钮和单击“覆盖”之间不一致行为的错误
+- [+] wxc-pan-item: 使用元素前添加判断
+
+
## 0.8.4
- [+]
[wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/)
add `show-indicator` param to show indicator
@@ -8,7 +14,7 @@
- [+]
[wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/)
add `block-color` param.
## 0.8.0
-- [!]From alibaba/weex-ui to
[apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
+- [!]From alibaba/weex-ui to
[apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
## 0.7.1
- [+]
[wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/)
add `wxcSliderBarTouchEnd` event.
diff --git a/CHANGELOG_cn.md b/CHANGELOG_cn.md
index 948cd34..bbe0b6e 100644
--- a/CHANGELOG_cn.md
+++ b/CHANGELOG_cn.md
@@ -1,5 +1,10 @@
# 升级日志
+## 0.8.5
+- [!] wxc-dialog: supplement missing parameters ` show` in document
+- [!] wxc-mask: fix bug that inconsistent behavior between clicking close
button and clicking overlay
+- [+] wxc-pan-item: add judgment before using element
+
## 0.8.4
- [+]
[wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/)
增加 `show-indicator` 参数控制是否显示indicator
@@ -8,7 +13,7 @@
- [+]
[wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/)
增加 `block-color` 参数用于覆盖原有滑块颜色.
## 0.8.0
-- [!]从 alibaba/weex-ui 迁移到
[apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
+- [!]从 alibaba/weex-ui 迁移到
[apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
## 0.7.1
diff --git a/package.json b/package.json
index 78bf5cc..02585d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "weex-ui",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "A rich interaction, lightweight, high performance UI library
based on Weex",
"main": "index.js",
"lib": "vue",