-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1393 from ant-design/5.3.0
* feat: Modal add useModal(#1383) * feat: Picker support modalType(#1383) * feat: Carousel support onScrollAnimationEnd * fix:[Form] fix Require cycle * feat:[typescript] export all component types * feat: Slider add disabledStep、onSlidingStart、onSlidingComplete prop * fix: Tooltip safe floatingStyles * chore: test * feat: Slider add tapToSeek prop * feat: [email protected] * fix: Picker & DatePicker defaultValue prop works(#1331) * fix: DatePicker children extra placeholder * feat: refactor useTheme by lodash.mergewith * 代码暂存 * feat: Toast support useToast (#1388) * fix: Switch styles doc * feat: Modal support animationDuration prop(#1386) * Temp 5.2.4 (#1392) * feat: refactor Slider * feat: Toast support useToast (#1388) * fix: Switch styles doc * feat: Modal support animationDuration prop(#1386) * feat: 5.3.0 * feat: [email protected] not support jest snap (software-mansion/react-native-reanimated#6645) * bump 5.3.0 * fix: Switch style in 0.76 (#1389) * fix: Radio defaultCheck not works (#1380) * feat: Upgrade [email protected]+
- Loading branch information
Showing
78 changed files
with
2,176 additions
and
7,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,27 @@ toc: false | |
- Major version release is not included in this schedule for breadking change and new features. | ||
|
||
--- | ||
### 5.3.0 | ||
`2024-11-14` | ||
- 🌟 **Typescript**: export all component props types. | ||
(To support for [nativewind](https://github.com/nativewind/nativewind)) | ||
- **Toast**: | ||
- feat: add `useToast` hook method [#1388](https://github.com/ant-design/ant-design-mobile-rn/issues/1388) | ||
- **Modal** | ||
- feat: add `useModal` hook method [#1383](https://github.com/ant-design/ant-design-mobile-rn/issues/1383) | ||
- feat: add `modalType` prop (Sync to **Picker**) | ||
- **Carousel** | ||
- feat: add `onScrollAnimationEnd` prop | ||
- **Slider** | ||
- feat: add `disabledStep`、`onSlidingStart`、`onSlidingComplete`、`tapToSeek` prop | ||
- 🔥 Upgrade [email protected]+ | ||
- fix: [Switch] `style` props works [#1389](https://github.com/ant-design/ant-design-mobile-rn/issues/1398) | ||
- fix: [Pagination] Remove `flex: 1` to avoid height collapse | ||
- other fix | ||
- fix: [Form] fix Require cycle | ||
- fix: [Tooltip] safe floatingStyles | ||
- fix: [Picker] `defaultValue` prop works [#1311](https://github.com/ant-design/ant-design-mobile-rn/issues/1311) | ||
- fix: [Radio] `defaultChecked` prop works [#1380](https://github.com/ant-design/ant-design-mobile-rn/issues/1380) | ||
|
||
### 5.2.3 | ||
`2024-09-09` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,28 @@ toc: false | |
|
||
--- | ||
|
||
### 5.3.0 | ||
`2024-11-14` | ||
- 🌟 **Typescript**: 导出所有 component 的 props types。 | ||
(以支持 [nativewind](https://github.com/nativewind/nativewind)) | ||
- 🔥 **Toast**: | ||
- feat: 新增 `useToast` hook 方法 [#1388](https://github.com/ant-design/ant-design-mobile-rn/issues/1388) | ||
- 🔥 **Modal** | ||
- feat: 新增 `useModal` hook 方法 [#1383](https://github.com/ant-design/ant-design-mobile-rn/issues/1383) | ||
- feat: 新增 `modalType` 属性 (**Picker** 也同步支持) | ||
- **Carousel** | ||
- feat: 新增 `onScrollAnimationEnd` 属性 | ||
- **Slider** | ||
- feat: 新增 `disabledStep`、`onSlidingStart`、`onSlidingComplete`、`tapToSeek` 属性 | ||
- 🔥 适配 [email protected]+ | ||
- fix: [Switch] `style` props works [#1389](https://github.com/ant-design/ant-design-mobile-rn/issues/1398) | ||
- fix: [Pagination] 移除`flex: 1`,避免高度坍塌 | ||
- 其他fix | ||
- fix: [Form] fix Require cycle | ||
- fix: [Tooltip] safe floatingStyles | ||
- fix: [Picker] `defaultValue` prop works [#1311](https://github.com/ant-design/ant-design-mobile-rn/issues/1311) | ||
- fix: [Radio] `defaultChecked` prop works [#1380](https://github.com/ant-design/ant-design-mobile-rn/issues/1380) | ||
|
||
### 5.2.3 | ||
`2024-09-09` | ||
- 🔥 **Carousel** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.