Commit Graph
38 Commits
Author SHA1 Message Date
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 5d3f87fd56 refactor(core): use vue-flow__marker on marker defs el 2024-06-06 10:45:38 +02:00
Braks 5838454086 refactor(core): resolve slots before returning default component (#1013) 2023-07-10 19:20:26 +02:00
braks 82befe722a chore(core): cleanup 2023-06-15 22:35:25 +02:00
braks 8e5d748013 refactor(core): use separate svg container for edges 2023-06-15 22:35:25 +02:00
braks 33b6fe121a fix(core): correct connection line calculation 2023-06-15 22:35:25 +02:00
braks f720f27360 chore(core): remove reactivity transform 2023-05-25 20:48:26 +02:00
braks e3e6a03359 refactor(core): add explicit imports and remove auto-imports
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-25 20:48:26 +02:00
braks 74a51f4339 fix(core): orphaned edge warn for undeletable edges when calculating max z-index
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-05 11:02:58 +02:00
braks 5560949ed1 chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-11 20:28:02 +02:00
braks f61e5beb02 chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 21:30:23 +02:00
Alex Van LiewandBraks c93e4054c3 fix(core): remove erroneous window.stop in EdgeRendered 2023-03-23 15:58:30 +01:00
braks 8c3f54ec28 feat(core): add onError hook
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-23 15:58:30 +01:00
braks 50ee96d0c1 refactor(core): hide edges when we have no dimensions
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-02 08:47:38 +01:00
braks addd0bbb67 chore(core): revert edge renderer & wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-02 08:47:38 +01:00
braks 4d535ed34c refactor(core): cleanup edge and node renderer
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-02 08:47:38 +01:00
braks cbc29e505d chore(deps-dev): update deps-dev and cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-22 20:20:11 +01:00
Alex Van LiewandBraks b19b9a871b fix: add compatConfig to all components 2023-02-15 10:19:26 +01:00
braks c62c18a20d refactor(core): use computed to group edges
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-10 15:44:45 +01:00
braks bb2c4f449a chore(core): cleanup and replace const with function
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-07 12:27:41 +01:00
braks 84ffd50429 chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-18 20:47:32 +01:00
braks fba7b55f1f fix(core): re-group edges when nodes change
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-18 20:47:32 +01:00
braks 9e1ba45839 fix(core): check if position is a number and not if it's truthy
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-16 18:39:28 +01:00
braks 148276dda6 feat(core): always group edges by z-index
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-10 11:10:40 +01:00
braks 249250e7af fix(core,edges): pass focusable to edge wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-30 01:06:52 +01:00
braks c1b1821ee6 fix(core,nodes): slot props undefined on first render
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-30 01:06:52 +01:00
braks 9f50dd0865 feat(core,nodes): implement a11y in nodes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-20 00:38:56 +01:00
braks ffbbc35fe9 feat(core,edges): add a11y to edge wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-20 00:38:56 +01:00
braks d06ce8659d refactor(core,edges): group edges on edge selection changes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-19 16:50:51 +01:00
braks c93ffafd31 chore(core,edges): simplify edge components 2022-11-13 23:25:04 +01:00
braks 650e7527ae chore(core): remove unnecessary import paths 2022-11-06 19:20:39 +01:00
braks 43ff2a42e6 refactor(core,edges): add div based edge label renderer 2022-11-04 22:10:40 +01:00
Braks 395fcd2aab refactor(core): log warnings for non-prod node envs 2022-10-18 19:04:22 +02:00
braks 34685a50c6 fix(edges): pass edge styles to edge path 2022-10-14 23:47:32 +02:00
braks 13fed0a3fb refactor(edges): move edge event handlers into Wrapper component 2022-10-10 21:33:44 +02:00
braks 2684272308 refactor(core): simplify useHandle 2022-10-10 21:33:44 +02:00
braks 607c7c0e69 fix(edges): edges not returned by getter on pane ready event 2022-10-10 21:33:44 +02:00
braks 082050b164 refactor(core): rename core pkg dir to core 2022-10-10 21:33:44 +02:00