Commit Graph
504 Commits
Author SHA1 Message Date
Abbey Yacoe 679f8a9463 chore: add handle aria-label 2025-06-02 14:39:14 +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 54fc3c0717 chore(a11y): pass labelConfig state through store updater 2025-05-21 12:21:59 +02:00
Abbey Yacoe ee8709b5fb chore: update LabelConfig name, add to store, create a11y example 2025-05-20 17:20:46 +02:00
Abbey Yacoe 07265ed277 chore(a11y): rename props, fix linting error 2025-05-20 14:40:28 +02:00
Moritz KlackandGitHub 9f7bc8c668 Merge branch 'main' into patch-1 2025-05-20 09:48:55 +02:00
moklick ce9814ddce feat(viewport-options): add interpolate 2025-05-19 15:19:11 +02:00
Abbey Yacoe 9e4a9ae65d #5201 chore(A11yDescriptions): add static support for localization 2025-05-19 13:15:26 +02:00
moklick 9691d2c070 feat(viewport-options): add ease #3189 2025-05-19 13:14:27 +02:00
peterkogo 2dd462ef5f fix connection snapping 2025-05-15 13:37:48 +02:00
peterkogo 346268a57c fix background color css var fallback order 2025-05-14 16:13:37 +02:00
moklick 69021e8bbe chore(react): use OnReconnet from system 2025-05-14 11:45:58 +02:00
peterkogo a95f0e2fbf added onReconnect type 2025-05-14 11:11:34 +02:00
moklick ee509176cb chore(panel): less intrusive fix 2025-05-12 11:59:58 +02:00
moklick ff02eeecaf fix(panel-position): do not use margin for gaps #4431 2025-05-12 09:55:41 +02:00
moklick cb6f0736dd refactor(changes): allow set attributes to be width or height 2025-04-17 13:22:56 +02:00
moklick bee2f4aa05 feat(xy-resizer): add resize direction #2986 2025-04-17 12:54:47 +02:00
moklick 93034b50dc chore(react): init check 2025-04-15 16:05:28 +02:00
Moritz KlackandGitHub 3c413446da Merge pull request #5153 from nick-lawrence-ctm/main
When horizontal, remove the border from all control buttons
2025-04-14 13:48:57 +02:00
moklick 3b63c1b2bf chore(controls): add border-right for horizontal controls 2025-04-14 13:47:12 +02:00
moklick 69e886a17f chore(controls): add border-right for horizontal controls 2025-04-14 13:46:03 +02:00
Moritz KlackandGitHub 0b561f1a30 Merge pull request #5191 from xyflow/fix/fit-view-padding
Fix legacy fitView padding
2025-04-14 13:42:29 +02:00
Moritz KlackandGitHub 42934253fb Merge pull request #5192 from xyflow/enhance/nodesInitialized
Use nodesInitialized from adoptUserNodes
2025-04-14 13:40:58 +02:00
moklick 5412f71ae5 chore(system): add polyfill for Promise.withResolvers #5210 2025-04-14 10:19:35 +02:00
peterkogo be4e266d69 use nodesInitialized from adoptUserNodes 2025-04-09 14:20:11 +02:00
peterkogo 20fcba300f fix legacy padding 2025-04-09 14:04:31 +02:00
Moritz KlackandGitHub 12db2a50c8 Merge pull request #5169 from dimaMachina/tsdoc2-15
Improve TSDoc comments for `type ReconnectEdgeOptions` and `getViewportForBounds`
2025-04-07 11:18:49 +02:00
Moritz KlackandGitHub 217b39dd9f Merge pull request #5168 from dimaMachina/tsdoc2-14
Improve TSDoc comments for `getOutgoers`, `getIncomers` and `type GetNodesBoundsParams`
2025-04-06 21:04:49 +02:00
Moritz KlackandGitHub e598592c8a Merge pull request #5157 from dimaMachina/tsdoc2-3
Improve TSDoc comments for `type GetBezierPathParams` and `getBezierPath` function
2025-04-06 20:56:49 +02:00
Moritz KlackandGitHub af66633e83 Merge pull request #5156 from dimaMachina/tsdoc2-2
Improve TSDoc comments for `type GetSmoothStepPathParams` and `getSmoothStepPath` function
2025-04-06 20:56:27 +02:00
Dimitri POSTOLOV 1f671bd48f Improve TSDoc comments for type ReconnectEdgeOptions and getViewportForBounds 2025-04-06 04:41:00 +02:00
Dimitri POSTOLOV cbe305e15a Improve TSDoc comments for getOutgoers, getIncomers and type GetNodesBoundsParams 2025-04-06 04:37:13 +02:00
Dimitri POSTOLOV 2a48c3442f remove duplicate @returns tag 2025-04-05 17:10:58 +02:00
Dimitri POSTOLOV 6ec942fc65 Improve TSDoc comments for type GetBezierPathParams and getBezierPath function 2025-04-05 17:06:50 +02:00
Dimitri POSTOLOV 02a3b74645 Improve TSDoc comments for type GetSmoothStepPathParams and getSmoothStepPath function 2025-04-05 17:04:53 +02:00
Dimitri POSTOLOV aaebc46295 Improve TSDoc comments for type GetStraightPathParams and getStraightPath function 2025-04-05 17:02:47 +02:00
Nick Lawrence 388b2588a4 When horizontal, remove the border from all control buttons 2025-04-04 16:05:39 -04:00
moklick 77701143ca chore(xypanzoom): cleanup 2025-04-02 20:49:37 +02:00
moklick 9980cff2fe chore(xypanzoom): prevent default for pinch zoom on nowheel element #5074 2025-04-02 20:46:08 +02:00
moklick cc64a1902a refactor(node-resizer): pass latest dimensions to onEnd handler #5083 2025-04-02 19:45:15 +02:00