Skip to content

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

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

3.0.4

28 Dec 13:35
Compare
Choose a tag to compare

3.0.4

2018-12-28

  • Modify SegmentedControl default color to theme color #211
  • Allow overriding Tabs tabBarUnderlineStyle
  • Improve SwipeAction TypeScript type definition #230
  • Improve the Grid document and modify the onClick property to onPress #234
  • Fixed Modal circular reference warning #242

  • 修改SegmentedControl默认颜色为主题颜色 #211
  • 允许覆盖Tabs tabBarUnderlineStyle
  • 完善SwipeAction TypeScript类型定义 #230
  • 完善 Grid 文档,修改onClick属性为onPress #234
  • 修复Modal循环引用警告 #242

3.0.0

16 Dec 12:32
Compare
Choose a tag to compare

2018-12-15

Breaking Changes for more informations please checkout #119

  • We get a new package name @ant-design/react-native from afc163. Thanks..
  • Remove the native suffix
  • More friendly theme support
  • Improve TypeScript type definitions
  • Bug fixes
  • We can preview our Components online using codesandbox and react-native-web
  • Refactor Icon Component and use ant-design-icons instead
  • Toast has removed method hide
  • Upgrade from 2.x to 3.0.0 please checkout upgrade notes

不兼容更新 更多信息请查看 #119

  • 全新的包名 @ant-design/react-native 谢谢 afc163 提供
  • 组件文件重命名,去掉了之前的.native后缀
  • 更友好的主题支持,方便用户自定义,全新的 Provider
  • 重构了所有组件支持自定义局部样式
  • 完善 TypeScript 类型定义
  • Toast 现在支持在 Modal 之上显示
  • bug 修复
  • 完善文档,使用 codesandbox 以及 react-native-web 提供部分组件在线预览
  • 重构 Icon 组件,现在使用 ant-design-icons
  • Toast 移除了 hide 方法
  • 更多组件优化以及使用方式请查看文档
  • 从 2.x 升级到 3.0.0 请查看upgrade notes

2.3.1

02 Nov 02:38
Compare
Choose a tag to compare

Copy setNormalizedColorAlpha from 'react-native' fixes compile error when using with react-native-web.

2.3.0

20 Oct 13:33
Compare
Choose a tag to compare

2018-10-20


  • Input添加editable. (#78)
  • 修复Button组件activeStyle属性为对象时不起作用的问题. (#105)
  • Modal支持多语言. (#115)
  • 西班牙语. (#75)
  • TypeScript 类型定义完善. (#83)

2.2.0

15 Jun 06:36
Compare
Choose a tag to compare

2018-06-15

  • split the antd-mobile react native code to antd-mobile-rn package.
  • Feature: Make Tag support long press. (#20)

  • 拆分 antd-mobile react native 代码到 antd-mobile-rn 包。
  • 特性: 使 Tag 组件支持长按。(#20)