Skip to content

Commit a8e2e87

Browse files
committed
bump 2.0.0-beta.11
1 parent 3236471 commit a8e2e87

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 2.0.0-beta.11
14+
15+
`2020-10-30`
16+
17+
- 🎉🎉🎉 Refactored Select and AutoComplete components, supports virtual lists, and greatly improves performance
18+
- 🔥🔥🔥 Use Typescript to refactor all components, type support is more friendly
19+
- 🔥 Optimize the underlying animation components, with better performance and smoother
20+
- 🌟 Textarea component added showCount to support word count function
21+
- 🌟 Recursive Menu component, supports arbitrary nesting of other elements [#1452](https://github.com/vueComponent/ant-design-vue/issues/1452)
22+
- 🇮🇪 Add Irish language internationalization support
23+
- 🐞 Fix webpack 5 compatibility issues.
24+
- 🐞 Fix the problem that the Upload method attribute does not take effect [#2837](https://github.com/vueComponent/ant-design-vue/issues/2837)
25+
- 🐞 Fix Table component filter not supporting number type problem [#3052](https://github.com/vueComponent/ant-design-vue/issues/3052)
26+
- 🐞 Fix Table fixed column ellipsis not working issue [#2916](https://github.com/vueComponent/ant-design-vue/issues/2916)
27+
- 🐞 Fix Table custom expandIcon not taking effect [#3013](https://github.com/vueComponent/ant-design-vue/issues/3013)
28+
- 🐞 Fix the problem that TreeSelect cannot customize slot [#2827](https://github.com/vueComponent/ant-design-vue/issues/2827)
29+
- 🛎 Change Avatar's srcSet to srcset
30+
1331
## 2.0.0-beta.10
1432

1533
`2020-09-24`

CHANGELOG.zh-CN.md

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

1111
---
1212

13+
## 2.0.0-beta.11
14+
15+
`2020-10-30`
16+
17+
- 🎉🎉🎉 重构 Select、AutoComplete 组件,支持虚拟列表,性能大幅提升
18+
- 🔥🔥🔥 使用 Typescript 重构所有组件,类型支持更加友好
19+
- 🔥 优化底层动画组件,性能更好,更流畅
20+
- 🌟 Textarea 组件添加 showCount 支持统计字数功能
21+
- 🌟 递归 Menu 组件,支持任意嵌套其他元素 [#1452](https://github.com/vueComponent/ant-design-vue/issues/1452)
22+
- 🇮🇪 添加爱尔兰语国际化支持
23+
- 🐞 修复 webpack 5 兼容问题。
24+
- 🐞 修复 Upload method 属性不生效问题 [#2837](https://github.com/vueComponent/ant-design-vue/issues/2837)
25+
- 🐞 修复 Table 组件 filter 不支持 number 类型问题 [#3052](https://github.com/vueComponent/ant-design-vue/issues/3052)
26+
- 🐞 修复 Table 固定列 ellipsis 不生效问题 [#2916](https://github.com/vueComponent/ant-design-vue/issues/2916)
27+
- 🐞 修复 Table 自定义 expandIcon 不生效问题 [#3013](https://github.com/vueComponent/ant-design-vue/issues/3013)
28+
- 🐞 修复 TreeSelect 不能自定义 slot 问题 [#2827](https://github.com/vueComponent/ant-design-vue/issues/2827)
29+
- 🛎 更改 Avatar 的 srcSet 为 srcset
30+
1331
## 2.0.0-beta.10
1432

1533
`2020-09-24`

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": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.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)