parent
d0f03cae2a
commit
6479864a6f
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 2.2.6
|
||||||
|
|
||||||
|
`2021-08-12`
|
||||||
|
|
||||||
|
- 🐞 Fix `Table` expanded list rendering problem [#4507](https://github.com/vueComponent/ant-design-vue/issues/4507)
|
||||||
|
- 🐞 Fix `Rate` custom `character` slot not taking effect [#4509](https://github.com/vueComponent/ant-design-vue/issues/4509)
|
||||||
|
- 🐞 Add resize-observer-polyfill to fix the problem of reporting errors in low versions of Chrome [#4508](https://github.com/vueComponent/ant-design-vue/issues/4508)
|
||||||
|
|
||||||
## 2.2.5
|
## 2.2.5
|
||||||
|
|
||||||
`2021-08-11`
|
`2021-08-11`
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 2.2.6
|
||||||
|
|
||||||
|
`2021-08-12`
|
||||||
|
|
||||||
|
- 🐞 修复 `Table` 展开列表渲染错位问题 [#4507](https://github.com/vueComponent/ant-design-vue/issues/4507)
|
||||||
|
- 🐞 修复 `Rate` 自定义 `character` 插槽未生效问题 [#4509](https://github.com/vueComponent/ant-design-vue/issues/4509)
|
||||||
|
- 🐞 添加 resize-observer-polyfill, 修复在低版本 Chrome 下报错问题 [#4508](https://github.com/vueComponent/ant-design-vue/issues/4508)
|
||||||
|
|
||||||
## 2.2.5
|
## 2.2.5
|
||||||
|
|
||||||
`2021-08-11`
|
`2021-08-11`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "2.2.5",
|
"version": "2.2.6",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
2
v2-doc
2
v2-doc
|
@ -1 +1 @@
|
||||||
Subproject commit 2924233b60d3645d3df5e86e8bec912d3a13496d
|
Subproject commit e5fb2accb9cf5e02e2fd0011310a70041b5ff7a1
|
Loading…
Reference in New Issue