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 - 1.6.0

Published by tangjinzhou over 4 years ago

2020-5-15

  • 🌟 Tootip supports custom components 741897
  • 🐞 Refactor Modal's underlying Portal components to solve the problem of delayed content update in Modal #2244
  • 🐞 Fix Select option focus border style in Input.Group #2224
  • 🐞 Fix Cascader option icon color when disabled #2223
  • 🐞 Fix DatePicker color when separator is disabled #2222
  • 🐞 Fix Carousel keyboard switch to Radio / Checkbox on inactive slide.
  • 🐞 Fix the problem that Table filter menu is not displayed when less version is 2.x. #23272
  • 🐞 Fix the failure of Table column.filtered.
  • 🐞 Fix the style problem of Input in Safari browser in Select multiple mode. #22586
  • 🐞 Fix the problem that Descriptions can not adapt in small size. #22407

  • 🌟 Tootip 支持自定义组件 741897
  • 🐞 重构 Modal、Drawer 底层 Portal 组件,解决 Modal、Drawer 内容更新延迟问题 #2244
  • 🐞 修复 Input.Group 中 Select 选项 focus 边框样式 #2224
  • 🐞 修复 Cascader 选项图标禁用时的颜色 #2223
  • 🐞 修复 DatePicker 分隔符禁用时颜色 #2222
  • 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。
  • 🐞 修复 Table 筛选菜单在 less 版本为 2.x 时不显示的问题。#23272
  • 🐞 修复 Table column.filtered 失效的问题。
  • 🐞 修复 Select multiple 模式下,Input 在 Safari 浏览器的样式问题。#22586
  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#22407
ant-design-vue -

Published by tangjinzhou over 4 years ago

2020-05-08

  • 🐞 Fix Tabs not showing issue under safari 13 #2199
  • 🐞 Fix the first input failure of Input under FireFox #2151
  • 🐞 Fix Input cursor shift issue in Modal component #2207

2020-05-08

  • 🐞 修复 Tabs 在 safari 13 下不展示问题 #2199
  • 🐞 修复 Input 在 FireFox 下第一次输入失败问题 #2151
  • 🐞 修复 Input 在 Modal 组件中光标移位问题 #2207
ant-design-vue - 1.5.4

Published by tangjinzhou over 4 years ago

2020-04-30

  • 🌟 DatePicker supports the align attribute and sets the popup position #1112f2
  • 🌟 DatePicker supports inputReadOnly attribute #138eae
  • 🌟 DatePicker TimePicker Calendar supports string-type binding values ​​#718
  • 🌟 Table ConfigProvider adds transformCellText for transforming table rendering values, such as processing of empty data #2109
  • 🌟 FormModel added validateMessages attribute #2130
  • 🌟 Optimize pop-up window animation effect #bf52f73
  • 🐞 Fix the tabBarGutter attribute of the Tabs component does not take effect #2083
  • 🐞 Fix renderTabBar of Tabs component not working #2157
  • 🌟 Tabs component supports number 0 as key #2167
  • 🐞 Fix the style of the Input.Search component is misaligned #2077
  • 🐞 Fix the style misalignment of Slider component #2097
  • 🐞 Fix Tree.TreeNode customTitle scope slot can not get selected status issue #2006
  • 🐞 Fix SelectTree showSearch error when reporting #2082
  • 🐞 Fix the inconsistent position of original dots in Badge dot state #2121

1.5.4

2020-04-30

  • 🌟 DatePicker 支持 align 属性,设置弹窗位置 #1112f2
  • 🌟 DatePicker 支持 inputReadOnly 属性 #138eae
  • 🌟 DatePicker TimePicker Calendar 支持字符串类型的绑定值 #718
  • 🌟 Table ConfigProvider 新增 transformCellText 用于转换表格渲染值, 如对空数据的处理 #2109
  • 🌟 FormModel 新增 validateMessages 属性 #2130
  • 🌟 优化弹窗动画效果 #bf52f73
  • 🐞 修复 Tabs 组件的 tabBarGutter 属性不生效问题 #2083
  • 🐞 修复 Tabs 组件的 renderTabBar 不生效问题 #2157
  • 🌟 Tabs 组件支持数字 0 作为 key #2167
  • 🐞 修复 Input.Search 组件的样式错位问题 #2077
  • 🐞 修复 Slider 组件的样式错位问题 #2097
  • 🐞 修复 Tree.TreeNode customTitle 作用域插槽无法获取 selected 状态问题 #2006
  • 🐞 修复 SelectTree showSearch 时报错问题 #2082
  • 🐞 修复 Badge dot 状态的原圆点位置不一致问题 #2121
