github vueComponent/ant-design-vue 2.2.0-beta.1

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

2021-6-7

  • 🔥🔥🔥 Virtual Table independent library released https://www.npmjs.com/package/@surely-vue/table, this component is an independent library, the document example is not yet complete, it is a completely ts-developed component , There are good type hints, there are API documents on npm, those who are in a hurry can explore and use it, here is an online experience example, https://store.antdv.com/pro/preview/list/big- table-list
  • 🔥🔥🔥 Refactored a large number of components, the source code is more readable, the performance is better, and the ts type is more comprehensive -Refactored components in this version Anchor, Alert, Avatar, Badge, BackTop, Col, Form, Layout, Menu, Space, Spin, Switch, Row, Result, Rate
  • 🎉 Menu
    • Better performance #3300
    • Fix the problem of incorrect highlighting #4053
    • Fix console invalid warning #4169
    • Easier to use, simpler to use single file recursion #4133
    • 💄 icon icon needs to be passed through slot
  • Skeleton
    • 🌟 Support Skeleton.Avatar placeholder component.
    • 🌟 Support Skeleton.Button placeholder component.
    • 🌟 Support Skeleton.Input placeholder component.
  • 💄 Destructive update
    • The a-menu-item and a-sub-menu icons need to be passed through the slot, and the icon is not automatically obtained through the sub-node
    • row gutter supports row-wrap, no need to use multiple rows to divide col
    • Menu removes defaultOpenKeys and defaultSelectedKeys; Switch removes defaultChecked; Rate removes defaultValue; Please be cautious to use the defaultXxx-named attributes of other unrefactored components, and they will be removed in future versions.
  • 🌟 Added Avatar.Group component
  • 🐞 Fix AutoComplete filterOptions not taking effect #4170
  • 🐞 Fix Select automatic width invalidation problem #4118
  • 🐞 Fix the lack of internationalized files in dist #3684

  • 🔥🔥🔥 虚拟 Table 独立库发布 https://www.npmjs.com/package/@surely-vue/table , 该组件是一个独立的库,目前文档示例尚未完善,他是一个完全 ts 开发的组件,有较好的类型提示,npm 上已有 API 文档,着急使用的的可以摸索着用起来了,这里有个在线体验示例,https://store.antdv.com/pro/preview/list/big-table-list
  • 🔥🔥🔥 重构大量组件,源码更加易读,性能更优,ts 类型更加全面
    • 本版本重构组件 Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate
  • 🎉 Menu
    • 性能更优 #3300
    • 修复高亮不正确问题 #4053
    • 修复控制台无效 warning #4169
    • 更加易用,更加简单的使用单文件递归 #4133
    • 💄 图标 icon 需要通过 slot 传递
  • Skeleton
    • 🌟 支持 Skeleton.Avatar 占位组件。
    • 🌟 支持 Skeleton.Button 占位组件。
    • 🌟 支持 Skeleton.Input 占位组件。
  • 💄 破坏性更新
    • a-menu-itema-sub-menu 图标需要通过 slot 传递,不在通过子节点自动获取图标
    • row gutter 支持 row-wrap, 无需使用多个 row 划分 col
    • Menu 移除 defaultOpenKeys、defaultSelectedKeys; Switch 移除 defaultChecked; Rate 移除 defaultValue; 其它未重构组件的 defaultXxx 命名的属性请谨慎使用,在未来的版本中也会被移除。
  • 🌟 新增 Avatar.Group 组件
  • 🐞 修复 AutoComplete filterOptions 不生效问题 #4170
  • 🐞 修复 Select 自动宽度失效问题 #4118
  • 🐞 修复 dist 缺少国际化文件问题 #3684

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

NewReleases is sending notifications on new releases.