5.2.1
版本发布时间: 2024-08-02 21:44:44
ant-design/ant-design-mobile-rn最新发布版本:5.2.3(2024-09-09 20:07:59)
2024-08-02
- 🔥 New Components
- 🔥 Toast
- 🆕 Add
icon
prop to support custom icons - 🆕 Add
position
prop for vertical display position #1353
- 🆕 Add
- 🔥 List
- 💄 Refactor internal DOM structure, cancel the
{flex:1}
layout ofextra
, and change it to{maxWith: "70%"}
. ~commit - 🛠 Simplified styles to better support and serve as the main component of Dark Mode.
- 💄 Refactor internal DOM structure, cancel the
-
Provider
- 🆕 Add
onHaptics
for vibration feedback - 🛠 Simplified
theme
, complete Dark Mode. ~doc
- 🆕 Add
-
NoticeBar
- 🆕 Complete
marqueeProps
prop, design reference https://github.com/justin-chu/react-fast-marquee
- 🆕 Complete
-
Slider
- 💄 Refactor style, changed to brand color(
#108ee9
). - 🆕 Add new features such as
range
step
ticks
. - 🆕 Add dependence
react-native-reanimated
. - 🗑 Remove dependence
@react-native-community/slider
.
- 💄 Refactor style, changed to brand color(
-
Stepper
- 💄 Refactor style, base on InputStyle.
- 🆕 Add
stringMode
, set value as string to support high precision decimals.
-
SwipeAction
- 🆕 Add
closeOnTouchOutside
prop, base onuseClickAway
hook implementation. #1345 - 🆕 Complete more properties base on
react-native-gesture-handler/Swipeable
.
- 🆕 Add
- 🗑 Deprecate SegmentedControl component.
- 🗑 Remove dependence
@react-native-community/segmented-control
.
- 🗑 Remove dependence
- 🔥 新增组件
- 🔥 List
- 💄 重构内部DOM结构,取消
extra
的{flex:1}
布局,改为{maxWith: "70%"}
。 https://github.com/ant-design/ant-design-mobile-rn/commit/cc84d4f5918df26b26a1ca8959b78eb531f85346 - 🛠 优化styles,更好支持并作为暗黑模式的主要组件。
- 💄 重构内部DOM结构,取消
- 🔥 Toast
- 🆕 新增
icon
属性,支持自定义图标。 - 🆕 新增
position
属性,控制垂直方向显示位置。 #1353
- 🆕 新增
-
Provider
- 🆕 新增
onHaptics
属性,用于执行震动反馈事件,需自行选择引入触觉引擎。 - 🛠 精简
theme
主题变量,现支持暗黑模式。~doc
- 🆕 新增
-
NoticeBar
- 🆕 完善
marqueeProps
属性,设计参考 https://github.com/justin-chu/react-fast-marquee 。
- 🆕 完善
-
Slider
- 💄 重构样式,改为品牌色(
#108ee9
)。 - 🆕 添加新功能,例如
range
、step
、ticks
。 - 🆕 新增
react-native-reanimated
依赖。 - 🗑 移除
@react-native-community/slider
依赖。
- 💄 重构样式,改为品牌色(
-
Stepper
- 💄 重构样式,改为基于 InputStyle。
- 🆕 新增
stringMode
属性,支持高精度小数,基于@rc-component/mini-decimal
依赖实现。
-
SwipeAction
- 🆕 新增
closeOnTouchOutside
属性,基于useClickAway
钩子实现。 #1345 - 🆕 完善并支持
react-native-gesture-handler/Swipeable
的所有属性。
- 🆕 新增
- 🗑 废弃 SegmentedControl 组件。
- 🗑 移除
@react-native-community/segmented-control
依赖。
- 🗑 移除