Commit Graph
309 Commits
Author SHA1 Message Date
moklick 85993cfbf8 fix(autopan): respect translate contraints 2023-05-03 11:41:07 +02:00
moklick 81dfa7e6bc chore(packages): bump 2023-03-28 12:43:28 +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 449c3055e0 chore(core): cleanup 2023-03-24 22:42:09 +01:00
braks b06629e75e feat(core): allow setting edges updatable to bool, source or target 2023-03-24 22:42:09 +01:00
braks 82ee1415ef feat(core): add global edgesUpdatable prop 2023-03-24 22:42:09 +01:00
braks 5e41e975eb feat(core): add updatable prop to Edge types 2023-03-24 22:42:09 +01:00
moklick 2fd5319cf2 faet(handle): add isConnectableStart and isConnectableEnd 2023-03-24 17:36:14 +01:00
moklick 586b7ca629 feat(use-nodes-initialized): add options, exclude hidden nodes 2023-03-24 16:42:14 +01:00
moklick ee8e618c9d chore(store): fix typo 2023-03-20 17:35:38 +01:00
moklick 0f2eee7706 chore(store): add current connection result closes #2916 2023-03-20 17:33:15 +01:00
Moritz KlackandGitHub 5bcf586694 Merge pull request #2934 from wbkd/fix/wheel-violation
Fix/wheel violation
2023-03-20 11:36:23 +01:00
moklick e09dd87e77 refactor(error-messages): prefix error keys with error closes #2919 2023-03-20 11:19:32 +01:00
Artyom Sovetnikov 9fab9b82b4 make wheel listener non-passive explicitly 2023-03-18 19:14:16 +03:00
moklick 29790476d8 chore(packages): bump 2023-03-15 12:02:34 +01:00
moklick eaf6eaaf14 fix(setEdges): always create new edge objects 2023-03-15 11:02:55 +01:00
moklick b671cf50d6 chore(packages): bump 2023-03-13 16:57:34 +01:00
moklick 05b5781881 chore(edge-renderer): accept invalid handleid config 2023-03-13 13:34:37 +01:00
Moritz KlackandGitHub 2c342d1cb1 Merge pull request #2900 from wbkd/feature/max-properties-resizer
Feature/max properties resizer
2023-03-07 18:02:17 +01:00
Christopher Möller 8b0808ec03 feat(node-resizer): add flag to keep aspect ratio, cleanup example 2023-03-07 16:41:15 +01:00
moklick 7383200388 fix(nodes): blur when node gets unselected closes #2887, closes #2886 2023-03-06 16:35:24 +01:00
moklick 06ae32d982 fix(handles): check if handle is connectable closes #2869 2023-03-06 15:31:44 +01:00
moklick 5f03ce27f5 Merge branch 'fix-modifier-keys' of github.com:danielgek/react-flow into danielgek-fix-modifier-keys 2023-03-06 15:19:16 +01:00
Moritz KlackandGitHub 3afc959807 Merge pull request #2847 from bcakmakoglu/feat/replace-id
feat(core): add option to enable/disable replacing id when updating an edge
2023-03-06 15:02:03 +01:00
moklick f783bdc25f refactor(store): dont use isValidConn for edges 2023-03-06 14:58:32 +01:00
Daniel Leal 5293fd74be fix(core): track modifier keys on useKey press 2023-03-03 11:46:50 +00:00
moklick 99ec9f0f03 feat(reactflow): add isValidConnection prop closes #2876 2023-03-02 17:42:07 +01:00
braks eeed447850 chore(core,utils): add options obj to updateEdge util 2023-03-02 17:00:19 +01:00
braks 24d4c56343 chore(core,types): add UpdateEdgeOptions type 2023-03-02 16:59:43 +01:00
braks 1be6dfa8e3 feat(core): add option to enable/disable replacing id when updating an edge 2023-02-16 19:48:27 +01:00
moklick 11a52f020d chore(packages): bump 2023-02-13 16:30:17 +01:00
moklick 88d4dda260 fix(PropsWithChildren): pass default generic 2023-02-13 16:05:15 +01:00
moklick 7e6f5be656 refactor(use-key-press): handle modifier keys + inputs 2023-02-13 13:48:26 +01:00
moklick 0dc307769f refactor(safari): no user selection for edge label renderer 2023-02-13 13:16:24 +01:00
moklick 9bc76d19bb fix(connections): fix connections with handles bigger than connec radius closes #2814 2023-02-13 13:03:11 +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
Moritz KlackandGitHub 98f7cbc5bb Merge pull request #2819 from bcakmakoglu/fix/edge-updater
fix(core): avoid edge update if not using left mouse btn
2023-02-13 12:29:12 +01:00
moklick c180527239 chore(fitview): cleanup 2023-02-13 12:17:43 +01:00
Totoro-moroku 64c7887a0e typescript: fitView return type #2823 2023-02-08 21:57:41 +09:00
braks 54509aa562 fix(core): avoid edge update if not using left mouse btn 2023-02-07 12:58:24 +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 a7a011f050 chore(packages): bump 2023-02-06 02:02:57 +01:00
moklick 230106da73 chore(connction-handler): cleanup 2023-02-06 02:00:35 +01:00
braks 1d3126e4fe fix(core): check if prevClosestHandle exists in onPointerUp 2023-02-06 00:56:23 +01:00
moklick ecf5ccbb5c chore(packages): bump 2023-02-05 22:14:03 +01:00
moklick b07d940dac chore(connections): check if handle + connection radius 2023-02-05 22:04:02 +01:00