Skip to content

Commit ab7bb90

Browse files
committed
release 1.6.5
1 parent 648b026 commit ab7bb90

File tree

6 files changed

+26
-2
lines changed

6 files changed

+26
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

1111
---
1212

13+
## 1.6.5
14+
15+
`2020-08-25`
16+
17+
- 🔥🔥🔥 Vue 3 compatible [2.0.0-beta.3](https://2x.antdv.com/)
18+
- 🔥 Add Space component [#2669](https://github.com/vueComponent/ant-design-vue/pull/2669)
19+
- 🌟 Optimize zh_TW language pack [#2679](https://github.com/vueComponent/ant-design-vue/pull/2679)
20+
- 🐞 Fix breadcrumb `Breadcrumb` repeated key problem [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
21+
- 🐞 Fix the problem of misalignment in the fixed column of Table [#1493](https://github.com/vueComponent/ant-design-vue/issues/1493)
22+
- 🐞 Fix the problem that the Enter key will report an error when the Mentions component is empty [#2662](https://github.com/vueComponent/ant-design-vue/pull/2662)
23+
1324
## 1.6.4
1425

1526
`2020-07-21`

CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

1111
---
1212

13+
## 1.6.5
14+
15+
`2020-08-25`
16+
17+
- 🔥🔥🔥 兼容 Vue 3 的 [2.0.0-beta.3](https://2x.antdv.com/) 版本发布
18+
- 🔥 新增 Space 组件 [#2669](https://github.com/vueComponent/ant-design-vue/pull/2669)
19+
- 🌟 优化 zh_TW 语言包 [#2679](https://github.com/vueComponent/ant-design-vue/pull/2679)
20+
- 🐞 修复面包屑 `Breadcrumb` 重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
21+
- 🐞 修复 Table 固定列情况下错位问题 [#1493](https://github.com/vueComponent/ant-design-vue/issues/1493)
22+
- 🐞 修复 Mentions 组件为空时回车键报错的问题 [#2662](https://github.com/vueComponent/ant-design-vue/pull/2662)
23+
1324
## 1.6.4
1425

1526
`2020-07-21`

README-zh_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ An enterprise-class UI components based on Ant Design and Vue.
4040
- 提炼自企业级中后台产品的交互语言和视觉风格。
4141
- 开箱即用的高质量 Vue 组件。
4242
- 共享 [Ant Design of React](http://ant-design.gitee.io/docs/spec/introduce-cn) 设计工具体系。
43+
-[2.x](https://2x.antdv.com/) 版本开始支持 Vue 3
4344

4445
## 支持环境
4546

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ English | [简体中文](./README-zh_CN.md)
4040
- An enterprise-class UI design system for desktop applications.
4141
- A set of high-quality Vue components out of the box.
4242
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
43+
- Support Vue 3 from [2.x](https://2x.antdv.com/)
4344

4445
## Environment Support
4546

antdv-demo

package.json

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

0 commit comments

Comments
 (0)