Skip to content

Commit 10c5209

Browse files
committed
release 0.9.1
1 parent fbef344 commit 10c5209

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

CHANGELOG.md

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

6+
### 0.9.1
7+
8+
`2016-10-09`
9+
10+
- 修复 tabbar `icon``selectedIcon` 直接 require 图片不显示问题 #343
11+
- 修复`InputItem` pattern bug https://github.com/ant-design/ant-design-mobile/commit/e2b1d4336f6a19ee80667c3383c12861448937e0
12+
- 修复`Button` css 变量未引用问题 #339
13+
- 修复`Picker`样式 https://github.com/ant-design/ant-design-mobile/commit/e7cf959fb6978b5b6fa37294007b8f214477f625 , 新增`onPickerChange`api https://github.com/ant-design/ant-design-mobile/commit/69e142cddc99b0d99ae23f3435e801ddd6ab014d
14+
- 更新 rn list-view demo https://github.com/ant-design/ant-design-mobile/commit/c0b4ae4797a9fac3a00c8272becc2709c2846039
15+
616
### 0.9.0
717

818
`2016-09-30`
@@ -18,28 +28,14 @@ english: 更新日志
1828
- 修复 android uc modal 样式问题 [#](https://github.com/ant-design/ant-design-mobile/issues/283)
1929
- 修复 SegmentedControl 在模拟器下的样式问题
2030

21-
22-
### 0.9.0-beta.0
23-
24-
`2016-09-23`
25-
26-
- 修复 Modal & SegmentedControl touch feedback效果, 新增属性 `touchFeedback`
27-
- 重构 List,API 调整,移除`List.Body`, `title``footer` 属性变更为 `renderHeader``renderFooter` 方法,#257
28-
- 修复 InputItem bug #228
29-
- 重构 长列表 ListView,使用 zscroller 来支持 RefreshControl,增加支持 [zscroller options](https://github.com/yiminghe/zscroller#options)
30-
- 更新 RefreshControl,刷新回调函数由`loadingFunction` 调整为 `onRefresh`,增加`refreshing`设置是否显示刷新状态 #288
31-
- 更新 Tabbar,支持 `hidden` prop
32-
- 更新 ActivityIndicator、Slider、 Tag 样式
33-
- 优化 Progress、Accordion、ActionSheat、Carousel、 Navbar、Popup、Steps demo
34-
3531
### 0.8.6
3632

3733
`2016-09-23`
3834

39-
- 修复 Carousel dot 样式问题 #302
40-
- 修复 Tabbar 文字居中问题 #310
35+
- 修复 Carousel dot 样式问题 #302
36+
- 修复 Tabbar 文字居中问题 #310
4137
- 修复 多个 Modal closable icon 不显示的问题
42-
- 修复 NavBar 返回 Icon 不显示的问题; #302
38+
- 修复 NavBar 返回 Icon 不显示的问题; #302
4339
- 修复 List 箭头指向 和 单行展示问题 #273 #274
4440
- 修复 DatePicker demo
4541
- 更新 Modal,API `dialog` 改为 `transparent`

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.0",
3+
"version": "0.9.1",
44
"description": "基于 React 的移动设计规范实现",
55
"homepage": "http://mobile.ant.design",
66
"keywords": [

0 commit comments

Comments
 (0)