Commit Graph
16 Commits
Author SHA1 Message Date
moklick 24e8b8adc0 refactor(autopan): cleanup 2023-01-23 15:05:18 +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 7d57c46571 refactor(nodes): don't move or select nodes when input is focused 2022-12-06 13:41:39 +01:00
moklick d142725ecc fix(isRectObj): repair test for rect closes #2597 2022-11-25 21:48:33 +01:00
moklick 8f55c21cd7 feat(useReactFlow): add intersection helpers 2022-11-02 19:38:02 +01:00
moklick 7b1dc1b18c chore(types): cleanup 2022-10-21 11:35:56 +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
Christopher Möller 1bb32c8eb7 chore: setup monorepo using preconstruct 2022-07-11 18:04:27 +02:00