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.20.0 #994

Merged
merged 1 commit into from
Dec 19, 2023
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@ 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.20.0](https://github.com/ant-design/ant-design-mini/compare/2.19.0...2.20.0)

- fix: 修复 onSelectMax 无效的问题 [`#993`](https://github.com/ant-design/ant-design-mini/pull/993)
- feat: Rate Custom 迁移到微信 [`#992`](https://github.com/ant-design/ant-design-mini/pull/992)
- feat: selector 适配微信 [`#987`](https://github.com/ant-design/ant-design-mini/pull/987)
- feat: rate 适配微信 [`#988`](https://github.com/ant-design/ant-design-mini/pull/988)
- feat: radio 适配微信 [`#989`](https://github.com/ant-design/ant-design-mini/pull/989)
- fix: 修复 range picker 的 format 警告 [`#991`](https://github.com/ant-design/ant-design-mini/pull/991)
- radio rate selector 组件使用 functional 重写 [`#986`](https://github.com/ant-design/ant-design-mini/pull/986)
- feat: tabs 重写为 tsx [`#985`](https://github.com/ant-design/ant-design-mini/pull/985)
- feat: selector 重写为 tsx [`#983`](https://github.com/ant-design/ant-design-mini/pull/983)
- feat: rate 使用 tsx 重写 [`#982`](https://github.com/ant-design/ant-design-mini/pull/982)
- feat: 使用 tsx 重写 radio [`#981`](https://github.com/ant-design/ant-design-mini/pull/981)

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

> 14 December 2023

- feat: ImageUploadControl 适配微信 [`#978`](https://github.com/ant-design/ant-design-mini/pull/978)
- Date picker 适配微信 [`#977`](https://github.com/ant-design/ant-design-mini/pull/977)
- Picker 适配微信小程序 [`#976`](https://github.com/ant-design/ant-design-mini/pull/976)
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.19.0",
"version": "2.20.0",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "compiled/wechat/src",
"scripts": {
Expand Down