github vueComponent/ant-design-vue 1.3.0

latest releases: 4.2.1, 4.2.0, 4.1.2...
5 years ago

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

Don't miss a new ant-design-vue release

NewReleases is sending notifications on new releases.