diff --git a/index.html b/index.html index 0173fe99..0ba7857e 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
Fix: 1.Fixed the issue of high movement sensitivity when using the touchpad when changing mouse scrolling to moving the canvas behavior.
1.Fixed the issue of destroying mind maps without setting a background style and reporting errors.
+Fix: 1.Fixed the issue of destroying mind maps without setting a background style and reporting errors.
Breaking change: Adjusted the directory structure of the simple-mind-map source code, Main impact: 1. The introduction path of the plugin needs to be modified. The constant file path needs to be modified.
New: 1.Supports one click zoom to fit the canvas function. 2.Press and hold the Ctrl key to activate the multi selection function on demand through configuration. 3.Support setting to left click to select multiple nodes and right click to drag the canvas. 4. Support controlling whether nodes are allowed to be edited. 5.Add a method for destroying mind maps. 6.Added touch event support plugin.
diff --git a/web/src/pages/Doc/en/constructor/index.md b/web/src/pages/Doc/en/constructor/index.md index 90399ec9..b2298eca 100644 --- a/web/src/pages/Doc/en/constructor/index.md +++ b/web/src/pages/Doc/en/constructor/index.md @@ -214,7 +214,7 @@ Listen to an event. Event list: | mousemove | el element mouse move event | e (event object), this (Event event class instance) | | drag | If it is a drag event while holding down the left button | e (event object), this (Event event class instance) | | mouseup | el element mouse up event | e (event object), this (Event event class instance) | -| mousewheel | Mouse scroll event | e (event object), dir (up or down scroll), this (Event event class instance) | +| mousewheel | Mouse scroll event | e (event object), dir (up or down scroll), this (Event event class instance) 、isTouchPad(v0.6.1+, Is it an event triggered by the touchpad) | | contextmenu | svg canvas right mouse button menu event | e (event object) | | node_click | Node click event | this (node instance), e (event object) | | node_mousedown | Node mouse down event | this (node instance), e (event object) | diff --git a/web/src/pages/Doc/en/constructor/index.vue b/web/src/pages/Doc/en/constructor/index.vue index 4b2b7bc6..487b7608 100644 --- a/web/src/pages/Doc/en/constructor/index.vue +++ b/web/src/pages/Doc/en/constructor/index.vue @@ -549,7 +549,7 @@ poor performance and should be used sparingly.
-
\ No newline at end of file
+
+
+Think
+志斌
+
+Think
+志斌
+修复:1.修复将鼠标滚动改为移动画布行为后,使用触控板操作时移动灵敏度过高的问题。
1.修复没有设置过背景样式的情况下销毁思维导图报错的问题。
+修复:1.修复没有设置过背景样式的情况下销毁思维导图报错的问题。
破坏性更新:调整了simple-mind-map源码的目录结构,主要影响:1.插件的引入路径需要修改。2.constant文件路径需要修改。
新增:1.支持一键缩放至适应画布功能。 2.按住Ctrl键多选功能可通过配置按需开启。 3.支持设置为左键多选节点,右键拖动画布。 4.支持控制节点是否允许编辑。 5.新增销毁思维导图的方法。 6.新增触摸事件支持插件。
diff --git a/web/src/pages/Doc/zh/constructor/index.md b/web/src/pages/Doc/zh/constructor/index.md index 9608d1b7..b84b65b9 100644 --- a/web/src/pages/Doc/zh/constructor/index.md +++ b/web/src/pages/Doc/zh/constructor/index.md @@ -210,7 +210,7 @@ mindMap.setTheme('主题名称') | mousemove | el元素的鼠标移动事件 | e(事件对象)、this(Event事件类实例) | | drag | 如果是按住左键拖动的话会触发拖动事件 | e(事件对象)、this(Event事件类实例) | | mouseup | el元素的鼠标松开事件 | e(事件对象)、this(Event事件类实例) | -| mousewheel | 鼠标滚动事件 | e(事件对象)、dir(向上up还是向下down滚动)、this(Event事件类实例) | +| mousewheel | 鼠标滚动事件 | e(事件对象)、dir(向上up还是向下down滚动)、this(Event事件类实例)、isTouchPad(v0.6.1+,是否是触控板触发的事件) | | contextmenu | svg画布的鼠标右键菜单事件 | e(事件对象) | | node_click | 节点的单击事件 | this(节点实例)、e(事件对象) | | node_mousedown | 节点的鼠标按下事件 | this(节点实例)、e(事件对象) | diff --git a/web/src/pages/Doc/zh/constructor/index.vue b/web/src/pages/Doc/zh/constructor/index.vue index 4fec78fb..21986e0e 100644 --- a/web/src/pages/Doc/zh/constructor/index.vue +++ b/web/src/pages/Doc/zh/constructor/index.vue @@ -547,7 +547,7 @@ mindMap.setTheme('主题名称')Think
+志斌
+json、png、svg、pdf、markdown,支持从json、xmind、markdown导入json、png、svg、pdf、markdown,支持从json、xmind、markdown导入1.simple-mind-map
2.web
使用simple-mind-map库,基于vue2.x、ElementUI搭建的在线思维导图。特性:
提供文档页面服务。
3.dist
Think
+志斌
+