Skip to content

Commit e7fdb12

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-v3.3
2 parents 8d01558 + fa53e89 commit e7fdb12

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
- 💄 优化 Upload 操作按钮的样式细节。
5151
- 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。
5252

53+
## 3.2.11
54+
55+
`2022-08-08`
56+
57+
- 🐞 Fix dayjs error when CDN introduces component library [#5874](https://github.com/vueComponent/ant-design-vue/issues/5874)
58+
- 🐞 Fix `Dropdown` submenu wrapping issue [#5798](https://github.com/vueComponent/ant-design-vue/issues/5798)
59+
- 🐞 Fix the problem that the package size increases when the icon is introduced [#5822](https://github.com/vueComponent/ant-design-vue/issues/5822)
60+
- 🐞 Fix `Select` custom field, no auto-focus selected node issue [#5843](https://github.com/vueComponent/ant-design-vue/issues/5843)
61+
- 🐞 Fix `InputNumber` size=large, the style is not aligned [#5853](https://github.com/vueComponent/ant-design-vue/issues/5853)
62+
5363
## 3.2.10
5464

5565
`2022-07-07`

CHANGELOG.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
- 💄 优化 Upload 操作按钮的样式细节。
5151
- 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。
5252

53+
## 3.2.11
54+
55+
`2022-08-08`
56+
57+
- 🐞 修复 CDN 引入组件库时,dayjs 报错问题 [#5874](https://github.com/vueComponent/ant-design-vue/issues/5874)
58+
- 🐞 修复 `Dropdown` 子菜单换行问题 [#5798](https://github.com/vueComponent/ant-design-vue/issues/5798)
59+
- 🐞 修复图标引入打包体积增大问题 [#5822](https://github.com/vueComponent/ant-design-vue/issues/5822)
60+
- 🐞 修复 `Select` 自定义字段时,没有自动聚焦选中节点问题 [#5843](https://github.com/vueComponent/ant-design-vue/issues/5843)
61+
- 🐞 修复 `InputNumber` size=large 时, 样式未对齐问题 [#5853](https://github.com/vueComponent/ant-design-vue/issues/5853)
62+
5363
## 3.2.10
5464

5565
`2022-07-07`

site/src/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import zhCN from './locale/zh-CN';
44
import { isZhCN } from './utils/util';
55

66
const i18n = createI18n({
7-
legacy: true,
7+
legacy: false,
88
locale: isZhCN(location.pathname) ? 'zh-CN' : 'en-US',
99
fallbackLocale: 'en-US',
1010
messages: {

0 commit comments

Comments
 (0)