Commit Graph

581 Commits

Author SHA1 Message Date
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
peterkogo
323f07dd01 revert some default behaviour from getElevatedZINdex 2025-06-25 15:43:01 +02:00
moklick
e912ae062b chore(system): add proper readme 2025-06-25 10:09:18 +02:00
moklick
31b576ebe7 refactor(panel): simplify / fix panel pointer events #5356 2025-06-24 19:58:16 +02:00
peterkogo
cf5597b845 Elevate child nodes +1 over the parent 2025-06-24 10:59:23 +02:00
peterkogo
04ff28dddc Elevate edges regardless of selected nodes 2025-06-24 10:59:06 +02:00
github-actions[bot]
d8a3c0c095 chore(packages): bump 2025-06-23 09:52:44 +00:00
moklick
879988fb81 chore(libs): add tsdoc annotations 2025-06-23 09:35:11 +02:00
moklick
fd9851fab8 chore(libs): add tsdoc annotations 2025-06-23 09:30:32 +02:00
moklick
077e459c34 refactor(xydrag): only send position changes if changed 2025-06-18 09:44:45 +02:00
moklick
7c5c14b2c5 feat(xyhandle): add dragThreshold #5315 2025-06-16 17:07:40 +02:00
moklick
85efdd8876 chore(system): add comments for types 2025-06-16 09:55:50 +02:00
github-actions[bot]
76ea5540ad chore(packages): bump 2025-06-11 13:39:09 +00:00
peterkogo
33b7a47dd7 fix linting and linting errors. remove unused svelte prop 2025-06-11 15:30:28 +02:00
peterkogo
178ad01f51 remove css variable from node resizer 2025-06-10 21:22:29 +02:00
peterkogo
9c2108f443 correct node resizer control size for viewport zoom 2025-06-10 16:39:51 +02:00
Dylan Middendorf
864d418808 🐛 Fix incorrect node position clamping for non-child nodes 2025-06-06 21:47:54 -04:00
moklick
09458f52ff feat(nodes-edges): add domAttributes 2025-06-05 15:41:44 +02:00
moklick
406c09aeff chore(a11y): cleanup config keys 2025-06-03 22:08:04 +02:00
moklick
691dd7bf77 Merge branch 'main' into a11y 2025-06-03 21:00:56 +02:00
Abbey Yacoe
13b64afbaf chore: rename LabelConfig -> AriaLabelConfig, update dict names 2025-06-03 15:42:57 +02:00