Commit Graph
894 Commits
Author SHA1 Message Date
github-actions[bot]andBraks fc8cd4b9ea chore: bump versions 2023-04-07 19:48:22 +02:00
braks d659d48279 fix(core): set handle connectable undefined as default
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-07 19:48:22 +02:00
github-actions[bot]andBraks 1ae664c073 chore: bump versions 2023-04-03 11:13:53 +02:00
braks c459653015 fix(core): use connection click start handle
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 11:13:53 +02:00
braks 8229ee8748 fix(core): remove duplicate event binding
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 11:13:53 +02:00
braks 3222e979ff fix(core): use fallback for connectable start and end
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 11:13:53 +02:00
braks 20dfddaad9 fix(core): allow null values to be set
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 11:13:53 +02:00
github-actions[bot]andBraks da6039fc35 chore: bump versions 2023-04-03 08:53:33 +02:00
braks 491fdb04e1 chore(tooling): disable console log
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks a105d4c0bf chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 4efc787067 refactor(core): add connection start and end handles to store state
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks eab9991762 fix(core): correct isDef typeguard
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 63808e5dd2 refactor(core): do not remove orphaned edges from state
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 0f02296fcc refactor(background): remove reactivity transform vars
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks e9ff4cca9d refactor(controls): remove reactivity transform vars
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks d888b0c1ab chore(vueflow): remove scripts
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 1212fac27b chore(core): add labels to tuple
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks ef94e1ac19 chore(core): add missing name to A11yDescriptions
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks b1c88b3792 chore(core): cleanup handle
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 26a68e83ed chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 4bb532132e feat(core): add type to edge updater anchor class
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 1d3908db62 feat(core): add connectableStart & connectableEnd props
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 17905660d6 feat(minimap): add inversePan and zoomStep props
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 5a50cfd90b feat(core): add clickConnectStart & clickConnectEnd events
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-03 08:53:33 +02:00
braks 707aaef535 chore: add dev scripts
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-02 21:40:07 +02:00
github-actions[bot]andBraks 1ba8183b00 chore: bump versions 2023-04-02 20:52:57 +02:00
braks 22accaed0d fix(core): hide transformation pane to avoid flickering of graph
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-02 20:52:57 +02:00
braks 6c806e8059 fix(core): reset nodes and edges before state
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-02 20:52:57 +02:00
github-actions[bot]andBraks c437e41092 chore: bump versions 2023-04-01 00:35:45 +02:00
braks 44d1a4e3df fix(core): connection line pos not matching edge pos
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-01 00:35:45 +02:00
braks f62e6dfc53 fix(core): unwrap nodesConnectable in onClick of handle
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-01 00:35:45 +02:00
braks d6155645e4 chore(core): add dev script
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-01 00:35:45 +02:00
braks d0ac0b66ea chore(core): remove reactivity transform from handle
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-01 00:35:45 +02:00
braks c4f287c574 fix(core): handles with connectable false still considered valid
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-01 00:35:45 +02:00
github-actions[bot]andBraks 977ccaa73e chore: bump versions 2023-03-31 21:30:23 +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
braks 65db65da2f chore: update lint scripts
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 21:30:23 +02:00
github-actions[bot]andBraks 36da593818 chore: bump versions 2023-03-31 15:53:13 +02:00
braks ce0002baea fix(core): object assign order when parsing node/edge
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 15:53:13 +02:00
github-actions[bot]andBraks 4a2598ff67 chore: bump versions 2023-03-29 11:26:49 +02:00
Yann CandBraks 330a3b7a4f fix: make @wheel and @touchstart event passive 2023-03-29 11:26:49 +02:00
github-actions[bot]andBraks 0bc4b73625 chore: bump versions 2023-03-24 21:31:24 +01:00
braks 0cdff91322 chore(core): cleanup getters
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 21:31:24 +01:00
braks 2944744df1 refactor(core): check if node handle bounds exist in getNodesInitialized
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 21:31:24 +01:00
braks 976f7c257b fix(core): add missing error event definition
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 21:31:24 +01:00
braks c330686833 fix(core): only use visible nodes to check if nodes are initialized
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 21:31:24 +01:00
braks 97914486db chore(core): cleanup types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 14:35:46 +01:00
braks 0501151e94 fix(core): correct return type of getIncomers & getOutgoers
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-24 14:35:46 +01:00
github-actions[bot]andBraks e7b0c4b73e chore: bump versions 2023-03-23 15:58:30 +01:00
Alex Van LiewandBraks c93e4054c3 fix(core): remove erroneous window.stop in EdgeRendered 2023-03-23 15:58:30 +01:00