We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898def7 commit 2a8b29eCopy full SHA for 2a8b29e
CHANGELOG.md
@@ -3,6 +3,15 @@ order: 2
3
english: 更新日志
4
---
5
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
15
### 0.9.7
16
17
`2016-11-11`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "antd-mobile",
- "version": "0.9.8",
+ "version": "0.9.9",
"description": "基于 React 的移动设计规范实现",
"homepage": "http://mobile.ant.design",
"keywords": [
0 commit comments