Merge branch 'main' into feat-v3.3

pull/5820/head
tangjinzhou 2022-05-23 14:30:18 +08:00 committed by GitHub
commit 9280b418d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 2 deletions

View File

@ -44,6 +44,18 @@
- ๐Ÿ’„ ไผ˜ๅŒ– Upload ๆ“ไฝœๆŒ‰้’ฎ็š„ๆ ทๅผ็ป†่Š‚ใ€‚
- ๐Ÿž ไฟฎๅค Switch ๅœจๆš—้ป‘ไธป้ข˜ไธ‹ๅ…ณ้—ญๆ—ถ็š„้ขœ่‰ฒ้—ฎ้ข˜ใ€‚
##3.2.4
`2022-05-23`
- ๐Ÿž Fix InputNumber v-model type error [#5577](https://github.com/vueComponent/ant-design-vue/issues/5677)
- ๐ŸŒŸ Select supports global size [#5590](https://github.com/vueComponent/ant-design-vue/issues/5590)
- ๐Ÿž Form clearValidate resetValidate support array [#5619](https://github.com/vueComponent/ant-design-vue/issues/5619)
- ๐Ÿž Drawer custom closeIcon does not take effect [#5616](https://github.com/vueComponent/ant-design-vue/issues/5616)
- ๐ŸŒŸ Fix CountDown support dayjs [#5edca6](https://github.com/vueComponent/ant-design-vue/commit/5edca6be5a4e1aee9cde46724b14900f6c86bfb2)
- ๐ŸŒŸ Tree support scrollTo [#5626](https://github.com/vueComponent/ant-design-vue/issues/5626)
- ๐Ÿž Tooltip disabled class name error [#5627](https://github.com/vueComponent/ant-design-vue/issues/5627)
## 3.2.3
`2022-05-05`

View File

@ -44,6 +44,18 @@
- ๐Ÿ’„ ไผ˜ๅŒ– Upload ๆ“ไฝœๆŒ‰้’ฎ็š„ๆ ทๅผ็ป†่Š‚ใ€‚
- ๐Ÿž ไฟฎๅค Switch ๅœจๆš—้ป‘ไธป้ข˜ไธ‹ๅ…ณ้—ญๆ—ถ็š„้ขœ่‰ฒ้—ฎ้ข˜ใ€‚
## 3.2.4
`2022-05-23`
- ๐Ÿž ไฟฎๅค InputNumber v-model ็ฑปๅž‹้”™่ฏฏ [#5577](https://github.com/vueComponent/ant-design-vue/issues/5677)
- ๐ŸŒŸ Select ๆ”ฏๆŒๅ…จๅฑ€ size [#5590](https://github.com/vueComponent/ant-design-vue/issues/5590)
- ๐Ÿž Form clearValidate resetValidate ๆ”ฏๆŒๆ•ฐ็ป„ [#5619](https://github.com/vueComponent/ant-design-vue/issues/5619)
- ๐Ÿž Drawer ่‡ชๅฎšไน‰ closeIcon ไธ็”Ÿๆ•ˆ้—ฎ้ข˜ [#5616](https://github.com/vueComponent/ant-design-vue/issues/5616)
- ๐ŸŒŸ ไฟฎๅค CountDown ๆ”ฏๆŒ dayjs [#5edca6](https://github.com/vueComponent/ant-design-vue/commit/5edca6be5a4e1aee9cde46724b14900f6c86bfb2)
- ๐ŸŒŸ Tree ๆ”ฏๆŒ scrollTo [#5626](https://github.com/vueComponent/ant-design-vue/issues/5626)
- ๐Ÿž Tooltip disabled ็ฑปๅ้”™่ฏฏ้—ฎ้ข˜ [#5627](https://github.com/vueComponent/ant-design-vue/issues/5627)
## 3.2.3
`2022-05-05`

View File

@ -158,6 +158,7 @@ export default defineComponent({
display: 'inline-block', // default inline-block is important
...picked,
cursor: 'not-allowed',
lineHeight: 1, // use the true height of child nodes
width: ele.props && ele.props.block ? '100%' : null,
};
const buttonStyle = {
@ -172,7 +173,7 @@ export default defineComponent({
true,
);
return (
<span style={spanStyle} class={`${prefixCls}-disabled-compatible-wrapper`}>
<span style={spanStyle} class={`${prefixCls.value}-disabled-compatible-wrapper`}>
{child}
</span>
);

View File

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