Ant Design Mobile Rn Versions Save

Ant Design for React Native

3.1.2

5 years ago

3.1.1

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

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.1

5 years ago

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

5 years ago

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

2.3.0

5 years ago

2018-10-20

  • Input add editable support. (#78) @DavidNorena
  • Fix Button component's activeStyle does not work. (#105) @zhaozhiming
  • Modal add locale support. (#115) @JustPilz
  • Spanish. (#75) @DavidNorena
  • TypeScript type definition improvements. (#83) @JadeTao

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

2.2.0

5 years ago

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)