parent
56a9b9a405
commit
3bb093cb23
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.14
|
||||
|
||||
`2021-12-05`
|
||||
|
||||
- 🌟 Add xxxl grid [#4953](https://github.com/vueComponent/ant-design-vue/issues/4953)
|
||||
- 🌟 Collapse activeKey supports deep monitoring [#4969](https://github.com/vueComponent/ant-design-vue/issues/4969)
|
||||
- 🐞 Fix the problem that the form verification is not triggered when textarea blur [af5440](https://github.com/vueComponent/ant-design-vue/commit/af54405381d60bfadb383996a6ad64724b80f996)
|
||||
- 🐞 Fix the issue of unchecked form during active assignment [#4955](https://github.com/vueComponent/ant-design-vue/issues/4955)
|
||||
- 🐞 Fix the problem of unable to scroll after Select search [#4971](https://github.com/vueComponent/ant-design-vue/issues/4971)
|
||||
- 🐞 Fix rangePicker, slider type issues
|
||||
|
||||
## 3.0.0-alpha.13
|
||||
|
||||
`2021-11-28`
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.14
|
||||
|
||||
`2021-12-05`
|
||||
|
||||
- 🌟 新增 xxxl 网格 [#4953](https://github.com/vueComponent/ant-design-vue/issues/4953)
|
||||
- 🌟 Collapse activeKey 支持深度监听 [#4969](https://github.com/vueComponent/ant-design-vue/issues/4969)
|
||||
- 🐞 修复 textarea blur 时未触发表单校验问题 [af5440](https://github.com/vueComponent/ant-design-vue/commit/af54405381d60bfadb383996a6ad64724b80f996)
|
||||
- 🐞 修复 Form 主动赋值时未校验问题 [#4955](https://github.com/vueComponent/ant-design-vue/issues/4955)
|
||||
- 🐞 修复 Select 搜索后无法滚动问题 [#4971](https://github.com/vueComponent/ant-design-vue/issues/4971)
|
||||
- 🐞 修复 rangePicker、slider 类型问题
|
||||
|
||||
## 3.0.0-alpha.13
|
||||
|
||||
`2021-11-28`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.0.0-alpha.13",
|
||||
"version": "3.0.0-alpha.14",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue