-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
26 additions
and
26 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ toc: false | |
|
||
--- | ||
### 5.3.0 | ||
`2024-11-13` | ||
`2024-11-14` | ||
- 🌟 **Typescript**: export all component props types. | ||
(To support for [nativewind](https://github.com/nativewind/nativewind)) | ||
- **Toast**: | ||
|
@@ -26,9 +26,14 @@ toc: false | |
- feat: add `onScrollAnimationEnd` prop | ||
- **Slider** | ||
- feat: add `disabledStep`、`onSlidingStart`、`onSlidingComplete`、`tapToSeek` prop | ||
- fix | ||
- 🔥 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ toc: false | |
--- | ||
|
||
### 5.3.0 | ||
`2024-11-13` | ||
`2024-11-14` | ||
- 🌟 **Typescript**: 导出所有 component 的 props types。 | ||
(以支持 [nativewind](https://github.com/nativewind/nativewind)) | ||
- 🔥 **Toast**: | ||
|
@@ -27,9 +27,14 @@ toc: false | |
- feat: 新增 `onScrollAnimationEnd` 属性 | ||
- **Slider** | ||
- feat: 新增 `disabledStep`、`onSlidingStart`、`onSlidingComplete`、`tapToSeek` 属性 | ||
- fix | ||
- 🔥 适配 [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` | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ export interface PaginationStyle { | |
export default (theme: Theme) => | ||
StyleSheet.create<PaginationStyle>({ | ||
container: { | ||
flex: 1, | ||
// fix: 高度坍塌 in [email protected]+ | ||
// flex: 1, | ||
justifyContent: 'center', | ||
}, | ||
numberStyle: { | ||
|
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
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