Skip to content

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

5.0.1

17 Aug 07:34
Compare
Choose a tag to compare

2022-08-11

  • fix: Tabs onChange no-call #1241
  • fix: add libraries required for version 5.0.0 #1228
  • fix: Typescript error in react18 #1242
  • fix: webpack config #1243
  • fix ButtonWave on android cause Checkbox can't be clicked #1238 @zs7779

5.0.0

28 Mar 10:30
Compare
Choose a tag to compare

2022-03-28

  • 🔥 Expo and react-native-web support #1220
  • Checkbox & Radio
    • 💄 Refactor Checkbox Use pure style replace to Icon button ~commit
    • ⚡️ Broken styles change ~commit
    • 💄 Radio Refactor extends by Checkbox
    • 🆕 Radio add Radio.Group component
  • Refactor Switch
    • 🆕 Switch add (loading checkedChildren unCheckedChildren) new props
    • 🆕 Switch support (trackColor thumbColor thumbTintColor) native props #507
    • 🆕 Switch support styles prop to custom style
  • Toast
    • 🆕 content's type support React.ReactNode @iShawnWang
    • 🐞 Fix the onClose callback not called when removeAll @erichua23
  • Carousel
    • 🔥 Refactor Carousel with remove dependence react-native-pager-view @1uokun
    • 💄 Carousel extends by ScrollView {pagingEnabled} to support web
  • 🔥 Refactor Tabs with remove dependence react-native-pager-view and extends by Carousel
  • 💄 ActionSheet create index.native.tsx to differentiate web and native Platform #1219
  • 🐞 Fix Flex support flex value 0 in Flex.Item @laoxubuer

  • 🔥 全面支持 Exporeact-native-web #1220
  • 重构 Checkbox & Radio
    • 💄 重构Checkbox 使用纯样式代码替换Icon按钮 ~commit
    • ⚡️ 缺点是破坏性的styles属性改变 ~commit
    • 💄 重构Radio 基于 Checkbox 开发
    • 🆕 Radio 新增 Radio.Group 组件
  • 重构 Switch
    • 🆕 Switch新增 (loading checkedChildren unCheckedChildren) 属性支持
    • 🆕 Switch新增 (trackColor thumbColor thumbTintColor) 原生属性支持 #507
    • 🆕 Switch 新增 styles 属性已自定义样式
  • Toast
    • 🆕 Toast content 属性类型新增 React.ReactNode @iShawnWang
    • 🐞 修复 Toast.removeAll 调用后无法回调 onClose bug @erichua23
  • Carousel
    • 🔥 重构Carousel,移除 react-native-pager-view 依赖 @1uokun
    • 💄 Carousel基于 ScrollView {pagingEnabled} 开发以支持web
  • 🔥 重构Tabs,移除 react-native-pager-view 依赖,基于Carousel开发
  • 💄 ActionSheet 创建index.native.tsx文件以此区分 web 端和 native#1219
  • 🐞 修复 Flex Flex.Item 组件 flex 属性不能为 0 bug @laoxubuer

4.2.0

16 Jun 03:03
Compare
Choose a tag to compare

2021-06-16

  • react-native-gesture-handler now is a peerDependencies must be installed.
  • Refactor(eslint): now using eslint directly
  • Upgrade rn-kitchen-sink to the latest version
  • Refactor(swipe-action): using react-native-gesture-handler close #931
  • Refactor(drawer): using react-native-gesture-handler/DrawerLayout close #1164
  • Fixes: action-sheet for Android respects theme (#1176) by https://github.com/KusStar
  • Refactor(jest): tests by https://github.com/1uokun

4.1.0

15 Apr 14:53
Compare
Choose a tag to compare

Change peer deps

  • @react-native-community/viewpager to react-native-pager-view
  • @react-native-community/picker to @react-native-picker/picker

You need installing these packages manually.

4.0.0

30 Apr 08:25
Compare
Choose a tag to compare

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修复

3.3.0

08 Mar 09:20
Compare
Choose a tag to compare

3.3.0

2020-03-08

  • Upgrade Icons to 2.0.0

  • Icons 升级到最新版 2.0.0

3.2.2

31 Dec 01:28
Compare
Choose a tag to compare

Happy New Year 🎉🎉🎉

3.2.2

2019-12-31

  • Modal.alert Modal.prompt Modal.operation now returns a key that can be manually closed via Portal.remove(key).

  • Modal.alert Modal.prompt Modal.operation 现在返回一个key,可以通过Portal.remove(key) 手动关闭

3.2.0

29 Sep 01:17
Compare
Choose a tag to compare

3.2.0

Only affect Android users.

2019-09-29


If you have RNViewPager error please checkout its docs https://github.com/react-native-community/react-native-viewpager#mostly-automatic-installation

3.1.15

27 Aug 01:28
Compare
Choose a tag to compare

3.1.15

2019-08-27


  • ListItem 组件增加一个onLongPress属性 #619 by Zixuan

3.1.14

21 Aug 03:03
Compare
Choose a tag to compare

3.1.14

2019-08-21

  • Add onBackHandler to modal related components #611 by Tzng
  • Fixes search-bar type definition

  • modal 相关的组件增加一个onBackHandler属性 #611 by Tzng
  • 完善 search-bar 类型定义