Skip to content

Commit 1d6a891

Browse files
committed
release 3.2.11
1 parent 333c48c commit 1d6a891

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.en-US.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 3.2.11
14+
15+
`2022-08-08`
16+
17+
- 🐞 Fix dayjs error when CDN introduces component library [#5874](https://github.com/vueComponent/ant-design-vue/issues/5874)
18+
- 🐞 Fix `Dropdown` submenu wrapping issue [#5798](https://github.com/vueComponent/ant-design-vue/issues/5798)
19+
- 🐞 Fix the problem that the package size increases when the icon is introduced [#5822](https://github.com/vueComponent/ant-design-vue/issues/5822)
20+
- 🐞 Fix `Select` custom field, no auto-focus selected node issue [#5843](https://github.com/vueComponent/ant-design-vue/issues/5843)
21+
- 🐞 Fix `InputNumber` size=large, the style is not aligned [#5853](https://github.com/vueComponent/ant-design-vue/issues/5853)
22+
1323
## 3.2.10
1424

1525
`2022-07-07`

CHANGELOG.zh-CN.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 3.2.11
14+
15+
`2022-08-08`
16+
17+
- 🐞 修复 CDN 引入组件库时,dayjs 报错问题 [#5874](https://github.com/vueComponent/ant-design-vue/issues/5874)
18+
- 🐞 修复 `Dropdown` 子菜单换行问题 [#5798](https://github.com/vueComponent/ant-design-vue/issues/5798)
19+
- 🐞 修复图标引入打包体积增大问题 [#5822](https://github.com/vueComponent/ant-design-vue/issues/5822)
20+
- 🐞 修复 `Select` 自定义字段时,没有自动聚焦选中节点问题 [#5843](https://github.com/vueComponent/ant-design-vue/issues/5843)
21+
- 🐞 修复 `InputNumber` size=large 时, 样式未对齐问题 [#5853](https://github.com/vueComponent/ant-design-vue/issues/5853)
22+
1323
## 3.2.10
1424

1525
`2022-07-07`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "3.2.10",
3+
"version": "3.2.11",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)