|
1 | 1 | ### CHANGELOG
|
2 | 2 |
|
| 3 | +#### 0.3.0-beta (2016-03-30) |
| 4 | + |
| 5 | +- 【新增】增加 tab 组件 |
| 6 | +- 【新增】增加搜索框组件 |
| 7 | +- 【新增】增加上传组件 |
| 8 | +- 【新增】增加 radio, input, textarea, label 等表单元素 |
| 9 | +- 【新增】增加 switch 组件 |
| 10 | +- 【修复】修复页面不能滚动的bug |
| 11 | +- 【改进】demo 页面切换增加动画效果 |
| 12 | + |
| 13 | +详情参考: |
| 14 | + |
| 15 | +- [a8eeed8](https://github.com/weui/react-weui/commit/a8eeed8) add tabs and serachbar withou doc and test |
| 16 | +- [065c51d](https://github.com/weui/react-weui/commit/065c51d) add uploader w/ test files |
| 17 | +- [4a751f9](https://github.com/weui/react-weui/commit/4a751f9) add radio,checkbox,select w/o testand doc |
| 18 | +- [81f0859](https://github.com/weui/react-weui/commit/81f0859) add switch |
| 19 | +- [d4a0125](https://github.com/weui/react-weui/commit/d4a0125) fix 页面不能滚动的bug |
| 20 | +- [b88affc](https://github.com/weui/react-weui/commit/b88affc) 页面切换添加动画效果 |
| 21 | + |
3 | 22 | #### 0.2.0 (2015-12-29)
|
4 | 23 |
|
5 |
| -- 0146ad #7 remove toast `show` & hide method, use `show` prop instead |
6 |
| -- 437e5d #7 remove Alert `show` & hide method, use `show` prop instead |
7 |
| -- 77c885 #7 remove Confirm `show` & hide method, use `show` prop instead |
8 |
| -- 3a158e #7 remove ActionSheet `show` & hide method, use `show` prop instead |
9 |
| -- 3a4c8b #14 add loading icon & loading toast |
10 |
| -- 862d98 #15 `Cells`允许传入自定义className |
| 24 | +- [0146ad](https://github.com/weui/react-weui/commit/0146ad) #7 remove toast `show` & hide method, use `show` prop instead |
| 25 | +- [437e5d](https://github.com/weui/react-weui/commit/437e5d) #7 remove Alert `show` & hide method, use `show` prop instead |
| 26 | +- [77c885](https://github.com/weui/react-weui/commit/77c885) #7 remove Confirm `show` & hide method, use `show` prop instead |
| 27 | +- [3a158e](https://github.com/weui/react-weui/commit/3a158e) #7 remove ActionSheet `show` & hide method, use `show` prop instead |
| 28 | +- [3a4c8b](https://github.com/weui/react-weui/commit/3a4c8b) #14 add loading icon & loading toast |
| 29 | +- [862d98](https://github.com/weui/react-weui/commit/862d98) #15 `Cells`允许传入自定义className |
11 | 30 |
|
12 | 31 |
|
13 |
| -#### 0.1.0 (2014-12-14) |
| 32 | +#### 0.1.0 (2015-12-14) |
14 | 33 |
|
15 | 34 | - Initial release
|
0 commit comments