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-itemanda-sub-menuicons 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
MenuremovesdefaultOpenKeysanddefaultSelectedKeys;SwitchremovesdefaultChecked;RateremovesdefaultValue; 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
Tablescrolling misalignment issue #4045 - 🐞 Fix
Typographyeditable mode triggering link jump issue #4105 - 🐞 Fix the issue that
CarouselvariableWidth does not take effect #3977 - 🐞 Fix the problem that
TreeSelectcannot 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
Checkboxtriggers twiceupdate:checked#3838 - 🌟
Tablecolumn group supports fixed #3882 - 🌟
Tablecolumn supports v-for #3934 - 🐞 Fix the problem that
Tabledisplays horizontal scroll bar on windows 6d33d6 - 🌟
FormscrollToFirstError supports option parameter passing #3918 - 🐞 Fix the issue of
Calendarmonth selector displaying wrong characters #3915 - 🌟 Refactor the
Switchcomponent and remove the defaultChecked attribute #3885 - 🐞 Fix the process exception when using Vite #3930
- 🐞 Fix
Radioshadow occlusion problem #3955 - 🐞 Fix the issue that span does not take effect in
Forminline mode #3862 - 🐞 Fix the issue that
Cascaderkeydown selection does not take effect #958 - 🐞 Fix
Imagepreview function failure problem #3701 - 🐞 Fix some TS type issues
- 🎉🎉🎉 移除 npm 安装时的广告
- 🐞
Select - 🐞 修复
Checkbox触发两次update:checked问题 #3838 - 🌟
Tablecolumn group 支持 fixed #3882 - 🌟
Tablecolumn 支持 v-for #3934 - 🐞 修复
Table在 windows 显示横向滚动条问题 6d33d6 - 🌟
FormscrollToFirstError 支持选项参数传递 #3918 - 🐞 修复
Calendar月份选择器显示错误字符问题 #3915 - 🌟 重构
Switch组件,移除 defaultChecked 属性 #3885 - 🐞 修复使用 Vite 时,抛出 process 异常问题 #3930
- 🐞 修复
Radio阴影遮挡问题 #3955 - 🐞 修复
Forminline 模式下, span 不生效问题 #3862 - 🐞 修复
Cascaderkeydown 选择不生效问题 #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
Typographycomponent #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
- 🌟
Modalapi method call supports defining close icon #3642 - 🌟
Formmessage support function #3163 - 🌟 Optimize the animation effect of
Progress#3510 - 🐞 Fix the background color problem when
AutoCompleteis disabled #3143 - 🐞 Fix the issue that the
Alertclose button is displayed abnormally under safari #3184 - 🐞 Fix the problem that
Dropdownshows the wrong position underButtonGroup#2995 - 🐞 Fix the issue that the change event will no longer be triggered after
RadioGroupis blocked from being selected #3047 - 🐞 Fix the problem that
Tablecannot be sorted #3327 - 🐞 Fix missing
Spacecomponent type file issue #3340 - 🐞 Fix
Slider's position calculation error under decimal precision #3386 - 🐞 Fix
DatePickermode="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
MenuforceSubMenuRenderdoes not take effect #3615 - 🐞 Fix
UploadtransformFilenot executing issue #3636
- 🌟
Modalapi 方式调用支持定义关闭图标 #3642 - 🌟
Formmessage 支持函数 #3163 - 🌟 优化
Progress动画效果 #3510 - 🐞 修复
AutoCompletedisabled 时背景颜色异常问题 #3143 - 🐞 修复
Alert关闭按钮在 safari 下显示异常问题 #3184 - 🐞 修复
Dropdown在ButtonGroup下显示位置错误问题 #2995 - 🐞 修复
RadioGroup阻止选中后,不再触发 change 事件问题 #3047 - 🐞 修复
Table无法排序的问题 #3327 - 🐞 修复缺失
Space组件类型文件问题 #3340 - 🐞 修复
Slider在小数精度下位置计算错误问题 #3386 - 🐞 修复
DatePickermode="decade" 失效问题 #3536 - 🐞 修复
Tabsdiabled 状态下依然可以通过键盘切换问题 #3575 - 🐞 修复
MenuforceSubMenuRender不生效问题 #3615 - 🐞 修复
UploadtransformFile不执行问题 #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
Alertcomponent using Composition API #3654 - 🌟
Tooltipsupports custom colors #3603 - 🐞 Fix the problem that
TimePickerdoes not automatically scroll to the selected position #ab7537
2.0.0-rc.9
2021-1-24
- 🌟
@ant-design/icons-vueupgrade to 6.0, use es module by default - 🌟
Tabsaddscenteredcentered mode #3501 - 🐞
ProgressAdd opacity animation #3505 - 🐞 Fix an error when installing npm #3515
- 🐞 Fix the problem of
Breadcrumnsplit line not displaying #3522 - 🐞 Fix
Radiouncontrolled issue #3517 - 🐞 Fix
FormItemnot wrapping issue #3538 - 🐞 Fix
CarouselpauseOnDotsHovernot working problem #3519 - 🐞 Fix
Input.Searchclassnot working issue #3541 - 🐞 Fix the issue that
InputNumbertriggers 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
Switchdoes 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 - 🐞 修复
CarouselpauseOnDotsHover不生效问题 #3519 - 🐞 修复
Input.Searchclass不生效问题 #3541 - 🐞 修复
InputNumber在微软输入法下多次触发 change 事件问题 #3550 - 🐞 修复
Tabsdisabled 状态下依然可以通过键盘切换问题 #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