Skip to content

Commit a86b003

Browse files
committed
Update docs: update changelog
1 parent 6240511 commit a86b003

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/en/change/index.md

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

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+
816
## v1.3.4 - 2023/12/13
917

1018
* [Added] Added `MenuOptions.mouseScroll` to define whether long menus can be scrolled with a scroll wheel.

docs/zh/change/index.md

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

8+
9+
## v1.3.6 - 2024/01/17
10+
11+
* [Added] 添加 `isClosed` 实例方法用于检查当前菜单实例是否已经关闭。 ([#77](https://github.com/imengyu/vue3-context-menu/issues/77))
12+
* [Added] 添加 `clickCloseOnOutside` 选项允许配置用户点击外部是否关闭菜单。 ([#76](https://github.com/imengyu/vue3-context-menu/issues/76))
13+
* [Fix] 修复 VNodeRenderer 发出的类型警告。
14+
* [Docs] 添加 `--mx-menu-open-hover-background``--mx-menu-open-hover-text` 的说明。(Thanks @croatialu)
15+
* [Docs] 修改拼写 (Thanks @cheqianxiao)
16+
817
## v1.3.4 - 2023/12/13
918

1019
* [Added] 添加了 `MenuOptions.mouseScroll` 来定义是否可以用滚轮来滚动长菜单。

0 commit comments

Comments
 (0)