Skip to content

Commit

Permalink
bump 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Nov 20, 2024
1 parent 4e7175a commit a8de519
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ toc: false
- Major version release is not included in this schedule for breadking change and new features.

---

### 5.3.1
`2024-11-20`
- **Carousel**
- feat: add `lazy` & `renderLazyPlaceholder` prop
- fix: [email protected]+ avoid height collapse [#1372](https://github.com/ant-design/ant-design-mobile-rn/issues/1372)
- **Provider**
- fix: `onHaptics` not works bug
- fix: `lodash.mergewith` dependencie [#1397](https://github.com/ant-design/ant-design-mobile-rn/issues/1397)

### 5.3.0
`2024-11-14`
- 🌟 **Typescript**: export all component props types.
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ toc: false

---

### 5.3.1
`2024-11-20`
- **Carousel**
- feat: 新增 `lazy` & `renderLazyPlaceholder` 属性
- fix: [email protected]+ 高度坍塌 [#1372](https://github.com/ant-design/ant-design-mobile-rn/issues/1372)
- **Provider**
- fix: `onHaptics` 不工作bug
- fix: `lodash.mergewith` dependencie [#1397](https://github.com/ant-design/ant-design-mobile-rn/issues/1397)

### 5.3.0
`2024-11-14`
- 🌟 **Typescript**: 导出所有 component 的 props types。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/react-native",
"version": "5.3.0",
"version": "5.3.1",
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
"keywords": [
"ant",
Expand Down

0 comments on commit a8de519

Please sign in to comment.