Skip to content

Commit 2a8b29e

Browse files
committed
release 0.9.9
1 parent 898def7 commit 2a8b29e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

6+
### 0.9.9
7+
8+
`2016-11-18`
9+
10+
- 改进 Popup 样式 #525 , 默认禁止掉 popup 遮罩层的 onTouchStart 事件、优化在拖动时的体验
11+
- 修复 Radio 同 Accordion 一起使用样式冲突问题 #542 ;优化 List.Body 样式; ImagePicker 添加按钮支持点击反馈
12+
- 修复 Checkbox、Radio、Tag、InputItem 等组件样式细节问题;优化 Flex 组件 demo
13+
- 增加 React基础、相关工具、应用架构文档指南;并优化“安装&使用”文档、使之更紧凑清晰
14+
615
### 0.9.7
716

817
`2016-11-11`

package.json

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

0 commit comments

Comments
 (0)