UNPKG

66.7 kBMarkdownView Raw
1---
2order: 2
3title: Change Log
4timeline: true
5toc: false
6---
7
8`antd-mobile` strictly follows [Semantic Versioning 2.0.0](http://semver.org/).
9
10
11#### Release Schedule
12
13* Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
14* Monthly release: minor version at the end of every month for new features.
15* Major version release is not included in this schedule for breadking change and new features.
16
17---
18
19### 2.1.8
20
21`2018-03-19`
22
23
24- **Bug Fix**
25
26 - 🐞 Fix `InputItem[type="money"]` onChange handler arguments change from value to event object. ([#2403](https://github.com/ant-design/ant-design-mobile/pull/2403))
27
28
29### 2.1.7
30
31`2018-03-16`
32
33
34- **Bug Fix**
35
36 - 🐞 Fix `Grid` no border usage.
37 - 🐞 Fix `Modal.prompt` onPress return promise. ([#2243](https://github.com/ant-design/ant-design-mobile/pull/2243))
38 - 🐞 Fix `ImagePicker` throw Error when readd pic after delete。([#2302](https://github.com/ant-design/ant-design-mobile/pull/2302))
39 - 🐞 Fix `Carousel` `autoplayInterval` usage. ([#2369](https://github.com/ant-design/ant-design-mobile/issues/2369))
40 - 🐞 Fix RN `Modal.Alert` content not align center. ([#2347](https://github.com/ant-design/ant-design-mobile/pull/2347))
41
42- **Enhancement**
43
44 - 📝 Refactor all TypeScript Interface definition. [#2323](https://github.com/ant-design/ant-design-mobile/pull/2323)。
45 - 📝 Add [Demo](https://github.com/ant-design/ant-design-mobile/commit/e210a6db81af48d2e0aa1881c4a192ca4a10dfb2) about custom `Tabs` page number.
46
47### 2.1.6
48
49`2018-02-05`
50
51
52- **Bug Fix**
53
54 - 🐞 Fix `Modal.prompt` can not input.
55### 2.1.5
56
57`2018-01-29`
58
59- **Feature**
60
61 - 🌟 `ImagePicker` support custom `accept`.([#2269](https://github.com/ant-design/ant-design-mobile/pull/2269))
62
63- **Bug Fix**
64
65 - 🐞 Fix `InputItem` be cover by keyboard in ios 11. ([#2289](https://github.com/ant-design/ant-design-mobile/pull/2289))
66 - 🐞 Fix `Menu` be content be coverd by confim button.([#2273](https://github.com/ant-design/ant-design-mobile/issues/2273))
67 - 🐞 Fix `Progress` tsd。([#2292](https://github.com/ant-design/ant-design-mobile/issues/2292))
68 - 🐞 [React Native] Fix `TextareaItem` extra margin left.([#2260](https://github.com/ant-design/ant-design-mobile/pull/2260))
69
70
71- **Enhancement**
72
73 - 📝 Fix [Picker](https://github.com/ant-design/ant-design-mobile/issues/2291), [DatePicker, Calendar](https://github.com/ant-design/ant-design-mobile/issues/2282) doc.
74
75### 2.1.4
76
77`2018-01-23`
78
79- **Bug Fix**
80
81 - Fix: Modal defaultValue problem. ([#2221](https://github.com/ant-design/ant-design-mobile/pull/2221))
82 - Fix: Modal click event not correctly. ([#1975](https://github.com/ant-design/ant-design-mobile/pull/1975))
83 - Fix: TextArea styles.
84 - Fix: DatePicker/Picker value cache problem.
85 - Fix: InputItem error. ([#2220](https://github.com/ant-design/ant-design-mobile/pull/2220))
86
87### 2.1.3
88
89`2017-12-29`
90
91Happy new year 2018 🎉
92
93- **Enhancement**
94
95 - New website.
96 - Improve InputItem doc.
97
98- **Bug Fix**
99
100 - Fix: Add defaultDate for DatePicker.
101 - Fix: Delete redundant Modal code.
102
103### 2.1.2
104
105`2017-12-15`
106
107- **Bug Fix**
108
109 - Fix `Modal` buttons can't trigger more than once.([#1975](https://github.com/ant-design/ant-design-mobile/issues/1975))
110 - Fix `Modal` `DatePicker` document issues.
111 - Fix upgradeTip / site style issues.
112
113### 2.1.1
114
115`2017-12-06`
116
117- **Bug Fix**
118
119 - 🐞 Fix `List` padding incrase in rem style page. ([#2145](https://github.com/ant-design/ant-design-mobile/pull/2145))
120 - 🐞 Fix `body.fontSize` to `@font-sizep-base` 14px。 ([8973a0f](https://github.com/ant-design/ant-design-mobile/commit/8973a0f890e776a47743188b14356bee34b68ad6))
121 - 🐞 Fix `Button` do not show until scroll in iOS 11. ([6b571bef](https://github.com/ant-design/ant-design-mobile/commit/6b571bef0d714e8fdb7c4434ee1ab280be9952fd))
122
123### 2.1.0
124
125`2017-12-03`
126
127- **Feature**
128
129 - 🌟 `Steps` [React Native] support `horizontal`. ([#2090](https://github.com/ant-design/ant-design-mobile/pull/2090))
130 - 🌟 `ImagePicker` support `multiple`. ([#2017](https://github.com/ant-design/ant-design-mobile/issues/2017))
131 - 🇸🇪 `LocaleProvider` add swedish. ([#2132](https://github.com/ant-design/ant-design-mobile/pull/2132))
132
133- **Bug Fix**
134
135 - 🐞 Fix `[InputItem type="money"]` cover page content. ([#1893](https://github.com/ant-design/ant-design-mobile/issues/1893))
136 - 🐞 Fix `[InputItem type="money"]` multi instance at one page. ([#2065](https://github.com/ant-design/ant-design-mobile/issues/2065))
137 - 🐞 Fix `Menu` props.data null array. ([#2079](https://github.com/ant-design/ant-design-mobile/pull/2079))
138 - 🐞 Fix `Menu` lost Button style. ([#2097](https://github.com/ant-design/ant-design-mobile/issues/2097))
139 - 🐞 Fix `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))
140 - 🐞 Fix `Picker` cascader data not accuracy. ([59a66c](https://github.com/ant-design/ant-design-mobile/commit/59a66cfbe0daef8c9f080d0387bc880e54632fe0))
141 - 🐞 Fix `TabBar` animation. ([#2072](https://github.com/ant-design/ant-design-mobile/issues/2072))
142 - 🐞 Fix `Textarea` autoHeight not work when init. ([#2118](https://github.com/ant-design/ant-design-mobile/issues/2118))
143 - 🐞 Fix `Flex` [React Native] no need to add touch feedback when no event handler ([#2095](https://github.com/ant-design/ant-design-mobile/pull/2095))
144 - 🐞 Fix `Toast` can not hide after click. ([#2103](https://github.com/ant-design/ant-design-mobile/issues/2103))
145 - 🐞 Fix `Textarea` clear not work in controlled mode. ([#2131](https://github.com/ant-design/ant-design-mobile/issues/2131))
146 - 🐞 Fix `TabBar` sticky. ([#2136](https://github.com/ant-design/ant-design-mobile/issues/2136))
147
148- **Theme**
149
150 - 🗑 Delete bulit-in `body` font-size style. ([#2106](https://github.com/ant-design/ant-design-mobile/pull/2106))
151 - 🆕 `brand-primary-tap` change to `0e80d2`。 ([#2115](https://github.com/ant-design/ant-design-mobile/pull/2115))
152
153### 2.0.3
154
155`2017-11-11`
156
157- **Bug Fix**
158
159 - Fix: InputItem error with react@16 when unmount;([#2040](https://github.com/ant-design/ant-design-mobile/issues/2040))
160 - Fix: InputItem onBlur cannot be triggered when unmount;
161 - Fix: ListItem RN content center;([#2052](https://github.com/ant-design/ant-design-mobile/issues/2052))
162 - Fix: SwipeAction may not work in iOS8; ([#2063](https://github.com/ant-design/ant-design-mobile/issues/2063))
163 - Fix: Stepper buttons cannot be disable if mininus value is 0;([#2062](https://github.com/ant-design/ant-design-mobile/issues/2062))
164
165- **Feature**
166
167 - Grid RN add `itemStyle` property to customize item style;([#2046](https://github.com/ant-design/ant-design-mobile/pull/2046))
168 - TabBar(web) add `noRenderContent` property to support no render content;
169
170- **Enhancement**
171
172 - 1.x doc `open in codepen` is OK now.;([#2032](https://github.com/ant-design/ant-design-mobile/issues/2032))
173
174### 2.0.2
175
176`2017-11-04`
177
178- **Bug Fix**
179
180 - Fix:`onTouch` event cannot be trigged when components use `List.Item` with rmc-feedback;
181 - Fix: Tabs invalid z-index; ([#2014](https://github.com/ant-design/ant-design-mobile/issues/2014))
182 - Fix: Picker `onOk` cannot be triggerd correctly; ([#2042](https://github.com/ant-design/ant-design-mobile/issues/2042))
183
184- **Enhancement**
185
186 - RN stepper numberic keyboard type by default;
187
188### 2.0.1
189
190`2017-10-28`
191
192- **Bug Fix**
193
194 - Fix `Modal` button event is triggered more than once in android. ([#1975](https://github.com/ant-design/ant-design-mobile/issues/1975)).
195 - Fix: `Accordion` crashed under react-native@0.49. ([#1969](https://github.com/ant-design/ant-design-mobile/pull/1969))
196 - Fix: `Toast` show in componentDidMount and compatibility with react@16. ([#1980](https://github.com/ant-design/ant-design-mobile/issues/1980))
197 - Fix: `Modal.alert/prompt` buttons cannot close Modal in iOS.([#1976](https://github.com/ant-design/ant-design-mobile/issues/1976))
198 - Fix: `Modal` RN button promise.
199 - Fix: `Picker/DatePicker`,the `okText/dismissText/extra` cannot be set; ([#1984](https://github.com/ant-design/ant-design-mobile/issues/1984))
200 - Fix: `Picker` RN i18n;([#2001](https://github.com/ant-design/ant-design-mobile/issues/2001))
201 - Fix: `SearchBar` input content is covered by clear icon;([#2010](https://github.com/ant-design/ant-design-mobile/issues/2010))
202 - Fix: `SearchBar` input cannot be focused when clicked clear icon;
203 - Fix: `TextareaItem` autoHeight crashed under RN@49; ([#1970](https://github.com/ant-design/ant-design-mobile/issues/1970))
204
205### 2.0.0
206
207`2017-10-20`
208
209- **Feature**
210
211 - [Web] `DatePicker` Add `use12Hours`, support 12-hour am/pm format ([#1578](https://github.com/ant-design/ant-design-mobile/issues/1578))
212 - [Web] `Button` Support `disabled` style for diffrent `type`.
213 - [Web] `Grid` add `square` api, support both square mode and auto height mode.
214 - [Web] `Grid` add `activeClassName`, `activeStyle` api, support custom touch feedback style.
215 - [Web] `Modal.alert / Modal.prompt / Modal.opeartion` add optional `platform` api, support switch between android and ios design.
216 - [Web] `ListView`(beta.3) add pull-up feature.
217 - Add `DatePickerView` ([#1232](https://github.com/ant-design/ant-design-mobile/issues/1232))
218 - Add `Calendar` ([#1610](https://github.com/ant-design/ant-design-mobile/issues/1610))
219 - [Web] locale support for `Picker` `SearchBar`
220 - [Web/RN] `NoticeBar` can use `action` prop to customize action text. ([#1959](https://github.com/ant-design/ant-design-mobile/issues/1959))
221
222- **Break Change**
223
224 - [Web] "Web page HD display" / "SVG Icon" optimization features, Changed from "built-in" to "external".
225 - [Web] remove `across` mode of `Button`.
226 - remove global `user-select: none`。[#1793](https://github.com/ant-design/ant-design-mobile/issues/1793)
227 - [Web/RN] all component's `ref` switch from `string` to `function` ([#1354](https://github.com/ant-design/ant-design-mobile/issues/1354))
228 - [Web/RN] Rewrite `Tabs`**Redesigned all api**
229 - [Web/RN] Remove `Popup`,Add `popup` api for `Modal`, Modal `animationType` support web, to custom popup animation style [#1125](https://github.com/ant-design/ant-design-mobile/issues/1125)
230 - [Web/RN] `InputItem` / `TextareaItem` / `SearchBar`
231 - pass `style` to input(web) / TextInput(rn)
232 - remove `focused` / `autoFocus` (use `focus()` instance method)
233 - [Web/RN] `DatePicker` remove moment.js
234 - `value` / `minDate` / `maxDate` / `format` / `onChange` change to pure`Date` Object
235 - [Web/RN] `pagination` api `current` change to start with `1`.
236 - [Web/RN] `Progress`
237 - `wrapStyle` change to `style`, original `style` change to`barStyle`
238 - `unfilled` change to `boolean` type
239 - [Web/RN] remove `List` api `onLongPress`
240 - [Web/RN] `Result` api `buttonClick` renamed to `onButtonClick`
241 - [Web/RN] remove `Table`
242 - [Web] remove `createTooltip`,which can use [react-component/slider/createSliderWithTooltip](https://github.com/react-component/slider/blob/master/src/createSliderWithTooltip.jsx) replace
243 - [Web] `Switch` api `style` change to applied with inner element
244 - [Web] `Slider` remove default margin & padding style
245 - [Web] `Carousel`'s `easing` prop type changed from string to Function
246 - [Web] `Flex` remove redundancy `align` value `top / middle / bottom`
247 - [Web] `ListView`(beta.3) Remove `stickyHeader` prop and [react-sticky](https://github.com/captivationsoftware/react-sticky) dependency, but you can also use react-sticky and `useBodyScroll` in listview by your self. (see demo)
248 > Because this feature is not commonly used and does not contain UI, so it is not suitable for integration.
249 - [Web] `RefreshControl`(beta.3) Change inner dom className
250 - from `${prefixCls}-ptr` to `${prefixCls}-indicator`
251 - from `${prefixCls}-ptr-icon` to `${prefixCls}-indicator-icon-wrapper`
252 - from `${prefixCls}-ptr-loading` to `${prefixCls}-indicator-loading-wrapper`
253 - [Web] `ListView`(beta.6) add `pullToRefresh` prop and remove `useZscroller` `scrollerOptions` `refreshControl` `pullUpEnabled` `pullUpRefreshing` `pullUpOnRefresh` `pullUpDistanceToRefresh` `pullUpRenderer` props.
254 - [Web] `RefreshControl` (beta.6) has been removed, please use the new `PullToRefresh` component instead
255 - [RN] `RefreshControl` (beta.6) has been removed, please use react-native RefreshControl directly
256 - [RN] `ActionSheet.showShareActionSheetWithOptions` rewrite with react native `Share`
257 - [RN] `Button` api `style` attribute `disabledRaw` / `disabledRawText` rename to `defaultDisabledRaw` / `defaultDisabledRawText`
258 - [Web] `NavBar`(rc.1) modify the prop `iconName` to `icon`, you need to use `Icon` component or your custom icon
259 - [Web] `ActionSheet`(rc.1) delete `iconName` prop, use `icon` instead
260 - [RN] `ListView`(rc.3) has been removed, please use react-native ListView directly
261 - [Web/RN] `ImagePicker`(rc.3) add `onFail` prop and remove `Toast.fail` infomation within component
262
263- **Theme**
264
265 - Delete `@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`
266 - `@searchbar-font-size` rename to `@search-bar-font-size`
267
268- **Enhancement**
269 - no need of `webpack.resolve`
270 - `rmc-picker` upgrade,dom structure simplify ([#1593](https://github.com/ant-design/ant-design-mobile/issues/1593))
271 - remove global `user-select: none`。[#1793](https://github.com/ant-design/ant-design-mobile/issues/1793)
272
273## 1.7.2
274`2017-12-14`
275
276- Fix `Picker` do not compatibility with Android 4.4. ([dbe8ce](https://github.com/ant-design/ant-design-mobile/commit/dbe8ce99bf1d18e3e68a0bba4c8d6907cc3c6e0f))
277
278## 1.7.1
279`2017-10-20`
280
281- Fix `InputItem`/`TextareaItem` clear button is not displayed. ([#1955](https://github.com/ant-design/ant-design-mobile/issues/1955))
282
283## 1.7.0
284`2017-10-13`
285
286- **Feature**
287
288 - `Menu` add mulit-choose feature.
289
290- **Bug Fix**
291
292 - Fix `Icon` spell error.
293 - Fix `Popover` styles.
294 - Fix `Steps` styles.
295
296## 1.6.10/1.6.11
297`2017-09-25`
298
299- **Bug Fix**
300
301 - Fix `InputItem` can't be focused when click clear icon.
302
303## 1.6.9
304`2017-09-25`
305
306- **Bug Fix**
307
308 - Fix `Modal.prompt` focus delay. ([#1857](https://github.com/ant-design/ant-design-mobile/issues/1857))
309 - Fix `TextareaItem` with `autoHeight` and much texts causing page scrolling. ([#1858](https://github.com/ant-design/ant-design-mobile/issues/1858))
310 - Fix `Popvoer` ts definition.
311
312- **Improve && Enhancement**
313
314 - Add `indicatorStyle` and `itemStyle` for `Picker/PickerView`. ([#1856](https://github.com/ant-design/ant-design-mobile/issues/1856))
315
316## 1.6.8
317`2017-09-18`
318
319- **Bug Fix**
320
321 - Fix `segmented-control` without active style. ([#1832](https://github.com/ant-design/ant-design-mobile/issues/1832))
322 - Fix `InputItem` `TextareaItem` [onClick tsd](https://github.com/ant-design/ant-design-mobile/commit/5fd21d1539f19fe80fd415716d349d82c1a77408).
323 - Fix `swipe-action` [button height overflow](https://github.com/ant-design/ant-design-mobile/commit/ab2297c64fcde0766b502b96349bc8824cbd8bff).
324
325## 1.6.7
326`2017-09-11`
327
328- **Bug Fix**
329
330 - Fix `Carousel` on `swipeSpeed` ts lost. ([#1824](https://github.com/ant-design/ant-design-mobile/issues/1824))
331 - Fix `TabBar` crash on android when item size is one. ([#1827](https://github.com/ant-design/ant-design-mobile/issues/1827))
332 - Fix RN `PickerView` vertical layout error ([#1795](https://github.com/ant-design/ant-design-mobile/issues/1795))
333
334## 1.6.6
335`2017-09-09`
336
337- **Bug Fix**
338
339 - Fix `Modal.operation` style of multiple options for android ([#1791](https://github.com/ant-design/ant-design-mobile/issues/1791))
340 - Fix RN `Accordion` must depend on `Icon` component ([#1784](https://github.com/ant-design/ant-design-mobile/issues/1784))
341 - Fix `Modal` with `href="#"` cousing react-router to jump to '/' ([#1780](https://github.com/ant-design/ant-design-mobile/issues/1780))
342 - Fix RN `ActionSheet` with empty `title / message` casusing error ([#1767](https://github.com/ant-design/ant-design-mobile/issues/1767)
343 - Fix RN `Picker、PickerView` vertical layout error ([#1767](https://github.com/ant-design/ant-design-mobile/issues/1767))
344
345## 1.6.5
346`2017-08-29`
347
348- **Bug Fix**
349 - Fix `SeachBar` cancel can not blur. ([#1721](https://github.com/ant-design/ant-design-mobile/issues/1721))
350 - Fix `InputItem` unkown props warning。([#1754](https://github.com/ant-design/ant-design-mobile/issues/1754))
351 - Fix `InputItem[type='money']` `focused` do not work when init. ([#1758](https://github.com/ant-design/ant-design-mobile/issues/1758))
352
353## 1.6.4
354`2017-08-29`
355
356- **Bug Fix**
357 - Fix `SeachBar` in specific Client when `onClear` event was triggered, the `SearchBar` can't be auto focused. ([#1721](https://github.com/ant-design/ant-design-mobile/issues/1721))
358 - Fix `ListView` `scrollerOptions` undefined. ([#16](https://github.com/react-component/m-list-view/pull/16))
359 - Fix `SwipeAction` [touchabled feedback conflict with swipe gesture](https://github.com/react-component/swipeout/commit/b9b373bf4d378c5c98730b5ce96953050c29dbe2)。
360 - Fix `Stepper` icon can not custom icon color。([#1694](https://github.com/ant-design/ant-design-mobile/issues/1694))
361 - Fix React Native `ImagePicker` throw error in react 16. ([#1707](https://github.com/ant-design/ant-design-mobile/issues/1707))
362 - Fix ` SwipeAction` z-index conflict with `InputItem`. ([#1720](https://github.com/ant-design/ant-design-mobile/issues/1720))
363
364- **Improve && Enhancement**
365 - upgrade `rmc-picker` to v4。([#1593](https://github.com/ant-design/ant-design-mobile/issues/1593))
366 - `SearchBar` [support MaxLength](https://github.com/ant-design/ant-design-mobile/commit/cb674f77d8e6495a081c06c65b71f23a04c32954)。
367 - `InputItem[type=money]` refactor to use global standalone instance。([#1724](https://github.com/ant-design/ant-design-mobile/issues/1724))
368 - `SearchBar` refactor to clear not blur。([#1731](https://github.com/ant-design/ant-design-mobile/pull/1731))
369 - `Picker` support visiable in controlled mode。([900f691](https://github.com/ant-design/ant-design-mobile/commit/900f6910bdd2b42fa97bac142671bf5089abc0a3))
370
371## 1.6.3
372
373`2017-08-15`
374
375- **Bug Fix**
376 - Fix `TextareaItem` calculate new line charater length。 ([#1265](https://github.com/ant-design/ant-design-mobile/issues/1265))
377
378- **Improve && Enhancement**
379 - `SwipeAction` ignore swipe vertical; ;Remove event binding when disabled; auto adjust swipe button width。 ([#1595](https://github.com/ant-design/ant-design-mobile/issues/1595))
380
381
382## 1.6.2
383
384`2017-08-13`
385
386- **Improve && Enhancement**
387 - `Tabs` support `data-*` attribute ([#1648](https://github.com/ant-design/ant-design-mobile/issues/1648))
388
389## 1.6.1
390
391`2017-08-12`
392
393- **Bug Fix**
394 - 修复 `TextareaItem` 输入表情符号计数不正确的bug ([#1670](https://github.com/ant-design/ant-design-mobile/pull/1670))
395 - 修复 `SwipeAction` 只设置 left 或者 right 时,相反一边还可以滑动的问题;([#1655](https://github.com/ant-design/ant-design-mobile/issues/1655))
396 - 修复 `RN InputItem` 自定义样式 color 不生效(被强制覆盖)的问题; ([#1471](https://github.com/ant-design/ant-design-mobile/issues/1471))
397 - 修复 `Toast[mask=false]` 时跟随页面滚动问题;([#1642](https://github.com/ant-design/ant-design-mobile/issues/1642))
398 - 修复 `ListView` 存在body滚动条的时候,无法实现滚动到顶部在下拉刷新; ([#1588](https://github.com/ant-design/ant-design-mobile/issues/1588))
399- **Improve && Enhancement**
400 - 网站导航栏高亮 ([#1534](https://github.com/ant-design/ant-design-mobile/issues/1534))
401
402
403## 1.6.0
404
405`2017-07-30`
406
407- **Feature**
408 - `Tabs` 新增支持`Badge` ([#1604](https://github.com/ant-design/ant-design-mobile/pull/1604))
409 - `Modal` 支持placeholder ([#1603](https://github.com/ant-design/ant-design-mobile/pull/1603))
410
411- **Bug Fix**
412 - 修复`SearchBar` `onClear`时存在的样式渲染问题 ([#1621](https://github.com/ant-design/ant-design-mobile/pull/1621))
413 - 修复`SearchBar` 支持data-* 属性. ([bbb358](https://github.com/ant-design/ant-design-mobile/commit/bbb35826872841f50ae31d795f67a97fd3231ca4))
414
415- **Improve && Enhancement**
416 - 网站优化 ([#1622](https://github.com/ant-design/ant-design-mobile/pull/1622))
417
418
419## 1.5.0
420
421`2017-07-22`
422
423- **Feature**
424 - `ListItem` 支持 `onLongPress`. ([#1533](https://github.com/ant-design/ant-design-mobile/pull/1533))
425
426- **Bug Fix**
427 - 修复 `Tabs` 滑动浮层覆盖 `Popup` 蒙版的问题。([#1512](https://github.com/ant-design/ant-design-mobile/pull/1512))
428 - 修复 `Switch` 在 android 上 0.5px 导致显示不正常的问题。([86dabf](https://github.com/ant-design/ant-design-mobile/commit/86dabfea9841695fbca5319b422f11a0ddb17184))
429 - 修复 React Native `Modal.prompt` 键盘遮挡的问题。([#1489](https://github.com/ant-design/ant-design-mobile/issues/1489))
430
431- **Improve && Enhancement**
432 - 增加对 `Icon` svg-sprite-loader 可能未正确配置的检测和 warning。([#1574](https://github.com/ant-design/ant-design-mobile/issues/1574))
433
434## 1.4.2
435
436`2017-07-12`
437
438- **Bug Fix**
439 - 修复 Toast 未以自身中心点纵向居中。 ([#1389](https://github.com/ant-design/ant-design-mobile/issues/1389))
440 - 修复目前未实现的 NavBar、Menu、Range、Table 引入 react-native 版本组件报错的问题。([#1526](https://github.com/ant-design/ant-design-mobile/issues/1526))
441
442
443- **Improve && Enhancement**
444 - 升级 Slider 依赖的 rc-slider 版本。
445 - 部分组件文档国际化完善,增加部分组件测试用例。
446
447
448## 1.4.1
449
450`2017-07-01`
451
452- **Bug Fix**
453 - 修复 `Grid` 样式问题。([635a9d3](https://github.com/ant-design/ant-design-mobile/commit/635a9d3d4b93e5a7304d5620ad6550827c303b1d) [#1455](https://github.com/ant-design/ant-design-mobile/issues/1455))
454 - 修复 create-react-app 文档错误。([#1501](https://github.com/ant-design/ant-design-mobile/issues/1501))
455 - 修复 `Modal` android 平台下样式错误。([#1499](https://github.com/ant-design/ant-design-mobile/issues/1499))
456 - 修复 `SearchBar` iOS键盘类型不是搜索问题。 ([#1510](https://github.com/ant-design/ant-design-mobile/issues/1510))
457 - 暂时回滚 typescript interface 写法,解决 dist 文件错误问题。 ([#1517](https://github.com/ant-design/ant-design-mobile/pull/1517))
458
459- **Improve && Enhancement**
460 - `SegmentedControl` 兼容 preact ([#1374](https://github.com/ant-design/ant-design-mobile/pull/1374))
461 - `ActionSheet`/`SearchBar`/`ImagePicker`/`Picker` 细节样式优化
462 - `Modal.prompt` 扩大点击区域 ([#1489](https://github.com/ant-design/ant-design-mobile/issues/1489))
463 - `InputItem` 的 money 类型添加 demo 演示只能输入自然数([#1493](https://github.com/ant-design/ant-design-mobile/pull/1493))
464 - 更新主要的介绍文档 ([#1503](https://github.com/ant-design/ant-design-mobile/pull/1503))
465 - 去除 object-assign 依赖,改为使用 es6 展开操作符 ([67e0ee6](https://github.com/ant-design/ant-design-mobile/commit/67e0ee6a985d1e143f3dbbf63988d01a05d67b59))
466 - 网站信息结构优化,并增加拷贝代码按钮 ([#1481](https://github.com/ant-design/ant-design-mobile/issues/1481))
467
468
469## 1.4.0
470
471`2017-06-24`
472
473- **Feature**
474 - `Button` 新增 `activeClassName` 以自定义点击时类名。([3331f00](https://github.com/ant-design/ant-design-mobile/commit/3331f00b1a89d7fb76dcffa554f1cf9b165819d9))
475 - `Card.Header` 的 thumb 支持 React.Element。([#1484](https://github.com/ant-design/ant-design-mobile/issues/1484))
476 - `InputItem` 支持通过 locale 来自定义内置文案。([#1475](https://github.com/ant-design/ant-design-mobile/issues/1475))
477
478- **Bug Fix**
479 - 修复 ListView sticky header 被遮挡的问题。([#1456](https://github.com/ant-design/ant-design-mobile/issues/1456))
480 - `InputItem` 修复当`type=money` 虚拟键盘无法隐藏的问题。([#1468](https://github.com/ant-design/ant-design-mobile/issues/1468))
481
482
483- **Improve && Enhancement**
484 - `InputItem` 背景图片替换为 svg。([#1470](https://github.com/ant-design/ant-design-mobile/issues/1470))
485 - `Button` 高度增大为 `94px`
486 - `ListItem` 高度减小为 `88px`
487 - `Result` 间距,字体,颜色调整。
488
489## 1.3.1
490
491`2017-06-19`
492
493- **Feature**
494 - `PickerView` 支持`indicatorStyle`。([3184179d2](https://github.com/ant-design/ant-design-mobile/commit/3184179d2ba4b5bccde83d8590d3e538fab0ad22))
495
496- **Bug Fix**
497 - `InputItem` 修复当`type=money``disabled``editable`不生效的问题。([#1437](https://github.com/ant-design/ant-design-mobile/issues/1437))
498 - `Menu` 修复当数据源二级数据不唯一时导致的问题。([#1427](https://github.com/ant-design/ant-design-mobile/issues/1427))
499 - `Slider` [#1439](https://github.com/ant-design/ant-design-mobile/pull/1439),更新TS definition
500 - `ListView` 修复scrollTo的问题 ([97ed6795](https://github.com/ant-design/ant-design-mobile/commit/97ed67955243643fcc1de3debd0d507b87d6380b))
501 - React-Native `Flex` `Flex.Item`支持`children`数组。([#1442](https://github.com/ant-design/ant-design-mobile/pull/1442))
502
503## 1.3.0
504
505`2017-06-09`
506
507- **Feature**
508 - `InputItem` 支持虚拟的金额输入键盘 (`type="money"`)。([#1419](https://github.com/ant-design/ant-design-mobile/pull/1419))
509 - `Slider` & `Range` 新增 `handleStyle`, `trackStyle`, `railStyle` 以支持自定义样式。([a83d0fe](https://github.com/ant-design/ant-design-mobile/commit/a83d0fefffbdd05ce9f89a78508a544cd95e4fb5))
510 - React-Native `Progress` 新增 `wrapStyle` 已自定义容器样式。([3ad012a](https://github.com/ant-design/ant-design-mobile/blob/3ad012ae265182cebc677efb309c92238eb8377a/components/progress/index.web.tsx))
511 - React-Native `Carousel` 新增 `dotStyle`, `dotActiveStyle` 以自定义指示器样式。([#1425](https://github.com/ant-design/ant-design-mobile/pull/1425))
512 - React-Native `Button` 新增 `delayPressin`, `delayPressout` 以自定义点击延时。([b6ec8e2](https://github.com/ant-design/ant-design-mobile/commit/b6ec8e217bc3ed56702c819885948839c14bf8e3))
513
514- **Bug Fix**
515 - 修复 React-Native `Accordion` 不能设置 style。([#1407](https://github.com/ant-design/ant-design-mobile/issues/1407))
516 - 修复 `Popup` 自定义蒙层样式的问题。([#1420](https://github.com/ant-design/ant-design-mobile/issues/1420))
517 - 修复 `Pagination` 自定义翻页文案与图标样式的问题。([#1429](https://github.com/ant-design/ant-design-mobile/issues/1429))
518 - 修复 `Modal` 在 android 上关闭之前样式变换的问题。([#1433](https://github.com/ant-design/ant-design-mobile/issues/1433))
519
520## 1.2.0
521
522`2017-06-03`
523
524- **Notice**
525 - antd-mobile `Icon` 所依赖的开源 webpack loader `svg-sprite-loader` 最近从 `0.3` 直接升级到了 `2.0`, 其配置方案发生了 break change,但由于此 loader 的版本由用户代码控制,而功能被 antd-mobile 和用户代码所共同依赖, antd-mobile 团队只能选择在 `2.0` 对其进行升级,请各位用户在 `antd-mobile@1.x` 期间暂时不要升级 `svg-sprite-loader`,在项目里仍然使用 `svg-sprite-loader@0.3.x` 即可。[#1283](https://github.com/ant-design/ant-design-mobile/issues/1283)
526 - 新增 warning,提醒用户 antd-mobile `2.0` 将会废弃 `Table`。[e1009015e](https://github.com/ant-design/ant-design-mobile/commit/e1009015e0c0740045995555831d1598a99c629f)
527
528- **Feature**
529 - 底层 Touch 事件库更新,所有 `onPress``onLongPress` 支持 `stopPropagation`。[e7400b699](https://github.com/ant-design/ant-design-mobile/commit/e7400b6994d3a9127bd1bd6fa418996ad8206f96)
530 - 重构 `carousel`, 新增 [swipeSpeed](https://github.com/react-component/nuka-carousel#modify-from-upstream-nuka-carousel204) api 以自定义拖动速度。
531 - Theme 新增 `@toast-fill` 用于自定义 toast 背景色。[acaeff017171](https://github.com/ant-design/ant-design-mobile/commit/acaeff017171fd06bf8700b849a7fff917c6d260)
532 - 新增与 crate-react-app 和 create-react-native-app 脚手架配合使用的文档。[#1362](https://github.com/ant-design/ant-design-mobile/issues/1362)
533
534- **Bug Fix**
535 - 修复 `ListView` 中集成横滑组件, 如 `SwipeAction`, `Carousel`, 与上下滑动冲突的问题。[#1254](https://github.com/ant-design/ant-design-mobile/issues/1254)
536 - 修复 `Popover` 自定义样式的问题。[#1364](https://github.com/ant-design/ant-design-mobile/issues/1364)
537 - 修复 Theme `@radius-circle` 变量不生效 [#1301](https://github.com/ant-design/ant-design-mobile/issues/1301)
538 - 修复 Theme 无法自定义 `SearchBar` placeholder font-size [#1324](https://github.com/ant-design/ant-design-mobile/pull/1324)
539 - 修复 React-Native `picker` 无法自定义字体样式。 [#1323](https://github.com/ant-design/ant-design-mobile/issues/1323)
540 - 修复 SearchBar 在 android 的点击后无法 focus 问题。[#1342](https://github.com/ant-design/ant-design-mobile/issues/1341)
541 - 修复 React-Native `tabs` swipeable 属性无效的问题。[#1346](https://github.com/ant-design/ant-design-mobile/issues/1346)
542 - 修复 `InputItem` 等输入类组件文字被截断的问题。[#1358](https://github.com/ant-design/ant-design-mobile/issues/1358)
543 - 修复 SwipeAction 类名和样式。[e42430f9a68f2](https://github.com/ant-design/ant-design-mobile/commit/e42430f9a68f25a4b22cd2e65c05009fbb678fdd)
544 - 修复错误的 API 文档, `ActivityIndicator` color API 只有 React-Native 组件支持。[#1370](https://github.com/ant-design/ant-design-mobile/issues/1370)
545 - 修复 `Tabs` 当 liner-gradient 不支持时显示不正常的问题。[824da3466](https://github.com/ant-design/ant-design-mobile/commit/824da34667f9e974747d9f344b0bef3dc0bdae36)
546 - 修复 `Grid` 在 isCarousel 模式下不会自动填充空白格子的问题。[#1398](https://github.com/ant-design/ant-design-mobile/pull/1398)
547 - 修复 `Toast` 没有以自身中心点垂直居中的问题。[#1389](https://github.com/ant-design/ant-design-mobile/issues/1389)
548
549- **Improve && Enhancement**
550 - `Tabs` 头部滑动性能,体验优化。
551 - 增大 `SearchBar` 点击区域。[#1344](https://github.com/ant-design/ant-design-mobile/pull/1344)
552 - 重构 `Switch`, `Modal` 以支持服务端渲染 [#1307](https://github.com/ant-design/ant-design-mobile/pull/1307/)
553 - 优化 Flex, Button, List 的 typescript 定义。[#1339](https://github.com/ant-design/ant-design-mobile/issues/1339)
554 - `Button`, `Tag` 由外边框改为内边框,更符合设计规范。[4c8051032](https://github.com/ant-design/ant-design-mobile/commit/4c8051032005fe042df38d4b3bddf5f8405fb8fd)
555 - 新增 `pkg.module`, 指向 ES2015 modules,更好地支持 rollup 和 webpack2。[#12](https://github.com/react-component/react-component.github.io/issues/12)
556 - 重构 React-Native `Toast`, `ActivityIndicator` 样式,更改地支持通过 Theme 自定义。[b7094e2a2dc](https://github.com/ant-design/ant-design-mobile/commit/b7094e2a2dc0aa9433f2f2f7388a3e8313681888)
557 - `Tabs` 新增对 `TabPane.props.key` 的校验,必须存在且唯一。[#1365](https://github.com/ant-design/ant-design-mobile/issues/1365)
558 - 重构并从 React-Native `InputItem` 拆分出 `TextInput`,便于自定义样式。[#1174](https://github.com/ant-design/ant-design-mobile/issues/1174)
559 - 重构 `Grid`, 避免当格子数量变化,在 carousel 和非 carousel 模式切换后高度变化的情况。[63c28b31f](https://github.com/ant-design/ant-design-mobile/commit/63c28b31fba19cb7f68a36a71259a5b57ffe0bc8)
560 - 新增 demo 关于如何扩展 `InputItem` label 为可点击区域。[db8582781](https://github.com/ant-design/ant-design-mobile/commit/db8582781f0aa7663fb02db315de49cf9d00822b)
561
562## 1.1.3
563
564`2017-05-14`
565
566- **Bug Fix**
567 - 修复 `ListItem` unknown props warning。([#1278](https://github.com/ant-design/ant-design-mobile/issues/1278))
568 - 修复 React Native `Pagination` disable 时的 active 样式问题。([1b01652797](https://github.com/ant-design/ant-design-mobile/commit/1b01652797daebd1af0547f19b005199fa6413e5))
569 - 修复 React Native `List` renderFooter 错误。([#1294](https://github.com/ant-design/ant-design-mobile/pull/1294/files))
570 - 修复 `tabs` createClass warning
571
572- **Improve && Enhancement**
573 - `Switch` 支持 onClick ([#1290](https://github.com/ant-design/ant-design-mobile/issues/1290))
574
575## 1.1.2
576
577`2017-05-07`
578
579- **Bug Fix**
580 - 修复 单独使用 `Stepper` 缺少依赖的 Icon 样式问题。([d86c3dda](https://github.com/ant-design/ant-design-mobile/commit/d86c3dda267864721273f258dad3193c69d8e838)
581 - 修复 `Modal` 关闭按钮显示不齐的问题。([bf64803d](https://github.com/ant-design/ant-design-mobile/commit/bf64803d01082f0dd924c41ca778dfadb177bc92))
582 - 修复 `Switch` android 样式。([56bf4a93](https://github.com/ant-design/ant-design-mobile/commit/56bf4a93f55f021206aa99551039e68c9518c85c))
583 - 修复 `Slider` active 样式。([5a012ead](https://github.com/ant-design/ant-design-mobile/commit/5a012ead269e212dda6fb751a29a1e43f28e9848))
584 - 修复 `Stepper` 选中样式未自动消失的问题。([006a5e2](https://github.com/ant-design/ant-design-mobile/commit/006a5e2184f3402fa9351186d65f8ab24a7c4b23))
585 - 修复 RN `InputItem` 自定义字体大小。([#1174](https://github.com/ant-design/ant-design-mobile/issues/1174))([@kimjuny](https://github.com/kimjuny))
586 - 修复 RN `Popup` 自定义蒙版背景样式。([#1234](https://github.com/ant-design/ant-design-mobile/issues/1234))
587 - 修复 RN `Modal` 点击系统返回无法自动关闭的问题。 ([#1218](https://github.com/ant-design/ant-design-mobile/issues/1218))
588 - 修复 RN `Modal.prompt`, `InputItem` 样式。([#1199](https://github.com/ant-design/ant-design-mobile/issues/1199))
589 - 修复 Normalize.css 缺少对 body margin 重置的问题。([#1264](https://github.com/ant-design/ant-design-mobile/issues/1264))
590 - 修复 RN 所有组件统一接受 `style`, `styles` 参数的问题。([#1262](https://github.com/ant-design/ant-design-mobile/pull/1262))
591
592- **Improve && Enhancement**
593 - 所有组件支持无障碍访问。([#1179](https://github.com/ant-design/ant-design-mobile/pull/1179))
594 - 增大 `SearchBar` 取消按钮点击区域。([#1250](https://github.com/ant-design/ant-design-mobile/issues/1250))
595 - 重构 RN `Carousel` 以支持自定义 Pagination。([#1146](https://github.com/ant-design/ant-design-mobile/issues/1146))
596 - 重构 `ListItem` 以支持服务端渲染。([#1219](https://github.com/ant-design/ant-design-mobile/pull/1219))
597
598## 1.1.1
599
600`2017-04-28`
601
602- **Feature**
603 - `InputItem`添加唤起自定义数字键盘特性(仅支付宝等客户端)。([#1231](https://github.com/ant-design/ant-design-mobile/pull/1231))
604
605- **Bug Fix**
606 - 修复 `Grid``renderItem`方法。([链接](https://github.com/ant-design/ant-design-mobile/commit/1316154cce6324c04a2cd7f36c8d229573dcde6b))
607 - 修复`SearchBar`clear icon可能不出现的问题。([#1204](https://github.com/ant-design/ant-design-mobile/issues/1204))
608 - 修复`InputItem``placeholder`声明,改为可选。([#1216](https://github.com/ant-design/ant-design-mobile/pull/1216))
609 - 修复`TabBar`声明文件,`TabBarItemProps`部分的新增`dot`。([#1209](https://github.com/ant-design/ant-design-mobile/pull/1209))
610 - 修复网站的语言切换逻辑。([链接](https://github.com/ant-design/ant-design-mobile/commit/ec839dc4fdc7bfd54a9bd389cd3699bcbf8ac1ee))
611 - `RefreshControl`支持SSR渲染。([#1201](https://github.com/ant-design/ant-design-mobile/pull/1201))
612
613- **Improve && Enhancement**
614 - 优化`Icon`组件内置的svg文件,做最小化处理。([#1220](https://github.com/ant-design/ant-design-mobile/pull/1220))
615 - 完成`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))
616 - `InputItem`为支付宝小程序拆分出单独的内部组件`Input`。([#1225](https://github.com/ant-design/ant-design-mobile/pull/1225))
617 - `Card`组件整合声明文件。([#1222](https://github.com/ant-design/ant-design-mobile/pull/1222))
618
619## 1.1.0
620
621`2017-04-21`
622
623- **Bug Fix**
624 - 修复 `Steps` 溢出。([#5623](https://github.com/ant-design/ant-design/issues/5623]))
625 - 搜索框支持在主题变量自定义高度,背景色等。([PR 1113](https://github.com/ant-design/ant-design-mobile/pull/1113))[@yezongyang](https://github.com/yezongyang)
626 - 修复 React-Native `Steps` 不支持自定义 Icon ([#1088](https://github.com/ant-design/ant-design-mobile/issues/1088))
627 - 修复 `Progress` 不支持自定义 `className`。([PR 1126](https://github.com/ant-design/ant-design-mobile/pull/1126))
628 - 修复 React-Native `InputItem` 不支持自定义内容。([#1113](https://github.com/ant-design/ant-design-mobile/issues/1133))
629 - 修复 `InputItem` 数字键盘在 Android 的兼容问题。([1073](https://github.com/ant-design/ant-design-mobile/issues/#1073))。
630 - 修复 `InputItem` autoFocus 在 safari 无法聚焦的 bug。([PR 1134](https://github.com/ant-design/ant-design-mobile/pull/1134))
631 - 修复小尺寸 `Button` 的 loading icon 尺寸。([587963](https://github.com/ant-design/ant-design-mobile/commit/587936abc43015ed2fa9be1b3493b3a8c4f98334))
632 - 修复部分 React15.5 关于 PropType 和 CreateClass 的 warning。([#1118](https://github.com/ant-design/ant-design-mobile/issues/1118))
633 - 修复部分内置 svg 背景的尺寸。([#1140](https://github.com/ant-design/ant-design-mobile/issues/1140))
634
635- **Improve && Enhancement**
636 - 重构 `Grid`, `ImagePicker`, `Modal` 以支持服务端渲染。
637 - `Flex`, `FlexItem` 支持传递 `data-` 等任意自定义属性。([#1150](https://github.com/ant-design/ant-design-mobile/issues/1150))
638 - `Grid` 在 carousel 模式下支持 `Carousel` 的相应 API。([#1164](https://github.com/ant-design/ant-design-mobile/issues/1164))
639
640
641## 1.0.8
642
643`2017-04-07`
644
645- **Feature**
646 - RN modal 增加 Modal.prompt ([#1089](https://github.com/ant-design/ant-design-mobile/pull/1089))
647
648- **Bug Fix**
649 - 修复 InputItem、TextareaItem、Search autofocus 的 bug ([#1103](https://github.com/ant-design/ant-design-mobile/pull/1103))
650 - 修复 SearchBar 点击 `x` 取消时,placeholder 显示不正确的 bug ([#1047](https://github.com/ant-design/ant-design-mobile/pull/1047))
651 - 修复 TextareaItem 输入 emoji 表情,字符统计错误问题 ([#1085](https://github.com/ant-design/ant-design-mobile/pull/1085))
652 - 修复 SearchBar 提交后不自动隐藏键盘的问题;
653 - 修复 Tabs onTabClick 无效问题 ([#1099](https://github.com/ant-design/ant-design-mobile/pull/1099))
654 - 修复 RN Steps 空格引起的问题 ([#1008](https://github.com/ant-design/ant-design-mobile/pull/1008))
655
656- **Improve && Enhancement**
657 - 更新 rc-slider 版本,增加 `minimumTrackStyle``maximumTrackStyle``handleStyle` 属性;
658
659
660## 1.0.7
661
662
663`2017-03-24`
664
665- **Feature**
666 - Slider 支持自定义颜色。([#1024](https://github.com/ant-design/ant-design-mobile/pull/1024))
667 - ListItem 在 Android 上点击新增水波纹动效。([链接](https://github.com/ant-design/ant-design-mobile/commit/d8fd66992fdfe53745fb43d9e27bffd025b8fdb0))
668
669- **Bug Fix**
670 - DatePicker 接收 `minuteStep`。 ([#1020](https://github.com/ant-design/ant-design-mobile/issues/1020))
671 - 修复 Stepper 的 icon 多重边框问题。([#1038](https://github.com/ant-design/ant-design-mobile/issues/1038))
672 - 修复 SearchBar placeholder 在聚焦时显示不全的问题。([#1047](https://github.com/ant-design/ant-design-mobile/issues/1047))
673
674- **Improve && Enhancement**
675 - Modal, Switch, ListItem 新增 `platform` 参数,可自定义组件样式是否区分 Android/iOS 平台。([#1030](https://github.com/ant-design/ant-design-mobile/issues/1030))
676 - SearchBar 自定义主题时的布局优化。 ([#1014](https://github.com/ant-design/ant-design-mobile/issues/1014))
677 - InputItem, TextareaItem, SearchBar 组件样式优化,增大可点击区域。 ([#1017](https://github.com/ant-design/ant-design-mobile/issues/1017))
678 - React-Native Steps 支持 React.Node 类型的 `title`, `description`。 [#1008](https://github.com/ant-design/ant-design-mobile/issues/1008)
679 - DatePicker 确保默认日期在 `minDate`, `maxDate` 范围内 ([#1033](https://github.com/ant-design/ant-design-mobile/issues/1033))
680
681
682## 1.0.6
683
684`2017-03-17`
685
686- **Feature**
687 - Modal 添加 close api,方便手工销毁,#995
688
689- **Bug Fix**
690 - 修复 ImagePicker clear icon 旋转问题,#944
691
692- **Improve && Enhancement**
693 - 优化 Modal button 长按的默认行为;
694 - Stepper、Toast、Modal 依赖的 rc-util 升级,去除控制台中 warning,#959
695 - 部分文档优化;#997 #993 #984 #1009;部分 demo 优化;
696
697## 1.0.5
698
699`2017-03-10`
700
701- **Feature**
702 - 补全 `accordion` React-Native 版本 ([#931](https://github.com/ant-design/ant-design-mobile/pull/931))
703 - `stepper` 图标支持用户自定义 ([链接](https://github.com/ant-design/ant-design-mobile/commit/78ab295f69cd1441b600aa6c2d921c7d658096ca))
704 - 补全 React-Native `Button` 的 loading 样式 ([#946](https://github.com/ant-design/ant-design-mobile/issues/946))
705 - React-Native `InputItem` 支持输入小数 ([950](https://github.com/ant-design/ant-design-mobile/issues/950))
706 - `Icon` 支持直接添加事件 ([#955](https://github.com/ant-design/ant-design-mobile/issues/955))
707 - React-Native `InputItem`, `TextItem` 支持自定义 style ([#949](https://github.com/ant-design/ant-design-mobile/issues/949))
708
709- **Bug Fix**
710 - React Native `SearchBar` 自动显示取消按钮 ([#957](https://github.com/ant-design/ant-design-mobile/issues/957))
711 - 修复 `Tabs` 在低版本 Android 浏览器兼容性问题 ([#940](https://github.com/ant-design/ant-design-mobile/issues/940))
712 - React Native 修复 `Card` extra 覆盖的bug ([#969](https://github.com/ant-design/ant-design-mobile/issues/969))
713 - 修复 `ImagePicker` 图片旋转方向问题 ([#944](https://github.com/ant-design/ant-design-mobile/issues/944))
714 - 修复 `Step` 水平溢出的问题 ([#952](https://github.com/ant-design/ant-design-mobile/issues/952))
715
716- **Improve && Enhancement**
717 - 新增 Web && React Native 组件的 snapshot 测试,覆盖率 59% ([#921](https://github.com/ant-design/ant-design-mobile/pull/921))
718 - 文档翻译进度 ([#329](https://github.com/ant-design/ant-design-mobile/issues/329))
719 - [官方 Demo 集合](https://github.com/ant-design/antd-mobile-samples) 新增 roadhog 示例
720
721## 1.0.4
722
723`2017-03-07`
724
725- **Bug Fix**
726 - 修复 `Button`, `ListItem` 在 Android 上点击穿透的问题。([#937](https://github.com/ant-design/ant-design-mobile/issues/937))
727
728
729## 1.0.3
730
731`2017-03-04`
732
733- **Bug Fix**
734 - 修复 `Tabs` 在设置 pageSize 情况下宽度计算的问题。([#935](https://github.com/ant-design/ant-design-mobile/issues/935))
735
736
737## 1.0.2
738
739`2017-03-04`
740
741- **Feature**
742 - Tabs 新增 `pageSize` API,新增支持 swipeableTabBar 滑动头部。 ([#882](https://github.com/ant-design/ant-design-mobile/pull/882))
743 - Modal 增加 Modal.operation ([#925](https://github.com/ant-design/ant-design-mobile/pull/925)) 感谢 @lixiaoyang1992
744 - 新增 Russian Locale ([#901](https://github.com/ant-design/ant-design-mobile/pull/901)) 感谢 @NeonXP
745
746- **Bug Fix**
747 - Stepper `onChange` 重复触发 ([#891](https://github.com/ant-design/ant-design-mobile/issues/891))
748 - 修复 CheckboxItem 与 BrowserSync 不兼容的问题 ([#350](https://github.com/ant-design/ant-design-mobile/issues/350))
749 - 修复 Tabs `className` 校验的 bug ([#904](https://github.com/ant-design/ant-design-mobile/issues/904))
750 - RN stepper `readOnly` 默认改为 `false` ([#890](https://github.com/ant-design/ant-design-mobile/issues/890))
751 - 修复Grid在较老旧Android版本上宽度计算的问题
752 - 修复 RN android Tabbar 和 Toast、Popup、ActionSheet 混合使用时 zIndex 混乱的 bug;([#910](https://github.com/ant-design/ant-design-mobile/issues/910))
753 - 修复 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))
754 - 修复 ActionSheet(web & RN) maskClosable 不支持 callback index 的问题;([#908](https://github.com/ant-design/ant-design-mobile/issues/908))
755 - 修复 RN Button 回调参数错误,restProps 覆盖问题;
756
757
758- **Improve & Enhancement**
759 - Icon 增加 try catch,避免控制台报错 ([#895](https://github.com/ant-design/ant-design-mobile/issues/895))
760 - 官网重构支持国际化,自动检测浏览器语言并支持中/英文切换
761 - 文档翻译进行中,欢迎参与贡献~ ([#329](https://github.com/ant-design/ant-design-mobile/issues/329))
762 - 官方 demo 更新 [antd-mobile-samples](https://github.com/ant-design/antd-mobile-samples)
763
764
765## 1.0.1
766
767`2017-02-24`
768
769- **Feature**
770 - roadhog 支持配置 svg-sprite-loader [icon文档](https://mobile.ant.design/components/icon) ([#144](https://github.com/sorrycc/roadhog/pull/144))
771 - React Native 增加 `LocalProvider` 国际化方案 ([#886](https://github.com/ant-design/ant-design-mobile/pull/886))
772 - React Native `Button` , `Progress`, `TextareaItem` 支持自定义样式 ([#560](https://github.com/ant-design/ant-design-mobile/issues/560))
773 - 提供 0.9.x iconfont 图标对应的 svg icon ([#866](https://github.com/ant-design/ant-design-mobile/issues/866))
774
775- **Improve & Enhancement**
776 - 所有 demo 代码迁移到 ES6 class 和 Pure function,去除 React.createClass ([#824](https://github.com/ant-design/ant-design-mobile/issues/824))
777 - NavBar 返回间隔从 margin 改为 padding,增大点击区域 ([#844](https://github.com/ant-design/ant-design-mobile/issues/844))
778 - carouse 去除 mixin ([#859](https://github.com/ant-design/ant-design-mobile/pull/859))
779 - Tabs 新增 `className` ([#861](https://github.com/ant-design/ant-design-mobile/issues/861))
780 - stepper 改为使用 svg icon, 升级 rc-input-number
781 - 主题变量分类调整 ([ref](https://github.com/ant-design/ant-design-mobile/commit/daea9a38133e0670926af6c0bd9233057eb9c3aa))
782
783
784- **Bug Fix**
785 - 修复 List extra 为空的判断逻辑 ([#831](https://github.com/ant-design/ant-design-mobile/issues/831))
786 - 修复 Toast 不居中的问题 ([#827](https://github.com/ant-design/ant-design-mobile/issues/827))
787 - 修复 InputItem PC 上无法 clear 的 bug ([#832](https://github.com/ant-design/ant-design-mobile/pull/832))
788 - 修复 React-Native SearchBar onChange 重复触发的 bug ([#739](https://github.com/ant-design/ant-design-mobile/issues/739))
789 - 修复 TabBar icon 居中的问题 ([#836](https://github.com/ant-design/ant-design-mobile/issues/836))
790 - 修复带跑马灯效果的 Grid 组件初始化时跑马灯初始宽度为0的问题。([ref](https://github.com/ant-design/ant-design-mobile/commit/1a897c46999e2325acd3754e52dba9144d04695e))
791 - 修复 Button warning 的样式 ([#863](https://github.com/ant-design/ant-design-mobile/issues/863))
792
793
794
795## 1.0.0
796
797`2017-02-17`
798
799- **Feature**
800 - Icon 从 iconfont 转为使用 svg 图片 [#156](https://github.com/ant-design/ant-design-mobile/issues/156)。
801 - Icon 增加 React Native 版本,[接入指南](https://github.com/ant-design/ant-design-mobile/blob/master/components/icon/index.en-US.md#如何使用-rn)。
802 - Button 新增 `across` API,支持通栏按钮。
803 - Progress 组件新增 `appearTransition` API,支持初始显示的动画效果。
804 - Checkbox / Radio 组件支持 children [#499](https://github.com/ant-design/ant-design-mobile/issues/499)。
805 - NoticeBar 支持 `marqueeProps`
806 - Steps 支持横向图标。
807 - TabBar web icon 属性新增 `React.Node` 支持(可以使用 Icon 或者 background)。
808 - Toast 新增 `duration = 0` 效果(不会自动消失)。
809 - 各组件 RN 版本加入 `styles` 属性,支持完全自定义组件细节样式 [#560](https://github.com/ant-design/ant-design-mobile/issues/560)。
810 - 新增 [LocaleProvider](https://mobile.ant.design/components/locale-provider),内置中英语言包(默认中文);且所有组件可以用 `props.locale` 覆盖全局 `LocaleProvider` 配置。
811 - `Tabs` 超过5个自动分页,新增 `hammerOptions` API 可配置手势变量, 参考 [API文档](https://mobile.ant.design/components/tabs)。
812 - `TabBar` 支持 `dot` dot 类型的 Badge。
813 - Modal alert 和 prompt 的 `onPress` AI 支持 promise, 参考 [demo](https://github.com/ant-design/ant-design-mobile/blob/master/components/modal/demo/alert.md)。
814 - RN Flex 支持更多 `touchableWithOutFeedback` 属性。
815
816- **Break Change**
817 - NoticeBar type 变为 icon ,支持完全的自定义内容。
818 - Popover `iconName` 变为 `icon` ;分割线的 css 设置从底边线修改为顶边线。
819 - 修改部分 css 变量名和变量值、如:zindex 等。
820 - RN List 去除 last 属性。
821 - `DatePicker``Pagination` 不再接受 `okText`, `dismissText` 属性;`DatePicker``locale`属性结构变化,参见 [升级文档](https://github.com/ant-design/ant-design-mobile/blob/master/docs/react/upgrade-notes.en-US.md#其他常用组件更新注意事项)。
822 - 原 Web 版 `Slider` 拆分成 `Slider`, `Range`, `createTooltip`, 使用方式参见 [Slider文档](https://mobile.ant.design/components/slider), [Range文档](https://mobile.ant.design/components/range)。
823 - Toast 更改为 single instance,新显示的 toast 会覆盖老的;同时增加 mask 特性;。
824 - Modal 和 Switch 增加 android 平台独立 UI。
825
826- **Bug Fix**
827 - 各输入类组件受控与非受控状态问题修复。
828 - 修复部分组件(多为依赖 List)的多余边线等细节问题。
829 - 修复 RN `CheckBox` 受控模式下的bug。 ([#784](https://github.com/ant-design/ant-design-mobile/issues/784))
830
831- **Improve & Enhancement**
832 - 各组件核心实现、样式、演示等全面优化。
833 - RN Carousel 支持根据子视图高度自适应,去除 height,width 设置。
834 - 网站重新设计、更加轻盈简洁;优化了网站资源大小、加载速度更快。
835 - RN android tabbar 添加 iconStyle 支持。
836 - Modal,Toast,ActionSheet 从 api中 拆分出 component 形式。
837
838## 0.9.15
839
840`2017-02-15`
841
842- 修复并优化 TextareaItem, Accordion, Popover, ListView, InputItem 等组件细节问题 #724 #725 #788 #426
843- 修复 RN Grid 的 onClick点击失效问题 #755
844- Toast 组件修改成单例模式,避免多个 toast 同时或无序出现的问题 #745
845- Modal 组件在 alert / prompt 的 action 里增加 Promise 支持
846- TabBar 组件 Android 代码新增 iconStyle 属性支持 #776
847- SwipeAction 组件增加遮罩背景样式,并优化 demo
848
849## 0.9.14
850
851`2017-01-13`
852
853- 修复 Carousel afterChange 不触发问题 #711
854- 修复 RadioItem、CheckboxItem 组件 onChange 事件触发两次问题 #689 #721
855- 修复相关 RN 组件,使之能与最新版 RN 兼容
856- 修复各组件的 TypeScript 类型定义缺失或错误的问题 #667
857- 给 package.json 添加 main 字段,加入错误提示,解决常见上手使用问题 #602
858- 更新 rc-swipeout 依赖,添加更多特性
859- 优化 DatePicker 组件、可以自定义关闭日期选择的弹出框 #639
860- 对 Table、ListView、Radio、Modal、Toast、Carousel 等组件或 demo 做细节优化(含RN)
861- rn-tabs 增加 `barStyle` 属性,更加方便配置样式 #676
862
863## 0.9.13
864
865`2016-12-23`
866
867- 修复 TextareaItem 设置 autoHeight 初始高度不对的问题 #671
868- 修复 SreachBar placeholder 的 z-index 设置过高问题 #650
869- 修改 List 左右内容平均占据空间的样式设置,凸显内容的主次之分 #655
870- 全面替换 touchableFeedback 为 `rc-touchable`,同时修复 TS type 缺失问题 #636 #667
871- 修复 Modal 文档错误,优化 Modal、SegmentedControl、TabBar (#646) 的实现和示例
872- 修复 ListItem 没有 onClick 事件时也会触发点击反馈问题 #220#issuecomment-267587198
873- 优化 ListView、InputItem、TextareaItem 等组件文档
874
875## 0.9.12
876
877`2016-12-15`
878
879- 修复 SearchBar、Button、SegmentedControl 等 TypeScript 类型引用错误的问题
880- 修复 Checkbox、Radio 在某些设备上点击 label 不会选中的兼容性问题
881- 修复 InputItem 最后一项多余边线问题;重构 Carousel、Menu 核心实现
882- 修正 NoticeBar 文字大小变量;修复 RN Radio 受控状态实现错误的问题
883- 修复 RefreshControl 的`distanceToRefresh`设置,使其能自适应不同分辨率的屏幕
884- 恢复 Picker、DatePicker 的 extra 设置并更新其文档,并增加自定义 children 的 demo
885- 修复 Steps status error 状态展示问题;对 Popup 点击遮罩层的回调函数`onMaskClose`进行功能补充
886- 优化 InputItem、TextareaItem、Picker、DatePicker 等组件 demo ,优化各组件文档细节
887
888## 0.9.11
889
890`2016-12-03`
891
892- 修复 List 底部边线重叠显示问题、重构 List 点击反馈的实现方法;同步修复 ListView.IndexedList 边线重叠问题
893- 修复 Checkbox 勾选箭头偏移问题 #581
894- 修复 Steps 组件内部逻辑、改进部分样式设置
895- 修复 SearchBar 动画表现不准确问题
896- 改进[上手和使用文档](https://mobile.ant.design/docs/react/introduce#使用)写法
897- 优化 Pagination、RefreshControl、Radio、Drawer、Popover、Result、NoticeBar 等组件实现和相应 demo
898- 修复 RN InputItem Android 不能输入的问题 #603
899
900## 0.9.10
901
902`2016-11-25`
903
904- 重构 SearchBar ,改为模拟的 placeholder 实现,并将其默认居中对齐
905- 修复 Popup 组件点击遮罩层不会自动关闭 #555 #558
906- 更正 RefreshControl 文档;修复部分组件 demo 在 pc 和 mobile 上展示不一致问题
907- 修复 Toast 在 Modal 中使用被覆盖问题 #547
908- 优化 Button、List 代码的 rn 实现;修正部分 demo 细节问题
909
910## 0.9.9
911
912`2016-11-18`
913
914- 改进 Popup 样式 #525 , 默认禁止掉 popup 遮罩层的 onTouchStart 事件、优化在拖动时的体验
915- 修复 Radio 同 Accordion 一起使用样式冲突问题 #542 ;优化 List.Body 样式; ImagePicker 添加按钮支持点击反馈
916- 修复 Checkbox、Radio、Tag、InputItem 等组件样式细节问题;优化 Flex 组件 demo
917- 增加 React基础、相关工具、应用架构文档指南;并优化“安装&使用”文档、使之更紧凑清晰
918
919## 0.9.7
920
921`2016-11-11`
922
923- 修复 ListView 遗漏 ref 设置问题 https://github.com/ant-design/ant-design-mobile/commit/2e32956d405880f2fdca3cc88cd7c3b1b7784b7f
924- 补充或删除 ActionSheet、Badge、ListView、Pagination、RefreshControl、Steps 依赖组件的样式
925- 整理 ts PropsType 文件 #495
926- 修复 Radio 组件默认选中问题,改进 demo 展示
927- 改进 SearchBar、ImagePicker 等组件 demo 展示,统一文档格式
928- TextareaItem 在非受控模式下支持自动高度功能 #459
929- 修复 Checkbox、Radio 非受控状态失效问题,并改进 demo 和文档展示
930
931## 0.9.6
932
933`2016-11-05`
934
935- 修复 Stepper 组件弹出键盘和点击反馈问题 https://github.com/ant-design/ant-design-mobile/commit/94f4e54ab6bb9800fc987cc57d806b5921b11c9d
936- 修复 Tabs选项卡高度不一致问题 https://github.com/ant-design/ant-design-mobile/commit/f4bb4bc86e2a8400fb74a69e9f0a2359ce512b0b
937- 修复 InputItem, TextareaItem value 不接受 undefined 问题 https://github.com/ant-design/ant-design-mobile/commit/114fb1ed871acd94433129fda95a30649420aa2a ;支持添加所有HTML input/textarea 支持的属性(如自定义 pattern 等)
938- 修复 android textInput underlineColorAndroid https://github.com/ant-design/ant-design-mobile/commit/8095c924fda68f1b38acae1af09822daae95c3d2
939- 优化 Accordion, Checkbox, Popup, Badge, InputItem, TextareaItem, ListView 等组件演示文档和部分核心实现。
940- Accordion 文档增加遗漏的 openAnimation API 说明 https://github.com/ant-design/ant-design-mobile/commit/951811484d192c2383b6f5c6815148ee1e44fab6
941- 修复 Grid rn 实现不完全问题,并优化代码 https://github.com/ant-design/ant-design-mobile/commit/839fe3518497406dc2bf9c3db82ee89d0e0e5c8f
942
943## 0.9.5
944
945`2016-10-28`
946
947- 修复部分组件点击反馈属性 warning, #416
948- 更正 DatePicker 组件 API 文档,优化 Progress 演示、增加自定义 style 支持
949- 修复 Modal.prompt 有时无法 focus 问题 #415 #409
950- 移除 SegmentedControl default props tintColor #432
951- 修复部分组件 ts props 验证
952- 重构 NoticeBar 组件,使 click 事件能在整个区域触发(除了关闭模式)
953- 完善并修复 Result、Toast、rn Popup Modal 等组件 demo ;修复部分 css 变量
954
955## 0.9.4
956
957`2016-10-21`
958
959- Button 组件修复 #396
960- 修复 rn-checkbox, rn-radio 支持受控组件 https://github.com/ant-design/ant-design-mobile/commit/6f47c36b8e3729674dc63eaaa39cfac05b125f3c https://github.com/ant-design/ant-design-mobile/commit/5960cd11a94570cfc0b874fa2f05ab0f2bce466a
961
962## 0.9.3
963
964`2016-10-17`
965
966- 部分组件支持`data-api` https://github.com/ant-design/ant-design-mobile/commit/8972f980d0dddee30fd61ebaa0f75fc07a7a36b3
967- 修复 iOS 下 Modal 里内容滑动时引起背静内容滚动问题 #163 #307
968- `ImagePicker`新增三个属性`onAddImageClick`, `selectable`, `onImageClick`, https://github.com/ant-design/ant-design-mobile/commit/bb7e461eea71bb8ffdd2477b1b17a714beb21eb1 #252 #297 #357
969- 更新部分组件 demo 及文档细节 bug 修复
970
971## 0.9.2
972
973`2016-10-10`
974
975- Tag 增加 closable 支持 #348
976- package 中 dist 目录 css 样式以 rem 为主要单位,方便直接引用样式而不会放大
977
978## 0.9.1
979
980`2016-10-09`
981
982- 修复 tabbar `icon``selectedIcon` 直接 require 图片不显示问题 #343
983- 修复`InputItem` pattern bug https://github.com/ant-design/ant-design-mobile/commit/e2b1d4336f6a19ee80667c3383c12861448937e0
984- 修复`Button` css 变量未引用问题 #339
985- 修复`Picker`样式 https://github.com/ant-design/ant-design-mobile/commit/e7cf959fb6978b5b6fa37294007b8f214477f625 , 新增`onPickerChange`api https://github.com/ant-design/ant-design-mobile/commit/69e142cddc99b0d99ae23f3435e801ddd6ab014d
986- 更新 rn list-view demo https://github.com/ant-design/ant-design-mobile/commit/c0b4ae4797a9fac3a00c8272becc2709c2846039
987
988## 0.9.0
989
990`2016-09-30`
991
992- List 组件 API 调整为与 ListView 保持一致,移除List.Body, List.Footer,List.Header,title 和 footer 属性变更为 renderHeader 和 renderFooter 方法 [#257](https://github.com/ant-design/ant-design-mobile/issues/257)
993- 使用 [zscroller](https://github.com/yiminghe/zscroller) 重构 ListView。新增 `renderSectionBodyWrapper` 来支持渲染自定义的区块包裹组件,新增[scrollerOptions](https://github.com/yiminghe/zscroller#options)
994- 使用 zscroller 来支持 RefreshControl (`useBodyScroll` and sticky 失效),刷新回调函数由 loadingFunction 调整为 onRefresh,增加 refreshing 设置是否显示刷新状态 [#](https://github.com/ant-design/ant-design-mobile/issues/288)。RefreshControl 只能和 ListView 结合使用,不能单独使用。
995- 修复 Modal & SegmentedControl touch feedback效果 [#195](https://github.com/ant-design/ant-design-mobile/issues/195)
996- 更新 Tabbar,支持 `hidden` prop
997- Steps 组件 icon 支持 React.Element
998- 修复 Badge、NavBar、ActivityIndicator、Stepper 组件的一些样式细节问题。
999- 修复 Carousel dots 隐藏失效的问题
1000- 修复 android uc modal 样式问题 [#](https://github.com/ant-design/ant-design-mobile/issues/283)
1001- 修复 SegmentedControl 在模拟器下的样式问题
1002
1003## 0.8.6
1004
1005`2016-09-23`
1006
1007- 修复 Carousel dot 样式问题 #302
1008- 修复 Tabbar 文字居中问题 #310
1009- 修复 多个 Modal closable icon 不显示的问题
1010- 修复 NavBar 返回 Icon 不显示的问题; #302
1011- 修复 List 箭头指向 和 单行展示问题 #273 #274
1012- 修复 DatePicker demo
1013- 更新 Modal,API `dialog` 改为 `transparent`
1014- 新增 List 结合 rc-form demo
1015- 增加 less 文件的入口,方便配置工具统一加载样式。 https://github.com/ant-design/ant-design-mobile/pull/267
1016- 优化 Badge 样式
1017- 优化 ActivityIndicator demo, 网站组件分类优化
1018
1019## 0.8.5
1020
1021`2016-09-14`
1022
1023- 修复 Picker 和 DatePicker `extra`设置在 ListItem 上不生效问题 #241
1024- 去除 Button `size=small` 只在 `inline` 设置后生效的限制
1025- 修复 Button 组件在 pc 版本的 demo 里的按下效果 #244
1026- 优化 Picker / DatePicker 点击反馈效果 https://github.com/ant-design/ant-design-mobile/commit/adb5a45ae35e13f64d4f295dd328cf9da45aec57 #195
1027- 去除 Stepper 组件的 input 不能输入限制,并更改`readOnly`默认值 https://github.com/ant-design/ant-design-mobile/commit/8325f6444970559e465d71df625e81cbe57c0b85#commitcomment-19012543
1028- 优化 Drawer / Popup 等组件 demo,网站展示细节优化
1029
1030## 0.8.3
1031
1032`2016-09-09`
1033
1034- `Checkbox` 修复同意协议这种场景下,label中有协议无法触发`onClick`的bug。
1035- `SearchBar` 优化动画效果。
1036- `Carousel` 修改为基于`nuka-carousel`。原有`card`模式不再提供,需自行定制。
1037
1038ps: 目前`listview``refresh-control` 不兼容,正在修复中
1039
1040## 0.8.2
1041
1042`2016-09-07`
1043
1044- `body`标签设置默认背景色,以及默认的`font-size`,`html`设置默认的`font-size`
1045- `Grid`属性扩展,每行列数可配置,提供`renderItem`方法。
1046- 修复`Checkbox``Radio`样式细节以及兼容性问题。
1047- `SearchBar`输入框`Blur`状态时`placeholder`固定靠左对齐。
1048- `Menu`高度计算bugfix。
1049
1050## 0.8.1
1051
1052`2016-09-02`
1053
1054- 修复并整理各弹出层类组件 z-index 顺序 https://github.com/ant-design/ant-design-mobile/commit/bb875c2a924f61cc03b8d013fd1a8f5ee8e22972
1055- Tab 增加禁止 swipeable 的功能 #209
1056- TabBar 更改为和 iOS 原生方式一致,保持 web 和 rn 统一,去掉 swipeable
1057- List组件 list-body 边框支持配置 https://github.com/ant-design/ant-design-mobile/commit/76760060cb5dfa5c9474b2174ee03db3c30b5197
1058
1059## 0.8.0
1060
1061`2016-08-31`
1062
1063> UI 风格更换为 alipay 官方风格
1064
1065- **Bug Fix**
1066 - 修复 `Object.assign` 兼容问题
1067 - Picker / DatePicker 添加 disabled 支持
1068 - InputItem 和 TextareaItem API `format` 改为 `type`,移除原来type;修复 maxLength bug
1069 - ListView 增加`useBodyScroll` API, IndexedList 支持分两步渲染
1070 - Button `ghost`从原来的单独属性,变为`type`下的属性值,修复样式细节问题
1071 - Modal `footer` 类型更改
1072 - Dropdown 效果和 `ActionSheet.showActionSheetWithCustom` 效果集成到新增的`Popup`组件里;`ActionSheet.showActionSheetWithCustom` API 移除
1073 - `ActionSheet.showShareActionSheetWithOptions`支持多行,`options`配置项支持二维数组,callback参数增加显示行序列
1074 - `ActionSheet.showActionSheetWithOptions`/`ActionSheet.showShareActionSheetWithOptions``callback`支持返回 Promise
1075 - ActionSheet react-native android 下新增`close` API,支持自定义内容下的编程关闭 ActionSheet
1076 - Toast rn组件修复遮挡 NavBar 问题
1077 - 修复 rn 组件离线图片找不到问题
1078 - 官方网站展示优化,demo 分类优化,web demo 采用 rem 和页面 scale 缩放方案,达到页面高清效果
1079
1080- **新增 rn 组件**
1081 - Checkbox
1082 - Carousel
1083 - Radio
1084 - Steps
1085 - SearchBar
1086 - SegmentedControl
1087 - TabBar
1088 - Tabs
1089
1090- **组件变更**
1091 - Timeline 移除
1092 - Tooltip 移除
1093 - Tabs 拆分为 SegmentedControl、TabBar、Tabs
1094 - Tabs tabPosition => tabBarPosition, animation => animated
1095
1096- **组件更名**
1097 - FloatMenu => Popover
1098 - Collapse => Accordion
1099 - PageResult => Result
1100 - TopNotice => NoticeBar
1101 - Uploader => ImagePicker
1102
1103## 0.7.6
1104
1105`2016-08-12`
1106
1107* `Tabs` `Object.assign`使用`object-assign`替代。
1108
1109## 0.7.5
1110
1111`2016-08-11`
1112
1113* `List` 1px问题优化,`List`的容器设定了固定高度,`overflow`设置为`scroll``List.Item`的边框会消失。
1114* `Grid` 处理`Grid``icon`图片不是正方形的显示问题。
1115
1116## 0.7.4
1117
1118`2016-08-10`
1119
1120* `List.Item` 解决`onClick`时组件`unmount`而同时在更新组件内部state引起的报错。
1121* `SearchBar` 修复在部分Android机型下宽度异常。
1122
1123## 0.7.3
1124
1125`2016-08-09`
1126
1127* `ListView` 非 sticky 模式功能问题修复,并增加更多 demo (rn demo优化)
1128* `DatePicker` 修正并扩展 format 函数功能
1129* `InputNumber` `Dialog` `Menu` `ActivityIndicator` `Checkbox` 等细节优化
1130
1131## 0.7.2
1132
1133`2016-08-02`
1134
1135* 修复 iconfont 重复引用问题;
1136* 各组件动画设置统一到`components/style/anim.less`里;
1137* 网站的移动版展示优化;
1138
1139## 0.7.1
1140
1141`2016-08-01`
1142
1143* `Toast`组件`z-index`优化;
1144* 纠正文档中错误的 `DatePicker` value / minDate / maxDate 类型,修复 rn 点击不能打开问题;
1145* `ActionSheet` 分享功能的 icon 样式优化,rn demo 展示优化;
1146* 工具增加`babel-runtime`支持;
1147
1148## 0.7.0
1149
1150`2016-07-29`
1151
1152* 新增 `Tooltips``Card``Pagination``Loading``Table` 组件;
1153* `ListAction` 更名为 `SwipeAction`
1154* `WhiteSpace``WingBlank` 组件的 mode 属性修改为 size;
1155* `InputItem``TextareaItem` 的左边label字数可以配置,有默认值;
1156* `DatePicker` value 类型更改;
1157* typescript 支持;
1158* 完成 30+ 组件 对应的 react native 组件;demo app beta版二维码:
1159
1160 ![demo app](https://zos.alipayobjects.com/rmsportal/qYVpyTZzcWMGerJ.png)
1161
1162* demo app 支持扫码预览 web & react native 项目;
1163* [官方网站](http://mobile.ant.design)优化;
1164
1165## 0.6.0
1166
1167`2016-06-20`
1168
1169- 新增 `ListView``ListAction``Grid` `Menu``Uploader``RefreshControl`组件;
1170- `ListPicker` / `ListDatePicker` 组件更名为 Picker / DatePicker;
1171- 删除 `SelectList` 组件(可使用 `Radio` 组件代替),或者使用更强大的`Menu`组件;
1172- 更新`Flex`,全部支持flex属性。(ps:UC内核对flex布局支持不完善);
1173- 更新`List.Item``InputItem``TextareaItem`的报错样式;
1174- `InputItem`支持数字输入(`format="number"`);
1175- `Tabs` 组件新增 tabbar 形式;
1176- `TopNotice` 当mode 为 `closable`时, 则自动销毁;
1177- `Steps`组件支持size为`pointer`的点状样式;
1178- 提供`List``Button``Flex``WhiteSpace``WingBlank`五个UI组件;
1179
1180## 0.5.0
1181
1182`2016-05-16`
1183
1184发布全新的基于 Ant Design 设计规范的版本。