Commit Graph
143 Commits
Author SHA1 Message Date
moklick 4e64b57d6d Merge branch 'xyflow' of github.com:wbkd/react-flow into xyflow 2023-09-27 16:11:03 +02:00
Moritz KlackandGitHub 43914e5162 Merge pull request #3456 from wbkd/svelte-flow-connection-line
feat(svelte) added connectionLineComponent
2023-09-27 16:10:48 +02:00
moklick 8a1a26385a feat(hooks): add useConnection 2023-09-27 16:10:16 +02:00
Peter 79ab4cb3e0 fix(svelte) corrected <g> positioning 2023-09-27 16:02:46 +02:00
Peter 1d8fc1bfaf fix(svelte) backup connection line now renders correctly 2023-09-27 15:53:17 +02:00
Peter e83ba5dfa8 fix(svelte) fitView props mismatched 2023-09-27 15:10:55 +02:00
Peter 2e6c5d9191 Merge branch xyflow into svelte-flow-connection-line 2023-09-27 13:48:29 +02:00
moklick 2112398caa fix(svelte): fitView 2023-09-27 13:44:47 +02:00
Peter 66caa4c8ca chore(svelte) refactored connectionPath & connection 2023-09-27 13:40:03 +02:00
Peter 854a9d3606 feat(svelte) added connectionLineContainerStyle and connectionLineStyle props 2023-09-26 16:01:00 +02:00
moklick 84fbb25f69 chore(store): use correct type for fitView action 2023-09-26 16:00:07 +02:00
Peter bba97aa01a feat(svelte) added connectionLineComponent 2023-09-26 15:45:06 +02:00
moklick 348f311fc7 feat(react,svelte): add nodeDragThreshold 2023-09-26 13:08:27 +02:00
Peter 26a28109a2 Merge branch xyflow into svelte-flow-fit-view-options 2023-09-26 11:08:29 +02:00
Peter 461eb1a829 Merge branch 'svelte-flow-default-edge-option' into svelte-flow-fit-view-options 2023-09-26 11:03:17 +02:00
Peter 5d742b4d9c pull request review 2023-09-26 10:57:02 +02:00
Peter e56e6a9a6b fix(svelte) only updated defaultEdgeOptions once on Mount 2023-09-26 10:20:13 +02:00
Moritz KlackandGitHub b297870586 Merge branch 'xyflow' into svelte-flow-connection-mode 2023-09-25 17:17:12 +02:00
Moritz KlackandGitHub 8c2cf9bffe Merge pull request #3448 from wbkd/svelte-flow-on-edge-context-menu
feat(svelte) added on:edgecontextmenu
2023-09-25 17:15:33 +02:00
Peter 75434d059b feat(svelte) added connectionMode prop 2023-09-25 15:58:12 +02:00
Peter 852372f41b feat(svelte) added on:edgecontextmenu 2023-09-25 15:32:40 +02:00
Peter ada5b94673 feat(svelte) add fitViewOptions, closes #3440 2023-09-25 12:58:04 +02:00
Peter 339df4c651 feat(svelte) add defaultEdgeOptions, closes #3437 2023-09-25 10:36:31 +02:00
Peter 8100390142 feat(svelte) add attributionPosition and proOptions, closes #3424 2023-09-25 10:00:38 +02:00
moklick 1a935de3f9 feat(svelte): add onError prop closes #3423 2023-09-21 16:00:53 +02:00
Moritz KlackandGitHub 89b10863f2 Merge pull request #3430 from wbkd/svelte-flow-auto-pan
feat(svelte) add autoPanOnConnect autoPanOnNodeDrag props
2023-09-21 15:37:40 +02:00
moklick 75712a1d6c chore(svelte): cleanup edgewrapper 2023-09-21 15:35:13 +02:00
Peter 6b7e72b06c feat(svelte) add autoPanOnConnect autoPanOnNodeDrag props 2023-09-21 12:59:56 +02:00
Peter fdb50e8ba4 fix(svelte) edge classes get applied 2023-09-21 10:27:05 +02:00
moklick d595e0b6bf fix(svelte): dont pan when dragHandle is beinng used 2023-09-20 16:15:04 +02:00
moklick 5fc3ee297e Merge branch 'xyflow' into svelte-flow-remove-search-for-node 2023-09-20 15:55:00 +02:00
moklick c61a9f3c9b chore(svelte): cleanup node drag handlers, add to changelog 2023-09-20 15:51:17 +02:00
Peter c7f62885aa fix(svelte) removed the need to search through all nodes when moving mouse over node 2023-09-20 15:34:19 +02:00
Peter 5741392644 feat(svelte) added on:nodecontextmenu 2023-09-20 15:14:52 +02:00
Peter 3c3239afd8 feat(svelte) added nodedrag events 2023-09-20 12:05:16 +02:00
moklick a33351fb9f refactor(svelte): use same data passing convention for all custom events 2023-09-19 15:43:37 +02:00
moklick accfc9d200 chore(svelte): cleanup handle component 2023-09-19 15:37:08 +02:00
Peter 1c2bcbef34 fix(svelte) adjusted svelteflow types for connect events 2023-09-19 15:23:10 +02:00
Peter e27566f279 fix(svelte) fixed type for on:connectstart 2023-09-19 14:54:43 +02:00
Peter edbc67e8c4 feat(svelte) fixed on:connectstart and on:connectend 2023-09-19 14:36:04 +02:00
moklick c848e32f1d fix(node-wrapper): use noDragClass 2023-09-19 14:27:38 +02:00
Peter 286753349e fix(svelte) changed attribute names from className to class in zoom and drag actions 2023-09-18 17:45:21 +02:00
Peter f4e9d9ad4c fix(svelte) changed attribute names of className to class in MiniMap & Background plugins 2023-09-18 17:36:53 +02:00
Peter aaf420f799 fix(svelte) background plugin pattern-color sets correct css variable 2023-09-18 16:09:13 +02:00
moklick 087ef82618 fix(svelte): pass dragHandle #3398 2023-09-18 14:19:16 +02:00
Peter 5e92f093fd [fix](svelte) exposed style for MiniMap 2023-09-18 13:41:55 +02:00
moklick f919cb152d feat(svelte): add updateNodeInternals 2023-09-14 19:31:15 +02:00
moklick 89610ccd29 fix(nodes/edges): handle hidden attribute closes #3387 2023-09-14 18:24:15 +02:00
moklick bd6f774de6 fix(edges): make it possible to change edge type dynamically closes #3386 2023-09-14 18:13:33 +02:00
moklick 30f0776203 fix(svelte): add nodesDraggable 2023-08-31 16:59:34 +02:00