Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.28.2 #1125

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.28.2](https://github.com/ant-design/ant-design-mini/compare/2.28.1...2.28.2)

- fix: 修改 SwipeAction 在微信小程序下的 slot [`#1123`](https://github.com/ant-design/ant-design-mini/pull/1123)
- feat: listitem组件写法优化 [`#1124`](https://github.com/ant-design/ant-design-mini/pull/1124)
- feat(swiperAction):swiperAction组件新增滑动按钮插槽 [`#1120`](https://github.com/ant-design/ant-design-mini/pull/1120)
- fix: 修复 loading demo 引用出错的问题 [`#1116`](https://github.com/ant-design/ant-design-mini/pull/1116)

#### [2.28.1](https://github.com/ant-design/ant-design-mini/compare/2.28.0...2.28.1)

> 22 February 2024
- feat: 兼容 updateFade 时 item 为 null 的情况 [`#1112`](https://github.com/ant-design/ant-design-mini/pull/1112)

#### [2.28.0](https://github.com/ant-design/ant-design-mini/compare/2.27.1...2.28.0)
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": "antd-mini",
"version": "2.28.1",
"version": "2.28.2",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "compiled/wechat/src",
"scripts": {
Expand Down
Loading