Skip to content

Commit

Permalink
chore(release): v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2024
1 parent 4bfeeac commit e5f3781
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
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"
}
}

0 comments on commit e5f3781

Please sign in to comment.