Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
2.2.0-beta.1
2021-6-7
- 🔥🔥🔥 Virtual Table independent library released https://www.npmjs.com/package/@surely-vue/table, this component is an independent library, the document example is not yet complete, it is a completely ts-developed component , There are good type hints, there are API documents on npm, those who are in a hurry can explore and use it, here is an online experience example, https://store.antdv.com/pro/preview/list/big- table-list
- 🔥🔥🔥 Refactored a large number of components, the source code is more readable, the performance is better, and the ts type is more comprehensive -Refactored components in this version Anchor, Alert, Avatar, Badge, BackTop, Col, Form, Layout, Menu, Space, Spin, Switch, Row, Result, Rate
- 🎉 Menu
- Skeleton
- 🌟 Support Skeleton.Avatar placeholder component.
- 🌟 Support Skeleton.Button placeholder component.
- 🌟 Support Skeleton.Input placeholder component.
- 💄 Destructive update
- The
a-menu-item
anda-sub-menu
icons need to be passed through the slot, and the icon is not automatically obtained through the sub-node - row gutter supports row-wrap, no need to use multiple rows to divide col
Menu
removesdefaultOpenKeys
anddefaultSelectedKeys
;Switch
removesdefaultChecked
;Rate
removesdefaultValue
; Please be cautious to use the defaultXxx-named attributes of other unrefactored components, and they will be removed in future versions.
- The
- 🌟 Added Avatar.Group component
- 🐞 Fix AutoComplete filterOptions not taking effect #4170
- 🐞 Fix Select automatic width invalidation problem #4118
- 🐞 Fix the lack of internationalized files in dist #3684
- 🔥🔥🔥 虚拟 Table 独立库发布 https://www.npmjs.com/package/@surely-vue/table , 该组件是一个独立的库,目前文档示例尚未完善,他是一个完全 ts 开发的组件,有较好的类型提示,npm 上已有 API 文档,着急使用的的可以摸索着用起来了,这里有个在线体验示例,https://store.antdv.com/pro/preview/list/big-table-list
- 🔥🔥🔥 重构大量组件,源码更加易读,性能更优,ts 类型更加全面
- 本版本重构组件 Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate
- 🎉 Menu
- Skeleton
- 🌟 支持 Skeleton.Avatar 占位组件。
- 🌟 支持 Skeleton.Button 占位组件。
- 🌟 支持 Skeleton.Input 占位组件。
- 💄 破坏性更新
a-menu-item
、a-sub-menu
图标需要通过 slot 传递,不在通过子节点自动获取图标- row gutter 支持 row-wrap, 无需使用多个 row 划分 col
- Menu 移除 defaultOpenKeys、defaultSelectedKeys; Switch 移除 defaultChecked; Rate 移除 defaultValue; 其它未重构组件的 defaultXxx 命名的属性请谨慎使用,在未来的版本中也会被移除。
- 🌟 新增 Avatar.Group 组件
- 🐞 修复 AutoComplete filterOptions 不生效问题 #4170
- 🐞 修复 Select 自动宽度失效问题 #4118
- 🐞 修复 dist 缺少国际化文件问题 #3684
2.1.4
2021-5-9
- 🐞 Fix
Table
scrolling misalignment issue #4045 - 🐞 Fix
Typography
editable mode triggering link jump issue #4105 - 🐞 Fix the issue that
Carousel
variableWidth does not take effect #3977 - 🐞 Fix the problem that
TreeSelect
cannot delete parent and child nodes at the same time through the keyboard #3508 - 🐞 Fix some types of errors
2.1.3
2021-4-25
- 🎉🎉🎉 remove ads during npm installation
- 🐞
Select
- 🐞 Fix the issue that
Checkbox
triggers twiceupdate:checked
#3838 - 🌟
Table
column group supports fixed #3882 - 🌟
Table
column supports v-for #3934 - 🐞 Fix the problem that
Table
displays horizontal scroll bar on windows 6d33d6 - 🌟
Form
scrollToFirstError supports option parameter passing #3918 - 🐞 Fix the issue of
Calendar
month selector displaying wrong characters #3915 - 🌟 Refactor the
Switch
component and remove the defaultChecked attribute #3885 - 🐞 Fix the process exception when using Vite #3930
- 🐞 Fix
Radio
shadow occlusion problem #3955 - 🐞 Fix the issue that span does not take effect in
Form
inline mode #3862 - 🐞 Fix the issue that
Cascader
keydown selection does not take effect #958 - 🐞 Fix
Image
preview function failure problem #3701 - 🐞 Fix some TS type issues
- 🎉🎉🎉 移除 npm 安装时的广告
- 🐞
Select
- 🐞 修复
Checkbox
触发两次update:checked
问题 #3838 - 🌟
Table
column group 支持 fixed #3882 - 🌟
Table
column 支持 v-for #3934 - 🐞 修复
Table
在 windows 显示横向滚动条问题 6d33d6 - 🌟
Form
scrollToFirstError 支持选项参数传递 #3918 - 🐞 修复
Calendar
月份选择器显示错误字符问题 #3915 - 🌟 重构
Switch
组件,移除 defaultChecked 属性 #3885 - 🐞 修复使用 Vite 时,抛出 process 异常问题 #3930
- 🐞 修复
Radio
阴影遮挡问题 #3955 - 🐞 修复
Form
inline 模式下, span 不生效问题 #3862 - 🐞 修复
Cascader
keydown 选择不生效问题 #958 - 🐞 修复
Image
预览功能失败问题 #3701 - 🐞 修复一些 TS 类型问题
2.1.1
2021-3-27
- 🌟 Compatible with Vue 3.0.8, note: Due to the destructive update of 3.0.8, 2.1.1 is not compatible with versions below 3.0.7 [vue#3493](https://github.com/vuejs/vue-next/issues /3493)
- 🐞 Fix Modal.confirm missing closable ts type #3684
- 🐞 Fix upload custom method not working issue #3843
2.1.0
2021-3-20
- 🎉🎉🎉 Added
Typography
component #3807 - 🌟 Modal method adds close icon customization #3753
- 🐞 Fix missing build files containing internationalization #3684
- 🐞 Fix Drawer error after destruction #848d64
- 🐞 Fix BackTop incorrect position when KeepAlive is activated #3803
- 🐞 Fix the problem that the TreeNode class does not take effect #3822
- 🐞 Fix Table tags being an array error issue #3812
- 🐞 Fix the sorting issue when Table custom filterIcon is triggered #3819
- 🐞 Fix Select style misalignment under Form #3781
2.0.1
1.7.3
2021-2-16
- 🌟
Modal
api method call supports defining close icon #3642 - 🌟
Form
message support function #3163 - 🌟 Optimize the animation effect of
Progress
#3510 - 🐞 Fix the background color problem when
AutoComplete
is disabled #3143 - 🐞 Fix the issue that the
Alert
close button is displayed abnormally under safari #3184 - 🐞 Fix the problem that
Dropdown
shows the wrong position underButtonGroup
#2995 - 🐞 Fix the issue that the change event will no longer be triggered after
RadioGroup
is blocked from being selected #3047 - 🐞 Fix the problem that
Table
cannot be sorted #3327 - 🐞 Fix missing
Space
component type file issue #3340 - 🐞 Fix
Slider
's position calculation error under decimal precision #3386 - 🐞 Fix
DatePicker
mode="decade" invalidation issue #3536 - 🐞 Fix the problem that the keyboard can still be switched in the diabled state of
Tabs
#3575 - 🐞 Fix the issue that
Menu
forceSubMenuRender
does not take effect #3615 - 🐞 Fix
Upload
transformFile
not executing issue #3636
- 🌟
Modal
api 方式调用支持定义关闭图标 #3642 - 🌟
Form
message 支持函数 #3163 - 🌟 优化
Progress
动画效果 #3510 - 🐞 修复
AutoComplete
disabled 时背景颜色异常问题 #3143 - 🐞 修复
Alert
关闭按钮在 safari 下显示异常问题 #3184 - 🐞 修复
Dropdown
在ButtonGroup
下显示位置错误问题 #2995 - 🐞 修复
RadioGroup
阻止选中后,不再触发 change 事件问题 #3047 - 🐞 修复
Table
无法排序的问题 #3327 - 🐞 修复缺失
Space
组件类型文件问题 #3340 - 🐞 修复
Slider
在小数精度下位置计算错误问题 #3386 - 🐞 修复
DatePicker
mode="decade" 失效问题 #3536 - 🐞 修复
Tabs
diabled 状态下依然可以通过键盘切换问题 #3575 - 🐞 修复
Menu
forceSubMenuRender
不生效问题 #3615 - 🐞 修复
Upload
transformFile
不执行问题 #3636
2.0.0
2021-2-6
- 🎉🎉🎉 2.0 official version released
- 🎉🎉🎉 support dark theme #3410
- 🎉🎉🎉 The new version of the document is online, use the Composition API to completely reconstruct the document example, and provide the TS and JS dual version source code
- 🌟 Refactor the
Alert
component using Composition API #3654 - 🌟
Tooltip
supports custom colors #3603 - 🐞 Fix the problem that
TimePicker
does not automatically scroll to the selected position #ab7537
2.0.0-rc.9
2021-1-24
- 🌟
@ant-design/icons-vue
upgrade to 6.0, use es module by default - 🌟
Tabs
addscentered
centered mode #3501 - 🐞
Progress
Add opacity animation #3505 - 🐞 Fix an error when installing npm #3515
- 🐞 Fix the problem of
Breadcrumn
split line not displaying #3522 - 🐞 Fix
Radio
uncontrolled issue #3517 - 🐞 Fix
FormItem
not wrapping issue #3538 - 🐞 Fix
Carousel
pauseOnDotsHover
not working problem #3519 - 🐞 Fix
Input.Search
class
not working issue #3541 - 🐞 Fix the issue that
InputNumber
triggers the change event multiple times under Microsoft input method #3550 - 🐞 Fix the problem that the keyboard can still be switched in the disabled state of
Tabs
#3575 - 🐞 Fix the issue that
Switch
does not take effect in the table #3512
- 🌟
@ant-design/icons-vue
升级至 6.0,默认使用 es module - 🌟
Tabs
增加centered
居中模式 #3501 - 🐞
Progress
添加 opacity 动画 #3505 - 🐞 修复 npm 安装时报错问题 #3515
- 🐞 修复
Breadcrumn
分割线不显示问题 #3522 - 🐞 修复
Radio
不受控问题 #3517 - 🐞 修复
FormItem
不换行问题 #3538 - 🐞 修复
Carousel
pauseOnDotsHover
不生效问题 #3519 - 🐞 修复
Input.Search
class
不生效问题 #3541 - 🐞 修复
InputNumber
在微软输入法下多次触发 change 事件问题 #3550 - 🐞 修复
Tabs
disabled 状态下依然可以通过键盘切换问题 #3575 - 🐞 修复
Switch
在 table 中切换不生效问题 #3512
2.0.0-rc.8
2021-1-7
- 🌟 Support Vite 2 #3490
- 🌟 Use Composition API to refactor Affix component #3447
- 🐞 Fix Image component type definition error #3488
- 🐞 Upgrade icons-vue Fix IconFont component type error #3474
- 🐞 Fix Tooltip arrow style error in less 4 #3477
- 🐞 Fix DatePicker type definition parsing error under Vue 3.0.5 #bf7c62