Commit Graph
1011 Commits
Author SHA1 Message Date
braks b386c8580f fix(core): trigger connect if end handle exist in state 2023-06-15 22:35:25 +02:00
braks 9d3c3584ff fix(core): handle pos calculation 2023-06-15 22:35:25 +02:00
braks 6e2c3e5281 fix(core): use validator with null handle when no closest can be found 2023-06-15 22:35:25 +02:00
braks b017139d22 fix(core): reset end handle on connection end 2023-06-15 22:35:25 +02:00
braks e7e4f1fd0a chore(core): cleanup export path 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 d2c1c5185f fix(core): set interaction edge styles so animation does not break pointer 2023-06-15 22:35:25 +02:00
github-actions[bot]andBraks a16b7ca3d0 chore: bump versions 2023-05-25 20:48:26 +02:00
braks 1e786a9b08 chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks e42897e3ed fix(core): filter closest handles by validity 2023-05-25 20:48:26 +02:00
braks 1690891804 fix(core): use all handles in radius and find closest valid one 2023-05-25 20:48:26 +02:00
braks 0e5a678a7b chore(core): update deps-dev 2023-05-25 20:48:26 +02:00
braks b2cdb6a143 chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks 4ad10c5030 refactor(core): check if element is object 2023-05-25 20:48:26 +02:00
braks c52396b43b chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks f720f27360 chore(core): remove reactivity transform 2023-05-25 20:48:26 +02:00
braks 1a083fc861 chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks 06ad0c0d20 refactor(core): avoid inserting invalid nodes 2023-05-25 20:48:26 +02:00
braks 4421ad0ee7 refactor(core): allow passing null as id for find actions 2023-05-25 20:48:26 +02:00
braks 8466e85330 chore(core): lint 2023-05-25 20:48:26 +02:00
braks 1180ab247f chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-25 20:48:26 +02:00
braks 5da86cbd2d refactor(pathfinding-edge): 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 ed4eaac34e refactor(node-resizer): 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 ff9f6471ed chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-25 20:48:26 +02:00
braks 77df92685f chore(core): update slots patch
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
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 5a86c7cf1d chore: update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-25 20:48:26 +02:00
braks 128b968168 chore: lint 2023-05-25 20:48:26 +02:00
braks 85dea35b26 chore(tooling): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 0a11840922 refactor(pathfinding-edge): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 9a912785a9 refactor(node-toolbar): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 6fd58b6212 refactor(node-resizer): remove auto-imports 2023-05-25 20:48:26 +02:00
braks bc0137bae8 refactor(minimap): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 969869110a refactor(controls): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 09a97da116 refactor(background): remove auto-imports 2023-05-25 20:48:26 +02:00
braks 49fbdadb72 refactor(controls): disable zoom in/out btns when max/min zoom is reached 2023-05-25 20:48:26 +02:00
braks 8fa6ad5076 chore(core): cleanup handle cmp 2023-05-25 20:48:26 +02:00
braks 4d505c974c refactor(core): allow ref for isValidConnection in useHandle 2023-05-25 20:48:26 +02:00
braks 9b0b969caf refactor(core): remove reactivity transform from connection line component 2023-05-25 20:48:26 +02:00
braks 627cbf65a8 refactor(core): remove unnecessary computed var 2023-05-25 20:48:26 +02:00
braks b3412bc8ec chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks f5152a9fd3 feat(node-toolbar): add align prop 2023-05-25 20:48:26 +02:00
braks 1b396159ed fix(core): set default viewport type as partial 2023-05-25 20:48:26 +02:00
braks 5d160689b9 fix(controls): use OR operator to determine isInteractive state 2023-05-25 20:48:26 +02:00
braks 13d3be9c33 chore(core): cleanup unnecessary refs 2023-05-25 20:48:26 +02:00
braks e52f74703a chore(core): remove reactivity transform from useDrag 2023-05-25 20:48:26 +02:00
braks 20a9521cac refactor(core): pass drag handle to useDrag 2023-05-25 20:48:26 +02:00
github-actions[bot]andBraks 0e7f3c223c chore: bump versions 2023-05-11 15:33:42 +02:00
braks 4bc576ec7f fix(core): do not render edges connected to a hidden node
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-11 15:33:42 +02:00
braks 6b88c97a22 chore: lint
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-11 15:33:42 +02:00