Commit Graph

107 Commits

Author SHA1 Message Date
moklick
cc33fc89dd chore(packages): bump versions 2022-10-10 12:57:17 +02:00
moklick
c44413d816 chore(panel): dont break user selection above panel 2022-10-10 11:40:25 +02:00
moklick
48c402c4d3 refactor(aria-descriptions): render when disableKeyboardA11y is true 2022-10-10 11:30:15 +02:00
Moritz Klack
0efee0a08b Merge pull request #2487 from wbkd/fix/onSelectionChange
Fix/on selection change
2022-10-10 10:38:10 +02:00
moklick
a378b3362f fix(sideEffects): add *.css 2022-10-10 10:36:19 +02:00
moklick
3a1a365a63 fix(useOnSelectionChange): repair hook closes #2484 2022-10-09 20:40:11 +02:00
Moritz Klack
5abc51322d Merge pull request #2469 from Alireza29675/feat/cancel-connection-example
feat(examples): example added for cancelConnection
2022-10-04 17:41:43 +02:00
Alireza Sheikholmolouki
ab9e340b7b feat(examples): added an example for cancelling the connection 2022-10-04 14:29:41 +02:00
moklick
eb16c0d425 chore(packages): bump versions 2022-10-03 14:47:25 +02:00
moklick
be6590a5d6 feat(nodes-edges): add nodesFocusable, edgesFocusable, cleanup keyboard controls 2022-10-03 14:31:34 +02:00
moklick
a3147dc4b8 refactor(nodes): make nopan class overwritable 2022-10-03 13:01:42 +02:00
moklick
414f913217 chore(packages): bump versions 2022-09-28 15:26:40 +02:00
moklick
ba9e8131d2 Merge branch 'v11' of github.com:wbkd/react-flow into v11 2022-09-28 10:33:28 +02:00
moklick
4ba0d8dbee chore(packages): bump versions 2022-09-28 10:33:01 +02:00
Moritz Klack
2e0bd96f41 Merge pull request #2437 from Alireza29675/feat/cancel-connection
feat(store): cancelConnection method created
2022-09-27 17:30:11 +02:00
moklick
7542275ccc refactor(edge-label): prevent junpming 2022-09-27 16:09:32 +02:00
moklick
90418e36fa chore(edges): cleanup types 2022-09-27 16:00:02 +02:00
moklick
e634e7296a refactor(edges): siplify edge path / label position handling, repair edge labels 2022-09-27 14:17:02 +02:00
moklick
aef8b477c2 chore(packages): bump deps 2022-09-26 12:48:44 +02:00
moklick
7c7181ce1f style(panel): set zindex 5 2022-09-26 11:40:58 +02:00
Alireza Sheikholmolouki
bca319217f Merge remote-tracking branch 'upstream/v11' into feat/cancel-connection 2022-09-20 17:59:43 +03:00
moklick
809de82eb7 refactor(edge-updater): add separate class name for source and target, cleanup 2022-09-20 16:00:22 +02:00
moklick
ef24df9c02 Merge branch 'main' into v11 2022-09-20 15:40:26 +02:00
moklick
fad6cf706e refactor(packages) support react 17 and 18 2022-09-19 16:07:30 +02:00
moklick
b8c6638a4b test(cypress): use start-server-and-test 2022-09-14 17:39:49 +02:00
moklick
33d6a73dd0 refactor(drag): align new positions with snap grid 2022-09-14 16:18:31 +02:00
moklick
e9daea7a10 chore(isInputDOMNode): add event.target as fallback 2022-09-14 15:48:05 +02:00
Jakub Majorek
e152f726ff Use event.composedPath for getting event target 2022-09-14 15:43:23 +02:00
moklick
dea46511c3 chore(nodes-edges): add data testids 2022-09-14 13:08:57 +02:00
moklick
3681b33b29 chore(packages): bump 2022-09-13 14:54:33 +02:00
moklick
ead4d75c40 fix(nodes): handle double click 2022-09-13 14:52:07 +02:00
moklick
3f6702b927 fix(postcss): use correct config 2022-09-13 14:51:10 +02:00
moklick
17ef4ff05f refactor(repo): use turbo + rollup + vite 2022-09-12 17:24:49 +02:00
moklick
7b3093169f fix(types): edge pathOptions 2022-09-08 18:03:48 +02:00
moklick
aa0b1180af chore(packages):bump versions 2022-09-07 17:50:44 +02:00
moklick
17dd64166b chore(base-edge): wider default interaction width 2022-09-07 17:48:20 +02:00
moklick
51e957e5db feat(edges): add interactionWidth option #1580 #1114 2022-09-07 17:43:36 +02:00
Moritz Klack
7a96817114 Refactor: Better routing for smoothstep and step edge (#2407)
* refactor(step/smoothstep-edge): better default routing
* chore(edges): pass options
* chore(exports): add BaseEdge
2022-09-07 17:40:18 +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
c4cac4caa6 refactor(drag-handlers): always trigger dragStop when there is a dragStart closes #1424, #2341 2022-09-01 10:58:12 +02:00
moklick
4d3db3fb1a chore(types): use correct name for param 2022-09-01 10:26:46 +02:00
moklick
e5f483300a refactor(zoompane): cleanup 2022-08-31 17:53:30 +02:00
moklick
693a71cc63 fix(panOnScroll): only trigger onMoveEnd once closes #675 2022-08-31 17:30:38 +02:00
moklick
a9b3ef1d5e text(event-handler): add tests for pane handlers 2022-08-31 15:58:49 +02:00
Moritz Klack
f782da99c3 Merge pull request #2393 from wbkd/refactor/tsconfig
Refactor: tsconfigs
2022-08-31 14:54:02 +02:00
moklick
82566e0b69 refactor(tsconfigs): extend fomr base tsconfig, add tsconfig for ervery package 2022-08-30 23:06:36 +02:00
moklick
f40788ba4b refactor(useNodesInit): check for handleBounds, false for no nodes 2022-08-30 22:15:14 +02:00
moklick
596ddd21bc feat(hooks): add useNodesInitialized 2022-08-30 22:00:55 +02:00
moklick
43e4842cd6 style(nodes): no default bg 2022-08-30 17:54:31 +02:00