Skip to content

Commit c4664fc

Browse files
committed
release 0.8.5
1 parent 0bd9026 commit c4664fc

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ order: 2
33
english: 更新日志
44
---
55

6+
### 0.8.5
7+
8+
`2016-09-14`
9+
10+
- 修复 Picker 和 DatePicker `extra`设置在 ListItem 上不生效问题 #241
11+
- 去除 Button `size=small` 只在 `inline` 设置后生效的限制
12+
- 修复 Button 组件在 pc 版本的 demo 里的按下效果 #244
13+
- 优化 Picker / DatePicker 点击反馈效果 https://github.com/ant-design/ant-design-mobile/commit/adb5a45ae35e13f64d4f295dd328cf9da45aec57 #195
14+
- 去除 Stepper 组件的 input 不能输入限制,并更改`readOnly`默认值 https://github.com/ant-design/ant-design-mobile/commit/8325f6444970559e465d71df625e81cbe57c0b85#commitcomment-19012543
15+
- 优化 Drawer / Popup 等组件 demo,网站展示细节优化
16+
617
### 0.8.3
718

819
`2016-09-09`
@@ -28,7 +39,7 @@ ps: 目前`listview` 和 `refresh-control` 不兼容,正在修复中
2839
`2016-09-02`
2940

3041
- 修复并整理各弹出层类组件 z-index 顺序 https://github.com/ant-design/ant-design-mobile/commit/bb875c2a924f61cc03b8d013fd1a8f5ee8e22972
31-
- Tab 增加禁止 swipeable 的功能 #209
42+
- Tab 增加禁止 swipeable 的功能 #209
3243
- TabBar 更改为和 iOS 原生方式一致,保持 web 和 rn 统一,去掉 swipeable
3344
- List组件 list-body 边框支持配置 https://github.com/ant-design/ant-design-mobile/commit/76760060cb5dfa5c9474b2174ee03db3c30b5197
3445

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mobile",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "基于 React 的移动设计规范实现",
55
"homepage": "http://mobile.ant.design",
66
"keywords": [

0 commit comments

Comments
 (0)