ant-design-vue - 1.5.1

Published by tangjinzhou over 4 years ago

2020-4-2

  • 🐞 Fix PageHeader cannot hide backIcon #1987
  • 🐞 Fix Pagination doesn't update when total changes #1989
  • 🐞 Fix placeholder does not disappear when inputting TreeSelect in Chinese #1994
  • 🐞 Fix Table customRender cannot customize class style #2004
  • 🐞 Fix Form missing slot content when using Form.create #1998
  • 🐞 Fix Textarea scroll bar flickering problem #1964
  • 🌟 Add ts type file of FormModel #1996
  • 🌟 Add modal destroyAll type declaration #1993

  • 🐞 修复 PageHeader 不能隐藏 backIcon 问题 #1987
  • 🐞 修复 Pagination 的 total 变化时,不更新问题 #1989
  • 🐞 修复 TreeSelect 输入中文时 placeholder 不消失问题 #1994
  • 🐞 修复 Table customRender 不能自定义 class style 问题 #2004
  • 🐞 修复 Form 使用 Form.create 时,丢失插槽内容问题 #1998
  • 🐞 修复 Textarea 滚动条闪动问题 #1964
  • 🌟 添加 FormModel 的 ts 类型文件 #1996
  • 🌟 添加 Modal 的 destroyAll 类型声明 #1993
ant-design-vue - 1.5.0

Published by tangjinzhou over 4 years ago

