Skip to content

4.0.0

Compare
Choose a tag to compare
@BANG88 BANG88 released this 30 Apr 08:25
· 320 commits to master since this release

4.0.0

2020-06-14

Please checkout readme for upgrade to 4.0.0 https://github.com/ant-design/ant-design-mobile-rn/blob/master/README.md#installing-peer-dependencies-400

  • Refactor Toast, now supports configuration pull/911 By @helsonxiao
  • Addedes_ES locale pull/916
  • Update TypeScript definitions
  • Added pt_BR locale pull/802
  • Fixes UNSAFE_ warning commit
  • Replace React-Native components with @react-native-community/* pull/828Breaking changes. Needs linking or auto linking)
  • refactor Carousel pull/841 Needs set a width and height to Carousel
  • Upgrade react-native to 0.62.0
  • bug fixes

  • Toast 重构,现在支持配置 pull/911 感谢 @helsonxiao
  • 添加es_ES 本地化支持 pull/916
  • 添加pt_BR 本地化支持 pull/802
  • 修复UNSAFE_ 警告 commit
  • 使用@react-native-community/*替换React-Native 内置组件 pull/828不兼容改动,需要 linking 或者 auto linking)
  • 重构Carousel pull/841 Carousel 需要设置宽高
  • 更新react-native0.62.0
  • 完善TypeScript 类型定义
  • 其他bug修复