Skip to content

Commit d07ed98

Browse files
committed
Update change log
1 parent bd62d4f commit d07ed98

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/change/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ nav:
55
order: 5
66
---
77

8+
## v1.4.6 - 2025/03/28
9+
10+
* [Fix] 修复 `ContextMenuItem` `slot` 插槽在自定义时未正常显示的问题。 ([#113](https://github.com/imengyu/vue3-context-menu/issues/113))
11+
* [Fix] 修复键盘事件不正确的穿透至下方组件问题。 ([#113](https://github.com/imengyu/vue3-context-menu/issues/113))
12+
813
## v1.4.5 - 2025/03/13
914

1015
* [Fix] 修复 `ContextMenuGroup` 组件没有显示对应插槽的问题。 (Thanks @kovalewvladimir [#112](https://github.com/imengyu/vue3-context-menu/issues/112))

docs/en/change/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ nav:
55
order: 5
66
---
77

8+
## v1.4.6 - 2025/03/28
9+
10+
* [Fix] Fix this `ContextMenuItem`.`shortcut` slot not displaying properly. ([#113](https://github.com/imengyu/vue3-context-menu/issues/113))
11+
* [Fix] Fixed the issue of incorrect keyboard events penetrating to the components below. ([#113](https://github.com/imengyu/vue3-context-menu/issues/113))
12+
813
## v1.4.5 - 2025/03/13
914

1015
* [Fix] Fix `ContextMenuGroup` component does not display the corresponding slot issue. (Thanks @kovalewvladimir [#112](https://github.com/imengyu/vue3-context-menu/issues/112))

0 commit comments

Comments
 (0)