parent
615d7c7d32
commit
7c9c95cc37
|
@ -10,6 +10,23 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.6
|
||||||
|
|
||||||
|
`2022-01-04`
|
||||||
|
|
||||||
|
- Modal
|
||||||
|
- 🌟 Refactor Modal component [#5129](https://github.com/vueComponent/ant-design-vue/issues/5129)
|
||||||
|
- 🐞 Fix the problem of unable to scroll when Modal and Drawer are mixed [#5096](https://github.com/vueComponent/ant-design-vue/issues/5096)
|
||||||
|
- 🐞 Fix Menu under Dropdown, bind the click event, the attribute verification fails [#5127](https://github.com/vueComponent/ant-design-vue/issues/5127)
|
||||||
|
- 🐞 Fix Table virtual scroll bar not updating issue [#5124](https://github.com/vueComponent/ant-design-vue/issues/5124)
|
||||||
|
- 🐞 Adjust DatePicker to a single root node to support v-show [#5132](https://github.com/vueComponent/ant-design-vue/issues/5132)
|
||||||
|
|
||||||
|
#### Documentation:
|
||||||
|
|
||||||
|
- 🌟 Dynamically update document.title to facilitate document switching [#5121](https://github.com/vueComponent/ant-design-vue/issues/5121)
|
||||||
|
- 🐞 Fix Empty type error [#5136](https://github.com/vueComponent/ant-design-vue/issues/5136)
|
||||||
|
- 🐞 Fix RangeTime range selection example error [#5125](https://github.com/vueComponent/ant-design-vue/issues/5125)
|
||||||
|
|
||||||
## 3.0.0-beta.5
|
## 3.0.0-beta.5
|
||||||
|
|
||||||
`2022-01-04`
|
`2022-01-04`
|
||||||
|
|
|
@ -10,6 +10,23 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.6
|
||||||
|
|
||||||
|
`2022-01-04`
|
||||||
|
|
||||||
|
- Modal
|
||||||
|
- 🌟 重构 Modal 组件 [#5129](https://github.com/vueComponent/ant-design-vue/issues/5129)
|
||||||
|
- 🐞 修复 Modal、Drawer 混合使用时,出现无法滚动问题 [#5096](https://github.com/vueComponent/ant-design-vue/issues/5096)
|
||||||
|
- 🐞 修复 Menu 在 Dropdown 下,绑定 click 事件,属性校验不通过问题 [#5127](https://github.com/vueComponent/ant-design-vue/issues/5127)
|
||||||
|
- 🐞 修复 Table 虚拟滚动条不更新问题 [#5124](https://github.com/vueComponent/ant-design-vue/issues/5124)
|
||||||
|
- 🐞 调整 DatePicker 为单一根节点,用于支持 v-show [#5132](https://github.com/vueComponent/ant-design-vue/issues/5132)
|
||||||
|
|
||||||
|
#### 文档:
|
||||||
|
|
||||||
|
- 🌟 动态更新 document.title,方便切换文档 [#5121](https://github.com/vueComponent/ant-design-vue/issues/5121)
|
||||||
|
- 🐞 修复 Empty 类型错误 [#5136](https://github.com/vueComponent/ant-design-vue/issues/5136)
|
||||||
|
- 🐞 修复 RangeTime 范围选择示例错误 [#5125](https://github.com/vueComponent/ant-design-vue/issues/5125)
|
||||||
|
|
||||||
## 3.0.0-beta.5
|
## 3.0.0-beta.5
|
||||||
|
|
||||||
`2022-01-04`
|
`2022-01-04`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.0.0-beta.5",
|
"version": "3.0.0-beta.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": [
|
||||||
|
|
Loading…
Reference in New Issue