Commit Graph
217 Commits
Author SHA1 Message Date
peterkogo bad2eef94f static handles should include id 2025-09-19 09:52:06 +02:00
Moritz KlackandGitHub 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
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
peterkogo d329702df9 skip force rendering nodes that have handles defined 2025-09-08 16:48:02 +02:00
moklick c451f99ab2 chore(extent): allow null #5458 2025-08-19 15:58:26 +02:00
Alessandro d060c3fa87 Adjust SvelteFlow and allow for null to use CSS variable 2025-08-11 13:59:38 +02:00
Moritz KlackandGitHub 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
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
moklick a7abcc0517 test(edges): zindex in sub flows 2025-06-26 12:12:13 +02:00
peterkogo 323f07dd01 revert some default behaviour from getElevatedZINdex 2025-06-25 15:43:01 +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
Dylan Middendorf 864d418808 🐛 Fix incorrect node position clamping for non-child nodes 2025-06-06 21:47:54 -04:00
Abbey Yacoe 13b64afbaf chore: rename LabelConfig -> AriaLabelConfig, update dict names 2025-06-03 15:42:57 +02:00
Moritz KlackandGitHub 220cb7f8a3 Merge branch 'main' into a11y 2025-06-03 12:54:44 +02:00
Abbey Yacoe 48c5467851 chore(a11y): merge labelConfig with defaults 2025-05-22 11:38:02 +02:00
moklick ce9814ddce feat(viewport-options): add interpolate 2025-05-19 15:19:11 +02:00
moklick 9691d2c070 feat(viewport-options): add ease #3189 2025-05-19 13:14:27 +02:00
moklick 93034b50dc chore(react): init check 2025-04-15 16:05:28 +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
peterkogo 48d0837939 use object instead of array for paddings & clean up fitView code 2025-03-26 12:49:43 +01:00
peterkogo e3ecf999aa correctly apply asymetric paddings 2025-03-25 18:05:58 +01:00
peterkogo 137b23c6a7 add initial support for asymmetric paddings 2025-03-25 17:13:21 +01:00
peterkogo 1202c9a687 paddings with units 2025-03-25 13:10:13 +01:00
peterkogo cd03c46196 Add pixel units and left and right padding options for fitView 2025-03-05 17:38:30 +01:00
peterkogo 502a240560 updated typescript, implemented for svelte flow 2025-03-05 16:20:05 +01:00
peterkogo f208223400 Add back promise resolution for transitioning on fitView 2025-03-05 15:00:44 +01:00
peterkogo ee1ef205eb Refactor fitView 2025-03-05 13:45:28 +01:00
moklick 0b67a6c303 refactor(errors): show error when user drags uninitialized node #5014 2025-02-25 10:52:54 +01:00
moklick c3dc6d3851 chore(tsdocs): cleanup 2025-02-12 14:29:20 +01:00