ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

OTHER License

Downloads
3.2K
Stars
20.2K
Committers
280

Bot releases are hidden (Show)

ant-design-vue -

Published by tangjinzhou over 3 years ago

2021-07-11

  • 🌟 Switch added checkedValue and unCheckedValue attributes to customize checked binding value #4329
  • 🐞 Fix the issue of missing SubMenu animation #4325
  • 🐞 Fix that there is no red box problem when TimePicker validates the error under Form #4331
  • 🐞 Fix UploadDragger does not support vite-plugin-components on-demand loading problem #4334
  • 🐞 Fix the error when TreeSelect customize title through slot 1152e8
  • 🐞 Fix the dropdown submenu style loss issue #4351
  • TS
    • Fix the type error of Table in ts 4.3.5 version #4296
    • Improve notification type #4346

2021-07-11

  • 🌟 Switch 新增 checkedValue、unCheckedValue 属性用于自定义 checked 绑定值 #4329
  • 🐞 修复 SubMenu 动画丢失的问题 #4325
  • 🐞 修复 TimePicker 在 Form 下验证错误时没有红框问题 #4331
  • 🐞 修复 UploadDragger 不支持 vite-plugin-components 按需加载问题 #4334
  • 🐞 修复 TreeSelect 通过 slot 自定义 title 时报错问题 1152e8
  • 🐞 修复 Dropdown submenu 样式丢失问题 #4351
  • TS
    • 修复 Table 在 ts 4.3.5 版本下类型报错问题 #4296
    • 完善 notification 类型 #4346
ant-design-vue - 2.2.1

Published by tangjinzhou over 3 years ago

2021-7-6

  • 🐞 Fix the issue that the Space component does not take effect in browsers that do not support flex
  • 🐞 Fix the issue of DatePicker triggering scrolling under safari #4323

  • 🐞 修复 Space 组件在不支持 flex 的浏览器中样式不生效问题
  • 🐞 修复 DatePicker 在 safari 下触发滚动问题 #4323
ant-design-vue - 2.2.0

Published by tangjinzhou over 3 years ago

2021-7-6

  • 🎉 Refactor the Button component, remove type="danger", and add the danger attribute #4291
  • 🐞 Fix Rate component not updating issue #4294
  • 🐞 Fix Tree replaceFields error report #4298
  • 🐞 Fix Modal missing parentContext type problem #4305

  • 🎉 重构 Button 组件,移除 type="danger",新增 danger 属性 #4291
  • 🐞 修复 Rate 组件不更新问题 #4294
  • 🐞 修复 Tree replaceFields 报错问题 #4298
  • 🐞 修复 Modal 缺少 parentContext 类型问题 #4305
ant-design-vue - 2.2.0-rc.1

Published by tangjinzhou over 3 years ago

2021-6-29

  • 🌟 Change babel configuration, smaller build package size
  • 🌟 Form provides the useForm function natively, and we will deprecate the @ant-design-vue/use library
  • 🐞 Fix the issue that the Form validateFirst property does not trigger reject when there are multiple validation rules #4273
  • 🐞 Fix List circular references causing errors in Vite #4263
  • 🐞 Fix the missing item attribute problem in Menu event callback #4290

  • 🌟 更改 babel 配置,较小构建包大小
  • 🌟 Form 原生提供 useForm 功能,废弃 @ant-design-vue/use 库
  • 🐞 修复 Form validateFirst 属性在多个校验规则时不触发 reject 问题 #4273
  • 🐞 修复 List 循环引用导致 Vite 下报错问题 #4263
  • 🐞 修复 Menu 事件回调缺少 item 属性问题 #4290
ant-design-vue - 2.2.0-beta.6

Published by tangjinzhou over 3 years ago

2021-6-26

  • 🌟 Menu performance optimization e8b957
  • 🐞 Fix Layout RangePicker WeekPicker Textarea on-demand loading failure

  • 🌟 Menu 性能优化 e8b957
  • 🐞 修复 Layout、RangePicker、WeekPicker、Textarea 按需加载失效
ant-design-vue - 2.2.0-beta.5

Published by tangjinzhou over 3 years ago

2021-6-24

  • 🎉 Support vite-plugin-components to be loaded on demand
  • 🎉 Refactor the List component
  • 🌟 Select adds responsive folding option 656d14
  • 🐞 Fix the problem that the virtual list cannot be scrolled when the Select dynamic update option b2aa49d
  • 🐞 Fix the incorrect location of Select keyboard events 604372
  • 🐞 Fix the issue that AutoComplete does not support options slot #4012

  • 🎉 支持 vite-plugin-components 按需加载
  • 🎉 重构 List 组件
  • 🌟 Select 新增响应式折叠选项 656d14
  • 🐞 修复 Select 动态更新选项时虚拟列表无法滚动问题 b2aa49d
  • 🐞 修复 Select 键盘事件位置不正确问题 604372
  • 🐞 修复 AutoComplete 不支持 options slot 问题 #4012
ant-design-vue - 2.2.0-beta.4

Published by tangjinzhou over 3 years ago

