5.5 KiB
Raw Blame History

Changelog

0.4.5

New: 1.Supports associative lines. 2.You can also drag the canvas by holding down the root node.

0.4.4

New: Support horizontal scrolling in response to the mouse.

0.4.3

Fix: No trigger after forward and backward data_ Change event.

New: Support user-defined mouse wheel events; The mouse wheel is adjusted to support zooming and moving the view up and down.

0.4.2

New: The setText method of the Node class adds a second parameter to support setting rich text content.

0.4.1

New: 1.Add and throw node mouseenter and mouseleave events; 2.Node rich text supports setting background color; 3.Node rich text supports clear style.

Fix: 1.Mac system touchpad scaling is the opposite problem; 2.When the device window.devicePixelRatio is not 1, the size of the rich text node in the exported image will become larger when there are rich text nodes.

0.4.0

New: The node supports rich text editing.

0.3.4

New: Automatic line wrapping function is added to node text.

Fix: 1.Fix the problem of deletion exceptions if there are root nodes in the batch deleted nodes. 2.Fix the problem that high node height will overlap with other nodes in the case of bottom edge style.

0.3.3

Fix: The root node text cannot wrap.

0.3.2

Fix: 1.Fix the problem that the node style is not updated when the secondary node is dragged to other nodes or other nodes are dragged to the secondary node; 2.Fix the problem that when the actual content of the mind map is larger than the screen width and height, the excess part is not watermarked when exporting.

0.3.1

Fix: 1.The problem that deleting the background image does not take effect; 2.The problem that the connector runs above the root node when the node is dragged to the root node.

New: Add position and size settings for background image display. This setting is also supported for exported pictures.

0.3.0

Upgrade to plugin architecture, pull out some non-core functions as plugins, register as needed, and reduce the overall volume.

0.2.24

New: Node free drag is changed to configurable, the default is false, not open; Support add watermark.

0.2.23

New: Support register new theme.

0.2.22

optimizationThe theme and structure pictures of the built-in simple-mind-map package are removed and replaced by user self-maintenance. The original pictures can be found in the web/assets/img/ directory.

0.2.21

New: Support node horizontal line style.

0.2.20

fixWhen the distance from the canvas to the upper left corner of the window is not 0, the node dragging will have an offset problem.

0.2.19

fixWhen the node is not activated, pressing any key will trigger the problem of automatic focus.

0.2.18

optimizationKeyboard navigation algorithm for finding focus, supporting simple algorithm, region algorithm and shadow algorithm.

0.2.17

NewKeyboard navigation, that is, switch the active nodes through the direction keys; The node text content can be edited directly in the outline.

0.2.16

optimizationMini map; drag performance.

0.2.15

optimizationLocal file editing.

NewDouble-click the image in the node to preview the large image.

0.2.14

optimizationAutomatically expand when inserting child nodes.

fixThe error occurred when the mini map was closed.

0.2.13

fixThe child node is missing when collapsing state replication.

0.2.11

fixFix the problem that is lost when the child node collapses state replication.

NewSupport mini map.

0.2.10

optimizationFocus immediately when you manually create a node.

fixConnection style depth update problem.

NewLogical structure diagram and mind map add linear connection style and direct connection style.

0.2.9

NewSupport the creation, opening and saving of local files on the computer.

0.2.8

fixXmind8 version file import failed.

NewExpanding to the specified level is supported.

0.2.7

fixThe root node adds multiple nodes to burst the stack.

NewSupport import .xmind file.

0.2.6

NewThe title tag is added when exporting svg.

0.2.5

fixBugs caused by node expansion and collapse.

NewNode supports custom line styles.

0.2.4

NewNodes support multiple shapes.

0.2.3

fixShortcut key conflicts when editing node text; Right-click menu shortcut prompt error; Right-click menu shortcut prompt.

0.2.2

fixThe input string '/' conflicts with the shortcut key '/'.

0.2.1

NewSupport export as pdf.

0.2.0

NewClassic4 themeSupport adding summary; Support free drag; Move Node Up, Move Node Down, Copy Node, Cut Node, Paste Node, One-click Organize Cloth Shortcut; Library packaging; Ctrl+left click to select multiple.

0.1.18

fixThe problem that the node icon cannot be deleted; The tool button is grayed out and can still be clicked.

0.1.17

NewAdd read-only mode.

0.1.16

NewNode notes support markdown and rich text.

fixCan't select text; Node annotations cannot hide problems after node activation; When editing text such as hyperlinks, notes, labels, etc., the return key and return key conflict with the shortcut key of mind map.

0.1.15

NewThe status data supports saving the active status and view status (drag position, zoom value)Support node drag.

0.1.14

fixThere are problems with setting topics when activating nodes.

0.1.13

NewShortcut key function; Support export as json。

optimizationSome details.

0.1.12

NewLocal storageRight-click menu function, etc.

0.1.0

Complete basic functions.