2020-3-29

  • Four new components have been added:
    • 🔥🔥🔥 Mentions Added mentioned components and discarded the original Mention components.
    • 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
    • 🔥🔥🔥 PageHeader can be used to declare the topic of the page, display important information about the page that the user is concerned about, and carry the operation items related to the current page.
    • 🔥🔥🔥 Result is used to feedback the processing results of a series of operation tasks.
    • 🔥🔥🔥 FormModel Form components that use v-model for automatic validation are more concise than v-decorator forms.
  • 🔥 Descriptions supports vertical layout.
  • 🔥 Progress.Circle supports gradient colors.
  • 🔥 Progress.Line supports gradient colors.
  • Breadcrumb
    • 🎉 Breadcrumb.Item supports the overlay property to define drop-down menus.
    • 🌟 Added Breadcrumb.Separator component, you can customizeseparator.
  • 🌟 TreeSelect's showSearch supports multiple selection mode.
  • 🌟 Timeline.Item adds gray color type, which can be used in incomplete or invalid state.
  • 🌟 Modal supports closeIcon property for customizing the close icon.
  • Upload
    • 🌟 Upload provides previewFile property to customize the preview logic.
    • 🌟 Upload adds transformFile to support converting files before uploading.
    • 🌟 Upload supports previewing pictures in jfif format.
    • 🌟 Added showDownloadIcon property for displaying download icons.
  • 🌟 Input.Search adds loading property, which is used to display the loading status.
  • 🌟 Grid's gutter property adds support for vertical spacing. Now you can set an array forgutter, the second value of the array represents the vertical spacing.
  • 🌟 message Added support for updating content with unique key.
  • 🌟 TextArea supports allowClear.
  • 🌟 Dropdown.Button supports icon property to customize the icon.
  • Drawer
    • 🌟 Support afterVisibleChange property, which is triggered after the drawer animation is completed.
    • 🌟 Support ESC shutdown.
    • 🌟 Added keyboard, which allows the response to keyboard events to be turned on and off.
  • 🌟 TreeNode supports checkable property.
  • 🌟 Transfer supports children custom rendering list.
  • 🌟 Pagination supports disabled property.
  • 🌟 Steps support click to switch function.
  • Slider
    • 🌟 Support tooltipPlacement to define the location of the tip.
    • 🌟 Support getTooltipPopupContainer to allow custom container for the prompt.
    • 🌟 Flip trigger direction when Sider is on the right.
  • 🌟 Calendar supports headerRender to customize header.
  • 🌟 Carousel supports custom panel pointing point locations.
  • 🌟 Collapse supports expandIconPosition property.
  • 🌟 Popconfirm adds disabled props, which are used to control whether clicking child elements pop up.
  • 🌟 Select supports showArrow in multi-select mode.
  • 🌟 Collapse.Panel added extra.
  • Card
    • 🌟 Card component added tabBarExtraContent property.
    • 🌟 Card.Grid added a hoverable property to allow floating effects to be disabled.
  • 🌟 Anchor.Link adds target attribute.
  • 🌟 TimePicker added clearIcon prop for custom clear icon.
  • Form
    • 🌟 Support to configure the colon property directly on the Form.
    • 🌟 Support labelAlign property.
  • Table
    • 🌟 Table adds getPopupContainer property for setting various floating layer rendering nodes in the table.
    • 💄 Adjust the style of the Table expand button.
    • 🌟 Added tableLayout property, supports setting the table'stable-layout layout, and enables tableLayout =" fixed " by default under fixed headers / columns, to solve the column alignment problem caused by the table layout automatically based on content .
    • 🌟 Added column.ellipsis to support automatic omission of cell contents.
    • 🌟 Added scroll.scrollToFirstRowOnChange property, which is used to set whether to scroll to the top of the table after page turning.   -Filter filterDropdown Addedvisible parameter to get the display status of the drop-down box.
    • 🌟 The title method adds asortColumn parameter to get the currently sorted column.   -Sort When sorting, the sorter parameter ofonChange will always contain column information.
  • 🌟 Tree component supports blockNode property.
  • 🌟 RangePicker adds separator definition.
  • Empty
    • 🌟 Empty supports the imageStyle property.
    • 🌟 Empty description supportsfalse.
    • 🌟 Empty Supports access to preset pictures via Empty.PRESENTED_IMAGE_DEFAULT andEmpty.PRESENTED_IMAGE_SIMPLE
  • 🌟 Badge supports custom colors.
  • 🐞 Fix the problem that the label of Steps is not centered.
  • 🐞 Fix cursor style problem of DatePicker and TimePicker.
  • 🐞 Fix TreeSelect custom icon is invalid #1901
  • 🐞 Fix Tabs keyboard left / right switching error #1947

  • 新增了五个组件:
    • 🔥🔥🔥 Mentions 新增提及组件并废弃原有 Mention 组件。
    • 🔥🔥🔥 Descriptions 成组展示多个只读字段。
    • 🔥🔥🔥 PageHeader 可用于声明页面主题、展示用户所关注的页面重要信息,以及承载与当前页相关的操作项。
    • 🔥🔥🔥 Result 用于反馈一系列操作任务的处理结果。
    • 🔥🔥🔥 FormModel 使用 v-model 进行自动校验的表单组件,相较于 v-decorator 形式的表单,更加简洁。
  • 🔥 Descriptions 支持垂直布局。
  • 🔥 Progress.Circle 支持渐变色。
  • 🔥 Progress.Line 支持渐变色。
  • Breadcrumb
    • 🎉 Breadcrumb.Item 支持 overlay 属性来定义下拉菜单。
    • 🌟 新增 Breadcrumb.Separator 组件,可进行 separator 自定义。
  • 🌟 TreeSelect 的 showSearch 支持多选模式。
  • 🌟 Timeline.Item 新增 gray 色彩类型,可用于未完成或失效状态。
  • 🌟 Modal 支持 closeIcon 属性用于自定义关闭图标。
  • 🌟 Upload
    • 🌟 Upload 提供 previewFile 属性以自定义预览逻辑。
    • 🌟 Upload 新增 transformFile 支持上传之前转换文件。
    • 🌟 Upload 支持预览 jfif 格式图片。
    • 🌟 新增 showDownloadIcon 属性,用于展示下载图标。
  • 🌟 Input.Search 新增 loading 属性,用于展示加载中的状态。
  • 🌟 Grid 的 gutter 属性新增垂直间距的支持,现在你可以给 gutter 设置一个数组,数组的第二个值就表示垂直间距。
  • 🌟 message 新增支持通过唯一的 key 来更新内容。
  • 🌟 TextArea 支持 allowClear
  • 🌟 Dropdown.Button 支持 icon 属性来自定义图标。
  • Drawer
    • 🌟 支持 afterVisibleChange 属性,在抽屉动画完成后触发。
    • 🌟 支持 ESC 关闭。
    • 🌟 新增 keyboard,允许打开关闭对键盘事件的响应。
  • 🌟 TreeNode 支持 checkable 属性。
  • 🌟 Transfer 支持 children 来自定义渲染列表。
  • 🌟 Pagination 支持 disabled 属性。
  • 🌟 Steps 支持点击切换功能。
  • Slider
    • 🌟 支持 tooltipPlacement 以定义提示所在位置。
    • 🌟 支持 getTooltipPopupContainer 以允许自定义提示所在容器。
    • 🌟 当 Sider 在右边时,翻转 trigger 方向。
  • 🌟 Calendar 支持 headerRender 以自定义头部。
  • 🌟 Carousel 支持自定义面板指示点的位置。
  • 🌟 Collapse 支持 expandIconPosition 属性。
  • 🌟 Popconfirm 增加 disabled props,用于控制点击子元素是否弹出。
  • 🌟 Select 在多选模式下支持 showArrow
  • 🌟 Collapse.Panel 新增了 extra
  • Card
    • 🌟 Card 组件新增了 tabBarExtraContent 属性。
    • 🌟 Card.Grid 新增 hoverable 属性允许禁用浮动效果。
  • 🌟 Anchor.Link 增加 target 属性。
  • 🌟 TimePicker 新增了 clearIcon prop,用于自定义清除图标。
  • Form
    • 🌟 支持直接在 Form 上面配置 colon 属性。
    • 🌟 支持 labelAlign 属性。
  • Table
    • 🌟 Table 新增 getPopupContainer 属性用于设置表格内的各类浮层渲染节点。
    • 💄 调整 Table 展开按钮的样式。
    • 🌟 新增 tableLayout 属性,支持设置表格的 table-layout 布局,并在固定表头/列下默认开启 tableLayout="fixed",解决因为表格自动根据内容排版造成的列对齐问题。
    • 🌟 新增 column.ellipsis 支持单元格内容自动省略。
    • 🌟 新增 scroll.scrollToFirstRowOnChange 属性,用于设置在翻页后是否滚动到表格顶部。
    • 🌟 filterDropdown 新增 visible 参数,用于获取下拉框的显示状态。
    • 🌟 title 方法新增 sortColumn 参数,用于获取当前排序的列。
    • 🌟 排序时 onChangesorter 参数将始终包含 column 信息。
  • 🌟 Tree 组件支持 blockNode 属性。
  • 🌟 RangePicker 添加 separator 定义。
  • Empty
    • 🌟 Empty 支持 imageStyle 属性。
    • 🌟 Empty description 支持 false
    • 🌟 Empty 支持通过 Empty.PRESENTED_IMAGE_DEFAULTEmpty.PRESENTED_IMAGE_SIMPLE 访问预置图片。
  • 🌟 Badge 支持自定义颜色。
  • 🐞 修复 Steps 的 label 不居中的问题。
  • 🐞 修复 DatePicker 和 TimePicker 的 cursor 样式问题。
  • 🐞 修复 TreeSelect 自定义图标无效的问题 #1901
  • 🐞 修复 Tabs 键盘左右切换错误问题 #1947
