docs: update changelog
parent
dde7719d23
commit
772ac3c894
|
@ -34,6 +34,7 @@
|
|||
|
||||
- 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](https://github.com/vueComponent/ant-design-vue/issues/4170)
|
||||
|
|
|
@ -33,8 +33,9 @@
|
|||
|
||||
- 💄 破坏性更新
|
||||
|
||||
- a-menu-item、a-sub-menu 图标需要通过 slot 传递,不在通过子节点自动获取图标
|
||||
- `a-menu-item`、`a-sub-menu` 图标需要通过 slot 传递,不在通过子节点自动获取图标
|
||||
- row gutter 支持 row-wrap, 无需使用多个 row 划分 col
|
||||
- Menu 移除 defaultOpenKeys、defaultSelectedKeys; Switch 移除 defaultChecked; Rate 移除 defaultValue; 其它未重构组件的 defaultXxx 命名的属性请谨慎使用,在未来的版本中也会被移除。
|
||||
|
||||
- 🌟 新增 Avatar.Group 组件
|
||||
- 🐞 修复 AutoComplete filterOptions 不生效问题 [#4170](https://github.com/vueComponent/ant-design-vue/issues/4170)
|
||||
|
|
Loading…
Reference in New Issue