braks
dab5ab4bbf
fix(core): ignore minor drag movements when marking aborted drag
2024-07-09 10:16:32 +02:00
github-actions[bot] and Braks
0814d423bc
chore: bump versions
2024-07-09 00:42:51 +02:00
Braks
9d14595f1d
fix(core): emit node click if drag was aborted ( #1525 )
...
* fix(core): emit node click if drag was aborted
* chore(changeset): add
* chore(core): cleanup
2024-07-09 00:42:51 +02:00
Braks
0a0dfe96f1
chore(core): cleanup deprecation notices ( #1527 )
...
* chore(core): cleanup `getNodes` usage from Pane
* chore(core): cleanup deprecation notices
2024-07-09 00:42:51 +02:00
github-actions[bot] and Braks
d368263904
chore: bump versions
2024-07-08 22:22:48 +02:00
Braks
4548021b74
fix(core): emit node click event when drag was ended with no movement ( #1522 )
...
* fix(core): emit node click event when drag was ended with no movement
* chore(changeset): add
2024-07-08 22:22:48 +02:00
github-actions[bot] and Braks
50b32efc7d
chore: bump versions
2024-07-01 16:03:21 +02:00
Braks
d8ddc4de6e
fix(core): use post flush to re-observe nodes after toggling visibility ( #1517 )
...
* fix(core): use `post` flush to re-observe nodes after toggling visibility
* chore(changeset): add
* chore(core): cleanup
2024-07-01 16:03:21 +02:00
Braks
9154687410
fix(core): avoid re-snapping to same handle ( #1514 )
...
* fix(core): avoid re-snapping to same handle
* chore(changeset): add
2024-07-01 16:03:21 +02:00
github-actions[bot] and Braks
d3b706ea98
chore: bump versions
2024-07-01 10:34:54 +02:00
Braks
c8b55223b9
fix(core): correct calculation of nodes inside selection ( #1509 )
...
* fix(core): correct calculation of nodes inside selection
* chore(changeset): add
2024-07-01 10:34:54 +02:00
github-actions[bot] and Braks
d0728ac7b0
chore: bump versions
2024-07-01 09:44:55 +02:00
Braks
3489fae8fe
refactor(core): use correct end handle position in connection line ( #1508 )
...
* refactor(core): use correct end handle position in connection line
* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
266f8744ad
chore(core): cleanup pane ( #1507 )
...
* chore(core): cleanup pane
* chore(core): cleanup actions
2024-07-01 09:44:55 +02:00
Braks
e57f22c185
fix(core): correct pane pointer evt handlers ( #1505 )
2024-07-01 09:44:55 +02:00
Braks
a52ac6e90e
fix(core): remove v-memo from edge renderer ( #1506 )
...
* fix(core): remove v-memo from edge renderer
* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
545bb4edf5
refactor(core): remove useWindow ( #1504 )
...
refactor(core): remove `useWindow`
2024-07-01 09:44:55 +02:00
Braks
410765b87b
feat(core): allow string array or object as class to node/edge objects ( #1502 )
...
* feat(core): allow string array as class
* chore(changeset): add
* feat(core): allow record as class
* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
8454dca6d4
chore(core): cleanup handle utils ( #1497 )
2024-07-01 09:44:55 +02:00
Braks
09e222124c
refactor(core): calculate correct handle pos in handle lookup ( #1494 )
...
* refactor(core): use `getHandlePosition` to calculate handle pos
* chore(changeset): add
2024-07-01 09:44:55 +02:00
braks
e435485b77
feat(core): make useKeyPress public and export it
2024-07-01 09:44:55 +02:00
braks
4effbb0008
refactor(core): use pointer evts in pane and prevent cancel of selection
2024-07-01 09:44:55 +02:00
braks
ea75f8aac0
refactor(core): allow passing target to useKeyPress
2024-07-01 09:44:55 +02:00
Braks
cf32d59074
refactor(core): replace until watcher with onMounted in handle cmp ( #1488 )
2024-07-01 09:44:55 +02:00
github-actions[bot] and Braks
e2dec5c866
chore: bump versions
2024-06-18 12:49:20 +02:00
Braks
e2ce2053e4
fix(core): correct id access in useVueFlow ( #1483 )
...
* fix(core): correct id access in `useVueFlow`
* chore(changeset): add
2024-06-18 12:49:20 +02:00
github-actions[bot] and Braks
fdc656af9d
chore: bump versions
2024-06-18 12:29:29 +02:00
Braks
4fe1a7b541
refactor(core): add overloads to useVueFlow ( #1481 )
...
* refactor(core): add overloads to `useVueFlow`
* chore(changeset): add
* chore(core): cleanup
2024-06-18 12:29:29 +02:00
Braks
9b4e3b2656
feat(core): add EdgePathParams type to edge utils ( #1479 )
...
* feat(core): add `EdgePathParams` type to edge utils
* chore(changeset): add
* chore(core): cleanup jsdocs
2024-06-18 12:29:29 +02:00
Braks
cff55c8ebf
refactor(core): use empty arr when updating all internals ( #1476 )
...
* refactor(core): use empty arr when updating all internals
* chore(changeset): add
2024-06-18 12:29:29 +02:00
github-actions[bot] and Braks
09a44b0424
chore: bump versions
2024-06-13 00:04:51 +02:00
Braks
850f54aebd
chore(core): cleanup unused event arg ( #1475 )
...
chore(core): cleanup unused `event` arg
2024-06-13 00:04:51 +02:00
Braks
d429394f42
refactor(core): cleanup connection line component ( #1470 )
2024-06-13 00:04:51 +02:00
Braks
d658c1d357
refactor(core): replace arr reduce methods ( #1467 )
...
* refactor(core): replace arr reduce methods
* chore(core): cleanup
2024-06-13 00:04:51 +02:00
Braks
70b39cc78e
refactor(core): deprecate useVueFlow options arg ( #1465 )
...
refactor(core): deprecate vueflow options
2024-06-13 00:04:51 +02:00
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
github-actions[bot] and Braks
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