添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
眼睛小的柚子  ·  Mapper Type·  1 月前    · 
暗恋学妹的饼干  ·  Unable to resolve ...·  2 月前    · 
飞奔的莲藕  ·  UNPKG - antd-mobile·  5 月前    · 
千杯不醉的甘蔗  ·  Running Apache Ant·  8 月前    · 
耍酷的甘蔗  ·  Exception in thread ...·  2 月前    · 
帅气的勺子  ·  Amazon.ae: Screen ...·  3 月前    · 
旅行中的硬盘  ·  MustGather: ...·  8 月前    · 

UNPKG

82.8 kB Markdown View Raw
1 ---
2 order: 2
3 title: 更新日志
4 timeline: true
5 toc: false
6 ---
8 `antd-mobile` 严格遵循 [ Semantic Versioning 2.0.0 ]( http://semver.org/lang/zh-CN/ ) 语义化版本规范。
10 #### 发布周期
12 - 修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
13 - 次版本号:每月发布一个带有新特性的向下兼容的版本。
14 - 主版本号:含有破坏性更新和新特性,不在发布周期内。
16 ---
18 ### 2.3.0
20 `2019-08-15`
22 - **Feature**
23 - 🌟 `Toast` 增加全局方法 `Toast.config` `Toast.hide` [ #3304 ]( https://github.com/ant-design/ant-design-mobile/pull/3304 )
24 - 🌟 `Input-Item` 金额键盘 新增 `disabledKeys` 属性 [ #3330 ]( https://github.com/ant-design/ant-design-mobile/pull/3330 )
25 - **Enhancement**
26 - 📝 `notice-bar` 修复typescript错误
27 - **Bug Fix**
28 - 🐞 `DatePicker` 修复 时间日期选择器特殊情况下的死循环问题 [ #125 ]( https://github.com/react-component/m-picker/pull/125 ) 、[#191](
29 https://github.com/react-component/m-date-picker/pull/191)
30 - 🐞 `ImagePicker` 修复特殊图片不显示的bug [ #3311 ]( https://github.com/ant-design/ant-design-mobile/pull/3311 )
31 - 🐞修复部分demo在ios9下的白屏问题 [ #3292 ]( https://github.com/ant-design/ant-design-mobile/pull/3292 )
32 - 🐞 `Modal.prompt` 修复微信中无法聚焦的问题 [ #3346 ]( https://github.com/ant-design/ant-design-mobile/pull/3346 )
33 - `Tabs` 支持子元素传入 `null` [ #3270 ]( https://github.com/ant-design/ant-design-mobile/pull/3270 )
34 ### 2.2.14
36 `2019-06-13`
38 - **Feature**
40 - 🌟 `InputItem` 新增 `autoAdjustHeight` 属性 [ #3246 ]( https://github.com/ant-design/ant-design-mobile/pull/3246 )
42 - **Enhancement**
44 - 📝 `Tab` `initalPage` 更正为 `initialPage` [ #3235 ]( https://github.com/ant-design/ant-design-mobile/pull/3235 )
45 - 📝 `ListView` 更新 `dataSource` 的解释链接 [ #3253 ]( https://github.com/ant-design/ant-design-mobile/pull/3253 )
47 - **Bug Fix**
49 - 🐞 `Calendar` 修正chrome下,flexbox被子元素撑开无法滚动的问题 [ #3252 ]( https://github.com/ant-design/ant-design-mobile/pull/3252 )
50 - 🐞 `Picker` 修复在某些场景下无法触发 `onPickerChange` 的问题 [ #3174 ]( https://github.com/ant-design/ant-design-mobile/issues/3174 )
51 - 🐞 `InputItem` 增加 getSelection的 `try catch` 逻辑 [ #3237 ]( https://github.com/ant-design/ant-design-mobile/pull/3237 )
52 - 🐞 `Modal` 修复在iOS9上Svg与Modal同时使用的展示问题 [ #3229 ]( https://github.com/ant-design/ant-design-mobile/pull/3229 )
54 ### 2.2.12
56 `2019-04-28`
58 - **Feature**
60 - 🌟 `ImagePicker` 添加了 `disableDelete` 配置 [ #3185 ]( https://github.com/ant-design/ant-design-mobile/pull/3185 )
62 - **Enhancement**
64 - 📝 更新按需加载的文档 [ #3132 ]( https://github.com/ant-design/ant-design-mobile/pull/3132 )
65 - 🔧 `deploy` 添加CNAME [ #3172 ]( https://github.com/ant-design/ant-design-mobile/pull/3172 )
66 - 🌟 `InputItem` 优化光标定位逻辑 [ #3189 ]( https://github.com/ant-design/ant-design-mobile/pull/3189 )
67 - 🌟 `@types/react` `@types/react-dom` 依赖升级 [ #3186 ]( https://github.com/ant-design/ant-design-mobile/pull/3186 )
68 - 🌟 `React import` 优化 [ #3179 ]( https://github.com/ant-design/ant-design-mobile/pull/3179 )
69 - 🌟 `TypeScript` 依赖升级 [ #3181 ]( https://github.com/ant-design/ant-design-mobile/pull/3181 )
70 - 🌟 添加了 IPhoneX `safe-area` 的支持 [ #3180 ]( https://github.com/ant-design/ant-design-mobile/pull/3180 )
72 - **Bug Fix**
74 - 🐞 `Typo` 修复了 `datePicker` 与官网的文本错误 [ #3139 ]( https://github.com/ant-design/ant-design-mobile/pull/3139 ) [ #3187 ]( https://github.com/ant-design/ant-design-mobile/pull/3187 )
75 - 🐞 `Modal` 添加了缺失的 `onPresss` 参数定义 [ #3136 ]( https://github.com/ant-design/ant-design-mobile/pull/3136 )
76 - 🐞 `gitter` 修复了文档中的链接错误 [ US ]( https://github.com/ant-design/ant-design-mobile/commit/b32b3e3ef382d8496e67e1ce1928b22d3b301dfb ) [ CN ]( https://github.com/ant-design/ant-design-mobile/commit/6f0a04536e8d028e2111697820e8700142156f40 )
77 - 🐞 `Tabs` 修复了 `height` 的样式错误 [ #3188 ]( https://github.com/ant-design/ant-design-mobile/pull/3188 )
78 - 🐞 `List` 修复了 `typescript` 定义的错误 [ #3183 ]( https://github.com/ant-design/ant-design-mobile/pull/3183 )
80 ---
82 ### 2.2.10
84 `2019-03-21`
86 - **Feature**
88 - 🌟 `ImagePicker` 添加了对批量添加图片的支持,一次性把所有添加的图片都返回,只触发一次 onChange [ #3115 ]( https://github.com/ant-design/ant-design-mobile/pull/3115 )
89 - 🌟 `ImagePicker` 添加了对 capture 属性的支持,移动设备可以指定通过相机拍照上传图片 [ #3114 ]( https://github.com/ant-design/ant-design-mobile/pull/3114 )
91 - **Bug Fix**
93 - 🐞 `TabBar` 修复了 props.children 为空时的错误 [ #3113 ]( https://github.com/ant-design/ant-design-mobile/pull/3113 )
94 - 🐞 `Flex` 修复了类名和样式不对应的问题 [ #3106 ]( https://github.com/ant-design/ant-design-mobile/pull/3106 )
95 - 🐞 `InputItem` 修复了某些浏览器上完成输入后显示的问题 [ #3017 ]( https://github.com/ant-design/ant-design-mobile/pull/3017 )
96 - 🐞 `InputItem` 修复了 `setSelection` 因兼容性报错的问题 [ #3124 ]( https://github.com/ant-design/ant-design-mobile/pull/3124 )
98 ---
100 ### 2.2.9
102 `2019-02-19`
104 - **Bug Fix**
106 - 🐞 `InputItem` 修复了 `InputItem` `state.value` undefined [ #3044 ]( https://github.com/ant-design/ant-design-mobile/pull/3044 )
107 - 🐞 `InputItem` 修复了 `InputItem` onChange 错误 [ #3045 ]( https://github.com/ant-design/ant-design-mobile/pull/3045 )
108 - 🐞 `Button` 修复了 `Button` props.icon 类型错误 [ #3051 ]( https://github.com/ant-design/ant-design-mobile/pull/3051 )
109 - 🐞 `Drawer` 修复了 `Drawer` 样式层级问题 [ #3052 ]( https://github.com/ant-design/ant-design-mobile/pull/3052 )
110 - 🐞 `Toast` 修复了 `Toast` content 类型错误 [ #3067 ]( https://github.com/ant-design/ant-design-mobile/pull/3067 )
112 ---
114 ### 2.2.7
116 `2018-12-28`
118 - **Bug Fix**
120 - 🐞 `InputItem` 修复了 `InputItem` 格式化文本后光标位置移动到末尾的问题 [ #2854 ]( https://github.com/ant-design/ant-design-mobile/pull/2854 )
121 - 🐞 `Grid` 修复 activeStyle 声明类型错误 [ #2996 ]( https://github.com/ant-design/ant-design-mobile/issues/2996 )
123 - **Enhancement**
125 - 📝 更新 `Modal` `InputItem` 的文档 [ #3023 ]( https://github.com/ant-design/ant-design-mobile/pull/3023 ) [ #3014 ]( https://github.com/ant-design/ant-design-mobile/pull/3014 )
126 - 🌟 依赖升级 [ #3013 ]( https://github.com/ant-design/ant-design-mobile/issues/3013 ) [ #3004 ]( https://github.com/ant-design/ant-design-mobile/issues/3004 )
128 ### 2.2.6
130 `2018-10-25`
132 - **Bug Fix**
133 - `Carousel` 增加 TS 属性声明 [ #2848 ]( https://github.com/ant-design/ant-design-mobile/pull/2848 )
134 - **Enhancement**
136 - 🌟 `Switch` 优化 Switch 组件示例 [ Commit ]( https://github.com/ant-design/ant-design-mobile/commit/3c8a5e92c43899582c335ddc2d352b1e916ea9e9 )
137 - 🌟 官网优化 [ #2894 ]( https://github.com/ant-design/ant-design-mobile/pull/2894 )、[ #2903 ]( https://github.com/ant-design/ant-design-mobile/pull/2903 )
139 ### 2.2.4
141 `2018-09-06`
143 - **Feature**
145 - 🌟 `InputItem` 支持自定义金额虚拟键盘头部内容 [ #2820 ]( https://github.com/ant-design/ant-design-mobile/pull/2820 )
146 - 🌟 `PickerView` data 属性支持传入一维数组 [ #2815 ]( https://github.com/ant-design/ant-design-mobile/pull/2815 )
148 - **Bug Fix**
150 - 🐞 `Popup` 修复 popup 在 iPhoneX 底部安全区域问题 [ #2810 ]( https://github.com/ant-design/ant-design-mobile/pull/2810 )
151 - 🐞 `Button` 修复 `inline` `icon` 同时设定时的样式错误 [ #2822 ]( https://github.com/ant-design/ant-design-mobile/pull/2822 )
152 - 🐞 `TextareaItem` 修复 ios 文字长度计算的错误 [ #2825 ]( https://github.com/ant-design/ant-design-mobile/pull/2825 )
154 ### 2.2.3
156 `2018-08-09`
158 - **Feature**
160 - 🌟 `ImagePicker` 支持自定义数量([ #2700 ]( https://github.com/ant-design/ant-design-mobile/pull/2700 ))
161 - 🌟 `Picker` label 属性支持传入 ReactNode([ #2720 ]( https://github.com/ant-design/ant-design-mobile/pull/2720 ))
163 - **Enhancement**
165 - 📝 更新 `DatePicker` 文档 ([ #2657 ]( https://github.com/ant-design/ant-design-mobile/pull/2657 ))
167 ### 2.2.2
169 `2018-07-12`
171 - **Feature**
173 - 🌟 `Tabs` 无障碍模式优化 [ PR ]( https://github.com/react-component/m-tabs/pull/25 )
174 - 🌟 `ImagePicker` 支持自定义每行的元素个数 [ #2619 ]( https://github.com/ant-design/ant-design-mobile/issues/2619 ) [ #2668 ]( https://github.com/ant-design/ant-design-mobile/issues/2668 )
176 - **Bug Fix**
178 - 🐞 `Picker` 修复传入的值含有 `undefined` 时,最终获取值的错误问题 [ #2695 ]( https://github.com/react-component/m-cascader/pull/18 )
179 - 🐞 `Flex` 修复 `direction=column` 时,组件样式错位的问题 [ #2683 ]( https://github.com/ant-design/ant-design-mobile/pull/2711 )
181 ### 2.2.1
183 `2018-06-27`
185 - **Feature**
187 - 🌟 `TabBar` 增加 `tabBarPosition` [ #2564 ]( https://github.com/ant-design/ant-design-mobile/pull/2564 )
188 - 🌟 `Menu` & `PullToRefresh` 支持国际化 [ #2669 ]( https://github.com/ant-design/ant-design-mobile/pull/2669 )
190 - **Bug Fix**
192 - 🐞 `Picker` `wrap` `mask` 元素上增加 `translateZ` 属性 [ #2653 ]( https://github.com/ant-design/ant-design-mobile/pull/2653 )
193 - 🐞 `Tabs` 修复 WebView 上的 `underline` 渲染报错 [ #2674 ]( https://github.com/ant-design/ant-design-mobile/pull/2674 )
194 - 🐞 `PopOver` 修复未引入 fastclick 时,点击 popover 遮罩层不触发 onVisibleChange 的 BUG [ #2659 ]( https://github.com/ant-design/ant-design-mobile/issues/2659 )
195 - 🐞 `Calendar` 修复日历组件在某些情况下的报错 [ #2655 ]( https://github.com/ant-design/ant-design-mobile/issues/2655 )
197 - **Enhancement**
199 - 📝 升级 Jest 版本 [ #2657 ]( https://github.com/ant-design/ant-design-mobile/pull/2657 )
201 ### 2.2.0
203 `2018-06-15`
205 注意:根据之前的 [ 2.1.x 最后版本计划 ]( https://github.com/ant-design/ant-design-mobile/issues/2556 ),我们已经分离 react native 组件代码到单独的 [ ant-design-mobile-rn ]( https://github.com/ant-design/ant-design-mobile-rn ) 仓库,并且已经发布了 `antd-mobile-rn` 包。如果使用 react native 组件,请这样修改 `package.json` 文件:
207 ```diff
208 ...
209 "dependencies": {
210 - "antd-mobile": "^2.1.11",
211 + "antd-mobile-rn": "^2.2.0",
212 "react": "16.3.1",
213 ...
214 },
215 ...
216 ```
218 然后,重装 node_modules 即可。
220 - **Feature**
222 - 🌟 新增 `prerenderingSiblingsNumber` 属性给 `TabBar` ([ #2607 ]( https://github.com/ant-design/ant-design-mobile/pull/2607 ))
223 - 🌟 完善 ssr 支持 ([ #2605 ]( https://github.com/ant-design/ant-design-mobile/issues/2605 ))
225 - **Bug Fix**
227 - 🐞 修复 `Popover` ts 类型错误 ([ #2571 ]( https://github.com/ant-design/ant-design-mobile/issues/2571 ))
229 - **Enhancement**
231 - 📝 更新 `Stepper` API 文档 ([ #2573 ]( https://github.com/ant-design/ant-design-mobile/issues/2573 ))
232 - 增强测试
234 ### 2.1.11
236 `2018-05-31`
238 - **Bug Fix**
240 - 🐞 修复 `InputItem` 的 unknown-prop 提示 ([ #2565 ]( https://github.com/ant-design/ant-design-mobile/pull/2565 ) [ #2601 ]( https://github.com/ant-design/ant-design-mobile/issues/2601 ))
241 - 🐞 修复 `Steps` 可能包含 null 子元素问题 ([ #2329 ]( https://github.com/ant-design/ant-design-mobile/issues/2329 ))
242 - 🐞 RN: 修复 `Modal` 按钮垂直对齐问题 ([ #2325 ]( https://github.com/ant-design/ant-design-mobile/pull/2325 ))
243 - 🐞 RN: 修复 `NoticeBar` 动画问题 ([ #2267 ]( https://github.com/ant-design/ant-design-mobile/issues/2267 ))
244 - 🐞 RN: 修复 `SearchBar` 样式覆盖问题 ([ #2593 ]( https://github.com/ant-design/ant-design-mobile/issues/2593 ))
246 - **Enhancement**
248 - 📝 RN: 提示将拆分出单独的 `antd-mobile-rn` 包 ([ #2556 ]( https://github.com/ant-design/ant-design-mobile/issues/2556 ))
249 - 📝 工作流: 新增自动锁定 issue 的脚本 ([ 86fb0787e9e13754 ]( https://github.com/ant-design/ant-design-mobile/commit/86fb0787e9e137548ef03517e1ca9fa2e061ceaa ))
250 - 📝 示例: 更新 `Card` `TextareaItem` `PullToRefresh` `Picker` 组件示例
252 ### 2.1.10
254 `2018-05-24`
256 - **Feature**
258 - 🌟 RN `InputItem` 支持自定义 `focus` 属性 ([ #2408 ]( https://github.com/ant-design/ant-design-mobile/pull/2408 ))
259 - 🌟 RN `InputItem` android 下增加清除按钮([ #2358 ]( https://github.com/ant-design/ant-design-mobile/pull/2358 ))
261 * **Bug Fix**
263 - 🐞 修复 `InputItem` 数字键盘无障碍模式焦点穿透问题([ #2568 ]( https://github.com/ant-design/ant-design-mobile/pull/2568 ))
264 - 🐞 修复 `Modal` 弹窗输入框无法聚焦问题([ #2177 ]( https://github.com/ant-design/ant-design-mobile/issues/2177 ))
265 - 🐞 修复 RN `DatePicker` `month` 模式下取值错误问题([ #0a701 ]( https://github.com/ant-design/ant-design-mobile/commit/0a701dd205c636804f7e63d7b7d3a2283aad293b ))
266 - 🐞 修复 RN `InputItem` `type` `phone` 类型输入字符不为数字问题([ #4ab82 ]( https://github.com/ant-design/ant-design-mobile/commit/4ab82fadc55268cef8558f0423d5ba2f6e4b38d5 ))
268 - **Enhancement**
270 - 📝 更新 RN `Icon` 使用文档
271 - 📝 更新 RN `Picker` 文档, 增加 `onVisibleChange` 自定义属性
272 - 📝 更新 RN `Range` 使用文档
273 - 📝 更新 RN `LocaleProvider` 使用文档
275 ### 2.1.9
277 `2018-05-21`
279 - **Feature**
281 - 🌟 `InputItem` 支持自定义 `onVirtualKeyboardConfirm` 属性, 提供虚拟键盘确认按钮回调([ #2551 ]( https://github.com/ant-design/ant-design-mobile/pull/2551 ))
282 - 🌟 `InputItem` 支持自定义 `moneyKeyboardWrapProps` 属性, 以解决虚拟键盘点透问题([ #2550 ]( https://github.com/ant-design/ant-design-mobile/pull/2550 ))
283 - 🌟 [ React Native ] `InputItem` 在 RN 下支持 `focus` 回调 ([ #2381 ]( https://github.com/ant-design/ant-design-mobile/issues/2381 ))
284 - 🌟 多语言支持 Russian language ([ #2400 ]( https://github.com/ant-design/ant-design-mobile/pull/2400 ))
286 * **Bug Fix**
288 - 🐞 修复 `TextareaItem` `InputItem` 设置 `clear` 属性清除内容无效问题([ #2372 ]( https://github.com/ant-design/ant-design-mobile/issues/2372 ))
289 - 🐞 修复 `TabBar` 嵌套 `SearchBar` 样式异常问题([ #2447 ]( https://github.com/ant-design/ant-design-mobile/issues/2447 ))
290 - 🐞 修复 `InputItem` `money` 类型下默认值设置问题([ #2493 ]( https://github.com/ant-design/ant-design-mobile/issues/2493 ))
291 - 🐞 修复 `Accordion` 组件在 Android 上读不出展开折叠状态问题([ #2491 ]( https://github.com/ant-design/ant-design-mobile/issues/2491 ))
292 - 🐞 修复 `InputItem` `bankCard` 类型下,在 UC 浏览器光标错位问题([ #2441 ]( https://github.com/ant-design/ant-design-mobile/issues/2441 ))
293 - 🐞 修复 `Modal` 弹窗无法关闭的问题([ #2486 ]( https://github.com/ant-design/ant-design-mobile/issues/2486 ))
294 - 🐞 修复 `Picker` `SearchBar` 多语言支持问题 ([ #2502 ]( https://github.com/ant-design/ant-design-mobile/issues/2502 ))
295 - 🐞 修复 `InputItem` `money` 类型下,虚拟键盘无障碍化问题([ #2419 ]( https://github.com/ant-design/ant-design-mobile/issues/2419 )、[ #2418 ]( https://github.com/ant-design/ant-design-mobile/issues/2418 ))
296 - 🐞 修复组件类型定义 ([ 5a2d0d ]( https://github.com/ant-design/ant-design-mobile/commit/5a2d0d57a796ca739cb22306d48377ea5a2c27c3 ))
298 - **Enhancement**
300 - 📝 更新 `Carousel` 使用文档([ #2434 ]( https://github.com/ant-design/ant-design-mobile/issues/2434 ))
301 - 📝 更新 `Progress` api 文档
302 - 📝 更新 `LocaleProvider` 使用文档
303 - 📝 增加 `tabbar` 中内嵌使用 `ListView` 使用文档
304 - 📝 变更依赖 `rc-drawer` `rmc-drawer` ([ 3fd1a5d ]( https://github.com/ant-design/ant-design-mobile/commit/3fd1a5d97273d32195da0a863ecc81b32e2b0d07 ))
306 ### 2.1.8
308 `2018-03-19`
310 - **Bug Fix**
312 - 🐞 修复 `InputItem[type="money"]` onChange 回调参数格式改变的 bug。([ #2403 ]( https://github.com/ant-design/ant-design-mobile/pull/2403 ))
314 ### 2.1.7
316 `2018-03-16`
318 - **Bug Fix**
320 - 🐞 修复 `Grid` 无边框。
321 - 🐞 修复 `Modal.prompt` onPress 返回 promise 的问题。([ #2243 ]( https://github.com/ant-design/ant-design-mobile/pull/2243 ))
322 - 🐞 修复 `ImagePicker` 在删除后再添加抛异常的问题。([ #2302 ]( https://github.com/ant-design/ant-design-mobile/pull/2302 ))
323 - 🐞 修复 `Carousel` `autoplayInterval` 的使用问题。([ #2369 ]( https://github.com/ant-design/ant-design-mobile/issues/2369 ))
324 - 🐞 修复 RN `Modal.Alert` 内容不居中的问题。([ #2347 ]( https://github.com/ant-design/ant-design-mobile/pull/2347 ))
326 - **Enhancement**
328 - 📝 重构并完善所有 TypeScript 类型定义 [ #2323 ]( https://github.com/ant-design/ant-design-mobile/pull/2323 )。
329 - 📝 增加自定义 `Tabs` 个数的 [ Demo ]( https://github.com/ant-design/ant-design-mobile/commit/e210a6db81af48d2e0aa1881c4a192ca4a10dfb2 )。
331 ### 2.1.6
333 `2018-02-05`
335 - **Bug Fix**
337 - 🐞 修复 `Modal.prompt` 无法输入的问题。
339 ### 2.1.5
341 `2018-01-29`
343 - **Feature**
345 - 🌟 `ImagePicker` 支持自定义 `accept` 属性。([ #2269 ]( https://github.com/ant-design/ant-design-mobile/pull/2269 ))
347 - **Bug Fix**
349 - 🐞 修复 `InputItem` 在 ios 11 上 focus 时被键盘遮盖的问题。([ #2289 ]( https://github.com/ant-design/ant-design-mobile/pull/2289 ))
350 - 🐞 修复 `Menu` 确定按钮遮盖内容列表的问题。([ #2273 ]( https://github.com/ant-design/ant-design-mobile/issues/2273 ))
351 - 🐞 修复 `Progress` tsd。([ #2292 ]( https://github.com/ant-design/ant-design-mobile/issues/2292 ))
352 - 🐞 [ React Native ] 修复 `TextareaItem` 多余的左间距。([ #2260 ]( https://github.com/ant-design/ant-design-mobile/pull/2260 ))
354 * **Enhancement**
356 - 📝 修复 [ Picker ]( https://github.com/ant-design/ant-design-mobile/issues/2291 ), [ DatePicker, Calendar ]( https://github.com/ant-design/ant-design-mobile/issues/2282 ) 文档。
358 ### 2.1.4
360 `2018-01-23`
362 - **Bug Fix**
364 - 修复: Modal defaultValue 问题 ([ #2221 ]( https://github.com/ant-design/ant-design-mobile/pull/2221 ))
365 - 修复: Modal 关闭事件问题 ([ #1975 ]( https://github.com/ant-design/ant-design-mobile/pull/1975 ))
366 - 修复: TextArea 样式问题
367 - 修复: DatePicker/Picker 值缓存问题
368 - 修复: InputItem 报错 ([ #2220 ]( https://github.com/ant-design/ant-design-mobile/pull/2220 ))
370 ### 2.1.3
372 `2017-12-29`
374 2018 新年快乐 🎉
376 - **Enhancement**
378 - 发布新网站
379 - 优化 InputItem 文档
381 - **Bug Fix**
383 - 修复: 给 DatePicker 添加默认的 date 支持
384 - 修复: 删除冗余的 Modal 代码
386 ### 2.1.2
388 `2017-12-15`
390 - **Bug Fix**
392 - 修复 `Modal` 按钮不允许多次点击问题。([ #1975 ]( https://github.com/ant-design/ant-design-mobile/issues/1975 ))
393 - 修复 `Modal` `DatePicker` 文档细节问题。
394 - 修复 upgradeTip / 网站 样式问题。
396 ### 2.1.1
398 `2017-12-06`
400 - **Bug Fix**
402 - 🐞 修复 `List` 在 rem 页面下头部间距增大的问题。([ #2145 ]( https://github.com/ant-design/ant-design-mobile/pull/2145 ))
403 - 🐞 修复 `body.fontSize` `@font-sizep-base` 14px。 ([ 8973a0f ]( https://github.com/ant-design/ant-design-mobile/commit/8973a0f890e776a47743188b14356bee34b68ad6 ))
404 - 🐞 修复 `Button` 在 iOS 11 下需要滑动才显示的问题。 ([ 6b571bef ]( https://github.com/ant-design/ant-design-mobile/commit/6b571bef0d714e8fdb7c4434ee1ab280be9952fd ))
406 ### 2.1.0
408 `2017-12-03`
410 - **Feature**
412 - 🌟 [ React Native ] `Steps` 支持 `horizontal` 垂直方向。([ #2090 ]( https://github.com/ant-design/ant-design-mobile/pull/2090 ))
413 - 🌟 `ImagePicker` 支持多选。([ #2017 ]( https://github.com/ant-design/ant-design-mobile/issues/2017 ))
414 - 🇸🇪 `LocaleProvider` 添加 瑞典语 支持。([ #2132 ]( https://github.com/ant-design/ant-design-mobile/pull/2132 ))
416 - **Bug Fix**
418 - 🐞 修复 `[InputItem type="money"]` 虚拟数字键盘遮挡页面内容的问题。([ #1893 ]( https://github.com/ant-design/ant-design-mobile/issues/1893 ))
419 - 🐞 修复 `[InputItem type="money"]` 单页面多实例未复用的问题。 ([ #2065 ]( https://github.com/ant-design/ant-design-mobile/issues/2065 ))
420 - 🐞 修复 `Menu` props.data 数据为空时的报错。 ([ #2079 ]( https://github.com/ant-design/ant-design-mobile/pull/2079 ))
421 - 🐞 修复 `Menu` 组件的按钮样式丢失问题。 ([ #2097 ]( https://github.com/ant-design/ant-design-mobile/issues/2097 ))
422 - 🐞 修复 `InputItem` , `Drawer` tsd. ([ #2100 ]( https://github.com/ant-design/ant-design-mobile/issues/2100 ), [ #2138 ]( https://github.com/ant-design/ant-design-mobile/issues/2138 ))
423 - 🐞 修复 `Picker` 级联的时候数据不准确的问题 ([ 59a66c ]( https://github.com/ant-design/ant-design-mobile/commit/59a66cfbe0daef8c9f080d0387bc880e54632fe0 ))
424 - 🐞 修复 `TabBar` 显示隐藏的动画。 ([ #2072 ]( https://github.com/ant-design/ant-design-mobile/issues/2072 ))
425 - 🐞 修复 `Textarea` autoHeight 在初始时不生效的问题。([ #2118 ]( https://github.com/ant-design/ant-design-mobile/issues/2118 ))
426 - 🐞 修复 React Native `Flex` 在无事件监听时不添加触摸反馈。 ([ #2095 ]( https://github.com/ant-design/ant-design-mobile/pull/2095 ))
427 - 🐞 修复 `Toast` 被点击后不会自动隐藏的问题。 ([ #2103 ]( https://github.com/ant-design/ant-design-mobile/issues/2103 ))
428 - 🐞 修复 `Textarea` 非受控下 clear 无效的问题。([ #2131 ]( https://github.com/ant-design/ant-design-mobile/issues/2131 ))
429 - 🐞 修复 `TabBar` sticky 效果。([ #2136 ]( https://github.com/ant-design/ant-design-mobile/issues/2136 ))
431 - **Theme**
433 - 🗑 删除了全局默认的 body font-size 设置。([ #2106 ]( https://github.com/ant-design/ant-design-mobile/pull/2106 ))
434 - 🆕 `brand-primary-tap` 改为 `0e80d2` 。 ([ #2115 ]( https://github.com/ant-design/ant-design-mobile/pull/2115 ))
436 ### 2.0.3
438 `2017-11-11`
440 - **Bug Fix**
442 - Fix: InputItem 在 react@16 下 unmount 时报错;([ #2040 ]( https://github.com/ant-design/ant-design-mobile/issues/2040 ))
443 - Fix: InputItem unmount 时 onBlur 不触发;
444 - Fix: ListItem RN 内容布局中问题;([ #2052 ]( https://github.com/ant-design/ant-design-mobile/issues/2052 ))
445 - Fix: SwipeAction 在 iOS8 下无效; ([ #2063 ]( https://github.com/ant-design/ant-design-mobile/issues/2063 ))
446 - Fix: Stepper 当最小值为 0 时,按钮不 disabled;([ #2062 ]( https://github.com/ant-design/ant-design-mobile/issues/2062 ))
448 - **Feature**
450 - Grid RN 增加 itemStyle 属性,可以定制样式;([ #2046 ]( https://github.com/ant-design/ant-design-mobile/pull/2046 ))
451 - TabBar(web) 增加 `noRenderContent` 以支持 不渲染内容部分;
453 - **Enhancement**
455 - 1.x 站点 open in codepen 失败修复;([ #2032 ]( https://github.com/ant-design/ant-design-mobile/issues/2032 ))
457 ### 2.0.2
459 `2017-11-04`
461 - **Bug Fix**
463 - Fix:使用了(含) `List.Item` 的组件绑定 onTouch 事件不生效;
464 - Fix: Tabs z-index 值太高引起遮挡问题; ([ #2014 ]( https://github.com/ant-design/ant-design-mobile/issues/2014 ))
465 - Fix: Picker onOk 触发问题;([ #2042 ]( https://github.com/ant-design/ant-design-mobile/issues/2042 ))
467 - **Enhancement**
469 - RN stepper 默认输入框使用数字键盘;
471 ### 2.0.1
473 `2017-10-28`
475 - **Bug Fix**
477 - Fix `Modal` android 下按钮事件触发多次 ([ #1975 ]( https://github.com/ant-design/ant-design-mobile/issues/1975 )).
478 - Fix: `Accordion` 在 RN > 0.49 下 crash ([ #1969 ]( https://github.com/ant-design/ant-design-mobile/pull/1969 ))
479 - Fix: `Toast` 在 componentDidMount 下不显示和 react@16 不兼容 ([ #1980 ]( https://github.com/ant-design/ant-design-mobile/issues/1980 ))
480 - Fix: `Modal.alert/prompt` 按钮 iOS 下关闭失效;([ #1976 ]( https://github.com/ant-design/ant-design-mobile/issues/1976 ))
481 - Fix: `Modal` RN 下 promise 失效;
482 - Fix: `Picker/DatePicker` 不能设置 `okText/dismissText/extra` ; ([ #1984 ]( https://github.com/ant-design/ant-design-mobile/issues/1984 ))
483 - Fix: `Picker` RN 国际化失效;([ #2001 ]( https://github.com/ant-design/ant-design-mobile/issues/2001 ))
484 - Fix: `SearchBar` clear icon 遮盖 input 输入内容;([ #2010 ]( https://github.com/ant-design/ant-design-mobile/issues/2010 ))
485 - Fix: `SearchBar` clear 不能 focus;
486 - Fix: `TextareaItem` autoHeight 在 RN@49 下 crash; ([ #1970 ]( https://github.com/ant-design/ant-design-mobile/issues/1970 ))
488 ### 2.0.0
490 `2017-10-20`
492 - **Feature**
494 - [ Web ] `DatePicker` 新增 API `use12Hours` , 支持 12 小时制 ([ #1578 ]( https://github.com/ant-design/ant-design-mobile/issues/1578 ))
495 - [Web] `Button` 组件分别对应各个 type 新增各自的 disabled 状态样式
496 - [Web] `Grid` 新增 `square` api, 支持高度自适应模式
497 - [Web] `Grid` 新增 `activeClassName` , `activeStyle` api, 支持自定义触摸反馈样式
498 - [Web] `Modal.alert / Modal.prompt / Modal.opeartion` 新增可选参数 `platform`
499 - [Web] `ListView` (beta.3) 新增 pull-up 功能
500 - [ Web/RN ] 新增 `DatePickerView` 组件,支持更灵活的时间选择器用法 ([ #1232 ]( https://github.com/ant-design/ant-design-mobile/issues/1232 ))
501 - [ Web/RN ] 新增 `Calendar` 组件,支持跨日期的日期时间选择 ([ #1610 ]( https://github.com/ant-design/ant-design-mobile/issues/1610 ))
502 - [Web] `Picker` `SearchBar` 多语言支持
503 - [ Web/RN ] `NoticeBar` 增加自定义操作文案 action 属性 ([ #1959 ]( https://github.com/ant-design/ant-design-mobile/issues/1959 ))
505 - **Break Change**
507 - [Web] "高清方案" / "SVG Icon" 从“内置”改为“外置”
508 - [Web] `Button` 组件去除 `across` 模式
509 - [ Web ] `Modal` `List.Item` `Switch` 默认采用 iOS 样式,不再根据 UA 进行自动探测 ([ #1371 ]( https://github.com/ant-design/ant-design-mobile/issues/1371 ))
510 - [ Web/RN ] 各个组件的 `ref` `string` 修改为 `function` ([ #1354 ]( https://github.com/ant-design/ant-design-mobile/issues/1354 ))
511 - [Web/RN] 重构 `Tabs` 组件,底层重写, **APIs 大量更改**
512 - [ Web/RN ] 去除 `Popup` 组件,给 `Modal` 组件新增 `popup` 属性,相应地 Modal 组件中原 `animationType` 属性开始支持 web 版本、用以标识 popup 弹出动画的类型 [ #1125 ]( https://github.com/ant-design/ant-design-mobile/issues/1125 )
513 - [Web/RN] `InputItem` / `TextareaItem` / `SearchBar` 组件
514 - `style` 属性传至 input(web) / TextInput(rn)
515 - 去除 `focused` / `autoFocus` 属性 (用 `focus()` 实例方法实现同样效果)
516 - [Web/RN] `DatePicker` 组件去除 moment.js 依赖
517 - 相应地 `value` / `minDate` / `maxDate` / `format` / `onChange` 数据类型变为 `Date` 对象
518 - [Web/RN] `pagination` 组件 `current` 属性改成从 `1` 开始索引
519 - [Web/RN] `Progress` 组件
520 - `wrapStyle` 改为 `style` , 原来的 `style` 改为 `barStyle`
521 - `unfilled` 属性值更改为 boolean 值
522 - [Web/RN] 移除 `List` 组件的 `onLongPress` 属性
523 - [Web/RN] `Result` 组件的 `buttonClick` 更改为 `onButtonClick`
524 - [Web/RN] 删除 `Table` 组件
525 - [ Web ] 去除 `createTooltip` 组件,如果你需要 range/slider 带 tooltip 功能,你可以用 [ react-component/slider/createSliderWithTooltip ]( https://github.com/react-component/slider/blob/master/src/createSliderWithTooltip.jsx ) 实现
526 - [Web] `Switch` 组件的 `style` 属性设置,从外围元素改为内层元素上
527 - [Web] `Slider` 去除默认的 margin & padding 样式
528 - [Web] `Carousel` `easing` 属性类型从 string 改为 Function
529 - [Web] `Flex` 清理冗余 `align` 属性值 `top / middle / bottom`
530 - [ Web ] `ListView` (beta.3) 移除 `stickyHeader` 属性和 [ react-sticky ]( https://github.com/captivationsoftware/react-sticky ) 依赖,但是你仍然可以使用 react-sticky 和 `useBodyScroll` 属性来自己实现相应效果 (查看 demo)
531 > 因为 sticky 效果实际并不常用,而且不包含 UI,因此不适合集成在 ListView 里
532 - [Web] `RefreshControl` (beta.3) 修改内部的 dom className
533 - `${prefixCls}-ptr` 改为 `${prefixCls}-indicator`
534 - `${prefixCls}-ptr-icon` 改为 `${prefixCls}-indicator-icon-wrapper`
535 - `${prefixCls}-ptr-loading` 改为 `${prefixCls}-indicator-loading-wrapper`
536 - [Web] `ListView` (beta.6) 新增 `pullToRefresh` 属性,移除 `useZscroller` `scrollerOptions` `refreshControl` `pullUpEnabled` `pullUpRefreshing` `pullUpOnRefresh` `pullUpDistanceToRefresh` `pullUpRenderer` 属性
537 - [Web] `RefreshControl` (beta.6) 已经被移除,请使用新增的 `PullToRefresh` 组件代替
538 - [RN] `RefreshControl` (beta.6) 已经被移除,请直接引用 react-native RefreshControl
539 - [RN] `ActionSheet.showShareActionSheetWithOptions` 利用 react native `Share` 进行重新实现
540 - [RN] `Button` 组件 style 里 `disabledRaw` / `disabledRawText` 修改为 `defaultDisabledRaw` / `defaultDisabledRawText`
541 - [Web] `NavBar` (rc.1) 修改属性 `iconName` `icon` ,你需要使用 `Icon` 组件或自定义图标
542 - [Web] `ActionSheet` (rc.1) 删除 `iconName` 属性,使用 `icon` 代替
543 - [RN] `ListView` (rc.3) 已经被移除,请直接引用 react-native ListView
544 - [Web/RN] `ImagePicker` (rc.3) 增加 `onFail` 属性,移除内置的 `Toast.fail` 提示
546 - **Theme**
548 - 删除 `@fill-overlay-inverse` , `@color-shadow` , `@brand-hot` , `@font-size-display-sm` , `@font-size-display-md` , `@font-size-display-xl` , `@font-size-display-lg` , `@font-family-code` , `@font-family-base`
549 - `@searchbar-font-size` 重命名为 `@search-bar-font-size`
551 - **Enhancement**
552 - 不再需要配置 `webpack.resolve`
553 - `rmc-picker` 升级,简化 picker 相关的 dom 结构。([ #1593 ]( https://github.com/ant-design/ant-design-mobile/issues/1593 ))
554 - 去除全局的 `user-select: none` 。[ #1793 ]( https://github.com/ant-design/ant-design-mobile/issues/1793 )
556 ## 1.7.2
558 `2017-12-14`
560 - Fix `Picker` 在 Android 4.4 以下显示不正常的问题. ([ dbe8ce ]( https://github.com/ant-design/ant-design-mobile/commit/dbe8ce99bf1d18e3e68a0bba4c8d6907cc3c6e0f ))
562 ## 1.7.1
564 `2017-10-20`
566 - Fix `InputItem` / `TextareaItem` 删除按钮不显示问题. ([ #1955 ]( https://github.com/ant-design/ant-design-mobile/issues/1955 ))
568 ## 1.7.0
570 `2017-10-13`
572 - **Feature**
574 - `Menu` 添加多选功能.
576 - **Bug Fix**
578 - Fix `Icon` 拼写错误.
579 - Fix `Popover` 样式修复.
580 - Fix `Steps` 样式修复.
582 ## 1.6.10/1.6.11
584 `2017-09-25`
586 - **Bug Fix**
588 - Fix `InputItem` 不能 focus 在点击 clear icon 后.
590 ## 1.6.9
592 `2017-09-25`
594 - **Bug Fix**
596 - Fix `Modal.prompt` 聚焦延迟. ([ #1857 ]( https://github.com/ant-design/ant-design-mobile/issues/1857 ))
597 - Fix `TextareaItem` `autoHeight` 属性为 true,且输入很多文字时,切换 active 元素导致页面滚动. ([ #1858 ]( https://github.com/ant-design/ant-design-mobile/issues/1858 ))
598 - Fix `Popvoer` ts 属性定义错误.
600 - **Improve && Enhancement**
602 - Add `indicatorStyle` `itemStyle` 属性用于 `Picker/PickerView` . ([ #1856 ]( https://github.com/ant-design/ant-design-mobile/issues/1856 ))
604 ## 1.6.8
606 `2017-09-18`
608 - **Bug Fix**
610 - Fix `segmented-control` 激活状态样式. ([ #1832 ]( https://github.com/ant-design/ant-design-mobile/issues/1832 ))
611 - Fix `InputItem` `TextareaItem` [ 类型定义 ]( https://github.com/ant-design/ant-design-mobile/commit/5fd21d1539f19fe80fd415716d349d82c1a77408 ).
612 - Fix `swipe-action` [ 样式问题 ]( https://github.com/ant-design/ant-design-mobile/commit/ab2297c64fcde0766b502b96349bc8824cbd8bff ).
614 ## 1.6.7
616 `2017-09-11`
618 - **Bug Fix**
620 - Fix `Carousel` `swipeSpeed` ts 属性未定义. ([ #1824 ]( https://github.com/ant-design/ant-design-mobile/issues/1824 ))
621 - Fix `TabBar` 在 android 平台 item 只有一个时报错. ([ #1827 ]( https://github.com/ant-design/ant-design-mobile/issues/1827 ))
622 - Fix RN `PickerView` 垂直布局问题 ([ #1795 ]( https://github.com/ant-design/ant-design-mobile/issues/1795 ))
624 ## 1.6.6
626 `2017-09-09`
628 - **Bug Fix**
630 - Fix `Modal.operation` android 下面多操作选项样式问题 ([ #1791 ]( https://github.com/ant-design/ant-design-mobile/issues/1791 ))
631 - Fix RN `Accordion` 必须依赖 Icon 组件的问题 ([ #1784 ]( https://github.com/ant-design/ant-design-mobile/issues/1784 ))
632 - Fix `Modal` 按钮默认的 `href="#"` 导致 react-router 跳转到 '/' ([ #1780 ]( https://github.com/ant-design/ant-design-mobile/issues/1780 ))
633 - Fix RN `ActionSheet` 空 title / message 报错([ #1767 ]( https://github.com/ant-design/ant-design-mobile/issues/1767 )
634 - Fix RN `Picker、PickerView` 布局错误 ([ #1767 ]( https://github.com/ant-design/ant-design-mobile/issues/1767 ))
636 ## 1.6.5
638 `2017-08-29`
640 - **Bug Fix**
641 - 修复 `SeachBar` cancel 无法自动 blur 的问题。([ #1721 ]( https://github.com/ant-design/ant-design-mobile/issues/1721 ))
642 - 修复 `InputItem` unkown props warning。([ #1754 ]( https://github.com/ant-design/ant-design-mobile/issues/1754 ))
643 - 修复 `InputItem[type='money']` `focused` api 在初始化时不生效的问题。([ #1758 ]( https://github.com/ant-design/ant-design-mobile/issues/1758 ))
645 ## 1.6.4
647 `2017-08-29`
649 - **Bug Fix**
651 - 修复 `SeachBar` 在特定客户端内 `onClear` 事件触发时无法自动 `focus` 到搜索栏的问题。([ #1721 ]( https://github.com/ant-design/ant-design-mobile/issues/1721 ))
652 - 修复 `ListView` 空保护 bug ([ #16 ]( https://github.com/react-component/m-list-view/pull/16 ))
653 - 修复 `SwipeAction` [ 触摸反馈与滑动冲突的问题 ]( https://github.com/react-component/swipeout/commit/b9b373bf4d378c5c98730b5ce96953050c29dbe2 )。
654 - 修复 `Stepper` icon 不支持自定义颜色。([ #1694 ]( https://github.com/ant-design/ant-design-mobile/issues/1694 ))
655 - 修复 RN `ImagePicker` 不兼容 react 16 error. ([ #1707 ]( https://github.com/ant-design/ant-design-mobile/issues/1707 ))
656 - 修复 `SwipeAction` `InputItem` z-index 冲突的问题。([ #1720 ]( https://github.com/ant-design/ant-design-mobile/issues/1720 ))
658 - **Improve && Enhancement**
659 - 统一升级 `rmc-picker` 到 v4。([ #1593 ]( https://github.com/ant-design/ant-design-mobile/issues/1593 ))
660 - `SearchBar` [ 支持 MaxLength ]( https://github.com/ant-design/ant-design-mobile/commit/cb674f77d8e6495a081c06c65b71f23a04c32954 )。
661 - `InputItem[type=money]` 虚拟数字键盘重构,全局独立复用。([ #1724 ]( https://github.com/ant-design/ant-design-mobile/issues/1724 ))
662 - `SearchBar` 清除交互体验优化。([ #1731 ]( https://github.com/ant-design/ant-design-mobile/pull/1731 ))
663 - `Picker` 显示支持受控模式。([ 900f691 ]( https://github.com/ant-design/ant-design-mobile/commit/900f6910bdd2b42fa97bac142671bf5089abc0a3 ))
665 ## 1.6.3
667 `2017-08-15`
669 - **Bug Fix**
671 - 修复 `TextareaItem` 不正确处理换行符长度的问题。 ([ #1265 ]( https://github.com/ant-design/ant-design-mobile/issues/1265 ))
673 - **Improve && Enhancement**
674 - `SwipeAction` 防止竖滑误触发;禁用时性能优化;滑块宽度自适应。 ([ #1595 ]( https://github.com/ant-design/ant-design-mobile/issues/1595 ))
676 ## 1.6.2
678 `2017-08-13`
680 - **Improve && Enhancement**
681 - `Tabs` 支持 `data-*` 属性 ([ #1648 ]( https://github.com/ant-design/ant-design-mobile/issues/1648 ))
683 ## 1.6.1
685 `2017-08-12`
687 - **Bug Fix**
688 - 修复 `TextareaItem` 输入表情符号计数不正确的 bug ([ #1670 ]( https://github.com/ant-design/ant-design-mobile/pull/1670 ))
689 - 修复 `SwipeAction` 只设置 left 或者 right 时,相反一边还可以滑动的问题;([ #1655 ]( https://github.com/ant-design/ant-design-mobile/issues/1655 ))
690 - 修复 `RN InputItem` 自定义样式 color 不生效(被强制覆盖)的问题; ([ #1471 ]( https://github.com/ant-design/ant-design-mobile/issues/1471 ))
691 - 修复 `Toast[mask=false]` 时跟随页面滚动问题;([ #1642 ]( https://github.com/ant-design/ant-design-mobile/issues/1642 ))
692 - 修复 `ListView` 存在 body 滚动条的时候,无法实现滚动到顶部在下拉刷新; ([ #1588 ]( https://github.com/ant-design/ant-design-mobile/issues/1588 ))
693 - **Improve && Enhancement**
694 - 网站导航栏高亮 ([ #1534 ]( https://github.com/ant-design/ant-design-mobile/issues/1534 ))
696 ## 1.6.0
698 `2017-07-30`
700 - **Feature**
702 - `Tabs` 新增支持 `Badge` ([ #1604 ]( https://github.com/ant-design/ant-design-mobile/pull/1604 ))
703 - `Modal` 支持 placeholder ([ #1603 ]( https://github.com/ant-design/ant-design-mobile/pull/1603 ))
705 - **Bug Fix**
707 - 修复 `SearchBar` `onClear` 时存在的样式渲染问题 ([ #1621 ]( https://github.com/ant-design/ant-design-mobile/pull/1621 ))
708 - 修复 `SearchBar` 支持 data-\* 属性. ([ bbb358 ]( https://github.com/ant-design/ant-design-mobile/commit/bbb35826872841f50ae31d795f67a97fd3231ca4 ))
710 - **Improve && Enhancement**
711 - 网站优化 ([ #1622 ]( https://github.com/ant-design/ant-design-mobile/pull/1622 ))
713 ## 1.5.0
715 `2017-07-22`
717 - **Feature**
719 - `ListItem` 支持 `onLongPress` . ([ #1533 ]( https://github.com/ant-design/ant-design-mobile/pull/1533 ))
721 - **Bug Fix**
723 - 修复 `Tabs` 滑动浮层覆盖 `Popup` 蒙版的问题。([ #1512 ]( https://github.com/ant-design/ant-design-mobile/pull/1512 ))
724 - 修复 `Switch` 在 android 上 0.5px 导致显示不正常的问题。([ 86dabf ]( https://github.com/ant-design/ant-design-mobile/commit/86dabfea9841695fbca5319b422f11a0ddb17184 ))
725 - 修复 React Native `Modal.prompt` 键盘遮挡的问题。([ #1489 ]( https://github.com/ant-design/ant-design-mobile/issues/1489 ))
727 - **Improve && Enhancement**
728 - 增加对 `Icon` svg-sprite-loader 可能未正确配置的检测和 warning。([ #1574 ]( https://github.com/ant-design/ant-design-mobile/issues/1574 ))
730 ## 1.4.2
732 `2017-07-12`
734 - **Bug Fix**
735 - 修复 Toast 未以自身中心点纵向居中。 ([ #1389 ]( https://github.com/ant-design/ant-design-mobile/issues/1389 ))
736 - 修复目前未实现的 NavBar、Menu、Range、Table 引入 react-native 版本组件报错的问题。([ #1526 ]( https://github.com/ant-design/ant-design-mobile/issues/1526 ))
738 * **Improve && Enhancement**
739 - 升级 Slider 依赖的 rc-slider 版本。
740 - 部分组件文档国际化完善,增加部分组件测试用例。
742 ## 1.4.1
744 `2017-07-01`
746 - **Bug Fix**
748 - 修复 `Grid` 样式问题。([ 635a9d3 ]( https://github.com/ant-design/ant-design-mobile/commit/635a9d3d4b93e5a7304d5620ad6550827c303b1d ) [ #1455 ]( https://github.com/ant-design/ant-design-mobile/issues/1455 ))
749 - 修复 create-react-app 文档错误。([ #1501 ]( https://github.com/ant-design/ant-design-mobile/issues/1501 ))
750 - 修复 `Modal` android 平台下样式错误。([ #1499 ]( https://github.com/ant-design/ant-design-mobile/issues/1499 ))
751 - 修复 `SearchBar` iOS 键盘类型不是搜索问题。 ([ #1510 ]( https://github.com/ant-design/ant-design-mobile/issues/1510 ))
752 - 暂时回滚 typescript interface 写法,解决 dist 文件错误问题。 ([ #1517 ]( https://github.com/ant-design/ant-design-mobile/pull/1517 ))
754 - **Improve && Enhancement**
755 - `SegmentedControl` 兼容 preact ([ #1374 ]( https://github.com/ant-design/ant-design-mobile/pull/1374 ))
756 - `ActionSheet` / `SearchBar` / `ImagePicker` / `Picker` 细节样式优化
757 - `Modal.prompt` 扩大点击区域 ([ #1489 ]( https://github.com/ant-design/ant-design-mobile/issues/1489 ))
758 - `InputItem` 的 money 类型添加 demo 演示只能输入自然数([ #1493 ]( https://github.com/ant-design/ant-design-mobile/pull/1493 ))
759 - 更新主要的介绍文档 ([ #1503 ]( https://github.com/ant-design/ant-design-mobile/pull/1503 ))
760 - 去除 object-assign 依赖,改为使用 es6 展开操作符 ([ 67e0ee6 ]( https://github.com/ant-design/ant-design-mobile/commit/67e0ee6a985d1e143f3dbbf63988d01a05d67b59 ))
761 - 网站信息结构优化,并增加拷贝代码按钮 ([ #1481 ]( https://github.com/ant-design/ant-design-mobile/issues/1481 ))
763 ## 1.4.0
765 `2017-06-24`
767 - **Feature**
769 - `Button` 新增 `activeClassName` 以自定义点击时类名。([ 3331f00 ]( https://github.com/ant-design/ant-design-mobile/commit/3331f00b1a89d7fb76dcffa554f1cf9b165819d9 ))
770 - `Card.Header` 的 thumb 支持 React.Element。([ #1484 ]( https://github.com/ant-design/ant-design-mobile/issues/1484 ))
771 - `InputItem` 支持通过 locale 来自定义内置文案。([ #1475 ]( https://github.com/ant-design/ant-design-mobile/issues/1475 ))
773 - **Bug Fix**
774 - 修复 ListView sticky header 被遮挡的问题。([ #1456 ]( https://github.com/ant-design/ant-design-mobile/issues/1456 ))
775 - `InputItem` 修复当 `type=money` 虚拟键盘无法隐藏的问题。([ #1468 ]( https://github.com/ant-design/ant-design-mobile/issues/1468 ))
777 * **Improve && Enhancement**
778 - `InputItem` 背景图片替换为 svg。([ #1470 ]( https://github.com/ant-design/ant-design-mobile/issues/1470 ))
779 - `Button` 高度增大为 `94px`
780 - `ListItem` 高度减小为 `88px`
781 - `Result` 间距,字体,颜色调整。
783 ## 1.3.1
785 `2017-06-19`
787 - **Feature**
789 - `PickerView` 支持 `indicatorStyle` 。([ 3184179d2 ]( https://github.com/ant-design/ant-design-mobile/commit/3184179d2ba4b5bccde83d8590d3e538fab0ad22 ))
791 - **Bug Fix**
792 - `InputItem` 修复当 `type=money` `disabled` `editable` 不生效的问题。([ #1437 ]( https://github.com/ant-design/ant-design-mobile/issues/1437 ))
793 - `Menu` 修复当数据源二级数据不唯一时导致的问题。([ #1427 ]( https://github.com/ant-design/ant-design-mobile/issues/1427 ))
794 - `Slider` [ #1439 ]( https://github.com/ant-design/ant-design-mobile/pull/1439 ),更新 TS definition
795 - `ListView` 修复 scrollTo 的问题 ([ 97ed6795 ]( https://github.com/ant-design/ant-design-mobile/commit/97ed67955243643fcc1de3debd0d507b87d6380b ))
796 - React-Native `Flex` `Flex.Item` 支持 `children` 数组。([ #1442 ]( https://github.com/ant-design/ant-design-mobile/pull/1442 ))
798 ## 1.3.0
800 `2017-06-09`
802 - **Feature**
804 - `InputItem` 支持虚拟的金额输入键盘 ( `type="money"` )。([ #1419 ]( https://github.com/ant-design/ant-design-mobile/pull/1419 ))
805 - `Slider` & `Range` 新增 `handleStyle` , `trackStyle` , `railStyle` 以支持自定义样式。([ a83d0fe ]( https://github.com/ant-design/ant-design-mobile/commit/a83d0fefffbdd05ce9f89a78508a544cd95e4fb5 ))
806 - React-Native `Progress` 新增 `wrapStyle` 已自定义容器样式。([ 3ad012a ]( https://github.com/ant-design/ant-design-mobile/blob/3ad012ae265182cebc677efb309c92238eb8377a/components/progress/index.web.tsx ))
807 - React-Native `Carousel` 新增 `dotStyle` , `dotActiveStyle` 以自定义指示器样式。([ #1425 ]( https://github.com/ant-design/ant-design-mobile/pull/1425 ))
808 - React-Native `Button` 新增 `delayPressin` , `delayPressout` 以自定义点击延时。([ b6ec8e2 ]( https://github.com/ant-design/ant-design-mobile/commit/b6ec8e217bc3ed56702c819885948839c14bf8e3 ))
810 - **Bug Fix**
811 - 修复 React-Native `Accordion` 不能设置 style。([ #1407 ]( https://github.com/ant-design/ant-design-mobile/issues/1407 ))
812 - 修复 `Popup` 自定义蒙层样式的问题。([ #1420 ]( https://github.com/ant-design/ant-design-mobile/issues/1420 ))
813 - 修复 `Pagination` 自定义翻页文案与图标样式的问题。([ #1429 ]( https://github.com/ant-design/ant-design-mobile/issues/1429 ))
814 - 修复 `Modal` 在 android 上关闭之前样式变换的问题。([ #1433 ]( https://github.com/ant-design/ant-design-mobile/issues/1433 ))
816 ## 1.2.0
818 `2017-06-03`
820 - **Notice**
822 - antd-mobile `Icon` 所依赖的开源 webpack loader `svg-sprite-loader` 最近从 `0.3` 直接升级到了 `2.0` , 其配置方案发生了 break change,但由于此 loader 的版本由用户代码控制,而功能被 antd-mobile 和用户代码所共同依赖, antd-mobile 团队只能选择在 `2.0` 对其进行升级,请各位用户在 `[email protected]` 期间暂时不要升级 `svg-sprite-loader` ,在项目里仍然使用 `[email protected]` 即可。[ #1283 ]( https://github.com/ant-design/ant-design-mobile/issues/1283 )
823 - 新增 warning,提醒用户 antd-mobile `2.0` 将会废弃 `Table` 。[ e1009015e ]( https://github.com/ant-design/ant-design-mobile/commit/e1009015e0c0740045995555831d1598a99c629f )
825 - **Feature**
827 - 底层 Touch 事件库更新,所有 `onPress` `onLongPress` 支持 `stopPropagation` 。[ e7400b699 ]( https://github.com/ant-design/ant-design-mobile/commit/e7400b6994d3a9127bd1bd6fa418996ad8206f96 )
828 - 重构 `carousel` , 新增 [ swipeSpeed ]( https://github.com/react-component/nuka-carousel#modify-from-upstream-nuka-carousel204 ) api 以自定义拖动速度。
829 - Theme 新增 `@toast-fill` 用于自定义 toast 背景色。[ acaeff017171 ]( https://github.com/ant-design/ant-design-mobile/commit/acaeff017171fd06bf8700b849a7fff917c6d260 )
830 - 新增与 crate-react-app 和 create-react-native-app 脚手架配合使用的文档。[ #1362 ]( https://github.com/ant-design/ant-design-mobile/issues/1362 )
832 - **Bug Fix**
834 - 修复 `ListView` 中集成横滑组件, 如 `SwipeAction` , `Carousel` , 与上下滑动冲突的问题。[ #1254 ]( https://github.com/ant-design/ant-design-mobile/issues/1254 )
835 - 修复 `Popover` 自定义样式的问题。[ #1364 ]( https://github.com/ant-design/ant-design-mobile/issues/1364 )
836 - 修复 Theme `@radius-circle` 变量不生效 [ #1301 ]( https://github.com/ant-design/ant-design-mobile/issues/1301 )
837 - 修复 Theme 无法自定义 `SearchBar` placeholder font-size [ #1324 ]( https://github.com/ant-design/ant-design-mobile/pull/1324 )
838 - 修复 React-Native `picker` 无法自定义字体样式。 [ #1323 ]( https://github.com/ant-design/ant-design-mobile/issues/1323 )
839 - 修复 SearchBar 在 android 的点击后无法 focus 问题。[ #1342 ]( https://github.com/ant-design/ant-design-mobile/issues/1341 )
840 - 修复 React-Native `tabs` swipeable 属性无效的问题。[ #1346 ]( https://github.com/ant-design/ant-design-mobile/issues/1346 )
841 - 修复 `InputItem` 等输入类组件文字被截断的问题。[ #1358 ]( https://github.com/ant-design/ant-design-mobile/issues/1358 )
842 - 修复 SwipeAction 类名和样式。[ e42430f9a68f2 ]( https://github.com/ant-design/ant-design-mobile/commit/e42430f9a68f25a4b22cd2e65c05009fbb678fdd )
843 - 修复错误的 API 文档, `ActivityIndicator` color API 只有 React-Native 组件支持。[ #1370 ]( https://github.com/ant-design/ant-design-mobile/issues/1370 )
844 - 修复 `Tabs` 当 liner-gradient 不支持时显示不正常的问题。[ 824da3466 ]( https://github.com/ant-design/ant-design-mobile/commit/824da34667f9e974747d9f344b0bef3dc0bdae36 )
845 - 修复 `Grid` 在 isCarousel 模式下不会自动填充空白格子的问题。[ #1398 ]( https://github.com/ant-design/ant-design-mobile/pull/1398 )
846 - 修复 `Toast` 没有以自身中心点垂直居中的问题。[ #1389 ]( https://github.com/ant-design/ant-design-mobile/issues/1389 )
848 - **Improve && Enhancement**
849 - `Tabs` 头部滑动性能,体验优化。
850 - 增大 `SearchBar` 点击区域。[ #1344 ]( https://github.com/ant-design/ant-design-mobile/pull/1344 )
851 - 重构 `Switch` , `Modal` 以支持服务端渲染 [ #1307 ]( https://github.com/ant-design/ant-design-mobile/pull/1307/ )
852 - 优化 Flex, Button, List 的 typescript 定义。[ #1339 ]( https://github.com/ant-design/ant-design-mobile/issues/1339 )
853 - `Button` , `Tag` 由外边框改为内边框,更符合设计规范。[ 4c8051032 ]( https://github.com/ant-design/ant-design-mobile/commit/4c8051032005fe042df38d4b3bddf5f8405fb8fd )
854 - 新增 `pkg.module` , 指向 ES2015 modules,更好地支持 rollup 和 webpack2。[ #12 ]( https://github.com/react-component/react-component.github.io/issues/12 )
855 - 重构 React-Native `Toast` , `ActivityIndicator` 样式,更改地支持通过 Theme 自定义。[ b7094e2a2dc ]( https://github.com/ant-design/ant-design-mobile/commit/b7094e2a2dc0aa9433f2f2f7388a3e8313681888 )
856 - `Tabs` 新增对 `TabPane.props.key` 的校验,必须存在且唯一。[ #1365 ]( https://github.com/ant-design/ant-design-mobile/issues/1365 )
857 - 重构并从 React-Native `InputItem` 拆分出 `TextInput` ,便于自定义样式。[ #1174 ]( https://github.com/ant-design/ant-design-mobile/issues/1174 )
858 - 重构 `Grid` , 避免当格子数量变化,在 carousel 和非 carousel 模式切换后高度变化的情况。[ 63c28b31f ]( https://github.com/ant-design/ant-design-mobile/commit/63c28b31fba19cb7f68a36a71259a5b57ffe0bc8 )
859 - 新增 demo 关于如何扩展 `InputItem` label 为可点击区域。[ db8582781 ]( https://github.com/ant-design/ant-design-mobile/commit/db8582781f0aa7663fb02db315de49cf9d00822b )
861 ## 1.1.3
863 `2017-05-14`
865 - **Bug Fix**
867 - 修复 `ListItem` unknown props warning。([ #1278 ]( https://github.com/ant-design/ant-design-mobile/issues/1278 ))
868 - 修复 React Native `Pagination` disable 时的 active 样式问题。([ 1b01652797 ]( https://github.com/ant-design/ant-design-mobile/commit/1b01652797daebd1af0547f19b005199fa6413e5 ))
869 - 修复 React Native `List` renderFooter 错误。([ #1294 ]( https://github.com/ant-design/ant-design-mobile/pull/1294/files ))
870 - 修复 `tabs` createClass warning
872 - **Improve && Enhancement**
873 - `Switch` 支持 onClick ([ #1290 ]( https://github.com/ant-design/ant-design-mobile/issues/1290 ))
875 ## 1.1.2
877 `2017-05-07`
879 - **Bug Fix**
881 - 修复 单独使用 `Stepper` 缺少依赖的 Icon 样式问题。([ d86c3dda ]( https://github.com/ant-design/ant-design-mobile/commit/d86c3dda267864721273f258dad3193c69d8e838 )
882 - 修复 `Modal` 关闭按钮显示不齐的问题。([ bf64803d ]( https://github.com/ant-design/ant-design-mobile/commit/bf64803d01082f0dd924c41ca778dfadb177bc92 ))
883 - 修复 `Switch` android 样式。([ 56bf4a93 ]( https://github.com/ant-design/ant-design-mobile/commit/56bf4a93f55f021206aa99551039e68c9518c85c ))
884 - 修复 `Slider` active 样式。([ 5a012ead ]( https://github.com/ant-design/ant-design-mobile/commit/5a012ead269e212dda6fb751a29a1e43f28e9848 ))
885 - 修复 `Stepper` 选中样式未自动消失的问题。([ 006a5e2 ]( https://github.com/ant-design/ant-design-mobile/commit/006a5e2184f3402fa9351186d65f8ab24a7c4b23 ))
886 - 修复 RN `InputItem` 自定义字体大小。([ #1174 ]( https://github.com/ant-design/ant-design-mobile/issues/1174 ))([ @kimjuny ]( https://github.com/kimjuny ))
887 - 修复 RN `Popup` 自定义蒙版背景样式。([ #1234 ]( https://github.com/ant-design/ant-design-mobile/issues/1234 ))
888 - 修复 RN `Modal` 点击系统返回无法自动关闭的问题。 ([ #1218 ]( https://github.com/ant-design/ant-design-mobile/issues/1218 ))
889 - 修复 RN `Modal.prompt` , `InputItem` 样式。([ #1199 ]( https://github.com/ant-design/ant-design-mobile/issues/1199 ))
890 - 修复 Normalize.css 缺少对 body margin 重置的问题。([ #1264 ]( https://github.com/ant-design/ant-design-mobile/issues/1264 ))
891 - 修复 RN 所有组件统一接受 `style` , `styles` 参数的问题。([ #1262 ]( https://github.com/ant-design/ant-design-mobile/pull/1262 ))
893 - **Improve && Enhancement**
894 - 所有组件支持无障碍访问。([ #1179 ]( https://github.com/ant-design/ant-design-mobile/pull/1179 ))
895 - 增大 `SearchBar` 取消按钮点击区域。([ #1250 ]( https://github.com/ant-design/ant-design-mobile/issues/1250 ))
896 - 重构 RN `Carousel` 以支持自定义 Pagination。([ #1146 ]( https://github.com/ant-design/ant-design-mobile/issues/1146 ))
897 - 重构 `ListItem` 以支持服务端渲染。([ #1219 ]( https://github.com/ant-design/ant-design-mobile/pull/1219 ))
899 ## 1.1.1
901 `2017-04-28`
903 - **Feature**
905 - `InputItem` 添加唤起自定义数字键盘特性(仅支付宝等客户端)。([ #1231 ]( https://github.com/ant-design/ant-design-mobile/pull/1231 ))
907 - **Bug Fix**
909 - 修复 `Grid` `renderItem` 方法。([ 链接 ]( https://github.com/ant-design/ant-design-mobile/commit/1316154cce6324c04a2cd7f36c8d229573dcde6b ))
910 - 修复 `SearchBar` clear icon 可能不出现的问题。([ #1204 ]( https://github.com/ant-design/ant-design-mobile/issues/1204 ))
911 - 修复 `InputItem` `placeholder` 声明,改为可选。([ #1216 ]( https://github.com/ant-design/ant-design-mobile/pull/1216 ))
912 - 修复 `TabBar` 声明文件, `TabBarItemProps` 部分的新增 `dot` 。([ #1209 ]( https://github.com/ant-design/ant-design-mobile/pull/1209 ))
913 - 修复网站的语言切换逻辑。([ 链接 ]( https://github.com/ant-design/ant-design-mobile/commit/ec839dc4fdc7bfd54a9bd389cd3699bcbf8ac1ee ))
914 - `RefreshControl` 支持 SSR 渲染。([ #1201 ]( https://github.com/ant-design/ant-design-mobile/pull/1201 ))
916 - **Improve && Enhancement**
917 - 优化 `Icon` 组件内置的 svg 文件,做最小化处理。([ #1220 ]( https://github.com/ant-design/ant-design-mobile/pull/1220 ))
918 - 完成 `NoticeBar` `Grid` `Radio` 组件英文文档的翻译工作。([ #1230 ]( https://github.com/ant-design/ant-design-mobile/pull/1230 ))、([ #1228 ]( https://github.com/ant-design/ant-design-mobile/pull/1228 ))、([ #1227 ]( https://github.com/ant-design/ant-design-mobile/pull/1227 ))
919 - `InputItem` 为支付宝小程序拆分出单独的内部组件 `Input` 。([ #1225 ]( https://github.com/ant-design/ant-design-mobile/pull/1225 ))
920 - `Card` 组件整合声明文件。([ #1222 ]( https://github.com/ant-design/ant-design-mobile/pull/1222 ))
922 ## 1.1.0
924 `2017-04-21`
926 - **Bug Fix**
928 - 修复 `Steps` 溢出。([ #5623 ]( https://github.com/ant-design/ant-design/issues/5623] ))
929 - 搜索框支持在主题变量自定义高度,背景色等。([ PR 1113 ]( https://github.com/ant-design/ant-design-mobile/pull/1113 ))[ @yezongyang ]( https://github.com/yezongyang )
930 - 修复 React-Native `Steps` 不支持自定义 Icon ([ #1088 ]( https://github.com/ant-design/ant-design-mobile/issues/1088 ))
931 - 修复 `Progress` 不支持自定义 `className` 。([ PR 1126 ]( https://github.com/ant-design/ant-design-mobile/pull/1126 ))
932 - 修复 React-Native `InputItem` 不支持自定义内容。([ #1113 ]( https://github.com/ant-design/ant-design-mobile/issues/1133 ))
933 - 修复 `InputItem` 数字键盘在 Android 的兼容问题。([ 1073 ]( https://github.com/ant-design/ant-design-mobile/issues/#1073 ))。
934 - 修复 `InputItem` autoFocus 在 safari 无法聚焦的 bug。([ PR 1134 ]( https://github.com/ant-design/ant-design-mobile/pull/1134 ))
935 - 修复小尺寸 `Button` 的 loading icon 尺寸。([ 587963 ]( https://github.com/ant-design/ant-design-mobile/commit/587936abc43015ed2fa9be1b3493b3a8c4f98334 ))
936 - 修复部分 React15.5 关于 PropType 和 CreateClass 的 warning。([ #1118 ]( https://github.com/ant-design/ant-design-mobile/issues/1118 ))
937 - 修复部分内置 svg 背景的尺寸。([ #1140 ]( https://github.com/ant-design/ant-design-mobile/issues/1140 ))
939 - **Improve && Enhancement**
940 - 重构 `Grid` , `ImagePicker` , `Modal` 以支持服务端渲染。
941 - `Flex` , `FlexItem` 支持传递 `data-` 等任意自定义属性。([ #1150 ]( https://github.com/ant-design/ant-design-mobile/issues/1150 ))
942 - `Grid` 在 carousel 模式下支持 `Carousel` 的相应 API。([ #1164 ]( https://github.com/ant-design/ant-design-mobile/issues/1164 ))
944 ## 1.0.8
946 `2017-04-07`
948 - **Feature**
950 - RN modal 增加 Modal.prompt ([ #1089 ]( https://github.com/ant-design/ant-design-mobile/pull/1089 ))
952 - **Bug Fix**
954 - 修复 InputItem、TextareaItem、Search autofocus 的 bug ([ #1103 ]( https://github.com/ant-design/ant-design-mobile/pull/1103 ))
955 - 修复 SearchBar 点击 `x` 取消时,placeholder 显示不正确的 bug ([ #1047 ]( https://github.com/ant-design/ant-design-mobile/pull/1047 ))
956 - 修复 TextareaItem 输入 emoji 表情,字符统计错误问题 ([ #1085 ]( https://github.com/ant-design/ant-design-mobile/pull/1085 ))
957 - 修复 SearchBar 提交后不自动隐藏键盘的问题;
958 - 修复 Tabs onTabClick 无效问题 ([ #1099 ]( https://github.com/ant-design/ant-design-mobile/pull/1099 ))
959 - 修复 RN Steps 空格引起的问题 ([ #1008 ]( https://github.com/ant-design/ant-design-mobile/pull/1008 ))
961 - **Improve && Enhancement**
962 - 更新 rc-slider 版本,增加 `minimumTrackStyle` `maximumTrackStyle` `handleStyle` 属性;
964 ## 1.0.7
966 `2017-03-24`
968 - **Feature**
970 - Slider 支持自定义颜色。([ #1024 ]( https://github.com/ant-design/ant-design-mobile/pull/1024 ))
971 - ListItem 在 Android 上点击新增水波纹动效。([ 链接 ]( https://github.com/ant-design/ant-design-mobile/commit/d8fd66992fdfe53745fb43d9e27bffd025b8fdb0 ))
973 - **Bug Fix**
975 - DatePicker 接收 `minuteStep` 。 ([ #1020 ]( https://github.com/ant-design/ant-design-mobile/issues/1020 ))
976 - 修复 Stepper 的 icon 多重边框问题。([ #1038 ]( https://github.com/ant-design/ant-design-mobile/issues/1038 ))
977 - 修复 SearchBar placeholder 在聚焦时显示不全的问题。([ #1047 ]( https://github.com/ant-design/ant-design-mobile/issues/1047 ))
979 - **Improve && Enhancement**
980 - Modal, Switch, ListItem 新增 `platform` 参数,可自定义组件样式是否区分 Android/iOS 平台。([ #1030 ]( https://github.com/ant-design/ant-design-mobile/issues/1030 ))
981 - SearchBar 自定义主题时的布局优化。 ([ #1014 ]( https://github.com/ant-design/ant-design-mobile/issues/1014 ))
982 - InputItem, TextareaItem, SearchBar 组件样式优化,增大可点击区域。 ([ #1017 ]( https://github.com/ant-design/ant-design-mobile/issues/1017 ))
983 - React-Native Steps 支持 React.Node 类型的 `title` , `description` 。 [ #1008 ]( https://github.com/ant-design/ant-design-mobile/issues/1008 )
984 - DatePicker 确保默认日期在 `minDate` , `maxDate` 范围内 ([ #1033 ]( https://github.com/ant-design/ant-design-mobile/issues/1033 ))
986 ## 1.0.6
988 `2017-03-17`
990 - **Feature**
992 - Modal 添加 close api,方便手工销毁,#995
994 - **Bug Fix**
996 - 修复 ImagePicker clear icon 旋转问题,#944
998 - **Improve && Enhancement**
999 - 优化 Modal button 长按的默认行为;
1000 - Stepper、Toast、Modal 依赖的 rc-util 升级,去除控制台中 warning,#959
1001 - 部分文档优化;#997 #993 #984 #1009;部分 demo 优化;
1003 ## 1.0.5
1005 `2017-03-10`
1007 - **Feature**
1009 - 补全 `accordion` React-Native 版本 ([ #931 ]( https://github.com/ant-design/ant-design-mobile/pull/931 ))
1010 - `stepper` 图标支持用户自定义 ([ 链接 ]( https://github.com/ant-design/ant-design-mobile/commit/78ab295f69cd1441b600aa6c2d921c7d658096ca ))
1011 - 补全 React-Native `Button` 的 loading 样式 ([ #946 ]( https://github.com/ant-design/ant-design-mobile/issues/946 ))
1012 - React-Native `InputItem` 支持输入小数 ([ 950 ]( https://github.com/ant-design/ant-design-mobile/issues/950 ))
1013 - `Icon` 支持直接添加事件 ([ #955 ]( https://github.com/ant-design/ant-design-mobile/issues/955 ))
1014 - React-Native `InputItem` , `TextItem` 支持自定义 style ([ #949 ]( https://github.com/ant-design/ant-design-mobile/issues/949 ))
1016 - **Bug Fix**
1018 - React Native `SearchBar` 自动显示取消按钮 ([ #957 ]( https://github.com/ant-design/ant-design-mobile/issues/957 ))
1019 - 修复 `Tabs` 在低版本 Android 浏览器兼容性问题 ([ #940 ]( https://github.com/ant-design/ant-design-mobile/issues/940 ))
1020 - React Native 修复 `Card` extra 覆盖的 bug ([ #969 ]( https://github.com/ant-design/ant-design-mobile/issues/969 ))
1021 - 修复 `ImagePicker` 图片旋转方向问题 ([ #944 ]( https://github.com/ant-design/ant-design-mobile/issues/944 ))
1022 - 修复 `Step` 水平溢出的问题 ([ #952 ]( https://github.com/ant-design/ant-design-mobile/issues/952 ))
1024 - **Improve && Enhancement**
1025 - 新增 Web && React Native 组件的 snapshot 测试,覆盖率 59% ([ #921 ]( https://github.com/ant-design/ant-design-mobile/pull/921 ))
1026 - 文档翻译进度 ([ #329 ]( https://github.com/ant-design/ant-design-mobile/issues/329 ))
1027 - [ 官方 Demo 集合 ]( https://github.com/ant-design/antd-mobile-samples ) 新增 roadhog 示例
1029 ## 1.0.4
1031 `2017-03-07`
1033 - **Bug Fix**
1034 - 修复 `Button` , `ListItem` 在 Android 上点击穿透的问题。([ #937 ]( https://github.com/ant-design/ant-design-mobile/issues/937 ))
1036 ## 1.0.3
1038 `2017-03-04`
1040 - **Bug Fix**
1041 - 修复 `Tabs` 在设置 pageSize 情况下宽度计算的问题。([ #935 ]( https://github.com/ant-design/ant-design-mobile/issues/935 ))
1043 ## 1.0.2
1045 `2017-03-04`
1047 - **Feature**
1049 - Tabs 新增 `pageSize` API,新增支持 swipeableTabBar 滑动头部。 ([ #882 ]( https://github.com/ant-design/ant-design-mobile/pull/882 ))
1050 - Modal 增加 Modal.operation ([ #925 ]( https://github.com/ant-design/ant-design-mobile/pull/925 )) 感谢 @lixiaoyang1992
1051 - 新增 Russian Locale ([ #901 ]( https://github.com/ant-design/ant-design-mobile/pull/901 )) 感谢 @NeonXP
1053 - **Bug Fix**
1054 - Stepper `onChange` 重复触发 ([ #891 ]( https://github.com/ant-design/ant-design-mobile/issues/891 ))
1055 - 修复 CheckboxItem 与 BrowserSync 不兼容的问题 ([ #350 ]( https://github.com/ant-design/ant-design-mobile/issues/350 ))
1056 - 修复 Tabs `className` 校验的 bug ([ #904 ]( https://github.com/ant-design/ant-design-mobile/issues/904 ))
1057 - RN stepper `readOnly` 默认改为 `false` ([ #890 ]( https://github.com/ant-design/ant-design-mobile/issues/890 ))
1058 - 修复 Grid 在较老旧 Android 版本上宽度计算的问题
1059 - 修复 RN android Tabbar 和 Toast、Popup、ActionSheet 混合使用时 zIndex 混乱的 bug;([ #910 ]( https://github.com/ant-design/ant-design-mobile/issues/910 ))
1060 - 修复 RN Carousel android 闪烁、componentWillUnmount 不执行的 bug;([ #899 ]( https://github.com/ant-design/ant-design-mobile/issues/899 ),[ #906 ]( https://github.com/ant-design/ant-design-mobile/issues/906 ))
1061 - 修复 ActionSheet(web & RN) maskClosable 不支持 callback index 的问题;([ #908 ]( https://github.com/ant-design/ant-design-mobile/issues/908 ))
1062 - 修复 RN Button 回调参数错误,restProps 覆盖问题;
1064 * **Improve & Enhancement**
1065 - Icon 增加 try catch,避免控制台报错 ([ #895 ]( https://github.com/ant-design/ant-design-mobile/issues/895 ))
1066 - 官网重构支持国际化,自动检测浏览器语言并支持中/英文切换
1067 - 文档翻译进行中,欢迎参与贡献~ ([ #329 ]( https://github.com/ant-design/ant-design-mobile/issues/329 ))
1068 - 官方 demo 更新 [ antd-mobile-samples ]( https://github.com/ant-design/antd-mobile-samples )
1070 ## 1.0.1
1072 `2017-02-24`
1074 - **Feature**
1076 - roadhog 支持配置 svg-sprite-loader [ icon 文档 ]( https://mobile.ant.design/components/icon ) ([ #144 ]( https://github.com/sorrycc/roadhog/pull/144 ))
1077 - React Native 增加 `LocalProvider` 国际化方案 ([ #886 ]( https://github.com/ant-design/ant-design-mobile/pull/886 ))
1078 - React Native `Button` , `Progress` , `TextareaItem` 支持自定义样式 ([ #560 ]( https://github.com/ant-design/ant-design-mobile/issues/560 ))
1079 - 提供 0.9.x iconfont 图标对应的 svg icon ([ #866 ]( https://github.com/ant-design/ant-design-mobile/issues/866 ))
1081 - **Improve & Enhancement**
1082 - 所有 demo 代码迁移到 ES6 class 和 Pure function,去除 React.createClass ([ #824 ]( https://github.com/ant-design/ant-design-mobile/issues/824 ))
1083 - NavBar 返回间隔从 margin 改为 padding,增大点击区域 ([ #844 ]( https://github.com/ant-design/ant-design-mobile/issues/844 ))
1084 - carouse 去除 mixin ([ #859 ]( https://github.com/ant-design/ant-design-mobile/pull/859 ))
1085 - Tabs 新增 `className` ([ #861 ]( https://github.com/ant-design/ant-design-mobile/issues/861 ))
1086 - stepper 改为使用 svg icon, 升级 rc-input-number
1087 - 主题变量分类调整 ([ ref ]( https://github.com/ant-design/ant-design-mobile/commit/daea9a38133e0670926af6c0bd9233057eb9c3aa ))
1089 * **Bug Fix**
1090 - 修复 List extra 为空的判断逻辑 ([ #831 ]( https://github.com/ant-design/ant-design-mobile/issues/831 ))
1091 - 修复 Toast 不居中的问题 ([ #827 ]( https://github.com/ant-design/ant-design-mobile/issues/827 ))
1092 - 修复 InputItem PC 上无法 clear 的 bug ([ #832 ]( https://github.com/ant-design/ant-design-mobile/pull/832 ))
1093 - 修复 React-Native SearchBar onChange 重复触发的 bug ([ #739 ]( https://github.com/ant-design/ant-design-mobile/issues/739 ))
1094 - 修复 TabBar icon 居中的问题 ([ #836 ]( https://github.com/ant-design/ant-design-mobile/issues/836 ))
1095 - 修复带跑马灯效果的 Grid 组件初始化时跑马灯初始宽度为 0 的问题。([ ref ]( https://github.com/ant-design/ant-design-mobile/commit/1a897c46999e2325acd3754e52dba9144d04695e ))
1096 - 修复 Button warning 的样式 ([ #863 ]( https://github.com/ant-design/ant-design-mobile/issues/863 ))
1098 ## 1.0.0
1100 `2017-02-17`
1102 - **Feature**
1104 - Icon 从 iconfont 转为使用 svg 图片 [ #156 ]( https://github.com/ant-design/ant-design-mobile/issues/156 )。
1105 - Icon 增加 React Native 版本,[ 接入指南 ]( https://github.com/ant-design/ant-design-mobile/blob/master/components/icon/index.en-US.md#如何使用-rn )。
1106 - Button 新增 `across` API,支持通栏按钮。
1107 - Progress 组件新增 `appearTransition` API,支持初始显示的动画效果。
1108 - Checkbox / Radio 组件支持 children [ #499 ]( https://github.com/ant-design/ant-design-mobile/issues/499 )。
1109 - NoticeBar 支持 `marqueeProps`
1110 - Steps 支持横向图标。
1111 - TabBar web icon 属性新增 `React.Node` 支持(可以使用 Icon 或者 background)。
1112 - Toast 新增 `duration = 0` 效果(不会自动消失)。
1113 - 各组件 RN 版本加入 `styles` 属性,支持完全自定义组件细节样式 [ #560 ]( https://github.com/ant-design/ant-design-mobile/issues/560 )。
1114 - 新增 [ LocaleProvider ]( https://mobile.ant.design/components/locale-provider ),内置中英语言包(默认中文);且所有组件可以用 `props.locale` 覆盖全局 `LocaleProvider` 配置。
1115 - `Tabs` 超过 5 个自动分页,新增 `hammerOptions` API 可配置手势变量, 参考 [ API 文档 ]( https://mobile.ant.design/components/tabs )。
1116 - `TabBar` 支持 `dot` dot 类型的 Badge。
1117 - Modal alert 和 prompt 的 `onPress` AI 支持 promise, 参考 [ demo ]( https://github.com/ant-design/ant-design-mobile/blob/master/components/modal/demo/alert.md )。
1118 - RN Flex 支持更多 `touchableWithOutFeedback` 属性。
1120 - **Break Change**
1122 - NoticeBar type 变为 icon ,支持完全的自定义内容。
1123 - Popover `iconName` 变为 `icon` ;分割线的 css 设置从底边线修改为顶边线。
1124 - 修改部分 css 变量名和变量值、如:zindex 等。
1125 - RN List 去除 last 属性。
1126 - `DatePicker` `Pagination` 不再接受 `okText` , `dismissText` 属性; `DatePicker` `locale` 属性结构变化,参见 [ 升级文档 ]( https://github.com/ant-design/ant-design-mobile/blob/master/docs/react/upgrade-notes.en-US.md#其他常用组件更新注意事项 )。
1127 - 原 Web 版 `Slider` 拆分成 `Slider` , `Range` , `createTooltip` , 使用方式参见 [ Slider 文档 ]( https://mobile.ant.design/components/slider ), [ Range 文档 ]( https://mobile.ant.design/components/range )。
1128 - Toast 更改为 single instance,新显示的 toast 会覆盖老的;同时增加 mask 特性;。
1129 - Modal 和 Switch 增加 android 平台独立 UI。
1131 - **Bug Fix**
1133 - 各输入类组件受控与非受控状态问题修复。
1134 - 修复部分组件(多为依赖 List)的多余边线等细节问题。
1135 - 修复 RN `CheckBox` 受控模式下的 bug。 ([ #784 ]( https://github.com/ant-design/ant-design-mobile/issues/784 ))
1137 - **Improve & Enhancement**
1138 - 各组件核心实现、样式、演示等全面优化。
1139 - RN Carousel 支持根据子视图高度自适应,去除 height,width 设置。
1140 - 网站重新设计、更加轻盈简洁;优化了网站资源大小、加载速度更快。
1141 - RN android tabbar 添加 iconStyle 支持。
1142 - Modal,Toast,ActionSheet 从 api 中 拆分出 component 形式。
1144 ## 0.9.15
1146 `2017-02-15`
1148 - 修复并优化 TextareaItem, Accordion, Popover, ListView, InputItem 等组件细节问题 #724 #725 #788 #426
1149 - 修复 RN Grid 的 onClick 点击失效问题 #755
1150 - Toast 组件修改成单例模式,避免多个 toast 同时或无序出现的问题 #745
1151 - Modal 组件在 alert / prompt 的 action 里增加 Promise 支持
1152 - TabBar 组件 Android 代码新增 iconStyle 属性支持 #776
1153 - SwipeAction 组件增加遮罩背景样式,并优化 demo
1155 ## 0.9.14
1157 `2017-01-13`
1159 - 修复 Carousel afterChange 不触发问题 #711
1160 - 修复 RadioItem、CheckboxItem 组件 onChange 事件触发两次问题 #689 #721
1161 - 修复相关 RN 组件,使之能与最新版 RN 兼容
1162 - 修复各组件的 TypeScript 类型定义缺失或错误的问题 #667
1163 - 给 package.json 添加 main 字段,加入错误提示,解决常见上手使用问题 #602
1164 - 更新 rc-swipeout 依赖,添加更多特性
1165 - 优化 DatePicker 组件、可以自定义关闭日期选择的弹出框 #639
1166 - 对 Table、ListView、Radio、Modal、Toast、Carousel 等组件或 demo 做细节优化(含 RN)
1167 - rn-tabs 增加 `barStyle` 属性,更加方便配置样式 #676
1169 ## 0.9.13
1171 `2016-12-23`
1173 - 修复 TextareaItem 设置 autoHeight 初始高度不对的问题 #671
1174 - 修复 SreachBar placeholder 的 z-index 设置过高问题 #650
1175 - 修改 List 左右内容平均占据空间的样式设置,凸显内容的主次之分 #655
1176 - 全面替换 touchableFeedback 为 `rc-touchable` ,同时修复 TS type 缺失问题 #636 #667
1177 - 修复 Modal 文档错误,优化 Modal、SegmentedControl、TabBar (#646) 的实现和示例
1178 - 修复 ListItem 没有 onClick 事件时也会触发点击反馈问题 #220#issuecomment-267587198
1179 - 优化 ListView、InputItem、TextareaItem 等组件文档
1181 ## 0.9.12
1183 `2016-12-15`
1185 - 修复 SearchBar、Button、SegmentedControl 等 TypeScript 类型引用错误的问题
1186 - 修复 Checkbox、Radio 在某些设备上点击 label 不会选中的兼容性问题
1187 - 修复 InputItem 最后一项多余边线问题;重构 Carousel、Menu 核心实现
1188 - 修正 NoticeBar 文字大小变量;修复 RN Radio 受控状态实现错误的问题
1189 - 修复 RefreshControl 的 `distanceToRefresh` 设置,使其能自适应不同分辨率的屏幕
1190 - 恢复 Picker、DatePicker 的 extra 设置并更新其文档,并增加自定义 children 的 demo
1191 - 修复 Steps status error 状态展示问题;对 Popup 点击遮罩层的回调函数 `onMaskClose` 进行功能补充
1192 - 优化 InputItem、TextareaItem、Picker、DatePicker 等组件 demo ,优化各组件文档细节
1194 ## 0.9.11
1196 `2016-12-03`
1198 - 修复 List 底部边线重叠显示问题、重构 List 点击反馈的实现方法;同步修复 ListView.IndexedList 边线重叠问题
1199 - 修复 Checkbox 勾选箭头偏移问题 #581
1200 - 修复 Steps 组件内部逻辑、改进部分样式设置
1201 - 修复 SearchBar 动画表现不准确问题
1202 - 改进[ 上手和使用文档 ]( https://mobile.ant.design/docs/react/introduce#使用 )写法
1203 - 优化 Pagination、RefreshControl、Radio、Drawer、Popover、Result、NoticeBar 等组件实现和相应 demo
1204 - 修复 RN InputItem Android 不能输入的问题 #603
1206 ## 0.9.10
1208 `2016-11-25`
1210 - 重构 SearchBar ,改为模拟的 placeholder 实现,并将其默认居中对齐
1211 - 修复 Popup 组件点击遮罩层不会自动关闭 #555 #558
1212 - 更正 RefreshControl 文档;修复部分组件 demo 在 pc 和 mobile 上展示不一致问题
1213 - 修复 Toast 在 Modal 中使用被覆盖问题 #547
1214 - 优化 Button、List 代码的 rn 实现;修正部分 demo 细节问题
1216 ## 0.9.9
1218 `2016-11-18`
1220 - 改进 Popup 样式 #525 , 默认禁止掉 popup 遮罩层的 onTouchStart 事件、优化在拖动时的体验
1221 - 修复 Radio 同 Accordion 一起使用样式冲突问题 #542 ;优化 List.Body 样式; ImagePicker 添加按钮支持点击反馈
1222 - 修复 Checkbox、Radio、Tag、InputItem 等组件样式细节问题;优化 Flex 组件 demo
1223 - 增加 React 基础、相关工具、应用架构文档指南;并优化“安装&使用”文档、使之更紧凑清晰
1225 ## 0.9.7
1227 `2016-11-11`
1229 - 修复 ListView 遗漏 ref 设置问题 https://github.com/ant-design/ant-design-mobile/commit/2e32956d405880f2fdca3cc88cd7c3b1b7784b7f
1230 - 补充或删除 ActionSheet、Badge、ListView、Pagination、RefreshControl、Steps 依赖组件的样式
1231 - 整理 ts PropsType 文件 #495
1232 - 修复 Radio 组件默认选中问题,改进 demo 展示
1233 - 改进 SearchBar、ImagePicker 等组件 demo 展示,统一文档格式
1234 - TextareaItem 在非受控模式下支持自动高度功能 #459
1235 - 修复 Checkbox、Radio 非受控状态失效问题,并改进 demo 和文档展示
1237 ## 0.9.6
1239 `2016-11-05`
1241 - 修复 Stepper 组件弹出键盘和点击反馈问题 https://github.com/ant-design/ant-design-mobile/commit/94f4e54ab6bb9800fc987cc57d806b5921b11c9d
1242 - 修复 Tabs 选项卡高度不一致问题 https://github.com/ant-design/ant-design-mobile/commit/f4bb4bc86e2a8400fb74a69e9f0a2359ce512b0b
1243 - 修复 InputItem, TextareaItem value 不接受 undefined 问题 https://github.com/ant-design/ant-design-mobile/commit/114fb1ed871acd94433129fda95a30649420aa2a ;支持添加所有 HTML input/textarea 支持的属性(如自定义 pattern 等)
1244 - 修复 android textInput underlineColorAndroid https://github.com/ant-design/ant-design-mobile/commit/8095c924fda68f1b38acae1af09822daae95c3d2
1245 - 优化 Accordion, Checkbox, Popup, Badge, InputItem, TextareaItem, ListView 等组件演示文档和部分核心实现。
1246 - Accordion 文档增加遗漏的 openAnimation API 说明 https://github.com/ant-design/ant-design-mobile/commit/951811484d192c2383b6f5c6815148ee1e44fab6
1247 - 修复 Grid rn 实现不完全问题,并优化代码 https://github.com/ant-design/ant-design-mobile/commit/839fe3518497406dc2bf9c3db82ee89d0e0e5c8f
1249 ## 0.9.5
1251 `2016-10-28`
1253 - 修复部分组件点击反馈属性 warning, #416
1254 - 更正 DatePicker 组件 API 文档,优化 Progress 演示、增加自定义 style 支持
1255 - 修复 Modal.prompt 有时无法 focus 问题 #415 #409
1256 - 移除 SegmentedControl default props tintColor #432
1257 - 修复部分组件 ts props 验证
1258 - 重构 NoticeBar 组件,使 click 事件能在整个区域触发(除了关闭模式)
1259 - 完善并修复 Result、Toast、rn Popup Modal 等组件 demo ;修复部分 css 变量
1261 ## 0.9.4
1263 `2016-10-21`
1265 - Button 组件修复 #396
1266 - 修复 rn-checkbox, rn-radio 支持受控组件 https://github.com/ant-design/ant-design-mobile/commit/6f47c36b8e3729674dc63eaaa39cfac05b125f3c https://github.com/ant-design/ant-design-mobile/commit/5960cd11a94570cfc0b874fa2f05ab0f2bce466a
1268 ## 0.9.3
1270 `2016-10-17`
1272 - 部分组件支持 `data-api` https://github.com/ant-design/ant-design-mobile/commit/8972f980d0dddee30fd61ebaa0f75fc07a7a36b3
1273 - 修复 iOS 下 Modal 里内容滑动时引起背静内容滚动问题 #163 #307
1274 - `ImagePicker` 新增三个属性 `onAddImageClick` , `selectable` , `onImageClick` , https://github.com/ant-design/ant-design-mobile/commit/bb7e461eea71bb8ffdd2477b1b17a714beb21eb1 #252 #297 #357
1275 - 更新部分组件 demo 及文档细节 bug 修复
1277 ## 0.9.2
1279 `2016-10-10`
1281 - Tag 增加 closable 支持 #348
1282 - package 中 dist 目录 css 样式以 rem 为主要单位,方便直接引用样式而不会放大
1284 ## 0.9.1
1286 `2016-10-09`
1288 - 修复 tabbar `icon` `selectedIcon` 直接 require 图片不显示问题 #343
1289 - 修复 `InputItem` pattern bug https://github.com/ant-design/ant-design-mobile/commit/e2b1d4336f6a19ee80667c3383c12861448937e0
1290 - 修复 `Button` css 变量未引用问题 #339
1291 - 修复 `Picker` 样式 https://github.com/ant-design/ant-design-mobile/commit/e7cf959fb6978b5b6fa37294007b8f214477f625 , 新增 `onPickerChange` api https://github.com/ant-design/ant-design-mobile/commit/69e142cddc99b0d99ae23f3435e801ddd6ab014d
1292 - 更新 rn list-view demo https://github.com/ant-design/ant-design-mobile/commit/c0b4ae4797a9fac3a00c8272becc2709c2846039
1294 ## 0.9.0
1296 `2016-09-30`
1298 - List 组件 API 调整为与 ListView 保持一致,移除 List.Body, List.Footer,List.Header,title 和 footer 属性变更为 renderHeader 和 renderFooter 方法 [ #257 ]( https://github.com/ant-design/ant-design-mobile/issues/257 )
1299 - 使用 [ zscroller ]( https://github.com/yiminghe/zscroller ) 重构 ListView。新增 `renderSectionBodyWrapper` 来支持渲染自定义的区块包裹组件,新增[ scrollerOptions ]( https://github.com/yiminghe/zscroller#options )
1300 - 使用 zscroller 来支持 RefreshControl ( `useBodyScroll` and sticky 失效),刷新回调函数由 loadingFunction 调整为 onRefresh,增加 refreshing 设置是否显示刷新状态 [ # ]( https://github.com/ant-design/ant-design-mobile/issues/288 )。RefreshControl 只能和 ListView 结合使用,不能单独使用。
1301 - 修复 Modal & SegmentedControl touch feedback 效果 [ #195 ]( https://github.com/ant-design/ant-design-mobile/issues/195 )
1302 - 更新 Tabbar,支持 `hidden` prop
1303 - Steps 组件 icon 支持 React.Element
1304 - 修复 Badge、NavBar、ActivityIndicator、Stepper 组件的一些样式细节问题。
1305 - 修复 Carousel dots 隐藏失效的问题
1306 - 修复 android uc modal 样式问题 [ # ]( https://github.com/ant-design/ant-design-mobile/issues/283 )
1307 - 修复 SegmentedControl 在模拟器下的样式问题
1309 ## 0.8.6
1311 `2016-09-23`
1313 - 修复 Carousel dot 样式问题 #302
1314 - 修复 Tabbar 文字居中问题 #310
1315 - 修复 多个 Modal closable icon 不显示的问题
1316 - 修复 NavBar 返回 Icon 不显示的问题; #302
1317 - 修复 List 箭头指向 和 单行展示问题 #273 #274
1318 - 修复 DatePicker demo
1319 - 更新 Modal,API `dialog` 改为 `transparent`
1320 - 新增 List 结合 rc-form demo
1321 - 增加 less 文件的入口,方便配置工具统一加载样式。 https://github.com/ant-design/ant-design-mobile/pull/267
1322 - 优化 Badge 样式
1323 - 优化 ActivityIndicator demo, 网站组件分类优化
1325 ## 0.8.5
1327 `2016-09-14`
1329 - 修复 Picker 和 DatePicker `extra` 设置在 ListItem 上不生效问题 #241
1330 - 去除 Button `size=small` 只在 `inline` 设置后生效的限制
1331 - 修复 Button 组件在 pc 版本的 demo 里的按下效果 #244
1332 - 优化 Picker / DatePicker 点击反馈效果 https://github.com/ant-design/ant-design-mobile/commit/adb5a45ae35e13f64d4f295dd328cf9da45aec57 #195
1333 - 去除 Stepper 组件的 input 不能输入限制,并更改 `readOnly` 默认值 https://github.com/ant-design/ant-design-mobile/commit/8325f6444970559e465d71df625e81cbe57c0b85#commitcomment-19012543
1334 - 优化 Drawer / Popup 等组件 demo,网站展示细节优化
1336 ## 0.8.3
1338 `2016-09-09`
1340 - `Checkbox` 修复同意协议这种场景下,label 中有协议无法触发 `onClick` 的 bug。
1341 - `SearchBar` 优化动画效果。
1342 - `Carousel` 修改为基于 `nuka-carousel` 。原有 `card` 模式不再提供,需自行定制。
1344 ps: 目前 `listview` `refresh-control` 不兼容,正在修复中
1346 ## 0.8.2
1348 `2016-09-07`
1350 - `body` 标签设置默认背景色,以及默认的 `font-size` , `html` 设置默认的 `font-size`
1351 - `Grid` 属性扩展,每行列数可配置,提供 `renderItem` 方法。
1352 - 修复 `Checkbox` `Radio` 样式细节以及兼容性问题。
1353 - `SearchBar` 输入框 `Blur` 状态时 `placeholder` 固定靠左对齐。
1354 - `Menu` 高度计算 bugfix。
1356 ## 0.8.1
1358 `2016-09-02`
1360 - 修复并整理各弹出层类组件 z-index 顺序 https://github.com/ant-design/ant-design-mobile/commit/bb875c2a924f61cc03b8d013fd1a8f5ee8e22972
1361 - Tab 增加禁止 swipeable 的功能 #209
1362 - TabBar 更改为和 iOS 原生方式一致,保持 web 和 rn 统一,去掉 swipeable
1363 - List 组件 list-body 边框支持配置 https://github.com/ant-design/ant-design-mobile/commit/76760060cb5dfa5c9474b2174ee03db3c30b5197
1365 ## 0.8.0
1367 `2016-08-31`
1369 > UI 风格更换为 alipay 官方风格
1371 - **Bug Fix**
1373 - 修复 `Object.assign` 兼容问题
1374 - Picker / DatePicker 添加 disabled 支持
1375 - InputItem 和 TextareaItem API `format` 改为 `type` ,移除原来 type;修复 maxLength bug
1376 - ListView 增加 `useBodyScroll` API, IndexedList 支持分两步渲染
1377 - Button `ghost` 从原来的单独属性,变为 `type` 下的属性值,修复样式细节问题
1378 - Modal `footer` 类型更改
1379 - Dropdown 效果和 `ActionSheet.showActionSheetWithCustom` 效果集成到新增的 `Popup` 组件里; `ActionSheet.showActionSheetWithCustom` API 移除
1380 - `ActionSheet.showShareActionSheetWithOptions` 支持多行, `options` 配置项支持二维数组,callback 参数增加显示行序列
1381 - `ActionSheet.showActionSheetWithOptions` / `ActionSheet.showShareActionSheetWithOptions` `callback` 支持返回 Promise
1382 - ActionSheet react-native android 下新增 `close` API,支持自定义内容下的编程关闭 ActionSheet
1383 - Toast rn 组件修复遮挡 NavBar 问题
1384 - 修复 rn 组件离线图片找不到问题
1385 - 官方网站展示优化,demo 分类优化,web demo 采用 rem 和页面 scale 缩放方案,达到页面高清效果
1387 - **新增 rn 组件**
1389 - Checkbox
1390 - Carousel
1391 - Radio
1392 - Steps
1393 - SearchBar
1394 - SegmentedControl
1395 - TabBar
1396 - Tabs
1398 - **组件变更**
1400 - Timeline 移除
1401 - Tooltip 移除
1402 - Tabs 拆分为 SegmentedControl、TabBar、Tabs
1403 - Tabs tabPosition => tabBarPosition, animation => animated
1405 - **组件更名**
1406 - FloatMenu => Popover
1407 - Collapse => Accordion
1408 - PageResult => Result
1409 - TopNotice => NoticeBar
1410 - Uploader => ImagePicker
1412 ## 0.7.6
1414 `2016-08-12`
1416 - `Tabs` `Object.assign` 使用 `object-assign` 替代。
1418 ## 0.7.5
1420 `2016-08-11`
1422 - `List` 1px 问题优化, `List` 的容器设定了固定高度, `overflow` 设置为 `scroll` `List.Item` 的边框会消失。
1423 - `Grid` 处理 `Grid` `icon` 图片不是正方形的显示问题。
1425 ## 0.7.4
1427 `2016-08-10`
1429 - `List.Item` 解决 `onClick` 时组件 `unmount` 而同时在更新组件内部 state 引起的报错。
1430 - `SearchBar` 修复在部分 Android 机型下宽度异常。
1432 ## 0.7.3
1434 `2016-08-09`
1436 - `ListView` 非 sticky 模式功能问题修复,并增加更多 demo (rn demo 优化)
1437 - `DatePicker` 修正并扩展 format 函数功能
1438 - `InputNumber` `Dialog` `Menu` `ActivityIndicator` `Checkbox` 等细节优化
1440 ## 0.7.2
1442 `2016-08-02`
1444 - 修复 iconfont 重复引用问题;
1445 - 各组件动画设置统一到 `components/style/anim.less` 里;
1446 - 网站的移动版展示优化;
1448 ## 0.7.1
1450 `2016-08-01`
1452 - `Toast` 组件 `z-index` 优化;
1453 - 纠正文档中错误的 `DatePicker` value / minDate / maxDate 类型,修复 rn 点击不能打开问题;
1454 - `ActionSheet` 分享功能的 icon 样式优化,rn demo 展示优化;
1455 - 工具增加 `babel-runtime` 支持;
1457 ## 0.7.0
1459 `2016-07-29`
1461 - 新增 `Tooltips` `Card` `Pagination` `Loading` `Table` 组件;
1462 - `ListAction` 更名为 `SwipeAction`
1463 - `WhiteSpace` `WingBlank` 组件的 mode 属性修改为 size;
1464 - `InputItem` `TextareaItem` 的左边 label 字数可以配置,有默认值;
1465 - `DatePicker` value 类型更改;
1466 - typescript 支持;
1467 - 完成 30+ 组件 对应的 react native 组件;demo app beta 版二维码:
1469 ![ demo app ]( https://zos.alipayobjects.com/rmsportal/qYVpyTZzcWMGerJ.png )
1471 - demo app 支持扫码预览 web & react native 项目;
1472 - [ 官方网站 ]( http://mobile.ant.design )优化;
1474 ## 0.6.0
1476 `2016-06-20`
1478 - 新增 `ListView` ` ListAction` `Grid ` `Menu` `Uploader` `RefreshControl` 组件;
1479 - `ListPicker` / `ListDatePicker` 组件更名为 Picker / DatePicker;
1480 - 删除 `SelectList` 组件(可使用 `Radio` 组件代替),或者使用更强大的 `Menu` 组件;
1481 - 更新 `Flex` ,全部支持 flex 属性。(ps:UC 内核对 flex 布局支持不完善);
1482 - 更新 `List.Item` `InputItem` `TextareaItem` 的报错样式;
1483 - `InputItem` 支持数字输入( `format="number"` );
1484 - `Tabs` 组件新增 tabbar 形式;
1485 - `TopNotice` 当 mode 为 `closable` 时, 则自动销毁;
1486 - `Steps` 组件支持 size 为 `pointer` 的点状样式;
1487 - 提供 `List` `Button` `Flex` `WhiteSpace` `WingBlank` 五个 UI 组件;