Commit Graph

787 Commits

Author SHA1 Message Date
github-actions[bot]
bce175f5f0 chore(packages): bump 2025-06-27 07:43:39 +00:00
moklick
237d2d83c8 chore(store-updater): cleanup 2025-06-26 15:03:27 +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
moklick
31b576ebe7 refactor(panel): simplify / fix panel pointer events #5356 2025-06-24 19:58:16 +02:00
github-actions[bot]
d8a3c0c095 chore(packages): bump 2025-06-23 09:52:44 +00:00
Moritz Klack
94aecbcac9 Merge pull request #5353 from aidanbarrett/fix/onreconnectend-missing-parameter
Add missing FinalConnectionState parameter to onReconnectEnd prop types
2025-06-23 11:51:32 +02:00
moklick
fd9851fab8 chore(libs): add tsdoc annotations 2025-06-23 09:30:32 +02:00
Aidan Barrett
4dd3ae6684 fix(react): add missing FinalConnectionState parameter to onReconnectEnd prop types 2025-06-20 15:12:16 +10:00
moklick
46b2626273 fix(reconnect): use connectionDragThreshold 2025-06-17 12:10:20 +02:00
moklick
a07dc81afa feat(props): add connectionDragThreshold 2025-06-16 17:33:44 +02:00
moklick
f0bcec449c chore(types): add exports 2025-06-12 10:47:42 +02:00
github-actions[bot]
76ea5540ad chore(packages): bump 2025-06-11 13:39:09 +00:00
moklick
120a12baf4 chore(resizer): cleanup 2025-06-11 10:44:59 +02:00
moklick
ec3ef27c90 chore(resizer): cleanup and add scaleControls 2025-06-11 09:59:49 +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
Moritz Klack
a522c481dc Merge branch 'main' into feat/nodes-html-attributes 2025-06-10 10:13:55 +02:00
moklick
34274eb44d chore(autoPanOnNodeFocus): cleanup 2025-06-10 09:19:23 +02:00
moklick
19cd285458 chore(autoFocus): rename to autoPanOnNodeFocus 2025-06-05 19:37:14 +02:00
moklick
d434f0cde7 chore(nodewrapper): cleanup 2025-06-05 16:28:02 +02:00
moklick
9ebc10ac9f chore(cleanup) 2025-06-05 15:44:51 +02:00
moklick
09458f52ff feat(nodes-edges): add domAttributes 2025-06-05 15:41:44 +02:00
Abbey Yacoe
6693c7300e feat: create enablePanOnFocus prop, update onFocus func 2025-06-05 12:22:06 +02:00
Abbey Yacoe
d82ce31430 Merge branch 'main' of https://github.com/xyflow/xyflow into 5030-focus-nodes-when-user-selects-via-tab 2025-06-04 12:00:34 +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
e6fe3dcd47 chore: only pan focus when out of viewport 2025-06-03 16:55:24 +02:00
Abbey Yacoe
13b64afbaf chore: rename LabelConfig -> AriaLabelConfig, update dict names 2025-06-03 15:42:57 +02:00
Abbey Yacoe
c9838359a1 chore: remove null check 2025-06-03 15:21:02 +02:00
Abbey Yacoe
79db292c4d fix: move ariaRole 2025-06-03 15:13:32 +02:00
Abbey Yacoe
96eba257aa chore: use svelte and react types for AriaRole 2025-06-03 14:41:25 +02:00
moklick
65e912a755 chore(a11y): cleanup 2025-06-03 14:04:48 +02:00
moklick
6543ddc31c chore(labelconfig): cleanup 2025-06-03 13:36:16 +02:00
Moritz Klack
220cb7f8a3 Merge branch 'main' into a11y 2025-06-03 12:54:44 +02:00
Abbey Yacoe
9f82b15d58 chore: add roles to edges 2025-06-03 11:48:06 +02:00
Abbey Yacoe
69ff043350 chore(onFocus): add disableKeyboardA11y 2025-06-02 16:04:00 +02:00
Abbey Yacoe
a488322c55 feat(onFocus): pan nodes into the viewport on tab 2025-06-02 16:00:42 +02:00
Abbey Yacoe
28b0430606 chore: set default role to group, add aria-roledescription 2025-06-02 13:19:27 +02:00
Abbey Yacoe
cdc08f1b54 chore: swap role for ariaRole, add svelte 2025-06-02 12:10:54 +02:00
Abbey Yacoe
ba9df8eaf8 feat: add role prop to nodes 2025-05-26 17:08:29 +02:00
Abbey Yacoe
9641f2a0df chore: make labelConfig items required, update description text 2025-05-26 12:04:22 +02:00
Abbey Yacoe
b310586dfb fix: revert addition of as prop 2025-05-22 16:31:50 +02:00
Abbey Yacoe
1fb7a5c98a chore(a11y): add ariaLiveMessage to label config 2025-05-22 15:58:31 +02:00
Abbey Yacoe
21e25d698c feat(node): add as property to allow custom HTML elements 2025-05-22 15:04:20 +02:00
Abbey Yacoe
74929f09bc chore(controls): add custom aria labels 2025-05-22 12:36:36 +02:00
Abbey Yacoe
3c421d5f02 chore(Minimap): add custom aria label for SF and RF 2025-05-22 12:16:37 +02:00
Abbey Yacoe
48c5467851 chore(a11y): merge labelConfig with defaults 2025-05-22 11:38:02 +02:00
Abbey Yacoe
3858d3b08b chore(a11y): add controls to LabelConfig 2025-05-21 16:50:48 +02:00
Abbey Yacoe
91ecfe73cc chore(a11y): pass LabelConfig values through store SvelteFlow 2025-05-21 14:03:50 +02:00
Abbey Yacoe
54fc3c0717 chore(a11y): pass labelConfig state through store updater 2025-05-21 12:21:59 +02:00