ant-design-vue - 1.5.0-rc.6

Published by tangjinzhou over 4 years ago

2020-3-23


ant-design-vue - 1.5.0-rc.4

Published by tangjinzhou over 4 years ago

2020-3-16


ant-design-vue - 1.5.0-rc.1

Published by tangjinzhou over 4 years ago

2020-3-15


ant-design-vue - 1.5.0-beta.3

Published by tangjinzhou over 4 years ago

2020-3-15


ant-design-vue - 1.5.0-beta.1

Published by tangjinzhou over 4 years ago

2020-3-8


ant-design-vue - 1.5.0-alpha.1

Published by tangjinzhou over 4 years ago

2020-3-4


ant-design-vue - 1.4.12

Published by tangjinzhou over 4 years ago

2020-3-3

  • 🐞 Fix ts type error of Modal component #1809

  • 🐞 修复 Modal 组件 ts 类型报错问题 #1809
ant-design-vue - 1.4.11

Published by tangjinzhou over 4 years ago

2020-2-12

  • 🌟 DirectoryTree adds custom switcherIcon function #1743
  • 🌟 Add draggable table column width example
  • 🌟 Replace this.$listeners of all components to avoid repeated rendering of components #1705
  • 🐞 Fix ConfigProvider component error report error 7a4003
  • 🐞 Fix placeholder does not disappear when custom input box of AutoComplete component #1761
  • 🐞 Fix Statistic.Countdown does not trigger finish event #1731
  • 🐞 Fix upload component preview image not refreshing f74469
  • 🐞 Fix TimePicker id is not unique #1566
  • 🐞 Fix Pagination pagination without animation #1540
  • 🐞 Fix drop-down list does not show empty elements when Cascader's option is empty array #1701
  • 🐞 Fix spellcheck rendering incorrect for Input component #1707
  • 🐞 Fix Tree component cannot customize icon #1712
  • 🐞 Fix SubMenu forceSubMenuRender property is invalid #1668
  • 🐞 Fix style of upload button is misaligned #1742

  • 🌟 DirectoryTree 新增自定义 switcherIcon 功能 #1743
  • 🌟 新增可拖拽调整表格列宽示例
  • 🌟 替换所有组件的 this.$listeners 避免组件重复渲染 #1705
  • 🐞 修复 ConfigProvider 组件更改属性时,报错问题 7a4003
  • 🐞 修复 AutoComplete 组件自定义输入框时,placeholder 不消失问题 #1761
  • 🐞 修复 Statistic.Countdown 不触发 finish 事件的问题 #1731
  • 🐞 修复 Upload 组件预览图片不刷新问题 f74469
  • 🐞 修复 TimePicker id 不唯一问题 #1566
  • 🐞 修复 Pagination 分页无动画问题 #1540
  • 🐞 修复 Cascader 的 option 为空数组时,下拉列表不展示空元素问题 #1701
  • 🐞 修复 Input 组件的 spellcheck 渲染不正确问题 #1707
  • 🐞 修复 Tree 组件无法自定义 icon 问题 #1712
  • 🐞 修复 SubMenu forceSubMenuRender 属性失效问题 #1668
  • 🐞 修复 Upload 按钮样式错位问题 #1742
ant-design-vue - 1.4.10

Published by tangjinzhou almost 5 years ago

2019-12-11

  • 🐞 Fixed the left and right arrows of MonthPicker cannot be worked #1543

  • 🐞 修复 MonthPicker 左右箭头切换月份失效问题 #1543
ant-design-vue - 1.4.9

Published by tangjinzhou almost 5 years ago

2019-12-10

  • 🐞 Fix body scrolling issue when Modal is opened #1472
  • 🐞 Fix Drawer wrapStyle not working #1481
  • 🐞 Fix InputNumber id mount position is incorrect #1477
  • 🐞 Fix Tabs nextClick event does not fire #1489
  • 🐞 Fix MonthPicker cannot be changed in open state #1510
  • 🐞 Fix the issue that AutoComplete does not disappear when entering Chinese #1506
  • 🐞 Fix the problem that the content cannot pop up when referencing different Vue variables 6362bf
  • 🌟 Table customRender Add a third column parameter #1513
  • 🌟 InputPassword adds focus and blur methods #1485
  • 🐞 Fix Tooltip report error when using native html element #1519
  • 🐞 Fix Menu report error in edge browser #1492
  • 🐞 Fix empty centering of Select #1445
  • 🐞 Fix popup window component memory leak problem #1483

  • 🐞 修复 Modal 打开时,body 滚动问题 #1472
  • 🐞 修复 Drawer wrapStyle 不生效问题 #1481
  • 🐞 修复 InputNumber id 挂载位置不正确的问题 #1477
  • 🐞 修复 Tabs nextClick 事件不触发的问题 #1489
  • 🐞 修复 MonthPicker 在 open 状态下,不能更改值的问题 #1510
  • 🐞 修复 AutoComplete 在输入中文时 placeholder 不消失的问题 #1506
  • 🐞 修复在引用不同 Vue 变量时,无法弹出内容的问题 6362bf
  • 🌟 Table customRender 添加第三个 column 参数 #1513
  • 🌟 InputPassword 添加 focus、blur 方法 #1485
  • 🐞 修复 Tooltip 使用在原生 html 元素时报错的问题 #1519
  • 🐞 修复 Menu 在 edge 浏览器下报错的问题 #1492
  • 🐞 修复 Select 的 empty 不居中的问题 #1445
  • 🐞 修复弹窗类组件内存泄漏问题 #1483
ant-design-vue - 1.4.8

Published by tangjinzhou almost 5 years ago

2019-11-28

  • 🐞 Fix Menu not trigger click event #1470
  • 🐞 Fix Tooltip not hide in keep-alive 16ec40

  • 🐞 修复 Menu click 事件不触发的问题 #1470
  • 🐞 修复 Tooltip 在 keep-alive 下不消失的问题 16ec40
ant-design-vue - 1.4.7

Published by tangjinzhou almost 5 years ago

2019-11-27

  • 🌟 getPopupContainer ofConfigProvider Added popup context as the second parameter for uniform configuration of getPopupContainer inModal [7a3c88] (https://github.com/vueComponent/ant-design -vue / commit / 7a3c88107598b4b1cf6842d3254b43dc26103c14)
  • 🐞 Fix ConfigProvider reporting error in Vue 2.5 309baa
  • 🐞 Fix Menu click event is triggered twice #1450
  • 🐞 Fix incorrect width of input box in Select #1458
  • 🐞 Fix Select the problem that placeholder does not disappear when inputting Chinese #1458
  • 🌟 Add the TS type declaration for the Comment component #1453

  • 🌟 ConfigProvidergetPopupContainer 新增弹窗上下文做为第二个参数,用于统一配置 Modal 内的 getPopupContainer 7a3c88
  • 🐞 修复 ConfigProvider 在 Vue 2.5 版本下报错问题 309baa
  • 🐞 修复 Menu click 事件触发两次的问题 #1450
  • 🐞 修复 Select 内的 input 框宽度不正确的问题 #1458
  • 🐞 修复 Select 在输入中文时 placeholder 不消失的问题 #1458
  • 🌟 添加 Comment 组件的 TS 类型声明 #1453
ant-design-vue - 1.4.6

Published by tangjinzhou almost 5 years ago

2019-11-20


  • 🐞 修复 Cascader 不能输入空格的问题 #1427
  • 🐞 修复 AutoComplete 不能删除最后一个字符的问题 #1429
  • 🐞 更新 TreeexpandAction 中的 dbclickdblclick #1437
  • 🐞 更新 Table 文档中的 dbclickdblclick #1437
  • 🌟 添加 Empty 组件的 TS 类型声明 #1439
ant-design-vue - 1.4.5

Published by tangjinzhou almost 5 years ago

2019-11-16

  • 🌟 Form support labelCol wrapperCol for setting layout #1365
  • 🌟 Input Select DatePicker trigger change event after input Chinese, reducing unnecessary performance consumption #1281
  • 🐞 Fixed when the placeholder of Input Select is Chinese, the change event is automatically triggered under ie #1387
  • Tree
    • 🌟 Add the replaceFields field to customize the title children #1395
    • 🌟 update event doubleclick to dbclick 5e27ff
  • 🐞 Fix Input Delete content under ie9 does not trigger change event #1421
  • 🐞 Fix Dropdown disabled invalid problem #1400
  • 🐞 Fix Select type error when lableInValue #1393
  • 🐞 Fix Comment style question #1389
  • 🐞 Fix Statistic Password TypeScript type definition.

  • 🌟 Form 支持 labelCol wrapperCol 统一设置布局 #1365
  • 🌟 Input Select DatePicker 输入中文完毕后触发相关事件,减少不必要的性能消耗#1281
  • 🐞 修复 Input Select 的 placeholder 为中文时,在 ie 下自动触发 change 事件问题 #1387
  • Tree
    • 🌟 添加 replaceFields 字段用来自定义 title children。#1395
    • 🌟 更新事件 doubleclick 为 dbclick 5e27ff
  • 🐞 修复 Input 在 ie9 下删除内容不触发 change 事件问题 #1421
  • 🐞 修复 Dropdown disabled 无效问题 #1400
  • 🐞 修复 Select lableInValue 时类型校验错误 #1393
  • 🐞 修复 Comment 样式问题 #1389
  • 🐞 修复 Statistic Password TypeScript 类型定义。
ant-design-vue - 1.4.4

Published by tangjinzhou almost 5 years ago

2019-10-30

  • 🌟 Progress format support v-slot #1348
  • 🐞 Fix RangePicker Year Panel not work #1321
  • 🐞 Fix Pagination simple mode not work #1333
  • 🐞 Fix AutoComplete flashing on fast input #1327
  • 🐞 Fix Button loading mode is not centered #1337
  • 🐞 Fix Menu menu collapsed in Chrome #873
  • 🐞 Fix Checkbox v-model parameter validation failure #1356
  • 🐞 Fix Checkbox.Group error when update value to undefined #1356

  • 🌟 Progress format 支持 v-slot #1348
  • 🐞 修复 RangePicker 年份面板失效问题 #1321
  • 🐞 修复 Pagination simple 模式失效问题 #1333
  • 🐞 修复 AutoComplete 快速输入时闪动现象 #1327
  • 🐞 修复 Button loading 模式下不居中问题 #1337
  • 🐞 修复 Menu margin 间距重叠,以及导致的展开时卡顿问题 #873
  • 🐞 修复 Checkbox v-model 参数校验失败问题 #1356
  • 🐞 修复 Checkbox.Group 更新 value undefined 时报错问题 #1356