|
1 | 1 | # Change Log
|
2 | 2 |
|
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. |
5 | 6 |
|
6 | 7 | ## 0.8.0
|
7 | 8 | - [!]From alibaba/weex-ui to [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui)
|
8 | 9 |
|
9 | 10 | ## 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. |
12 | 13 | - [!] Fixed the problem that the QR code does not display when debugging.
|
13 | 14 |
|
14 | 15 | ## 0.7.0
|
15 | 16 | - [-] 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. |
17 | 18 |
|
18 | 19 | ## 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) |
20 | 21 |
|
21 | 22 | ## 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 |
25 | 26 |
|
26 | 27 | ## 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 |
28 | 29 |
|
29 | 30 | ## 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/) |
31 | 32 | - [+] 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. |
33 | 34 |
|
34 | 35 | ## 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/). |
39 | 40 |
|
40 | 41 | ## 0.6.11
|
41 | 42 | - [!] 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/). |
43 | 44 | - [!] Fixed the loopedIndex bug about [wxc-ep-slider](https://apache.github.io/incubator-weex-ui/#/packages/wxc-ep-slider/).
|
44 | 45 |
|
45 | 46 | ## 0.6.10
|
46 | 47 |
|
47 | 48 | - [!] 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) |
50 | 51 | - [+] Add Weex and Bindingx DingTalk Group.
|
51 | 52 |
|
52 | 53 | ## 0.6.9
|
53 | 54 | - [!] Fixed the bug about [wxc-loading](https://apache.github.io/incubator-weex-ui/#/packages/wxc-loading/) When `need-mask` is false.
|
54 | 55 | - [-] Remove the special treatment for weex-toolkit in [with-weex-toolkit](https://apache.github.io/incubator-weex-ui/#/docs/with-weex-toolkit).
|
55 | 56 |
|
56 | 57 | ## 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/)) |
58 | 59 | - [+] [wxc-lightbox](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) add params about `index` and `interval`
|
59 | 60 | - [!] [wxc-rich-text](https://apache.github.io/incubator-weex-ui/#/packages/wxc-rich-text/) remove the old hack about wxc-special-rich-text
|
60 | 61 |
|
|
65 | 66 | - [!] Update the npm version of querystringify and url-parse [pull/329](https://github.com/apache/incubator-weex-ui/pull/329)
|
66 | 67 | - [+] [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)
|
67 | 68 | - [+] [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) |
70 | 71 |
|
71 | 72 | ## 0.6.6
|
72 | 73 | - [!] 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 | 81 | - [+] [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)
|
81 | 82 |
|
82 | 83 | ## 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) |
89 | 90 |
|
90 | 91 | ## 0.6.3
|
91 | 92 | - [!] 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 | 101 | - [+] [`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).
|
101 | 102 | - [!] 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)
|
102 | 103 | - [!] 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) |
105 | 106 |
|
106 | 107 | ## 0.6.1
|
107 | 108 | - [+] [`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.
|
108 | 109 | - [+] [`wxc-tab-page`](https://apache.github.io/incubator-weex-ui/#/packages/wxc-tab-page/) add a param about `need-slider`.
|
109 | 110 | - [!] Fixed the bug about `import {BindEnv} from 'weex-ui'`.
|
110 | 111 | - [!] [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. |
113 | 114 |
|
114 | 115 | ## 0.6.0
|
115 | 116 | - [+] [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 | 158 |
|
158 | 159 | * [!] Fix the `slot` bug about [`wxc-tab-bar`](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-tab-bar/README.md).
|
159 | 160 | * [!][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. |
161 | 162 |
|
162 | 163 | ## 0.3.12
|
163 | 164 |
|
|
0 commit comments