Skip to content

Commit 772ac3c

Browse files
committed
docs: update changelog
1 parent dde7719 commit 772ac3c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
- 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
3636
- row gutter supports row-wrap, no need to use multiple rows to divide col
37+
- `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.
3738

3839
- 🌟 Added Avatar.Group component
3940
- 🐞 Fix AutoComplete filterOptions not taking effect [#4170](https://github.com/vueComponent/ant-design-vue/issues/4170)

CHANGELOG.zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333

3434
- 💄 破坏性更新
3535

36-
- a-menu-itema-sub-menu 图标需要通过 slot 传递,不在通过子节点自动获取图标
36+
- `a-menu-item``a-sub-menu` 图标需要通过 slot 传递,不在通过子节点自动获取图标
3737
- row gutter 支持 row-wrap, 无需使用多个 row 划分 col
38+
- Menu 移除 defaultOpenKeys、defaultSelectedKeys; Switch 移除 defaultChecked; Rate 移除 defaultValue; 其它未重构组件的 defaultXxx 命名的属性请谨慎使用,在未来的版本中也会被移除。
3839

3940
- 🌟 新增 Avatar.Group 组件
4041
- 🐞 修复 AutoComplete filterOptions 不生效问题 [#4170](https://github.com/vueComponent/ant-design-vue/issues/4170)

0 commit comments

Comments
 (0)