File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ order: 2
3
3
english : 更新日志
4
4
---
5
5
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
+
6
17
### 0.8.3
7
18
8
19
` 2016-09-09 `
@@ -28,7 +39,7 @@ ps: 目前`listview` 和 `refresh-control` 不兼容,正在修复中
28
39
` 2016-09-02 `
29
40
30
41
- 修复并整理各弹出层类组件 z-index 顺序 https://github.com/ant-design/ant-design-mobile/commit/bb875c2a924f61cc03b8d013fd1a8f5ee8e22972
31
- - Tab 增加禁止 swipeable 的功能 #209
42
+ - Tab 增加禁止 swipeable 的功能 #209
32
43
- TabBar 更改为和 iOS 原生方式一致,保持 web 和 rn 统一,去掉 swipeable
33
44
- List组件 list-body 边框支持配置 https://github.com/ant-design/ant-design-mobile/commit/76760060cb5dfa5c9474b2174ee03db3c30b5197
34
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " antd-mobile" ,
3
- "version" : " 0.8.4 " ,
3
+ "version" : " 0.8.5 " ,
4
4
"description" : " 基于 React 的移动设计规范实现" ,
5
5
"homepage" : " http://mobile.ant.design" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments