parent
361e818bcc
commit
fef42fd089
|
@ -10,6 +10,14 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.2.6
|
||||
|
||||
`2022-06-07`
|
||||
|
||||
- 🌟 `Cascader` custom trigger supports custom components [#5677](https://github.com/vueComponent/ant-design-vue/issues/5677)
|
||||
- 🐞 Fix `DateRangePicker` `TimeRangePicker` arrow not following the movement issue [#71c619](https://github.com/vueComponent/ant-design-vue/commit/71c6195771c0b9ddffadd294ce01f7515c5adc40)
|
||||
- 🐞 Fix `TimeRangePicker` minSteps, hourSteps, secondStep not taking effect [#5671](https://github.com/vueComponent/ant-design-vue/issues/5671)
|
||||
|
||||
## 3.2.5
|
||||
|
||||
`2022-05-26`
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.2.6
|
||||
|
||||
`2022-06-07`
|
||||
|
||||
- 🌟 `Cascader` 自定义 trigger 支持自定义组件 [#5677](https://github.com/vueComponent/ant-design-vue/issues/5677)
|
||||
- 🐞 修复 `DateRangePicker` `TimeRangePicker` 箭头没有跟随移动问题 [#71c619](https://github.com/vueComponent/ant-design-vue/commit/71c6195771c0b9ddffadd294ce01f7515c5adc40)
|
||||
- 🐞 修复 `TimeRangePicker` minSteps、hourSteps、secondStep 未生效问题 [#5671](https://github.com/vueComponent/ant-design-vue/issues/5671)
|
||||
|
||||
## 3.2.5
|
||||
|
||||
`2022-05-26`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.2.5",
|
||||
"version": "3.2.6",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue