release 3.2.0

pull/5528/head 3.2.0
tangjinzhou 2022-04-19 11:29:40 +08:00
parent 7bbf6d5272
commit 722f3f2ebf
5 changed files with 45 additions and 3 deletions

View File

@ -10,6 +10,22 @@
---
## 3.2.0
`2022-04-19`
- 🌟 `InputNumber` supports lazy modifier
- 🌟 `Image` add `previewMask` property, `error` event [#5479](https://github.com/vueComponent/ant-design-vue/issues/5479)
- 🌟 `Modal` style supports string type [#5449](https://github.com/vueComponent/ant-design-vue/issues/5449)
- 🌟 `Cascader` supports `clearIcon`, `removeIcon` slots
- 🌟 Optimize `DatePicker` panel switching logic [#5488](https://github.com/vueComponent/ant-design-vue/issues/5488)
- 🐞 Fix `Cascader` not automatically correcting the popup position [#5482](https://github.com/vueComponent/ant-design-vue/issues/5482)
- 🐞 `Tabs` left, right direction disable animation [#5464](https://github.com/vueComponent/ant-design-vue/issues/5464)
- 🐞 `TimeRangePicker` value ts type supports string
- 🐞 `Tree` supports deep monitoring [#5480](https://github.com/vueComponent/ant-design-vue/issues/5480)
- 🐞 Fix `Table` not showing virtual scroll bar when keepalive active
- 🐞 Fix `Input` size warning [#5508](https://github.com/vueComponent/ant-design-vue/issues/5508)
## 3.1.1
`2022-04-06`

View File

@ -10,6 +10,22 @@
---
## 3.2.0
`2022-04-19`
- 🌟 `InputNumber` 支持 lazy 修饰符
- 🌟 `Image` 新增 `previewMask` 属性, `error`事件 [#5479](https://github.com/vueComponent/ant-design-vue/issues/5479)
- 🌟 `Modal` style 支持字符串类型 [#5449](https://github.com/vueComponent/ant-design-vue/issues/5449)
- 🌟 `Cascader` 支持 `clearIcon`、`removeIcon` 插槽
- 🌟 优化 `DatePicker` 面板切换逻辑 [#5488](https://github.com/vueComponent/ant-design-vue/issues/5488)
- 🐞 修复 `Cascader` 没有自动修正弹窗位置 [#5482](https://github.com/vueComponent/ant-design-vue/issues/5482)
- 🐞 `Tabs` left、right 方向禁止动画 [#5464](https://github.com/vueComponent/ant-design-vue/issues/5464)
- 🐞 `TimeRangePicker` value ts type 支持 string
- 🐞 `Tree` 支持深度监听 [#5480](https://github.com/vueComponent/ant-design-vue/issues/5480)
- 🐞 修复 `Table` 在 keepalive 激活时未显示虚拟滚动条
- 🐞 修复 `Input` size warning [#5508](https://github.com/vueComponent/ant-design-vue/issues/5508)
## 3.1.1
`2022-04-06`

View File

@ -24,7 +24,12 @@ Previewable image.
| src | Image path | string | - | 2.0.0 |
| previewMask | custom mask | slot | - | 3.2.0 |
| width | Image width | string \| number | - | 2.0.0 |
| onError | Load failed callback | (event: Event) => void | - | 3.2.0 |
### events
| Events Name | Description | Arguments | Version |
| ----------- | -------------------- | ---------------------- | ------- |
| error | Load failed callback | (event: Event) => void | 3.2.0 |
### previewType

View File

@ -25,7 +25,12 @@ cover: https://gw.alipayobjects.com/zos/antfincdn/D1dXz9PZqa/image.svg
| src | 图片地址 | string | - | 2.0.0 |
| previewMask | 自定义 mask | slot | - | 3.2.0 |
| width | 图像宽度 | string \| number | - | 2.0.0 |
| onError | 加载错误回调 | (event: Event) => void | - | 3.2.0 |
### 事件
| 事件名称 | 说明 | 回调参数 | 版本 |
| -------- | ------------ | ---------------------- | ----- |
| error | 加载错误回调 | (event: Event) => void | 3.2.0 |
### previewType

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "3.1.1",
"version": "3.2.0",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [