Skip to content

Commit

Permalink
chore(release): v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent 2d1592d commit c217884
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.14.0](https://github.com/ant-design/ant-design-mini/compare/2.13.0...2.14.0)

- fix: 修复日历组件 demo [`#885`](https://github.com/ant-design/ant-design-mini/pull/885)
- Component result tsxml [`#883`](https://github.com/ant-design/ant-design-mini/pull/883)
- fix: 修改 form-textarea 的参数 [`#884`](https://github.com/ant-design/ant-design-mini/pull/884)
- feat: 更新 result 组件的 axml [`#881`](https://github.com/ant-design/ant-design-mini/pull/881)
- feat: 更新 list 组件 [`#880`](https://github.com/ant-design/ant-design-mini/pull/880)
- feat: list 使用 tsxml 重写 [`#879`](https://github.com/ant-design/ant-design-mini/pull/879)
- feat: 更新 list 的 tsxml [`#878`](https://github.com/ant-design/ant-design-mini/pull/878)
- fix: 修复微信端日历组件显示不正确的问题 [`#876`](https://github.com/ant-design/ant-design-mini/pull/876)
- feat: 支持 axml 编译支持 for-key [`#875`](https://github.com/ant-design/ant-design-mini/pull/875)
- feat: calendar [`#871`](https://github.com/ant-design/ant-design-mini/pull/871)
- fix: 优化 text 元素的编译 [`#872`](https://github.com/ant-design/ant-design-mini/pull/872)
- fix: 删除 dayjs 插件 [`#870`](https://github.com/ant-design/ant-design-mini/pull/870)

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

> 17 October 2023
- fix: 修复 switch 的 value 不正确的问题 [`#868`](https://github.com/ant-design/ant-design-mini/pull/868)
- chore: 新增在 uni-app 使用的指引 [`#867`](https://github.com/ant-design/ant-design-mini/pull/867)
- fix: 修复 slide 的一些问题 [`#866`](https://github.com/ant-design/ant-design-mini/pull/866)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mini",
"version": "2.13.0",
"version": "2.14.0",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "compiled/wechat/src",
"scripts": {
Expand Down Expand Up @@ -121,4 +121,4 @@
],
"license": "MIT",
"homepage": "https://github.com/ant-design/ant-design-mini"
}
}

0 comments on commit c217884

Please sign in to comment.