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

Commit 5e56933

Browse files
committed
[+]add blockcolor param
1 parent 75f89be commit 5e56933

File tree

6 files changed

+40
-38
lines changed

6 files changed

+40
-38
lines changed

CHANGELOG.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,61 @@
11
# Change Log
22

3-
## 0.8.2
4-
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-loading) add `loading-pic` param.
3+
## 0.8.3
4+
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-loading) add `loading-pic` param.
5+
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar) add `block-color` param.
56

67
## 0.8.0
78
- [!]From alibaba/weex-ui to [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
89

910
## 0.7.1
10-
- [+] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar) add `wxcSliderBarTouchEnd` event.
11-
- [!] Fixed [wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask) jitter bug when inputting.
11+
- [+] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar) add `wxcSliderBarTouchEnd` event.
12+
- [!] Fixed [wxc-mask](https://apache.github.io/incubator-weex-ui/#/packages/wxc-mask) jitter bug when inputting.
1213
- [!] Fixed the problem that the QR code does not display when debugging.
1314

1415
## 0.7.0
1516
- [-] Remove alipay util,Preventing audit issues [issue/467](https://github.com/apache/incubator-weex-ui/issues/467)
16-
- [!] [wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar) add `supportXBar` param.
17+
- [!] [wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-bar) add `supportXBar` param.
1718

1819
## 0.6.16
19-
- [+] [wxc-pan-item](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-pan-item/) add `extId` when pan. [issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
20+
- [+] [wxc-pan-item](https://apache.github.io/incubator-weex-ui/#/packages/wxc-pan-item/) add `extId` when pan. [issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
2021

2122
## 0.6.15
22-
- [!] [wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/)fix delete the last data item, then click on another item to report the error.
23-
- [!] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) fix dynamically assign value to value, then slide back to return value
24-
- [!] [wxc-radio](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-radio/) fix the selected item cannot be modified when modifying the list array
23+
- [!] [wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/packages/wxc-swipe-action/)fix delete the last data item, then click on another item to report the error.
24+
- [!] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) fix dynamically assign value to value, then slide back to return value
25+
- [!] [wxc-radio](https://apache.github.io/incubator-weex-ui/#/packages/wxc-radio/) fix the selected item cannot be modified when modifying the list array
2526

2627
## 0.6.14
27-
- [!] [wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-swipe-action/) adds slot labels, extended style and height attributes
28+
- [!] [wxc-swipe-action](https://apache.github.io/incubator-weex-ui/#/packages/wxc-swipe-action/) adds slot labels, extended style and height attributes
2829

2930
## 0.6.13
30-
- [!] Fixed[wxc-overlay](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-dialog/)problem on[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar/)
31+
- [!] Fixed[wxc-overlay](https://apache.github.io/incubator-weex-ui/#/packages/wxc-dialog/)problem on[wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-bar/)
3132
- [+] add a new componet named wxc-swipe-action
32-
- [!] Fix [wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/) displaying style problem, add isHighlight attribute to control whether button is highlighted or not.
33+
- [!] Fix [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/) displaying style problem, add isHighlight attribute to control whether button is highlighted or not.
3334

3435
## 0.6.12
35-
- [!] Fixed set transparency issues [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-lightbox/).
36-
- [!] Fixed set transparency issues [wxc-mask](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/).
37-
- [!] Fixed cannot click, the component cannot modify the internal style [wxc-special-rich-text](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-rich-text/).
38-
- [!] Fixed click no highlighting question [wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/).
36+
- [!] Fixed set transparency issues [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/packages/wxc-lightbox/).
37+
- [!] Fixed set transparency issues [wxc-mask](https://apache.github.io/incubator-weex-ui/#/packages/wxc-mask/).
38+
- [!] Fixed cannot click, the component cannot modify the internal style [wxc-special-rich-text](https://apache.github.io/incubator-weex-ui/#/packages/wxc-rich-text/).
39+
- [!] Fixed click no highlighting question [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/).
3940

4041
## 0.6.11
4142
- [!] Fixed the shake when change disabled about [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/).
42-
- [!] Fixed the line-height bug about [wxc-stepper](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-stepper/).
43+
- [!] Fixed the line-height bug about [wxc-stepper](https://apache.github.io/incubator-weex-ui/#/packages/wxc-stepper/).
4344
- [!] Fixed the loopedIndex bug about [wxc-ep-slider](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/).
4445

4546
## 0.6.10
4647

4748
- [!] Fixed the `lines` bug about [wxc-popover](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popover/) when in web. [issue/384](https://github.com/apache/incubator-weex-ui/issues/384)
48-
- [!] Fixed the `sourceData` warning about [wxc-city](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-city/) when searching. [issue/382](https://github.com/apache/incubator-weex-ui/issues/382)
49-
- [!] Fixed the `btnStyle` style cannot cover about [wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/). [issue/390](https://github.com/apache/incubator-weex-ui/issues/390)
49+
- [!] Fixed the `sourceData` warning about [wxc-city](https://apache.github.io/incubator-weex-ui/#/packages/wxc-city/) when searching. [issue/382](https://github.com/apache/incubator-weex-ui/issues/382)
50+
- [!] Fixed the `btnStyle` style cannot cover about [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/). [issue/390](https://github.com/apache/incubator-weex-ui/issues/390)
5051
- [+] Add Weex and Bindingx DingTalk Group.
5152

5253
## 0.6.9
5354
- [!] Fixed the bug about [wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-loading/) When `need-mask` is false.
5455
- [-] Remove the special treatment for weex-toolkit in [with-weex-toolkit](https://apache.github.io/incubator-weex-ui/#/docs/with-weex-toolkit).
5556

5657
## 0.6.8
57-
- [+] [wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) supports more settings about tab-item, More can see [here]((https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-page/))
58+
- [+] [wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) supports more settings about tab-item, More can see [here]((https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/))
5859
- [+] [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) add params about `index` and `interval`
5960
- [!] [wxc-rich-text](https://apache.github.io/incubator-weex-ui/#/packages/wxc-rich-text/) remove the old hack about wxc-special-rich-text
6061

@@ -65,8 +66,8 @@
6566
- [!] Update the npm version of querystringify and url-parse [pull/329](https://github.com/apache/incubator-weex-ui/pull/329)
6667
- [+] [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/) add a green theme [pull/291](https://github.com/apache/incubator-weex-ui/pull/291)
6768
- [+] [wxc-indexlist](https://apache.github.io/incubator-weex-ui/#/packages/wxc-indexlist/) add a `need-animation` param to disable the index animation [issue/341](https://github.com/apache/incubator-weex-ui/issues/341)
68-
- [!] Fixed the bug about [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) When drag can still be dragged after Android dragging the slider. [issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
69-
- [+] [wxc-minibar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-minibar/) add bar-style param to cover style [issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
69+
- [!] Fixed the bug about [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) When drag can still be dragged after Android dragging the slider. [issue/331](https://github.com/apache/incubator-weex-ui/issues/331)
70+
- [+] [wxc-minibar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-minibar/) add bar-style param to cover style [issue/326](https://github.com/apache/incubator-weex-ui/issues/326)
7071

7172
## 0.6.6
7273
- [!] Fixed the padding undefined bug for [wxc-tab-page](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) [issue/320](https://github.com/apache/incubator-weex-ui/issues/320)
@@ -80,12 +81,12 @@
8081
- [+] [wxc-popover](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popover/) supports to replace text style. [issue/289](https://github.com/apache/incubator-weex-ui/issues/289)
8182

8283
## 0.6.4
83-
- [+] [`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-searchbar/) supports the type of setting the keyboard return key. [issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
84-
- [!] Fixed the [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) bug about position. [issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
85-
- [+] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) supports dynamic modification of data and style in real time display.
86-
- [!] Fixed the bug about [wxc-button](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-button/) when set the `type`. [issues/268](https://github.com/apache/incubator-weex-ui/issues/268)
87-
- [+] Fixed the bug about [wxc-grid-select](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-grid-select/) when using more than one.
88-
- [!] Fixed the bug about [`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-ep-slider/) when slide to last one. [issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
84+
- [+] [`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-searchbar/) supports the type of setting the keyboard return key. [issues/287](https://github.com/apache/incubator-weex-ui/issues/287)
85+
- [!] Fixed the [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) bug about position. [issues/282](https://github.com/apache/incubator-weex-ui/issues/282)
86+
- [+] [wxc-slider-bar](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) supports dynamic modification of data and style in real time display.
87+
- [!] Fixed the bug about [wxc-button](https://apache.github.io/incubator-weex-ui/#/packages/wxc-button/) when set the `type`. [issues/268](https://github.com/apache/incubator-weex-ui/issues/268)
88+
- [+] Fixed the bug about [wxc-grid-select](https://apache.github.io/incubator-weex-ui/#/packages/wxc-grid-select/) when using more than one.
89+
- [!] Fixed the bug about [`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/) when slide to last one. [issues/277](https://github.com/apache/incubator-weex-ui/issues/277)
8990

9091
## 0.6.3
9192
- [!] Fixed the bug about [`wxc-minibar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-minibar/) when setting right slot. [issue/263](https://github.com/apache/incubator-weex-ui/issues/263)
@@ -100,16 +101,16 @@
100101
- [+] [`utils`](https://apache.github.io/incubator-weex-ui/#/packages/utils/) more powerful, add `objToParams``paramsToObj``getPageHeight``getScreenHeight` new functions, More you can see [utils/index.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/utils/index.js).
101102
- [!] Fixed the bug about [`wxc-ep-slider`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/) when only two sliders [pull/248].(https://github.com/apache/incubator-weex-ui/pull/248)
102103
- [!] Fixed the bug about [`wxc-searchbar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-searchbar/) when setting up custom styles and background conflicts at the same time [issues/242](https://github.com/apache/incubator-weex-ui/issues/242)/[pull/245](https://github.com/apache/incubator-weex-ui/pull/245)
103-
- [+] [`wxc-mask`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-mask/) Supports `top` param to control height at the top of the distance. [issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
104-
- [!] Fixed the demo bug about [`wxc-popover`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-popover/) [pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
104+
- [+] [`wxc-mask`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-mask/) Supports `top` param to control height at the top of the distance. [issues/240](https://github.com/apache/incubator-weex-ui/issues/240)/[pull/241](https://github.com/apache/incubator-weex-ui/pull/241)
105+
- [!] Fixed the demo bug about [`wxc-popover`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-popover/) [pull/236](https://github.com/apache/incubator-weex-ui/pull/236)
105106

106107
## 0.6.1
107108
- [+] [`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) add `wxc-full-page` of immersion full screen effect, more you can see the component document.
108109
- [+] [`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) add a param about `need-slider`.
109110
- [!] Fixed the bug about `import {BindEnv} from 'weex-ui'`.
110111
- [!] [wxc-cell](https://apache.github.io/incubator-weex-ui/#/packages/wxc-cell/) supports setting extra content.
111-
- [!] Fixed the show about [`wxc-slider-bar`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar/) in web and iOS
112-
- [+] [`wxc-refresher`](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-refresher/) supports refresh and pullingdown event.
112+
- [!] Fixed the show about [`wxc-slider-bar`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-slider-bar/) in web and iOS
113+
- [+] [`wxc-refresher`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-refresher/) supports refresh and pullingdown event.
113114

114115
## 0.6.0
115116
- [+] [wxc-button](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-button/README.md) supports more `type` settings, remove `normal`/ `highlight`,add new `type` ahout `white` and `blue`,new button `size` settings, pay attention to the upgrade.
@@ -157,7 +158,7 @@
157158

158159
* [!] Fix the `slot` bug about [`wxc-tab-bar`](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-tab-bar/README.md).
159160
* [!][wxc-indexlist](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-indexlist/README.md) supports fully custom style. [issue 132](https://github.com/apache/incubator-weex-ui/issues/132)
160-
* [+] Add a post about [`Weex + Ui - Weex Conf 2018`](https://apache.github.io/incubator-weex-ui/#/cn/weex-ui-weex-conf-2018)`, Welcome to [translate](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md) it.
161+
* [+] Add a post about [`Weex + Ui - Weex Conf 2018`](https://apache.github.io/incubator-weex-ui/#/weex-ui-weex-conf-2018)`, Welcome to [translate](https://github.com/apache/incubator-weex-ui/blob/master/docs/weex-ui-weex-conf-2018.md) it.
161162

162163
## 0.3.12
163164

CHANGELOG_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 升级日志
22

3-
## 0.8.2
3+
## 0.8.3
44
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-loading) 增加 `loading-pic` 参数用于覆盖原有 loading 图片.
5+
- [+] [wxc-loading](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-slider-bar) 增加 `block-color` 参数用于覆盖原有滑块颜色.
56

67
## 0.8.0
78
- [!]从 alibaba/weex-ui 迁移到 [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
@@ -17,7 +18,6 @@
1718
- [-] 移除支付宝判断,防止审核问题 [issue/467](https://github.com/apache/incubator-weex-ui/issues/467)
1819
- [!] [wxc-tab-bar](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-tab-bar) 增加 `supportXBar` 参数可用于设置不要 iPhone X 底部 bar 的增高兼容效果
1920

20-
2121
## 0.6.16
2222
- [+] [wxc-pan-item](https://apache.github.io/incubator-weex-ui/#/cn/packages/wxc-pan-item/) 滑动时候新增 `extId` 回调 [issue/441](https://github.com/apache/incubator-weex-ui/issues/441)
2323

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://img.alicdn.com/tfs/TB1kCs_er_I8KJjy1XaXXbsxpXa-419-495.png" width="146px">
22

3-
# <span style="font-weight:400;">Weex Ui</span> <span style="font-size:14px">0.8.2</span>
3+
# <span style="font-weight:400;">Weex Ui</span> <span style="font-size:14px">0.8.3</span>
44

55
> <span style="line-height:1.8rem;font-weight:400;font-size:1.3rem">A rich interaction, lightweight, high performance UI library.<span>
66

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.2",
3+
"version": "0.8.3",
44
"description": "A rich interaction, lightweight, high performance UI library based on Weex",
55
"main": "index.js",
66
"lib": "vue",

packages/wxc-slider-bar/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ More details can be found in [here](https://github.com/apache/incubator-weex-ui/
5555
| validColor | `String` |`N`| `#EE9900`| valid color |
5656
| disabledColor| `String` |`N`| `#AAA` | disabled color |
5757
| selectRange | `Array` |`N`| `[0, 0]` | return value |
58+
| blockColor | `String` |`N`| `#FFFFFF` | block color |
5859

5960

6061

packages/wxc-slider-bar/README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
| validColor | `String` |`N`| `#EE9900`| 有效颜色 |
5656
| disabledColor| `String` |`N`| `#AAA` | 禁用颜色 |
5757
| selectRange | `Array` |`N`| `[0, 0]` | 回传值 |
58-
58+
| blockColor | `String` |`N`| `#FFFFFF` |滑块颜色|
5959

6060
### 事件
6161

0 commit comments

Comments
 (0)