Skip to content

Releases: ant-design/ant-design-mobile-rn

3.1.12

02 Aug 06:13
Compare
Choose a tag to compare

3.1.12

2019-08-02

  • datepicker Add a defaultDate property #593

  • datepicker组件增加一个defaultDate属性 #593

3.1.7

30 Apr 01:59
Compare
Choose a tag to compare

3.1.7

2019-04-30

  • Fixes checkbox read color from theme #416

  • 修复 checkbox 没有从主题里面读取变量 #416

3.1.5

20 Mar 09:02
Compare
Choose a tag to compare

3.1.5

2019-03-20

  • Fixed tabs type error under react-native@0.59.1 #403 by bestv2

  • 修复 tabs 在react-native@0.59.1 下报错 #403 by bestv2

3.1.4

15 Mar 09:11
Compare
Choose a tag to compare

3.1.4

2019-03-15

  • Fixed tabs swipeable does not work under Android #380
  • Add Wrap style for HeaderContent and HeaderExtra of the card component for easy customization #395 By christtrc

  • 修复 tabs swipeable 在 Android 下面不起作用 #380
  • card 组件的 HeaderContentHeaderExtra 添加 Wrap style,便于定制 #395 By christtrc

3.1.3

19 Feb 02:13
Compare
Choose a tag to compare

2019-02-19

  • Fixes babel-runtime/helpers/extends not found after using babel-plugin-import #346
  • Fixes drawer component of ios. When returning, there will be a short stay on the page #344

  • 修复使用 babel-plugin-import后找不到babel-runtime/helpers/extends #346
  • 修复ios 端的 drawer 组件,当返回的时候,会有短暂的停留在页面上 #344

3.1.2

16 Feb 02:23
Compare
Choose a tag to compare

fix: spread SwipeAction rest props #318

3.1.1

30 Jan 04:29
Compare
Choose a tag to compare

2019-01-30

Happy Chinese New Year

  • popover adds the placement property to support configuration of different positions 'top | right | bottom | left | auto' #308

新春快乐 🐷年吉祥

  • popover 新增 placement 属性,支持配置不同位置 'top | right | bottom | left | auto' #308

3.1.0

27 Jan 12:37
Compare
Choose a tag to compare

3.1.0

2019-01-27

  • Refactor popover #298
    • Removed the (overlayStyle contextStyle name openMenu / closeMenu / toggleMenu style ) property. The refactored version supports multiple Popovers.
    • Please see the popover example for how to use it.
  • Fix input-item style should not be applied to outer container #279

  • 重构popover #298
    • 删除了(overlayStyle contextStyle name openMenu / closeMenu / toggleMenu style )属性,重构后的版本支持多个 Popover 同时使用
    • 使用方式请查看popover示例
  • 修复input-item style 不应该应用于外层 container #279

3.0.6

15 Jan 07:18
Compare
Choose a tag to compare

3.0.6

2019-01-15

  • Fixes image-picker groupTypes is not supported on Android #264
  • Fixes tab-bar does not update component after tab has changed #201

  • 修复image-picker 报错 groupTypes is not supported on Android #264
  • 修复tab-bar 不会更新tab内容 #201

3.0.5

03 Jan 08:33
Compare
Choose a tag to compare

3.0.5

2019-01-03

  • Modify search-bar icon size #250
  • Fixes input-item has new line after blur under ios #249
  • Fixes input-item clear icon is not displayed correctly under android #248

  • 修改search-bar icon size #250
  • 修复input-itemiOS下换行显示 #249
  • 修复input-item clear icon 在android下显示不正确 #248