Releases: vueComponent/ant-design-vue
Releases · vueComponent/ant-design-vue
1.3.9
2019-5-26
- 🐞 Fix
TreeSelect
withoutdataRef
#712 - 🌟
Tooltip
adddestroyTooltipOnHide
to identify whether to destroy tooltip after hiding #727 - 🐞 Fix
Avatar
does not update the problem when settingsrc
dynamically #731 - 🐞 Fix
LocaleProvider
changemoment
language does not work 28b7a6 - 🌟
Modal.confirm
addclosable
configuration #798 - 🐞 Fixed a problem when
Select
customdropdownRender
was not automatically closed #644 - 🐞 Fix the problem of removing Dom error under ie9, no need to introduce polyfill separately #705
- 🐞 Fix
Input.Search
repeat mount id problem #726 - 🐞 Fix
Table
does not work when customizing expandIcon using function form #751 - 🐞 Fix
Icon
extraCommonProps
property does not work #737 - 🐞 Fix
DirectoryTree
expandAction="doubleclick" does not work #745
- 🐞 修复
TreeSelect
没有dataRef
的问题 #712 - 🌟
Tooltip
添加destroyTooltipOnHide
用于标识隐藏后是否销毁tooltip #727 - 🐞 修复
Avatar
动态设置 src 时不更新问题 #731 - 🐞 修复
LocaleProvider
更改moment
语言不生效问题 28b7a6 - 🌟
Modal.confirm
新增closable
配置 #798 - 🐞 修复
Select
自定义dropdownRender
时,没能自动关闭的问题 #644 - 🐞 修复在 ie9 下移除 Dom 报错问题,无需单独引入 polyfill #705
- 🐞 修复
Input.Search
重复挂载 id 问题 #726 - 🐞 修复
Table
使用函数形式自定义 expandIcon 时不生效问题 #751 - 🐞 修复
Icon
extraCommonProps 属性不生效问题 #737 - 🐞 修复
DirectoryTree
expandAction="doubleclick" 不生效问题 #745
1.3.8
1.3.7
1.3.6
2019-3-17
- 🐞 Fix
Select
title attribute to display confusion #588 - 🐞 Fix
InputSearch
does not support slot mode customization addonAfter and addonBefore issues #581 - 🐞 Fix
Input
repeat class question #faf9ba - 🐞 Fix
Message
Customize content by function does not work #554 - 🌟
Cascader
option.value
supportsString
Number
type #595 - 🐞 Fix some TypeScript definitions.
1.3.5
2019-2-23
- 🌟 Optimize the
Popover
Popconfirm
component arrow style. - 🐞 Fix using autoprefixer 9.4.5 in postcss (vue-cli) will throw an error
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed
. #471 - Tree
- 🐞 Fix
Modal.confirm
class
does not work.#475 - 🐞 Fix some TypeScript definitions.
1.3.4
1.3.3
2019-1-26
- 🐞 Fix
message
not close When you configure maxcount.#428。 - 🐞 Fix some component TypeScript definitions.#422。
- 🌟 The Anchor component add
warpperClass
wrapperStyle
property.1aa42d - 📝 Update the document: form adds the
preserve
description, and theicon
modifies the custom component reference document description.
1.3.2
1.3.1
1.3.0
2019-1-12
- 🎉 🎉 🎉 Publish the vscode plugin ant-design-vue-helper
- 🎉 🎉 🎉 Optimize official website document interaction
Component features and styles are synchronized to antd version 3.11.6.
1.3.0 brings two new Components, a lot of exciting changes and new features.
- 🔥 Added a new component Comment。
- 🔥 dded a new component ConfigProvider for user to customize some global setting.
Component Fixes / Enhancements: - 🌟 Avatar Added
srcSet
prop that is a list of sources to use for different screen resolutions. - 🌟 Notification Added
onClick
prop that is called when the notification is clicked. - Transfer
- 🌟 Added
search
event that is executed when search field are changed and deprecatedsearchChange
event. - 🌟 Added
disabled
prop that whether disable transfer.
- 🌟 Added
- 🌟 Refactor Badge, support
count
as custom component. - Slider
- 🌟 Added
tooltipVisible
prop that whether Tooltip will always show. - 🌟 Optimize the focus effect
- 🐞 Fix tooltip does not display the problem when focus through the keyboard tab.
- 🐞 Fix the hidden switch problem of Tooltip while dragging.
- 🌟 Added
- Calendar
- 🌟 Support multiple date format.
- 🌟 showSearch added
limit
prop that support limit filtered item count.
- Table
- 🌟 Added
expandIcon
prop that custom the default expand icon. - 🌟 customCell added
index
prop.
- 🌟 Added
- Select
- 🌟 Added
removeIcon
、clearIcon
、menuItemSelectedIcon
prop,allow settingremove
、clear
、menuItemSelected
custom icons. - 🌟 Added
dropdownRender
prop that custom dropdown content. - 🌟 Added
loading
prop that indicate loading state.
- 🌟 Added
- 🌟 Optimize the display of the Button when it contains an Icon.
- ⚡️ Refactor Tag component with less code and better performance.
- 💄 Added
title
prop that Menu.Item support tooltip title when collapsed. - 💄 Chore Card header and loading UI.
- 💄 Optimized Spin wrapper styles and improve performance slightly.
- 🐞 Fix TextArea use resize observer to check textarea size.
- 🐞 Fix Tooltip in the disabled state, the style error problem.#389
- 🐞 Fix some component TypeScript definitions.
- 🎉 🎉 🎉 发布 vscode 插件 ant-design-vue-helper
- 🎉 🎉 🎉 优化官网文档交互
组件功能和样式同步到 antd 3.11.6 版本。
1.3.0 版本带来了两个新组件,还有很多激动人心的变化和新特性。
- 🔥 增加了一个新组件 Comment。
- 🔥 增加了一个新组件 ConfigProvider 为组件提供统一的全局化配置。
组件修复/功能增强: - 🌟 Avatar 组件增加
srcSet
属性,用于设置图片类头像响应式资源地址。 - 🌟 Notification 组件增加
onClick
属性,点击通知时触发的回调函数。 - Transfer
- 🌟 增加
search
事件,搜索框内容时改变时的回调函数,并废弃searchChange
事件。 - 🌟 增加
disabled
属性,用于禁用搜索框。
- 🌟 增加
- 🌟 Badge 进行了重构,
count
支持自定义组件。 - Slider
- 🌟 增加
tooltipVisible
属性,用于 Tooltip 是否始终显示。 - 🌟 优化focus效果
- 🐞 修复键盘tab键聚焦时,Tooltip不显示问题。
- 🐞 修复拖动时Tooltip不停的显隐切换问题。
- 🌟 增加
- Calendar
- 🌟 支持多种时间格式。
- 🌟 showSearch 方法增加
limit
参数,用于限制搜索结果展示数量。
- Table
- 🌟 增加
expandIcon
属性,用于自定义表格展开图标。 - 🌟 customCell 方法增加
index
参数。
- 🌟 增加
- Select
- 🌟 增加
removeIcon
、clearIcon
、menuItemSelectedIcon
属性,用于自定义删除、清空、选中的图标。 - 🌟 增加
dropdownRender
属性, 用于自定义下拉框内容。 - 🌟 增加
loading
属性, 用于展示加载中状态。
- 🌟 增加
- 🌟 优化 Button 在含有Icon时的显示效果。
- ⚡️ 重构 Tag 组件,简化代码并提升性能。
- 💄 Menu.Item 组件增加
title
属性,用于在收缩时展示的悬浮标题。 - 💄 微调 Card 头部和加载中的样式细节。
- 💄 优化 Spin 样式并略微提升了切换状态的性能。
- 🐞 修复 TextArea 组件高度不能自适应问题。
- 🐞 修复 Tooltip 在disabled状态下Button中,样式错误问题。#389
- 🐞 修复一些组件 TypeScript 定义。