Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit d78217d

Browse files
committed
a new release
1 parent ff05432 commit d78217d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.8.5
4+
- [!] wxc-dialog: 文档上补充上 `show` 参数
5+
- [!] wxc-mask: 修正了单击“关闭”按钮和单击“覆盖”之间不一致行为的错误
6+
- [+] wxc-pan-item: 使用元素前添加判断
7+
8+
39
## 0.8.4
410
- [+] [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/) add `show-indicator` param to show indicator
511

@@ -8,7 +14,7 @@
814
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) add `block-color` param.
915

1016
## 0.8.0
11-
- [!]From alibaba/weex-ui to [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
17+
- [!]From alibaba/weex-ui to [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
1218

1319
## 0.7.1
1420
- [+] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) add `wxcSliderBarTouchEnd` event.

CHANGELOG_cn.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 升级日志
22

3+
## 0.8.5
4+
- [!] wxc-dialog: supplement missing parameters ` show` in document
5+
- [!] wxc-mask: fix bug that inconsistent behavior between clicking close button and clicking overlay
6+
- [+] wxc-pan-item: add judgment before using element
7+
38
## 0.8.4
49
- [+] [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/) 增加 `show-indicator` 参数控制是否显示indicator
510

@@ -8,7 +13,7 @@
813
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) 增加 `block-color` 参数用于覆盖原有滑块颜色.
914

1015
## 0.8.0
11-
- [!]从 alibaba/weex-ui 迁移到 [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
16+
- [!]从 alibaba/weex-ui 迁移到 [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
1217

1318

1419
## 0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weex-ui",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "A rich interaction, lightweight, high performance UI library based on Weex",
55
"main": "index.js",
66
"lib": "vue",

0 commit comments

Comments
 (0)