2021-6-21

  • 🎉 Refactor Descriptions component #4219
  • 🐞 Fix the issue that Countdown does not trigger the finish event #4222
  • 🐞 Fix ConfigProvider reporting errors under vue 3.1 #4225
  • 🐞 Fix the problem of using SubMenu under Dropdown to report an error #4205
  • 🐞 Fix Col type error #4226
  • 🐞 Fix the problem that onEnd is not triggered when Typography is out of focus #4227
  • 🐞 Fix ImagePreview style loss problem #4231

  • 🎉 重构 Descriptions 组件 #4219
  • 🐞 修复 Countdown 不触发 finish 事件问题 #4222
  • 🐞 修复 ConfigProvider 在 vue 3.1 下报错问题 #4225
  • 🐞 修复 Dropdown 下使用 SubMenu 报错问题 #4205
  • 🐞 修复 Col 类型错误 #4226
  • 🐞 修复 Typography 失焦时不触发 onEnd 问题 #4227
  • 🐞 修复 ImagePreview 样式丢失问题 #4231
ant-design-vue - 2.2.0-beta.3

Published by tangjinzhou over 3 years ago

2021-6-11

  • 🎉 Refactor Breadcrumb, Statistic, Tag components
  • 🌟 Statistic supports loading attribute
  • 🐞 Fix the problem of Menu rendering multiple sub-components to improve performance 6ae707
  • 🐞 Fix FormItem custom class invalidation 617e53
  • 🐞 Fix MenuDivider class error #4195
  • 🐞 Fix Tag and Image type errors
  • 🐞 Fix the issue of missing component animations such as Modal #4191
  • 🐞 Fix the issue that Select class cannot be dynamically updated #4194
  • 🐞 Fix the problem that the Dropdown mail expands and cannot be collapsed by clicking #4198
  • 🐞 Fix the issue of missing some export methods of FormItem #4183

  • 🎉 重构 Breadcrumb、Statistic、Tag 组件
  • 🌟 Statistic 支持 loading 属性
  • 🐞 修复 Menu 渲染多次子组件问题,提升性能 6ae707
  • 🐞 修复 FormItem 自定义 class 失效 617e53
  • 🐞 修复 MenuDivider class 错误问题 #4195
  • 🐞 修复 Tag、Image 类型错误
  • 🐞 修复 Modal 等组件动画丢失问题 #4191
  • 🐞 修复 Select class 不能动态更新问题 #4194
  • 🐞 修复 Dropdown 邮件展开,不能点击收起的问题 #4198
  • 🐞 修复 FormItem 缺少部分导出方法问题 #4183
ant-design-vue - 2.2.0-beta.2

Published by tangjinzhou over 3 years ago

2021-6-8

  • 🐞 Fix PageHeader display extension problem 4de73
  • 🐞 Fix the problem that some components cannot be rendered normally under Vue3.1#4173
  • 🐞 Fix Menu.Divider name error problem 6c5c84

  • 🐞 修复 PageHeader 显示多余字符问题 4de773
  • 🐞 修复部分组件不能在 Vue3.1 下不能正常渲染问题 #4173
  • 🐞 修复 Menu.Divider 名称错误问题 6c5c84
ant-design-vue - 2.2.0-beta.1

Published by tangjinzhou over 3 years ago

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
    • Better performance #3300
    • Fix the problem of incorrect highlighting #4053
    • Fix console invalid warning #4169
    • Easier to use, simpler to use single file recursion #4133
    • 💄 icon icon needs to be passed through slot
  • Skeleton
    • 🌟 Support Skeleton.Avatar placeholder component.
    • 🌟 Support Skeleton.Button placeholder component.
    • 🌟 Support Skeleton.Input placeholder component.
  • 💄 Destructive update
    • The a-menu-item and a-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 removes defaultOpenKeys and defaultSelectedKeys; Switch removes defaultChecked; Rate removes defaultValue; Please be cautious to use the defaultXxx-named attributes of other unrefactored components, and they will be removed in future versions.
  • 🌟 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
    • 性能更优 #3300
    • 修复高亮不正确问题 #4053
    • 修复控制台无效 warning #4169
    • 更加易用,更加简单的使用单文件递归 #4133
    • 💄 图标 icon 需要通过 slot 传递
  • Skeleton
    • 🌟 支持 Skeleton.Avatar 占位组件。
    • 🌟 支持 Skeleton.Button 占位组件。
    • 🌟 支持 Skeleton.Input 占位组件。
  • 💄 破坏性更新
    • a-menu-itema-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
ant-design-vue - 2.1.4

Published by tangjinzhou over 3 years ago

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

  • 🐞 修复 Table 滚动错位问题 #4045
  • 🐞 修复 Typography editable 模式触发链接跳转问题 #4105
  • 🐞 修复 Carousel variableWidth 不生效问题 #3977
  • 🐞 修复 TreeSelect 无法通过键盘同时删除父子节点问题 #3508
  • 🐞 修复若干类型错误问题
ant-design-vue - 2.1.3

