Skip to content

Releases: vueComponent/ant-design-vue

1.3.9

26 May 08:07
Compare
Choose a tag to compare

2019-5-26

  • 🐞 Fix TreeSelect without dataRef #712
  • 🌟 Tooltip add destroyTooltipOnHide to identify whether to destroy tooltip after hiding #727
  • 🐞 Fix Avatar does not update the problem when setting src dynamically #731
  • 🐞 Fix LocaleProvider change moment language does not work 28b7a6
  • 🌟 Modal.confirm add closable configuration #798
  • 🐞 Fixed a problem when Select custom dropdownRender 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

04 Apr 15:51
Compare
Choose a tag to compare

2019-4-4

  • 🐞 Fix Table unclickable problem under IE #504
  • 🐞 Fix Table Header is not aligned under Firefox #579
  • 🌟 Drawer Drawer add custom handel
  • 🐞 Fix TypeScript type definitions.

  • 🐞 修复 Table 在 IE 下不可点击问题 #504
  • 🐞 修复 Table 在 Firefox 下 Header 没对齐问题 #579
  • 🌟 抽屉 Drawer 添加自定义 handel 功能
  • 🐞 修复 TypeScript 类型定义。

1.3.7

18 Mar 02:44
Compare
Choose a tag to compare

2019-3-18

  • 🐞 Fix Select selectedKeys type validation error #597

  • 🐞 修复 Select selectedKeys 类型校验错误 #597

1.3.6

17 Mar 06:51
Compare
Choose a tag to compare

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 supports String Number type #595
  • 🐞 Fix some TypeScript definitions.

  • 🐞 修复 Select title属性显示错乱问题 #588
  • 🐞 修复 InputSearch 不支持 slot 方式自定义 addonAfter 和 addonBefore 问题 #581
  • 🐞 修复 Input 重复 class 问题 #faf9ba
  • 🐞 修复 Message 通过函数自定义 content 不生效问题 #554
  • 🌟 Cascaderoption.value 同时支持 String Number 类型 #595
  • 🐞 修复 TypeScript 类型定义。

1.3.5

23 Feb 11:09
Compare
Choose a tag to compare

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
    • 🐞 Fixed growing space of Tree nodes.#502
    • 🐞 Fixing the Tree node can't drag and drop the target node problem.#469
    • 📝 Update the document: Tree component dragxxx event changed to all lowercase.#467
  • 🐞 Fix Modal.confirm class does not work.#475
  • 🐞 Fix some TypeScript definitions.

  • 🌟 优化 Popover Popconfirm 组件箭头样式。
  • 🐞 修复在 postcss(vue-cli)中使用 autoprefixer 9.4.5 会抛出错误 Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed 的问题。#471
  • Tree
    • 🐞 修复 Tree 节点内底部边距叠加的问题。#502
    • 🐞 修复 Tree 结点无法拖拽插入目标结点问题。#469
    • 📝 更新文档:Tree 组件 dragxxx 事件改成全小写。#467
  • 🐞 修复 Modal.confirm class 不生效问题。#475
  • 🐞 修复 TypeScript 类型定义。

1.3.4

31 Jan 09:46
Compare
Choose a tag to compare

2019-1-31
🎉 🎉 🎉 Happy New Year!

  • 🐞 fix: AutoComplete placeholder not display when disabled. #402
  • 🐞 Add the BreadcrmbItem ts type file.#452
  • 🐞 Fixed an issue where the FormItem was not updated when it was in a subcomponent. #446
  • 🐞 Fix some component TypeScript definitions.

🎉 🎉 🎉 祝大家新年快乐!

  • 🐞 修复AutoComplete组件disabled时,placeholder不显示的问题。#402
  • 🐞 添加 BreadcrmbItem ts类型文件。#452
  • 🐞 修复当FormItem在子组件中时不更新问题。#446
  • 🐞 修复一些组件 TypeScript 定义。

1.3.3

26 Jan 08:50
Compare
Choose a tag to compare

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 the icon modifies the custom component reference document description.

  • 🐞 修复message在配置maxcount时,不能关闭提示窗问题。#428
  • 🐞 修复一些组件 TypeScript 定义。#422
  • 🌟 Anchor组件新增warpperClass wrapperStyle属性。1aa42d
  • 📝 更新文档:form增加preserve说明,icon修改自定义组件引用文档说明。

1.3.2

17 Jan 04:14
Compare
Choose a tag to compare

2019-1-17

  • 🐞 Fix Form reports an error when using the obsolete API autoCreateForm.#413
  • 🐞 Fix Slider error when clicking mark. #407

  • 🐞 修复Form在使用废弃API autoCreateForm 时报错问题。#413
  • 🐞 修复Slider点击mark时报错问题。#407

1.3.1

15 Jan 02:26
Compare
Choose a tag to compare

2019-1-15

  • 🐞 Fixed the Table component could not be scrolled under ie.。#390
  • 🐞 Fix Form does not clear that does not need to check the field.#367

  • 🐞 修复Table组件在ie下滚轮失效的问题。#390
  • 🐞 修复Form没有清除不在需要校验字段问题。#367

1.3.0

12 Jan 10:13
Compare
Choose a tag to compare

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 deprecated searchChange event.
    • 🌟 Added disabled prop that whether disable transfer.
  • 🌟 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.
  • 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.
  • Select
    • 🌟 Added removeIconclearIconmenuItemSelectedIcon prop,allow setting removeclearmenuItemSelected custom icons.
    • 🌟 Added dropdownRender prop that custom dropdown content.
    • 🌟 Added loading prop that indicate loading state.
  • 🌟 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.

组件功能和样式同步到 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
    • 🌟 增加 removeIconclearIconmenuItemSelectedIcon 属性,用于自定义删除、清空、选中的图标。
    • 🌟 增加 dropdownRender 属性, 用于自定义下拉框内容。
    • 🌟 增加 loading 属性, 用于展示加载中状态。
  • 🌟 优化 Button 在含有Icon时的显示效果。
  • ⚡️ 重构 Tag 组件,简化代码并提升性能。
  • 💄 Menu.Item 组件增加 title 属性,用于在收缩时展示的悬浮标题。
  • 💄 微调 Card 头部和加载中的样式细节。
  • 💄 优化 Spin 样式并略微提升了切换状态的性能。
  • 🐞 修复 TextArea 组件高度不能自适应问题。
  • 🐞 修复 Tooltip 在disabled状态下Button中,样式错误问题。#389
  • 🐞 修复一些组件 TypeScript 定义。