Commit Graph

601 Commits

Author SHA1 Message Date
peterkogo
bad2eef94f static handles should include id 2025-09-19 09:52:06 +02:00
github-actions[bot]
dee8ab53e6 chore(packages): bump 2025-09-17 09:26:11 +00:00
Moritz Klack
83b0034810 Merge pull request #5497 from xyflow/fix-only-render-visible
skip force rendering nodes that have handles defined
2025-09-16 18:01:11 +02:00
peterkogo
bff087c4ff simplified parsing of handles 2025-09-16 17:56:54 +02:00
peterkogo
521f76c241 revert setting measured automatically 2025-09-16 12:15:53 +02:00
Moritz Klack
f4a22a34e7 Merge pull request #5511 from xyflow/fix-edge-elevation-2
Fix edge elevation when connected nodes are selected
2025-09-15 19:37:29 +02:00
peterkogo
bcdc216471 elevate edges if the connected nodes are selected 2025-09-15 16:51:29 +02:00
peterkogo
2047dbab1c initial try 2025-09-15 15:41:48 +02:00
moklick
3cbe437766 chore(resizer-types): inline 2025-09-15 11:43:50 +02:00
moklick
86e18498e2 refactor(resizer): only call resize end if resize happened #5508 2025-09-15 11:37:35 +02:00
peterkogo
d329702df9 skip force rendering nodes that have handles defined 2025-09-08 16:48:02 +02:00
peterkogo
99c67422a7 remove unnecessary check 2025-09-02 10:30:49 +02:00
Ze-Zheng Wu
2a35c65a02 fix: node selection instability by using client coordinates for drag threshold 2025-09-01 20:04:21 +08:00
Moritz Klack
12d9e4ace4 Refactor event type checks for xypanzoom filter 2025-08-26 18:31:27 +02:00
peterkogo
61bb5da528 allow wheel events when connection is being made 2025-08-26 16:52:38 +02:00
peterkogo
61778080c7 prevent multitouch aborting connection 2025-08-26 11:21:07 +02:00
peterkogo
d7a3172a60 prevent pinch zooming while making a new conection 2025-08-25 19:12:33 +02:00
github-actions[bot]
64a4fc30e8 chore(packages): bump 2025-08-20 13:05:25 +00:00
moklick
c451f99ab2 chore(extent): allow null #5458 2025-08-19 15:58:26 +02:00
moklick
9d0e386373 chore(multi-drag): round node positions #5463 2025-08-19 09:53:04 +02:00
Alessandro
b4a8936009 restore attribute 2025-08-18 15:34:09 +02:00
github-actions[bot]
e8e7d11179 chore(packages): bump 2025-08-13 18:59:24 +00:00
moklick
6b2d1009a2 chore(xydrag): cleanup 2025-08-13 20:56:19 +02:00
moklick
a50cecca96 chore(multiselect): snap selection instead of single nodes #5389 2025-08-13 20:38:24 +02:00
moklick
6d842f17fb fix(autopan): fire onnodedrag while auto pan is ongoing #5355 2025-08-13 16:56:22 +02:00
Moritz Klack
91e5e302d5 Merge pull request #5428 from Karl255/#5273-handle-click-target-fix
Allow detached handles
2025-08-12 14:18:20 +02:00
moklick
295884fea9 chore(handle): cleanup 2025-08-12 13:16:56 +02:00
Moritz Klack
71e90ca0f4 Merge pull request #5443 from xyflow/fix/windows-scroll
chore(minimap): fix zooming on windows
2025-08-12 12:49:12 +02:00
moklick
9fa0779664 chore(minimap): use 1 as a default for zoom step 2025-08-12 12:44:49 +02:00
moklick
e1c7022bbc chore(minimap): fix zooming on windows #5392 2025-08-11 14:17:04 +02:00
Alessandro
d060c3fa87 Adjust SvelteFlow and allow for null to use CSS variable 2025-08-11 13:59:38 +02:00
Alessandro
4c389117b7 allow null and correct behavior 2025-08-11 13:02:16 +02:00
Karlo Bistrički
428f2e8fb9 Get clicked handle element from event.currentTarget 2025-07-31 15:55:11 +02:00
Alessandro
24dc140431 Merge remote-tracking branch 'origin/main' into arrow-heads-fallback-color 2025-07-29 12:24:35 +02:00
Alessandro
85c6266a0e Style Arrow Heads Edge Markers with CSS Variables 2025-07-28 13:27:21 +02:00
moklick
7ff0733726 chore(types): less strict marker type #5411 2025-07-28 10:43:28 +02:00
github-actions[bot]
97d34ac398 chore(packages): bump 2025-07-11 07:41:54 +00:00
Moritz Klack
16851c570d Merge pull request #5321 from dylanmiddendorf/bug-fix-node-positions
Fix bug where non-child node positions aren't clamped
2025-07-11 09:40:43 +02:00
moklick
953663f0e5 Merge branch 'main' of github.com:xyflow/xyflow 2025-07-11 09:11:43 +02:00
moklick
1a4c6c3ec8 chore(system): handle type annotations 2025-07-11 09:11:40 +02:00
Kenny Williams
630b2385e2 fix(step-edge): always center align label 2025-07-09 18:08:01 -07:00
Dylan Middendorf
cff8b00094 Merge branch 'main' into bug-fix-node-positions 2025-07-09 14:37:26 -04:00
moklick
772f53a27d chore(step-edge): rename bendPosition to stepPosition 2025-07-09 14:45:52 +02:00
Kenny Williams
eaea14c617 feat(smoothstep-edge): add bendPosition to getSmoothStepPath 2025-07-02 20:12:00 -07:00
github-actions[bot]
32dab77767 chore(packages): bump 2025-06-27 19:12:14 +00:00
moklick
4a3af6da2f fix(xyhandle): only fire end events when connection started #5315 2025-06-27 21:09:02 +02:00
github-actions[bot]
bce175f5f0 chore(packages): bump 2025-06-27 07:43:39 +00:00
Moritz Klack
0a853e11d3 Merge pull request #5361 from xyflow/fix/edge-elevation
Fix/edge elevation
2025-06-26 14:36:44 +02:00
moklick
a7abcc0517 test(edges): zindex in sub flows 2025-06-26 12:12:13 +02:00
Moritz Klack
67c576dc29 Merge pull request #5344 from xyflow/feat/connection-drag-threshold
Add connectionDragThreshold
2025-06-25 16:40:49 +02:00