Published by tangjinzhou over 3 years ago

2021-4-25

  • 🎉🎉🎉 remove ads during npm installation
  • 🐞 Select
    • Fix the first issue of default activation #3842
    • Fix group display abnormal problem #3841
    • Fix scrolling abnormal issue after dynamically updating selections #3972
  • 🐞 Fix the issue that Checkbox triggers twice update: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
    • 修复默认激活第一项问题 #3842
    • 修复分组显示异常问题 #3841
    • 修复动态更新选择项后滚动异常问题 #3972
  • 🐞 修复 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 类型问题
ant-design-vue - 2.1.1

Published by tangjinzhou over 3 years ago

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

  • 🌟 兼容 Vue 3.0.8,注意:由于 3.0.8 的破坏性更新,2.1.1 无法兼容 3.0.7 以下版本 vue#3493
  • 🐞 修复 Modal.confirm 缺失 closable ts 类型 #3684
  • 🐞 修复 Upload 自定义 method 不生效问题 #3843
ant-design-vue - 2.1.0

Published by tangjinzhou over 3 years ago

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

  • 🎉🎉🎉 新增 Typography 组件 #3807
  • 🌟 Modal 方法新增关闭图标定制 #3753
  • 🐞 修复缺失包含国际化的构建文件 #3684
  • 🐞 修复 Drawer 销毁后报错问题 #848d64
  • 🐞 修复 BackTop 在 KeepAlive 激活时,位置不对的问题 #3803
  • 🐞 修复 TreeNode class 不生效问题 #3822
  • 🐞 修复 Table tags 为数组是报错问题 #3812
  • 🐞 修复 Table 自定义 filterIcon 时,触发排序问题 #3819
  • 🐞 修复 Select 样式在 Form 下错位问题 #3781
ant-design-vue - 2.0.1

Published by tangjinzhou over 3 years ago

2.0.1

2021-02-27

  • 🌟 Badge adds Ribbon #3681
  • 🌟 Adjust the trigger order of SearchInput search event #3725
  • 🐞 Fix the stuck problem when Table is destroyed #3531
  • 🐞 Fix the issue of less file introduced in Menu css #3678
  • 🐞 Fix the problem of Alert custom icon misalignment #3712

2.0.1

2021-02-27

  • 🌟 Badge 新增 Ribbon #3681
  • 🌟 调整 SearchInput search 事件触发顺序 #3725
  • 🐞 修复 Table 销毁时卡死问题 #3531
  • 🐞 修复 Menu css 中引入了 less 文件问题 #3678
  • 🐞 修复 Alert 自定义图标错位问题 #3712
ant-design-vue - 1.7.3

Published by tangjinzhou over 3 years ago

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 under ButtonGroup #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
  • 🐞 修复 DropdownButtonGroup 下显示位置错误问题 #2995
  • 🐞 修复 RadioGroup 阻止选中后,不再触发 change 事件问题 #3047
  • 🐞 修复 Table 无法排序的问题 #3327
  • 🐞 修复缺失 Space 组件类型文件问题 #3340
  • 🐞 修复 Slider 在小数精度下位置计算错误问题 #3386
  • 🐞 修复 DatePicker mode="decade" 失效问题 #3536
  • 🐞 修复 Tabs diabled 状态下依然可以通过键盘切换问题 #3575
  • 🐞 修复 Menu forceSubMenuRender 不生效问题 #3615
  • 🐞 修复 Upload transformFile 不执行问题 #3636
ant-design-vue - 2.0.0

Published by tangjinzhou over 3 years ago

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 正式版发布
  • 🎉🎉🎉 支持暗黑主题 #3410
  • 🎉🎉🎉 新版文档上线,使用 Composition API 完全重构文档示例,提供 TS、JS 双版本源码
  • 🌟 使用 Composition API 重构 Alert 组件 #3654
  • 🌟 Tooltip 支持自定义颜色 #3603
  • 🐞 修复 TimePicker 没有自动滚动到已选位置问题 #ab7537
ant-design-vue - 2.0.0-rc.9

Published by tangjinzhou over 3 years ago

2021-1-24

  • 🌟 @ant-design/icons-vue upgrade to 6.0, use es module by default
  • 🌟 Tabs adds centered 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
ant-design-vue - 2.0.0-rc.8

Published by tangjinzhou almost 4 years ago

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

  • 🌟 支持 Vite 2 #3490
  • 🌟 使用 Composition API 重构 Affix 组件 #3447
  • 🐞 修复 Image 组件类型定义错误 #3488
  • 🐞 升级 icons-vue 修复 IconFont 组件类型错误 #3474
  • 🐞 修复 less 4 下 Tooltip 箭头样式错误问题 #3477
  • 🐞 修复 Vue 3.0.5 下 DatePicker 类型定义解析错误问题 #bf7c62
ant-design-vue - 2.0.0-rc.7

Published by tangjinzhou almost 4 years ago

2020-12-28

  • 🐞 Fix Switch changeclick not work #3453

  • 🐞 修复 Switch changeclick 不生效问题 #3453