parent
fd02bcfb7b
commit
6dfc8375c8
|
@ -10,6 +10,16 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-alpha.9
|
||||||
|
|
||||||
|
`2021-11-03`
|
||||||
|
|
||||||
|
- 🐞 Fix requestAnimationFrame undefined error under ssr for some components [#4833](https://github.com/vueComponent/ant-design-vue/issues/4833)
|
||||||
|
- 🐞 Fix the problem that TreeSelect selectable and checkable cannot be closed [#4838](https://github.com/vueComponent/ant-design-vue/issues/4838)
|
||||||
|
- 🐞 Fix the problem that Tabs cannot be scrolled on the mobile terminal [#4828](https://github.com/vueComponent/ant-design-vue/issues/4828)
|
||||||
|
- 🐞 Fix InputNumber does not trigger inspection under form [#4831](https://github.com/vueComponent/ant-design-vue/issues/4831)
|
||||||
|
- 🐞 Fix that when Select uses `<a-select-option>` to build a node, the automatic word segmentation fails [#4844](https://github.com/vueComponent/ant-design-vue/issues/4844)
|
||||||
|
|
||||||
## 3.0.0-alpha.8
|
## 3.0.0-alpha.8
|
||||||
|
|
||||||
`2021-10-30`
|
`2021-10-30`
|
||||||
|
|
|
@ -10,6 +10,16 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-alpha.9
|
||||||
|
|
||||||
|
`2021-11-03`
|
||||||
|
|
||||||
|
- 🐞 修复部分组件在 ssr 下 requestAnimationFrame 未定义错误 [#4833](https://github.com/vueComponent/ant-design-vue/issues/4833)
|
||||||
|
- 🐞 修复 TreeSelect selectable、checkable 无法关闭问题 [#4838](https://github.com/vueComponent/ant-design-vue/issues/4838)
|
||||||
|
- 🐞 修复 Tabs 在移动端无法滚动问题 [#4828](https://github.com/vueComponent/ant-design-vue/issues/4828)
|
||||||
|
- 🐞 修复 InputNumber 在 form 下不触发检验问题 [#4831](https://github.com/vueComponent/ant-design-vue/issues/4831)
|
||||||
|
- 🐞 修复 Select 使用 `<a-select-option>` 构建节点时,自动分词失效 [#4844](https://github.com/vueComponent/ant-design-vue/issues/4844)
|
||||||
|
|
||||||
## 3.0.0-alpha.8
|
## 3.0.0-alpha.8
|
||||||
|
|
||||||
`2021-10-30`
|
`2021-10-30`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.0.0-alpha.8",
|
"version": "3.0.0-alpha.9",
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue