Skip to content

Releases: vueComponent/ant-design-vue

1.5.0-beta.1

08 Mar 07:01
Compare
Choose a tag to compare

2020-3-8


1.5.0-alpha.1

04 Mar 11:56
Compare
Choose a tag to compare

2020-3-4


1.4.12

03 Mar 05:46
Compare
Choose a tag to compare

2020-3-3

  • 🐞 Fix ts type error of Modal component #1809

  • 🐞 修复 Modal 组件 ts 类型报错问题 #1809

1.4.11

12 Feb 04:44
Compare
Choose a tag to compare

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

1.4.10

11 Dec 13:11
Compare
Choose a tag to compare

2019-12-11

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

  • 🐞 修复 MonthPicker 左右箭头切换月份失效问题 #1543

1.4.9

10 Dec 09:38
Compare
Choose a tag to compare

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

1.4.8

28 Nov 09:43
Compare
Choose a tag to compare

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

1.4.7

27 Nov 06:09
Compare
Choose a tag to compare

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 / 7a3c881)
  • 🐞 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

1.4.6

20 Nov 13:34
Compare
Choose a tag to compare

2019-11-20

  • 🐞 Fix Cascader can't enter a space question #1427
  • 🐞 Fix AutoComplete can't delete the last character [#1429] (#1427)
  • 🐞 Update dbclick in Tree's expandAction to dblclick [#1437] (#1437)
  • 🐞 Update dbclick in the Table document to dblclick [#1437] (#1437)
  • 🌟 Add the TS type declaration for the Empty component [#1439] (#1439)

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

1.4.5

16 Nov 09:32
Compare
Choose a tag to compare

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 类型定义。