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.25.0 #1046

Merged
merged 1 commit into from
Jan 22, 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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ 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.25.0](https://github.com/ant-design/ant-design-mini/compare/2.24.0...2.25.0)

- fix: change types [`#1045`](https://github.com/ant-design/ant-design-mini/pull/1045)
- feat: tooltip 支持 slot [`#1034`](https://github.com/ant-design/ant-design-mini/pull/1034)
- docs: fix compiled miss [`#1044`](https://github.com/ant-design/ant-design-mini/pull/1044)
- 更新 Badge、Grid、Pagination、Toast 的 axml [`#1041`](https://github.com/ant-design/ant-design-mini/pull/1041)
- fix: 更新 Stepper 在 readonly 模式下的样式 [`#1040`](https://github.com/ant-design/ant-design-mini/pull/1040)
- feat: stepper 组件增加只读属性 (#1036) [`#1039`](https://github.com/ant-design/ant-design-mini/pull/1039)
- fix: 修改微信 demo 页的 title [`#1038`](https://github.com/ant-design/ant-design-mini/pull/1038)
- CheckList 适配微信 [`#1037`](https://github.com/ant-design/ant-design-mini/pull/1037)
- Modal 适配微信 [`#1035`](https://github.com/ant-design/ant-design-mini/pull/1035)
- 更新 modal 的 axml [`#1019`](https://github.com/ant-design/ant-design-mini/pull/1019)
- 更新 NoticeBar 的 axml 以及补充测试 [`#1020`](https://github.com/ant-design/ant-design-mini/pull/1020)
- Guide Tour 适配微信 [`#1018`](https://github.com/ant-design/ant-design-mini/pull/1018)
- 重构 GuideTour [`#1017`](https://github.com/ant-design/ant-design-mini/pull/1017)
- feat: skeleton 适配微信 [`#1033`](https://github.com/ant-design/ant-design-mini/pull/1033)
- Divider、avatar 组件适配微信 [`#1016`](https://github.com/ant-design/ant-design-mini/pull/1016)
- 更新 skeleton 的 axml [`#1021`](https://github.com/ant-design/ant-design-mini/pull/1021)
- docs: standard API desc [`df292cb`](https://github.com/ant-design/ant-design-mini/commit/df292cb27bc51ebf7b7afe2bc2713505fcdf1c3d)

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

> 16 January 2024

- feat: popup 组件新增 onAfterShow 与 onAfterClose 事件 [`#1025`](https://github.com/ant-design/ant-design-mini/pull/1025)
- fix: 添加编译后的代码 [`cd79e6c`](https://github.com/ant-design/ant-design-mini/commit/cd79e6ce65adcf06ccca431df44b5dafcbd31cf1)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mini",
"version": "2.24.0",
"version": "2.25.0",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "compiled/wechat/src",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build",
"pub": "node scripts/publish.js",
"test": "vitest run",
"check-compiled":"tsx ./scripts/check-compiled.ts",
"check-compiled": "tsx ./scripts/check-compiled.ts",
"cov": "vitest run --coverage && tsx ./scripts/patch-coverage.ts"
},
"gitHooks": {
Expand Down Expand Up @@ -123,4 +123,4 @@
],
"license": "MIT",
"homepage": "https://github.com/ant-design/ant-design-mini"
}
}