Browse Source

release 3.1.1

pull/5449/head 3.1.1
tangjinzhou 3 years ago
parent
commit
74f77de5d0
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -10,6 +10,13 @@
---
## 3.1.1
`2022-04-06`
- 🌟 Optimize `Form` rule type hints [#5439](https://github.com/vueComponent/ant-design-vue/issues/5439)
- 🐞 Fix the problem of incorrect height calculation when virtual scroll related components dynamically update content [4a4670](https://github.com/vueComponent/ant-design-vue/commit/4a4670bdce9e1043348fd741ec7a262ba2413a3a)
## 3.1.0
`2022-04-06`

7
CHANGELOG.zh-CN.md

@ -10,6 +10,13 @@
---
## 3.1.1
`2022-04-06`
- 🌟 优化 `Form` rule 类型提示 [#5439](https://github.com/vueComponent/ant-design-vue/issues/5439)
- 🐞 修复虚拟滚动相关组件动态更新内容时,高度计算错误问题 [4a4670](https://github.com/vueComponent/ant-design-vue/commit/4a4670bdce9e1043348fd741ec7a262ba2413a3a)
## 3.1.0
`2022-04-06`

2
package.json

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "3.1.0",
"version": "3.1.1",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [

Loading…
Cancel
Save