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 visible (Hide)

ant-design-vue - 3.0.0-alpha.16

Published by tangjinzhou almost 3 years ago

2021-12-19

  • 🌟 Refactored Input and added borderless configuration
  • Table
    • 🌟 Table customCell added column parameter #5052
    • 🐞 Fix the console output error warning problem when turning Table pages #5029
    • 🐞 Fix the problem that the pop-up box of the Table page turning component is hidden, and the pop-up box position is wrong #5028
  • 🐞 Fix the issue that the global prefixCls of the Rate component does not take effect #5026
  • 🐞 Fix Menu custom class not taking effect #5038
  • 🐞 Fix the problem of printing warning when Carousel mobile device is touched #5040
  • 🐞 Fix the problem that Select cannot be selected when customizing prefixCls #5023

  • 🌟 重构 Input,新增无边框配置
  • Table
    • 🌟 Table customCell 新增 column 参数#5052
    • 🐞 修复 Table 翻页时,控制台输出错误 warning 问题 #5029
    • 🐞 修复 Table 翻页组件弹出框隐藏时,弹框位置错误问题 #5028
  • 🐞 修复 Rate 组件全局 prefixCls 未生效问题 #5026
  • 🐞 修复 Menu 自定义 class 未生效问题 #5038
  • 🐞 修复 Carousel 移动设备触摸时,打印 warning 问题 #5040
  • 🐞 修复自定义 prefixCls 时,Select 无法选中问题 #5023
ant-design-vue - 3.0.0-alpha.15

Published by tangjinzhou almost 3 years ago

3.0.0-alpha.15

2021-12-12

  • 🌟 Optimize Layout performance
  • 🌟 Menu supports lazy loading (SubMenu must fill in the key) to improve performance #4812
  • 🌟 Input and Textarea support lazy command modifier #4951
  • 🐞 Select placeholder supports slot #4995
  • 🐞 Fix Radio cursor style #4997
  • 🐞 Fix Statistic.Countdown property support slot #4996
  • 🐞 Fix FormItem name attribute type error #4998
  • 🐞 Fix Menu hidden animation loss problem
  • 🐞 Fix FormItem explain style not responding issue #5004
  • 🐞 Fix the problem that Slider tooltip does not display under special conditions
  • 🐞 Fix the problem that Dropdown special conditions trigger two click events #5002
  • 🐞 Fix some components reporting errors under SSR, support Nuxt
  • 🐞 Fix the problem that the drop-down box component jumps at the edge #5008
  • 🐞 Fix Table type error #5009

  • 🌟 优化 Layout 性能
  • 🌟 Menu 支持懒加载(SubMenu 必须填写 key),提升性能 #4812
  • 🌟 Input、Textarea 支持 lazy 指令修饰符 #4951
  • 🐞 Select placeholder 支持 slot #4995
  • 🐞 修复 Radio cursor 样式 #4997
  • 🐞 修复 Statistic.Countdown 属性支持插槽 #4996
  • 🐞 修复 FormItem name 属性类型错误 #4998
  • 🐞 修复 Menu 隐藏动画丢失问题
  • 🐞 修复 FormItem explain style 未响应问题 #5004
  • 🐞 修复 Slider tooltip 特殊条件不显示问题
  • 🐞 修复 Dropdown 特殊条件触发两次 click 事件问题 #5002
  • 🐞 修复部分组件在 SSR 下报错问题,支持 Nuxt
  • 🐞 修复下拉框组件,在边缘处位置跳动问题 #5008
  • 🐞 修复 Table 类型错误 #5009
ant-design-vue - 3.0.0-alpha.14

Published by tangjinzhou almost 3 years ago

2021-12-5

  • 🌟 Add xxxl grid #4953
  • 🌟 Collapse activeKey supports deep monitoring #4969
  • 🐞 Fix the problem that the form verification is not triggered when textarea blur af5440
  • 🐞 Fix the issue of unchecked form during active assignment #4955
  • 🐞 Fix the problem of unable to scroll after Select search #4971
  • 🐞 Fix rangePicker, slider type issues

  • 🌟 新增 xxxl 网格 #4953
  • 🌟 Collapse activeKey 支持深度监听 #4969
  • 🐞 修复 textarea blur 时未触发表单校验问题 af5440
  • 🐞 修复 Form 主动赋值时未校验问题 #4955
  • 🐞 修复 Select 搜索后无法滚动问题 #4971
  • 🐞 修复 rangePicker、slider 类型问题
ant-design-vue - 3.0.0-alpha.13

Published by tangjinzhou almost 3 years ago

