Braks
798faf1be4
refactor(core): remove connectedEdges from node mouse events ( #1464 )
...
* refactor(core): remove `connectedEdges` from node mouse events
* chore(changeset): add
2024-06-13 00:04:51 +02:00
Braks
0825101ebe
refactor(core): remove node intersections arg from drag events ( #1460 )
...
* refactor(core): remove node intersections arg from drag events
* chore(changeset): add
* docs(examples): update intersection example
2024-06-13 00:04:51 +02:00
Braks
a9ccd61eec
feat(core): add useEdgesData composable ( #1462 )
...
* feat(core): add `useEdgesData` composable
* chore(changeset): add
* chore(core): add export
2024-06-13 00:04:51 +02:00
braks
19df6ca57a
fix(core): event type
2024-06-13 00:04:51 +02:00
Braks
ed2e5744fd
fix(core): hide graph until initial fitview is done ( #1459 )
...
* fix(core): hide graph until initial fitview is done
* chore(changeset): add
* fix(core): wait for fit view to finish
2024-06-13 00:04:51 +02:00
Braks
0c5dfddc47
refactor(core): remove initialized from graph-nodes ( #1457 )
...
* refactor(core): remove `initialized` from graph-nodes
* chore(changeset): add
* refactor(node-resizer): replace node initialized check
* chore(changeset): add
2024-06-13 00:04:51 +02:00
braks
9a7e4ac952
refactor(core): use for loop
2024-06-13 00:04:51 +02:00
Braks
cd5103e525
refactor(core): reduce node bounds calculation ( #1453 )
...
* refactor(core): reduce node bounds calculation
* chore(changeset): add
* chore(core): cleanup
2024-06-13 00:04:51 +02:00
Braks
49dc8ae2a1
feat(core): add updateEdgeData action ( #1452 )
...
* feat(core): add `updateEdgeData` action
* chore(changeset): add
2024-06-13 00:04:51 +02:00
Braks
d71de0a92d
chore(docs): update example styles ( #1469 )
...
* chore(docs): update basic example styles
* chore(docs): update confirm delete example styles
* chore(docs): update dnd example styles
* chore(docs): update hidden example
* chore(docs): update update node example
* chore(docs): update node toolbar example styles
* chore(docs): update transition example styles
* chore(docs): cleanup basic example els
* chore(docs): cleanup examples
2024-06-10 23:51:47 +02:00
Braks
5dc8711a6b
chore(docs): update vitepress to latest ( #1468 )
...
* chore(docs): update vitepress to latest
* chore(docs): cleanup styles
2024-06-10 15:11:40 +02:00
braks
78f2635c5e
chore(docs): update visibility example styles
2024-06-09 15:09:05 +02:00
braks
01e1b32104
chore(docs): update interaction example styles
2024-06-09 15:04:03 +02:00
braks
ee8d30d1cf
chore(docs): update math examples styles
2024-06-09 14:58:29 +02:00
braks
5e953bdb44
chore(docs): update save and restore example
2024-06-09 14:52:26 +02:00
braks
6ee31708ab
fix(docs): add width/height to icons
2024-06-09 14:24:39 +02:00
braks
50a3b0eab5
chore(docs): update repl vue version
2024-06-09 13:04:26 +02:00
braks
ba43421674
chore(docs): correct header styles
2024-06-09 13:04:26 +02:00
Braks
257c7aa704
examples: add confirm delete example ( #1466 )
...
* examples: add confirm delete example
* docs: add confirm delete example
2024-06-09 13:04:20 +02:00
braks
67da354917
chore(docs): cleanup math example
2024-06-09 13:04:20 +02:00
braks
51986d7c6c
docs: prettify example css files
2024-06-09 13:04:20 +02:00
Braks
a8ba97331f
examples: add math example ( #1461 )
...
* examples: add math example
* docs: add math example
2024-06-08 20:35:18 +02:00
braks
f74be96b2d
examples: add screenshot example ( #1456 )
2024-06-08 16:56:21 +02:00
Braks
6503b3e9ed
examples: update pinia example ( #1458 )
...
* examples: update pinia example
* chore(examples): update pinia dep
* examples: add icons to pinia panel
* docs(examples): update pinia example
2024-06-08 16:07:50 +02:00
Git Cliff
9bd813dc59
chore: update CHANGELOG.md
2024-06-06 08:47:37 +00:00
github-actions[bot]
dd6aff24cb
chore: bump versions
2024-06-06 10:45:38 +02:00
braks
40f2421dc9
chore(core): add missing container class name
2024-06-06 10:45:38 +02:00
braks
25bb585220
chore(core): cleanup
2024-06-06 10:45:38 +02:00
Braks
a592fbd78a
refactor(core): use node lookup map internally ( #1450 )
...
* refactor(core): use node lookup map internally
* chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
faf67c2b55
fix(core): use computed edge ref
2024-06-06 10:45:38 +02:00
Braks
876b71dc19
refactor(core): use node/edge id as only dependency for nodes/edges list ( #1447 )
...
* refactor(core): use node id to (re-)render nodes
* refactor(core): use edge id to (re-)render nodes
* chore(changeset): add
* chore(core): cleanup
* chore(core): cast cmp as any
2024-06-06 10:45:38 +02:00
Braks
8bc1c99252
fix(core): disable drag when using multi-touch ( #1448 )
...
* fix(core): disable drag when using multi-touch
* chore(changeset): add
2024-06-06 10:45:38 +02:00
Braks
1b5e14a5b8
fix(core): disable zoom on mobile when zoomToPinch is false ( #1449 )
...
* fix(core): disable zoom on mobile when zoomToPinch is false
* chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
0c1bd1b204
chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
cc0b8b69a3
refactor(core): remove hidden check from getNodes & getEdges
2024-06-06 10:45:38 +02:00
braks
5e9db1c87f
refactor(core): render null if edge is hidden
2024-06-06 10:45:38 +02:00
braks
e5508bc8eb
chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
3498399ef7
refactor(core): render null if node is hidden
2024-06-06 10:45:38 +02:00
braks
ea45545835
refactor(core): use all nodes in node renderer
2024-06-06 10:45:38 +02:00
braks
329be6b60c
chore(changeset): update
2024-06-06 10:45:38 +02:00
braks
a220161876
docs: cleanup examples
2024-06-06 10:45:38 +02:00
braks
82d99915d3
tests: update handle ids in tests
2024-06-06 10:45:38 +02:00
braks
660831cc37
refactor(core): check if starting handle exists
2024-06-06 10:45:38 +02:00
braks
688f886f9b
chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
c822f9c632
refactor(core,handle): remove auto-generated handle ids
2024-06-06 10:45:38 +02:00
braks
5703647290
chore(core): add todos for parentId
2024-06-06 10:45:38 +02:00
braks
5d3f87fd56
refactor(core): use vue-flow__marker on marker defs el
2024-06-06 10:45:38 +02:00
braks
0d971d89b6
chore(changeset): add
2024-06-06 10:45:38 +02:00
braks
1bb7a19e1b
feat(core): add edge id to handle connections
2024-06-06 10:45:38 +02:00
Git Cliff
fa7087f7ff
chore: update CHANGELOG.md
2024-05-31 14:12:50 +00:00