Skip to content

Releases: vueComponent/ant-design-vue

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

1.3.0-beta.0

07 Jan 13:27
Compare
Choose a tag to compare

2019-1-7


1.2.5

06 Jan 13:33
Compare
Choose a tag to compare

2019-1-6

  • 🌟 Add Typescript type file#250
  • 🐞 Fix Icon component can't support static class and dynamic class problems at the same time#371

  • 🌟 新增Typescript类型文件#250
  • 🐞 修复Icon组件不能同时支持static class和dynamic class问题#371

1.2.4

29 Dec 14:20
Compare
Choose a tag to compare

2018-12-29

  • 🐞 Fix Select component does not trigger popupScroll event#350
  • 🐞 Fixing the custom Icon component does not support class style issues.#351
  • 🌟 Tree TreeSelect supports key of number type. #343
  • 🌟 Tree components selectedKeys, expandedKeys support the .sync modifier.6373ce
  • TreeSelect
    • 🌟 treeExpandedKeys supports the .sync modifier.983318
    • 🐞 Fix page scrolling issue when the first focus.139356
  • 🐞 Remove the expansion animation when the Menu component is initialized.#338

  • 🐞 修复Select组件没有触发popupScroll事件问题#350
  • 🐞 修复自定义Icon组件不支持class style问题。#351
  • 🌟 Tree TreeSelect 支持number类型的key#343
  • 🌟 Tree组件selectedKeysexpandedKeys支持.sync修饰符。6373ce
  • TreeSelect
    • 🌟 treeExpandedKeys支持.sync修饰符。983318
    • 🐞 修复第一次focus时触发页面滚动问题。139356
  • 🐞 移除Menu组件初始化时的展开动画。#338