release 1.6.5
parent
648b026166
commit
ab7bb9068b
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.6.5
|
||||
|
||||
`2020-08-25`
|
||||
|
||||
- 🔥🔥🔥 Vue 3 compatible [2.0.0-beta.3](https://2x.antdv.com/)
|
||||
- 🔥 Add Space component [#2669](https://github.com/vueComponent/ant-design-vue/pull/2669)
|
||||
- 🌟 Optimize zh_TW language pack [#2679](https://github.com/vueComponent/ant-design-vue/pull/2679)
|
||||
- 🐞 Fix breadcrumb `Breadcrumb` repeated key problem [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
|
||||
- 🐞 Fix the problem of misalignment in the fixed column of Table [#1493](https://github.com/vueComponent/ant-design-vue/issues/1493)
|
||||
- 🐞 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)
|
||||
|
||||
## 1.6.4
|
||||
|
||||
`2020-07-21`
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.6.5
|
||||
|
||||
`2020-08-25`
|
||||
|
||||
- 🔥🔥🔥 兼容 Vue 3 的 [2.0.0-beta.3](https://2x.antdv.com/) 版本发布
|
||||
- 🔥 新增 Space 组件 [#2669](https://github.com/vueComponent/ant-design-vue/pull/2669)
|
||||
- 🌟 优化 zh_TW 语言包 [#2679](https://github.com/vueComponent/ant-design-vue/pull/2679)
|
||||
- 🐞 修复面包屑 `Breadcrumb` 重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
|
||||
- 🐞 修复 Table 固定列情况下错位问题 [#1493](https://github.com/vueComponent/ant-design-vue/issues/1493)
|
||||
- 🐞 修复 Mentions 组件为空时回车键报错的问题 [#2662](https://github.com/vueComponent/ant-design-vue/pull/2662)
|
||||
|
||||
## 1.6.4
|
||||
|
||||
`2020-07-21`
|
||||
|
|
|
@ -40,6 +40,7 @@ An enterprise-class UI components based on Ant Design and Vue.
|
|||
- 提炼自企业级中后台产品的交互语言和视觉风格。
|
||||
- 开箱即用的高质量 Vue 组件。
|
||||
- 共享 [Ant Design of React](http://ant-design.gitee.io/docs/spec/introduce-cn) 设计工具体系。
|
||||
- 从 [2.x](https://2x.antdv.com/) 版本开始支持 Vue 3
|
||||
|
||||
## 支持环境
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ English | [简体中文](./README-zh_CN.md)
|
|||
- An enterprise-class UI design system for desktop applications.
|
||||
- A set of high-quality Vue components out of the box.
|
||||
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
|
||||
- Support Vue 3 from [2.x](https://2x.antdv.com/)
|
||||
|
||||
## Environment Support
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 84ee25d800ce56d1fc170d9dbd7b150343be9b0e
|
||||
Subproject commit 42118ce953ddcaf9a470b5e9c8c9980f01d5c628
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue