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 |
|
Daniel Leal
|
5293fd74be
|
fix(core): track modifier keys on useKey press
|
2023-03-03 11:46:50 +00:00 |
|
braks
|
eeed447850
|
chore(core,utils): add options obj to updateEdge util
|
2023-03-02 17:00:19 +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
|
7e6f5be656
|
refactor(use-key-press): handle modifier keys + inputs
|
2023-02-13 13:48:26 +01:00 |
|
moklick
|
54010e7ee6
|
refactor(errors): put in constants
|
2023-01-25 18:32:13 +01:00 |
|
moklick
|
3b543cb015
|
chore(isMouseEvent): use different attr
|
2023-01-25 18:10:09 +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
|
0a2c96fe3e
|
feat(connections): support touch
|
2023-01-23 17:58:15 +01:00 |
|
moklick
|
24e8b8adc0
|
refactor(autopan): cleanup
|
2023-01-23 15:05:18 +01:00 |
|
moklick
|
5af609696b
|
feat(connection-radius): use closest handle / snappy edges #2759
|
2023-01-18 17:51:43 +01:00 |
|
moklick
|
1d036b2575
|
refactor(autoPan): naming things
|
2023-01-17 17:38:21 +01:00 |
|
moklick
|
86f7a9a43d
|
feat(nodes): move canvas when nodes are at the edge of the canvas #2753
|
2023-01-16 18:23:20 +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
|
72a4f4a5fb
|
refactor(key-handling): multi sleect when input focused closes #2650
|
2022-12-15 11:06:24 +01:00 |
|
moklick
|
2a7effd291
|
fix(selection): do not select hidden nodes closes #2679
|
2022-12-15 10:54:40 +01:00 |
|
 Moritz KlackandGitHub
|
e0fc4ae08f
|
Merge pull request #2626 from wbkd/feat/resize-node
Feat: Add NodeResizer package
|
2022-12-06 18:17:27 +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
|
42f64b214c
|
chore(getNodePosOrigin): cleanup
|
2022-12-06 16:52:38 +01:00 |
|
moklick
|
851b8e3e0f
|
fix(getRectOfNodes): handle node pos correctly closes #2641
|
2022-12-06 16:50:20 +01:00 |
|
moklick
|
7d57c46571
|
refactor(nodes): don't move or select nodes when input is focused
|
2022-12-06 13:41:39 +01:00 |
|
moklick
|
b511b15ef8
|
refactor(core): make it possible to batch changes
|
2022-12-01 20:28:37 +01:00 |
|
 Moritz KlackandGitHub
|
cd18c9a0ce
|
Merge pull request #2601 from wbkd/fix/isRectObject
fix(isRectObj): repair test for rect closes #2597
|
2022-11-25 21:50:38 +01:00 |
|
moklick
|
d142725ecc
|
fix(isRectObj): repair test for rect closes #2597
|
2022-11-25 21:48:33 +01:00 |
|
moklick
|
a8d590a60b
|
chore(nodeOriginHelper): cleanup
|
2022-11-25 21:25:00 +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 |
|
GeoffreyLiu
|
3170f875e5
|
refactor: access edge-label-renderer by storing the root element
|
2022-11-11 10:44:59 +08:00 |
|
GeoffreyLiu
|
55cf7560c0
|
fix: access the edge-label-renderer by reactflow's id
|
2022-11-08 15:46:05 +08:00 |
|
moklick
|
8f55c21cd7
|
feat(useReactFlow): add intersection helpers
|
2022-11-02 19:38:02 +01:00 |
|
moklick
|
81c42ae00c
|
fix(onlyRenderVisibleElements): always render nodes with dragging=true closes #2444
|
2022-10-21 12:05:25 +02:00 |
|
moklick
|
7b1dc1b18c
|
chore(types): cleanup
|
2022-10-21 11:35:56 +02:00 |
|
moklick
|
aef8b477c2
|
chore(packages): bump deps
|
2022-09-26 12:48:44 +02:00 |
|
moklick
|
fad6cf706e
|
refactor(packages) support react 17 and 18
|
2022-09-19 16:07:30 +02:00 |
|
moklick
|
17ef4ff05f
|
refactor(repo): use turbo + rollup + vite
|
2022-09-12 17:24:49 +02:00 |
|
moklick
|
588d8fc02e
|
chore(packages): use @reactflow org for packages
|
2022-08-29 17:18:05 +02:00 |
|
moklick
|
86ea34b470
|
refactor(dev-warnings): cleanup
|
2022-08-17 11:55:37 +02:00 |
|
moklick
|
72a3700a22
|
refactor(internalsSymbol): use Symbol.for
|
2022-08-08 17:25:04 +02:00 |
|
moklick
|
7150e0369e
|
feat(linting): add eslint
|
2022-08-08 13:34:00 +02:00 |
|
 Moritz KlackandGitHub
|
97c22ace71
|
Refactor: CSS handling (#2344)
* refactor(css): only load base styles, add css task, cleanup exports
* style(base): add edge label bg
* refactor(css): use css-utils
* feat(core): add Panel component
* refactor(background): cleanup
* refactor(css-handling): cleanup
|
2022-08-05 18:36:32 +02:00 |
|
 Moritz KlackandGitHub
|
f7dc75b0f3
|
Feat: basic keyboard controls and better WAI-ARIA defaults (#2333)
* feat(nodes): focusable and moveable with keys
* refactor(key-handling): cleanup, handle selections
* feat(edges): selectable with keys
* refactor(nodes-edges): cleanup keyboard controls and aria- attrs
* refactor(nodes): node needs to be selected for arrow keys
* refactor(minimap): create const for labelledby
closes #1033
|
2022-08-01 13:58:18 +02:00 |
|
moklick
|
6baf325b24
|
Merge branch 'main' into v11
|
2022-07-18 18:08:00 +02:00 |
|
Christopher Möller
|
1bb32c8eb7
|
chore: setup monorepo using preconstruct
|
2022-07-11 18:04:27 +02:00 |
|