Commit Graph

399 Commits

Author SHA1 Message Date
braks
4fce82ef1e chore: add README.md 2022-11-06 19:20:39 +01:00
braks
74433c46e9 chore(additional-components): upgrade to vite 3 2022-11-06 19:20:39 +01:00
braks
650e7527ae chore(core): remove unnecessary import paths 2022-11-06 19:20:39 +01:00
braks
f9af2d36fd chore(core): use auto imports to for utils, composables etc. 2022-11-06 19:20:39 +01:00
braks
489da64200 chore(core): upgrade to vite 3 2022-11-06 19:20:39 +01:00
braks
d966ff27aa chore(deps-dev): update dev dependencies 2022-11-06 19:20:39 +01:00
github-actions[bot]
98e5481507 chore: bump versions 2022-11-06 12:15:55 +01:00
braks
e9943d52ab test: correct drag test position 2022-11-06 12:12:44 +01:00
braks
9b60790c31 refactor(additional-components): use regular component for mini map nodes 2022-11-06 11:48:42 +01:00
braks
bd7fa3c148 feat(additional-components): add zoomable and pannable to mini map 2022-11-06 11:48:42 +01:00
braks
2a5afe706e refactor(core): skip d3 events with no underlying source event 2022-11-06 11:48:42 +01:00
braks
8e3864dc09 docs: add intersection example 2022-11-06 11:03:08 +01:00
braks
a2e260fbaf chore(core): emit nodesInitialized after next tick 2022-11-06 09:40:55 +01:00
braks
fe1ba03eb0 feat(core,nodes): add nodesInitialized event hook 2022-11-06 09:40:55 +01:00
braks
632fa93272 feat(core,nodes): pass node intersections when dragging a single node 2022-11-04 23:44:11 +01:00
braks
8a51391c31 chore(core): correct action name 2022-11-04 23:44:11 +01:00
braks
4782d709c5 feat(core): add intersection utils 2022-11-04 23:44:11 +01:00
braks
43ff2a42e6 refactor(core,edges): add div based edge label renderer 2022-11-04 22:10:40 +01:00
github-actions[bot]
0dc1eb686d chore: bump versions 2022-11-04 22:00:58 +01:00
braks
43aa810884 fix(core,edges): use all handles when connection mode is Loose 2022-11-04 19:18:31 +01:00
braks
49b44e45a3 fix(core,nodes): skip connectable for handles unrelated to connected edges 2022-11-04 16:20:03 +01:00
braks
84adeb7e39 fix(core,nodes): always set a handle id 2022-11-04 16:20:03 +01:00
braks
73dfca5f57 refactor(core): show regular pointer if pane isn't draggable 2022-11-03 21:58:36 +01:00
github-actions[bot]
fbfa2efbd2 chore: bump versions 2022-10-25 19:21:42 +02:00
braks
096f67a55b fix(core): use shallowReactive for node/edge data & events 2022-10-25 19:14:59 +02:00
braks
560f2d5530 chore(core): update CHANGELOG.md 2022-10-25 19:12:16 +02:00
braks
6e564dacf7 fix(core): prevent node selection box from appearing before mouseup 2022-10-25 17:46:42 +02:00
braks
e5dfdb6a6d fix(core): disable user selection if elementsSelectable is false 2022-10-25 17:46:42 +02:00
github-actions[bot]
0bd8049a4b chore: bump versions 2022-10-21 18:49:16 +02:00
braks
240074ce6d fix: correct filenames for output of pkgs 2022-10-21 10:19:55 +02:00
Braks
395fcd2aab refactor(core): log warnings for non-prod node envs 2022-10-18 19:04:22 +02:00
github-actions[bot]
0caf8f2290 chore: bump versions 2022-10-18 18:48:43 +02:00
braks
ad0f8ff3dc fix(core,nodes): set node dragging on start and end 2022-10-18 16:28:06 +02:00
braks
c5aebf65bf fix(additional-components): add overflow visible to control btn svgs 2022-10-18 16:14:42 +02:00
braks
dcf607f279 fix(core): allow undefined as custom theme var value 2022-10-18 16:14:13 +02:00
braks
e6f97b897c refactor(core): data and event properties to be definitely typed 2022-10-18 16:14:00 +02:00
braks
c0fc95dc5e refactor(core): add generics to Elements/FlowElements types 2022-10-18 16:14:00 +02:00
braks
ce8b04b702 refactor(core): add generics to isNode/isEdge fn 2022-10-18 16:14:00 +02:00
wangran03
90eac5743a docs: fix additional-components imports 2022-10-18 11:20:51 +02:00
github-actions[bot]
9fbd653d92 chore: bump versions 2022-10-15 01:00:36 +02:00
braks
d4fb795787 fix(edges): edge text not properly calculating dimensions 2022-10-15 00:53:42 +02:00
github-actions[bot]
e9a784a1aa chore: bump versions 2022-10-15 00:30:14 +02:00
braks
34685a50c6 fix(edges): pass edge styles to edge path 2022-10-14 23:47:32 +02:00
braks
530e4403b4 chore(core): remove duplicated styles 2022-10-14 23:06:03 +02:00
braks
4fa462718f chore(core): remove text fill 2022-10-14 22:25:34 +02:00
braks
53c70a093b fix(edges): edge text not aligning correctly into center 2022-10-14 22:19:11 +02:00
braks
9f48095b51 revert(nodes): add dragging class to node on drag instead of dragstart 2022-10-14 21:13:48 +02:00
braks
ea9da0adb7 refactor(core): use flowElements type as arg for removeSelectedElements 2022-10-14 21:13:39 +02:00
braks
583efe6c68 fix(core): elements not correctly unselected 2022-10-14 21:13:39 +02:00
braks
58d11db1f9 fix(nodes): add missing dragging class to node selection rect 2022-10-14 21:13:29 +02:00