Skip to content

Releases: vueComponent/ant-design-vue

4.2.6

11 Nov 06:59
Compare
Choose a tag to compare

2024-11-11

  • 🐞 Fix Modal component aria-hidden error problem under chrome #7823
  • 🐞 Fix the problem that the built-in input method of Safari automatically fills in the decimal point when inputting Chinese #7918
  • 🐞 Fix InputNumber component disabled style problem #7776
  • 🐞 Fix Select cannot lose focus problem #7819

  • 🐞 修复 Modal 组件在 chrome 下,aria-hidden 报错问题 #7823
  • 🐞 修复 Safari 下自带输入法 input 组件输入中文时,自动填写小数点问题 #7918
  • 🐞 修复 InputNumber 组件 disabled 样式问题 #7776
  • 🐞 修复 Select 无法失焦问题 #7819

4.2.5

19 Sep 11:25
Compare
Choose a tag to compare

2024-9-19

  • 🐞 Fix Empty component memory leak problem
  • 🐞 Fix Image width & height property not working problem

  • 🐞 修复 Empty 组件内存泄漏问题
  • 🐞 修复 Image width & height 属性不生效问题

4.2.3

10 Jun 01:37
Compare
Choose a tag to compare
  • 🌟 TourStep custom Button, support function children #7628
  • 🐞 Fix the problem that the input value is hidden in Select and Cascader search multi-select mode #7640

  • 🌟 TourStep 自定义 Button,支持函数 children #7628
  • 🐞 修复 Select 和 Cascader 搜索多选模式下,输入值被隐藏问题 #7640

4.2.2

06 Jun 02:30
Compare
Choose a tag to compare
  • 🐞 Fix TreeSelect placeholder slot invalid #7545
  • 🐞 Fix Tree slot responsive invalid issue 40ad45
  • 🐞 Fix FloatButton target type error issue #7576
  • 🐞 Fix FormItem className error issue #7582
  • 🐞 Fix Input Cannot input problem under lazy #7543
  • 🐞 Fix the problem that placeholder is not hidden when inputting Chinese in Select #7611
  • 🐞 Fix the problem that the pop-up window flashes when clicking the preset option in DatePicker #7550

  • 🐞 修复 TreeSelect placeholder 插槽无效 #7545
  • 🐞 修复 Tree 插槽响应式无效问题 40ad45
  • 🐞 修复 FloatButton target 类型错误问题 #7576
  • 🐞 修复 FormItem className 错误问题 #7582
  • 🐞 修复 Input lazy 下无法输入问题 #7543
  • 🐞 修复 Select 输入中文时,placeholder 未隐藏问题 #7611
  • 🐞 修复 DatePicker 点击预设选项时,弹窗闪动问题 #7550

4.2.1

25 Apr 01:44
Compare
Choose a tag to compare

2024-4-25

  • 🐞 fix Input clear action error #7523

  • 🐞 修复 Input 清空操作才报错问题 #7523

4.2.0

22 Apr 07:56
Compare
Choose a tag to compare

2024-4-22

  • 🌟 Optimize the textColor change when the layout component switches to dark mode #7498
  • 🌟 Tooltip added arrow hidden configuration #7459
  • 🌟 Optimize Table hover performance #7451
  • 🐞 Fixed the problem of changing the model during useForm verification, resulting in verification errors #ffd4d8
  • 🐞 Fix Tabs folding calculation error issue #7491
  • 🐞 Fix Qrcode missing type hint issue #7502
  • 🐞 Fix Menu rendering error under SSR #7349
  • 🐞 Fix Select and Cascader rendering errors under SSR #7377
  • 🐞 Fix AutoComplete missing option slot declaration issue #7396
  • 🐞 Fix Textarea autoSize not taking effect #7478
  • 🐞 Fix Pagination’s Enter key triggering two page turns #7368
  • 🐞 Fix the problem of Chinese input in the input box #7391[#7516](https://github.com/vueComponent/ant- design-vue/issues/7516)
  • 🐞 Fix Carousel beforeChange current parameter error issue #7419

  • 🌟 优化 layout 组件切换 dark 模式时 textColor 变化 #7498
  • 🌟 Tooltip 新增 arrow 隐藏配置 #7459
  • 🌟 优化 Table hover 性能 #7451
  • 🐞 修复 useForm 校验时更改 model,导致校验错误问题 #ffd4d8
  • 🐞 修复 Tabs 折叠计算错误问题 #7491
  • 🐞 修复 Qrcode 缺少类型提示问题 #7502
  • 🐞 修复 Menu 在 SSR 下渲染错误问题 #7349
  • 🐞 修复 Select、Cascader 在 SSR 下渲染错误问题 #7377
  • 🐞 修复 AutoComplete 缺少 option slot 声明问题 #7396
  • 🐞 修复 Textarea autoSize 不生效问题 #7478
  • 🐞 修复 Pagination 回车键触发两次翻页问题 #7368
  • 🐞 修复输入框输入中文问题 #7391#7516
  • 🐞 修复 Carousel beforeChange current 参数错误问题 #7419

4.1.0

05 Jan 11:34
Compare
Choose a tag to compare

2024-1-5

  • 🐞 support vue 3.4 #7239

  • 🐞 适配 vue 3.4 #7239

4.0.8

18 Dec 08:35
Compare
Choose a tag to compare

4.0.8

  • 🐞 Fix theme responsiveness failure issue under Nuxt #7180
  • 🐞 Fix error reporting caused by Wave #7108
  • 🐞 Fix Upload disabled inheritance issue #7110
  • 🐞 Fix Tooltip popupAlign not taking effect #7112
  • 🐞 Fix Typography flashing problem #7146
  • 🐞 Fix the issue that RangePicker prevIcon nextIcon does not take effect #7127
  • 🐞 Fixed the issue of watermark not monitoring child element changes #7149
  • 🐞 Fix Menu animation missing issue #7130
  • 🐞 Fix the cursor change issue when TextArea autosize #7121

  • 🐞 修复在 Nuxt 下 theme 响应式失效问题 #7180
  • 🐞 修复 Wave 引起的报错问题 #7108
  • 🐞 修复 Upload disabled 继承问题 #7110
  • 🐞 修复 Tooltip popupAlign 未生效问题 #7112
  • 🐞 修复 Typography 闪动问题 #7146
  • 🐞 修复 RangePicker prevIcon nextIcon 未生效问题 #7127
  • 🐞 修复 watermark 未监听子元素变动问题 #7149
  • 🐞 修复 Menu 动画丢失问题 #7130
  • 🐞 修复 TextArea autosize 时光标变化问题 #7121

4.0.7

11 Nov 02:45
Compare
Choose a tag to compare
  • 🌟 Added Flex component #7052
  • 🌟 ConfigProvider adds wave configuration #7036
  • 🌟 Watermark supports dark mode #7067
  • 🐞 Fix Space duplicate Key problem #7048
  • 🐞 Fix Upload disabled priority error issue #7047
  • 🐞 Fix Carousel rendering error in jsx #7077
  • 🐞 Fix Message offset position problem #7093
  • 🐞 Fix the problem of animation failure when using Collapse custom prefix #7074

4.0.6

17 Oct 15:07
Compare
Choose a tag to compare

2023-10-17

  • 🐞 Fix the Dropdown onVisibleChange failure issue introduced in 4.0.4 #7031

  • 🐞 修复 4.0.4 引入的 Dropdown onVisibleChange 失效问题 #7031
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy