Commit Graph
2933 Commits
Author SHA1 Message Date
braks 5f7d439ee2 chore(changeset): add 2023-06-15 22:35:25 +02:00
braks b386c8580f fix(core): trigger connect if end handle exist in state 2023-06-15 22:35:25 +02:00
braks 2c2fdf9577 chore(changeset): add 2023-06-15 22:35:25 +02:00
braks 9d3c3584ff fix(core): handle pos calculation 2023-06-15 22:35:25 +02:00
braks 7cd4ed8334 chore(changeset): add 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 a961e7be00 chore(changeset): add 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 c4c9283f3a chore(changeset): add 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
braks 6eb5e5a986 chore(docs): update node and edge doc page 2023-06-08 18:50:35 +02:00
braks 12f4284a0a chore(docs): correct description of auto connect prop 2023-06-08 18:50:35 +02:00
braks 48ea70bc3e chore(docs): correct bgColor description and type 2023-06-08 18:50:35 +02:00
braks 4532157763 chore(docs): update deps 2023-06-08 18:50:35 +02:00
braks 005f696fbe chore(examples): update floating edges example 2023-05-29 16:52:40 +02:00
Git Cliff aef12a5743 chore: update CHANGELOG.md 2023-05-25 18:51:53 +00: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 b9c2ca9141 chore(changeset): add 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 4336ff7578 chore(examples): update color selector node example 2023-05-25 20:48:26 +02:00
braks 94b43a68d6 chore: lint 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 9bf9c644be tests: use timeout to avoid cli run fails 2023-05-25 20:48:26 +02:00
braks 1a083fc861 chore(core): cleanup 2023-05-25 20:48:26 +02:00
braks f9462d16a9 tests: update delete key code tests 2023-05-25 20:48:26 +02:00
braks 669a2a3f8c tests: update nodes tests 2023-05-25 20:48:26 +02:00
braks 910a3543f6 chore(changeset): add 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 3a1b0ab78b tests: update edges tests 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 27666d9b0f chore: update pnpm-lock.yaml 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 26943b2d85 chore(deps-dev): update vite & vue-tsc
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 1d2cf7eaf4 chore(deps-dev): update turbo deps 2023-05-25 20:48:26 +02:00