You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/change/index.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ nav:
5
5
order: 5
6
6
---
7
7
8
+
## v1.3.6 - 2024/01/17
9
+
10
+
*[Added] Add `isClosed` instance function to check if the menu is currently closed. ([#77](https://github.com/imengyu/vue3-context-menu/issues/77))
11
+
*[Added] Add clickCloseOnOutside allow do not close menu when the user click on other places ([#76](https://github.com/imengyu/vue3-context-menu/issues/76))
12
+
*[Fix] VNodeRenderer prop type check warning.
13
+
*[Docs] add `--mx-menu-open-hover-background` and `--mx-menu-open-hover-text` (Thanks @croatialu)
14
+
*[Docs] Fix typo (Thanks @cheqianxiao)
15
+
8
16
## v1.3.4 - 2023/12/13
9
17
10
18
*[Added] Added `MenuOptions.mouseScroll` to define whether long menus can be scrolled with a scroll wheel.
0 commit comments