Skip to content

Commit a2e2a87

Browse files
committed
Merge pull request #58 from progrape/master
v0.3-beta
2 parents e443520 + 05c855a commit a2e2a87

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
### CHANGELOG
22

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+
322
#### 0.2.0 (2015-12-29)
423

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
1130

1231

13-
#### 0.1.0 (2014-12-14)
32+
#### 0.1.0 (2015-12-14)
1433

1534
- Initial release

example/component/page.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ html, body, .container {
55

66
body {
77
background-color: #FBF9FE;
8+
overflow-x: hidden;
89
}
910

1011
.container{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-weui",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "weui for react",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)