Commit Graph
57 Commits
Author SHA1 Message Date
moklick 23c9d2a929 Merge branch 'main' into feat/packages 2023-03-28 16:27:18 +02:00
Moritz KlackandGitHub 9ed7d1a670 Merge pull request #2962 from wbkd/feat/edges-updatable
Feat/edges updatable
2023-03-27 16:56:17 +02:00
moklick 65b2d9ccef refactor(edgesUpdatable): pass to store 2023-03-27 16:53:55 +02:00
moklick 395a1586c3 refactor(handles): add connectionStart and connectionEnd handle to store, cleanup 2023-03-27 12:56:57 +02:00
braks 82ee1415ef feat(core): add global edgesUpdatable prop 2023-03-24 22:42:09 +01:00
moklick 0f2eee7706 chore(store): add current connection result closes #2916 2023-03-20 17:33:15 +01:00
moklick eaf6eaaf14 fix(setEdges): always create new edge objects 2023-03-15 11:02:55 +01:00
moklick e7826faede refactor(core): use getHandleBounds from utils package 2023-03-14 13:19:59 +01:00
moklick 13e7cc340c feat(core): support origin on node level closes #2874 2023-03-14 12:42:06 +01:00
moklick 608768fd5b Merge branch 'main' into feat/packages 2023-03-14 11:23:32 +01:00
moklick f783bdc25f refactor(store): dont use isValidConn for edges 2023-03-06 14:58:32 +01:00
moklick 99ec9f0f03 feat(reactflow): add isValidConnection prop closes #2876 2023-03-02 17:42:07 +01:00
moklick 63bb2045f4 refactor(react/svelte): cleanup types 2023-02-28 18:16:51 +01:00
moklick 0f62a3d07a package(core): use system fitView 2023-02-19 16:15:26 +01:00
moklick 3920fca670 feat(packages): add @reactflow/system and @reactflow/utils 2023-02-16 21:54:09 +01:00
moklick a12c893226 refactor(packages): add @reactflow/system 2023-02-16 16:37:47 +01:00
moklick a501f9a643 refactor(fitview-nodes): cleanup 2023-02-13 12:42:22 +01:00
Moritz KlackandGitHub 16114d2e56 Merge branch 'next-release' into feat/fit-view-nodes-option 2023-02-13 12:31:03 +01:00
moklick c180527239 chore(fitview): cleanup 2023-02-13 12:17:43 +01:00
braks 3d65627de5 chore(core): cleanup node filter fn 2023-02-06 14:06:27 +01:00
braks 806c1dfa77 feat(core): add nodes option to fitView
# What's changed?

- Add `nodes` option to `fitView`
- Allows `fitView` to only fit around a certain set of specified nodeIds
2023-02-06 11:13:33 +01:00
moklick 23d1e65a72 feat(connection-line): add status class (valid or invalid) while in connection radius 2023-02-03 21:10:44 +01:00
moklick 484dba7bdf chore(state): use correct file for types 2023-01-26 11:03:45 +01:00
moklick 9527261719 feat(onError): add onError prop #2772 2023-01-25 17:47:42 +01:00
moklick f3806c6165 refactor(connection): cleanup 2023-01-24 14:17:55 +01:00
moklick 66b3a8e334 refactor(handle): naming things, cleanup 2023-01-19 15:52:39 +01:00
moklick 5af609696b feat(connection-radius): use closest handle / snappy edges #2759 2023-01-18 17:51:43 +01:00
moklick f2a4260ac9 feat(autoPan): add props, handle scale 2023-01-17 16:26:04 +01:00
moklick e413bceb19 feat(connecting): move pane when mouse is close to edge of canvas #2753 2023-01-16 16:39:48 +01:00
moklick f33cd6e3ac fix(subflows): adjust positions before call fit view closes #2737 2023-01-10 12:39:37 +01:00
Christopher Möller 7318210a2c feat(nodes): add prop to disable automatic elevation of nodes on select 2022-12-15 18:57:01 +01:00
moklick 08faffacee refactor(selection): improve performance 2022-12-08 21:58:24 +01:00
Moritz KlackandGitHub 5940af2e30 Merge pull request #2659 from wbkd/fix/translate-extent
fix(minimap): use translateExtent on pan
2022-12-08 18:27:17 +01:00
moklick c51ae89eeb refactor(store): use getNodes function 2022-12-08 18:13:35 +01:00
moklick 860af7caed fix(minimap): use translateExtent on pan 2022-12-08 17:02:55 +01:00
Christopher Möller 0892e2ea9a refactor(node-resizer): use nodeId from context, fix glitches while resizing 2022-12-06 17:56:56 +01:00
moklick b511b15ef8 refactor(core): make it possible to batch changes 2022-12-01 20:28:37 +01:00
Christopher Möller d00c8536db fix(subflow-node-origin): use helper function in minimap, calculate extent corrrectly when using nodeOrigin and subflows 2022-11-24 22:36:00 +01:00
Christopher Möller 3685420ebf fix(subflow-node-origin): use node origin in node position calculation 2022-11-24 16:55:51 +01:00
moklick 7fab7b6a54 Merge branch 'next-release' into fix/selection-rect 2022-11-15 16:09:35 +01:00
moklick b70ede04f3 fix(nodeOrigin): repair multi selection and fitView 2022-11-15 16:00:21 +01:00
Wenchen LiandGitHub d586202d97 Always elevate 1000 in zIndex when node is selected
Instead of only elevating when `zIndex` is unset
2022-11-11 17:30:31 -05:00
moklick 7b1dc1b18c chore(types): cleanup 2022-10-21 11:35:56 +02:00
moklick be6590a5d6 feat(nodes-edges): add nodesFocusable, edgesFocusable, cleanup keyboard controls 2022-10-03 14:31:34 +02:00
Alireza Sheikholmolouki bca319217f Merge remote-tracking branch 'upstream/v11' into feat/cancel-connection 2022-09-20 17:59:43 +03:00
moklick fad6cf706e refactor(packages) support react 17 and 18 2022-09-19 16:07:30 +02:00
moklick 23fdd20658 fix(nodeOrigin): use origin for calculating handle position 2022-09-01 12:37:13 +02:00
moklick 2172522a0b refactor(panning): enable panning when nodesDraggable is false #1457 2022-09-01 12:12:16 +02:00
moklick 06c1f22c1f chore(store): remove unused stuff 2022-08-18 17:48:41 +02:00
moklick d2d4b76e65 feat(a11y): add aria live message on move by keyboard 2022-08-16 18:21:20 +02:00