2021-11-28
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Publish Performant advanced table component Surely Vue
Official website : https://surely.cool/
Github:[https://github.com/surely-vue/table]

  • 🐞 Upgrade ts, fix component type error e28168 #4908 #4912
  • 🐞 Drawer visible is changed to optional to avoid reporting type errors in the writing of jsx v-model #4908
  • 🐞 Fix the problem that the tabs moreIcon slot does not take effect #4928
  • 🐞 Fix Button :disabled="false" when the style is wrong #4930
  • 🐞 Fix the expansion component (Select, AutoComplete, TreeSelect), the animation direction is wrong, the expansion flashing problem #4909
  • 🐞 Anchor class name fixed has no prefix, which leads to naming conflicts #4931

🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
高级组件 Surely Vue 发布!!!
官方站点 : https://surely.cool/
Github:[https://github.com/surely-vue/table]

  • 🐞 升级 ts,修复组件类型错误 e28168#4908#4912
  • 🐞 Drawer visible 改为可选,避免在 jsx v-model 写法中报类型错误 #4908
  • 🐞 修复 tabs moreIcon 插槽不生效问题 #4928
  • 🐞 修复 Button :disabled="false" 时,样式错误问题 #4930
  • 🐞 修复展开类组件(Select、AutoComplete、TreeSelect),动画方向错误、展开闪动问题 #4909
  • 🐞 Anchor 类名 fixed 没有前缀,导致命名冲突问题 #4931
ant-design-vue - 3.0.0-alpha.9

Published by tangjinzhou almost 3 years ago

3.0.0-alpha.9

2021-11-03

  • 🐞 Fix requestAnimationFrame undefined error under ssr for some components #4833
  • 🐞 Fix the problem that TreeSelect selectable and checkable cannot be closed #4838
  • 🐞 Fix the problem that Tabs cannot be scrolled on the mobile terminal #4828
  • 🐞 Fix InputNumber does not trigger inspection under form #4831
  • 🐞 Fix that when Select uses <a-select-option> to build a node, the automatic word segmentation fails #4844

  • 🐞 修复部分组件在 ssr 下 requestAnimationFrame 未定义错误 #4833
  • 🐞 修复 TreeSelect selectable、checkable 无法关闭问题 #4838
  • 🐞 修复 Tabs 在移动端无法滚动问题 #4828
  • 🐞 修复 InputNumber 在 form 下不触发检验问题 #4831
  • 🐞 修复 Select 使用 <a-select-option> 构建节点时,自动分词失效 #4844
ant-design-vue - 3.0.0-alpha.8

Published by tangjinzhou almost 3 years ago

3.0.0-alpha.8

2021-10-30

  • 🐞 Fix the missing component type #4823

  • 🐞 修复组件类型丢失问题 #4823
ant-design-vue - 3.0.0-alpha.7

Published by tangjinzhou almost 3 years ago

3.0.0-alpha.7

2021-10-29

  • 🌟 Form added validate event #4817
  • 🌟 Tree provides ref to get internal state api #4820
  • 🐞 Fix the width mutation problem when dragging Table #4811
  • 🐞 Fix the problem that TreeSelect is empty and does not update when opened again a5604b

  • 🌟 Form 新增 validate 事件 #4817
  • 🌟 Tree 提供 ref 获取内部状态 api #4820
  • 🐞 修复 Table 拖动时宽度突变问题 #4811
  • 🐞 修复 TreeSelect 为空后,再次打开不更新问题 a5604b
ant-design-vue - 3.0.0-alpha.6

Published by tangjinzhou almost 3 years ago

2021-10-27

  • 🌟 Table add drag column feature

  • 🌟 Table 新增拖动列
ant-design-vue - 3.0.0-alpha.5

Published by tangjinzhou almost 3 years ago

2021-10-26

  • Table
    • 🐞 Fix sticky time reporting error #4804 #4808
    • 🐞 Fix emptyText internationalization failure problem #4805
    • 🌟 Optimize performance issues when size changes #4787
  • 🌟 useForm supports deep responsive rule #4799
  • 🌟 Dropdown type supports text type #4802
  • 🐞 Fix Menu reporting error on mobile terminal #4794
  • 🐞 Fix the invalidation problem when checking the Tree custom fieldNames #4790
  • 🐞 Fix api component internationalization failure problem #4780

  • Table
    • 🐞 修复 sticky 时报错问题 #4804 #4808
    • 🐞 修复 emptyText 国际化失效问题 #4805
    • 🌟 优化大小改变时的性能问题 #4787
  • 🌟 useForm 支持深度响应式 rule #4799
  • 🌟 Dropdown type 支持 text 类型 #4802
  • 🐞 修复 Menu 在移动端报错问题 #4794
  • 🐞 修复 Tree 自定义 fieldNames 时,勾选失效问题 #4790
  • 🐞 修复 api 组件国际化失效问题 #4780
ant-design-vue - 3.0.0-alpha.4

Published by tangjinzhou almost 3 years ago

2021-10-20

  • 组件部分状态使用 shallowRef 提升性能 3a968f

  • Use shallowRef to improve performance in part of the component state 3a968f
ant-design-vue - 3.0.0-alpha.3

Published by tangjinzhou about 3 years ago

2021-10-14

  • Table
    • 🐞 Fix the problem that the sorting prompt does not display f64d7a
    • 🐞 Fix the responsive loss of some attributes #4756
  • 🐞 Fix the problem that the default automatic calibration position of Popover and Popconfirm does not take effect 98b5e5

  • Table
    • 🐞 修复排序提示不显示问题 f64d7a
    • 🐞 修复部分属性响应式丢失问题 #4756
  • 🐞 修复 Popover Popconfirm 默认自动校准位置不生效问题 98b5e5
ant-design-vue - 3.0.0-alpha.1

Published by tangjinzhou about 3 years ago

2021-10-7

  • 🌟 Refactor Tabs #4732
    • Removed prevClick, nextClick events, and use tabScroll event instead
    • Obsolete the tabBarExtraContent slot, replace it with the rightExtra slot, and add the leftExtra slot
    • Added addIcon, closeIcon, moreIcon slots
  • 🌟 Refactor Card, discard the tabList slots configuration, and use the customTab slot for unified configuration #4732
  • 🌟 Refactor Drawer
    • Added autofocus contentWrapperStyle footerStyle headerStyle push size forceRender and other attributes
    • Added closeIcon extra footer and other slots
    • Deprecated afterVisibleChange property, use event with the same name instead
  • 🐞 Fix the problem that Table pagination does not respond to changes 1add0d
  • 🐞 Fix notification style misalignment problem #4703
  • 🐞 Fix the selection, dragging and other abnormalities caused by Tree fieldsName #4726

  • 🌟 重构 Tabs #4732
    • 移除 prevClicknextClick 事件,使用 tabScroll 事件替代
    • 废弃 tabBarExtraContent 插槽,使用 rightExtra 插槽替换,同时新增 leftExtra 插槽
    • 新增 addIconcloseIconmoreIcon 插槽
  • 🌟 重构 Card,废弃 tabList slots 配置,使用 customTab 插槽统一配置 #4732
  • 🌟 重构 Drawer
    • 新增 autofocus contentWrapperStyle footerStyle headerStyle push size forceRender 等属性
    • 新增 closeIcon extra footer 等插槽
    • 废弃 afterVisibleChange 属性,使用同名事件替代
  • 🐞 修复 Table pagination 没有响应式变化问题 1add0d
  • 🐞 修复 notification 样式错位问题 #4703
  • 🐞 修复 Tree fieldsName 导致的选中、拖拽等异常 #4726
ant-design-vue - 3.0.0-alpha.0

Published by tangjinzhou about 3 years ago

2021-9-24


ant-design-vue - 2.2.8

Published by tangjinzhou about 3 years ago

2021-09-17

  • 🌟 Upload method 支持 patch #4637
  • 🌟 List gutter 支持数组 d2b721
  • 🐞 修复 Modal 类型错误 #4632
  • 🐞 修复 AutoComplete 无法重置 undefined 问题 741718
  • 🐞 修复 Tag 关闭图标样式丢失问题 #4649
  • 🐞 修复 TreeSelect 清楚按钮在特殊条件下不显示问题 #4655
  • 🐞 修复 useForm immdiate 不生效问题 #4646

  • 🌟 Upload method supports patch #4637
  • 🌟 List gutter supports array d2b721
  • 🐞 Fix Modal type error #4632
  • 🐞 Fix the problem that AutoComplete cannot reset undefined 741718
  • 🐞 Fix the missing style of Tag closed icon #4649
  • 🐞 Fix the problem that the TreeSelect clear button does not display under special conditions #4655
  • 🐞 Fix useForm immdiate not working issue #4646
ant-design-vue - 2.2.7

Published by tangjinzhou about 3 years ago

2021-09-08

  • 🌟 Menu supports overflowedIndicator slot #4515
  • 🌟 useForm supports dynamic rule #4498
  • 🌟 Select supports Number type #4570
  • 🐞 Fix the warning problem caused by css zoom #4554
  • 🐞 Fix Mentions input Chinese error report #4524
  • 🐞 Fix the issue that AutoComplete does not support global prefixCls #4566
  • 🐞 Fix Table nested table error report #4600
  • 🐞 Fix MenuItem danger property under Dropdown has no style problem #4618
  • 🐞 Fix Modal.xxx and other methods passing appContext invalid problem #4627
  • 🐞 Fix some TS type errors

  • 🌟 Menu 支持 overflowedIndicator 插槽 #4515
  • 🌟 useForm 支持动态 rule #4498
  • 🌟 Select 支持 Number 类型 #4570
  • 🐞 修复 css zoom 引起的 warning 问题 #4554
  • 🐞 修复 Mentions 输入中文报错问题 #4524
  • 🐞 修复 AutoComplete 不支持全局 prefixCls 问题 #4566
  • 🐞 修复 Table 嵌套表格报错问题 #4600
  • 🐞 修复 Dropdown 下的 MenuItem danger 属性无样式问题 #4618
  • 🐞 修复 Modal.xxx 等方法传递 appContext 失效问题 #4627
  • 🐞 修复一些 TS 类型错误
ant-design-vue - 2.2.6

Published by tangjinzhou about 3 years ago

2021-8-12

  • 🐞 Fix Table expanded list rendering problem #4507
  • 🐞 Fix Rate custom character slot not taking effect #4509
  • 🐞 Add resize-observer-polyfill to fix the problem of reporting errors in low versions of Chrome #4508

  • 🐞 修复 Table 展开列表渲染错位问题 #4507
  • 🐞 修复 Rate 自定义 character 插槽未生效问题 #4509
  • 🐞 添加 resize-observer-polyfill, 修复在低版本 Chrome 下报错问题 #4508
ant-design-vue - 2.2.5

Published by tangjinzhou about 3 years ago

2021-8-11

  • 🌟 Select supports customizing nodes through option slots 68c1f4
  • 🐞 Fix the problem that the pop-up window component in the development environment does not display in the lower version of chrome, and avoid the pop-up window flashing #4409
  • 🐞 Fix the problem of not scrolling to the active position when Select is opened ccb240

  • 🌟 Select 支持通过 option 插槽定制化节点 68c1f4
  • 🐞 修复开发环境下弹窗类组件在低版本 chrome 下,不显示问题,并避免弹窗闪动 #4409
  • 🐞 修复 Select 打开时没有滚动到激活位置问题 ccb240
ant-design-vue - 2.2.4

Published by tangjinzhou about 3 years ago

2021-08-10

  • 🌟 Support [email protected] #4490
  • 🌟 Automatically hide the horizontal scroll bar of Table #4484
  • 🐞 Fix the issue of Progress trailColor not taking effect #4483

2021-08-10

ant-design-vue - 1.7.7

Published by tangjinzhou about 3 years ago

2021-8-7

  • 🌟 Tree supports global setting of title via slot #4299
  • 🌟 InputPassword supports global setting prefixCls #4280
  • 🌟 TreeSelect supports showArrow #4360
  • 🌟 Optimize the flickering problem of Tabs when selected under windows #4241
  • 🌟 Table supports slot customization expandIcon #4448
  • 🐞 Fix the problem that the global prefixCls of the Empty component is not responsive #4446

  • 🌟 Tree 支持全局通过 slot 设置 title #4299
  • 🌟 InputPassword 支持全局设置 prefixCls #4280
  • 🌟 TreeSelect 支持 showArrow #4360
  • 🌟 优化 Tabs 在 windows 下选中时闪动问题 #4241
  • 🌟 Table 支持通过 slot 自定义 expandIcon #4448
  • 🐞 修复 Empty 组件全局 prefixCls 没有响应式问题 #4446
ant-design-vue - 2.2.3

Published by tangjinzhou about 3 years ago

2021-8-7

  • 🌟 Use position: sticky for the fixed column of Table to improve performance and solve the problem of misalignment in some scenes 38569c
  • 🌟 Collapse supports number type key #4405
  • 🌟 Optimize the flickering problem of Tabs when selected under windows #4241
  • 🌟 InputPassword supports global setting prefixCls #4430
  • 🐞 Fix Select cannot scroll issue #4396
  • 🐞 Fix Badge error reporting under ssr #4384
  • 🐞 Fix the issue of invalid data fields in Form #4435
  • 🐞 Fix an error when the child element of FormItem is a native label #4383
  • 🐞 Fix the error when TreeSelect customize title through slot #4459

  • 🌟 Table 固定列使用 position: sticky , 提升性能,解决部分场景不对齐问题 38569c
  • 🌟 Collapse 支持 number 类型 key #4405
  • 🌟 优化 Tabs 在 windows 下选中时闪动问题 #4241
  • 🌟 InputPassword 支持全局设置 prefixCls #4430
  • 🐞 修复 Select 无法滚动问题 #4396
  • 🐞 修复 Badge 在 ssr 下报错问题 #4384
  • 🐞 修复 Form 多出无效数据字段问题 #4435
  • 🐞 修复 FormItem 子元素是原生标签时报错问题 #4383
  • 🐞 修复 TreeSelect 通过 slot 自定义 title 时报错问题 #4459