Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
1.5.0-beta.1
2020-3-8
1.5.0-alpha.1
2020-3-4
1.4.12
1.4.11
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
1.4.9
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
1.4.7
2019-11-27
- 🌟
getPopupContainer
ofConfigProvider
Added popup context as the second parameter for uniform configuration ofgetPopupContainer
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 thatplaceholder
does not disappear when inputting Chinese #1458 - 🌟 Add the TS type declaration for the
Comment
component #1453
1.4.6
2019-11-20
- 🐞 Fix
Cascader
can't enter a space question #1427 - 🐞 Fix
AutoComplete
can't delete the last character [#1429] (#1427) - 🐞 Update
dbclick
inTree
'sexpandAction
todblclick
[#1437] (#1437) - 🐞 Update
dbclick
in theTable
document todblclick
[#1437] (#1437) - 🌟 Add the TS type declaration for the
Empty
component [#1439] (#1439)
1.4.5
2019-11-16
- 🌟
Form
supportlabelCol
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
- 🐞 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
- 🐞 修复 Input 在 ie9 下删除内容不触发 change 事件问题 #1421
- 🐞 修复 Dropdown disabled 无效问题 #1400
- 🐞 修复 Select lableInValue 时类型校验错误 #1393
- 🐞 修复 Comment 样式问题 #1389
- 🐞 修复
Statistic
Password
TypeScript 类型定义。