From d78217d7ed965f315f1727b926b667120fc33c95 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 26 Oct 2020 16:39:38 +0800 Subject: [PATCH] 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 b82d7fde..b383bdcf 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 948cd340..bbe0b6e5 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 78bf5ccd..02585d74 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",