Commit Graph
46 Commits
Author SHA1 Message Date
moklick 43e4842cd6 style(nodes): no default bg 2022-08-30 17:54:31 +02:00
moklick 276aad98fb style(edges): hide edge while updating closes #2285 2022-08-30 16:36:58 +02:00
moklick e59307bbc1 test(props): add tests for node and edge event handlers 2022-08-30 15:58:08 +02:00
moklick ba9df1035b refactor(drag-pane): handle middle mouse closes #784, #1767 2022-08-29 18:00:04 +02:00
moklick 588d8fc02e chore(packages): use @reactflow org for packages 2022-08-29 17:18:05 +02:00
moklick 22cb21a4ae fix(nodeExtent): use for initial rendering closes #2384 2022-08-29 17:17:48 +02:00
moklick 55c81362bb refactor(zomm): simplify 2022-08-24 14:35:38 +02:00
moklick ecf0476939 fix(edges): use default type if type is invalid 2022-08-23 18:09:57 +02:00
moklick 7b8b368572 chore(hooks): remove logs 2022-08-22 15:25:20 +02:00
moklick fdd9fe3dfe chore(a11y): adjust live text for moving nodes 2022-08-22 14:53:36 +02:00
moklick 06c1f22c1f chore(store): remove unused stuff 2022-08-18 17:48:41 +02:00
moklick 86ea34b470 refactor(dev-warnings): cleanup 2022-08-17 11:55:37 +02:00
moklick ab14be02f4 feat(nodes): add nodeOrigin prop 2022-08-17 11:43:52 +02:00
moklick d2d4b76e65 feat(a11y): add aria live message on move by keyboard 2022-08-16 18:21:20 +02:00
moklick ee5352df8f feat(nodes,edges): add deletable flag 2022-08-16 17:27:01 +02:00
moklick aa175b4bef refactor(styles): cleanup 2022-08-16 16:39:06 +02:00
moklick 87a9abfc6f chore(examples): useCallback for useOnViewport handlers 2022-08-16 15:49:45 +02:00
moklick fc69860b9d Merge branch 'main' into feat/hooks 2022-08-16 14:26:23 +02:00
moklick 820cb1c880 feat(hooks): add useOnViewportChange 2022-08-10 16:01:29 +02:00
moklick 94463cd0be refactor(styling): dont inject styles 2022-08-09 18:42:12 +02:00
moklick b21e126c2e chore(node-renderer): cleanup types 2022-08-08 17:34:55 +02:00
moklick ff79bb8f03 chore(edge-renderer): cleanup types 2022-08-08 17:31:04 +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
moklick 29013155fd chore(store-updater): cleanup 2022-08-06 18:00:07 +02:00
moklick 5cf4520992 refactor(useStore): show troubleshooting link 2022-08-06 17:19:54 +02:00
moklick 753f442468 chore(zustand): upgrade to v4 2022-08-06 16:57:32 +02:00
moklick 6f6af23bf5 Merge branch 'main' into v11 2022-08-05 19:09:09 +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
Christopher Möller af28431990 refactor(attribution): change link to pro website 2022-08-05 12:00:19 +02:00
Christopher Möller 0323fc4890 feat(pro): remove account type property from proOptions closes #2288 2022-08-02 12:56:28 +02:00
Christopher Möller 8fe0b97776 feat(useKeyPress): add additional check for nokey classname to support custom inputs closes #2254 2022-08-01 18:27:58 +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 09abf2823d feat(markers): set default marker orientation to auto-start-reverse 2022-07-26 17:06:50 +02:00
moklick 766d4fcb88 refactor(connectionLine): cleanup props #2300 2022-07-25 16:21:40 +02:00
moklick efedf04a56 refactor(props): remove onConnectStop #2299 2022-07-25 16:08:52 +02:00
moklick 37b311851c refactor(props): merge defaultPosition and defaultZoom to defaultViewport #2313 2022-07-25 16:03:42 +02:00
moklick 0054dd3d61 Merge branch 'main' into v11 2022-07-25 15:49:48 +02:00
moklick ec2dff24a3 feat(props): add pane mouse handlers closes #2312 2022-07-25 15:47:34 +02:00
Christopher Möller c17ac0a9e5 refactor(styles): move styles for additional components into their own packages 2022-07-21 14:26:09 +02:00
Christopher Möller 2d2bbcc8df refactor(controls): move controls into own package and replace in examples 2022-07-21 14:05:56 +02:00
Christopher Möller 272d0dfcb4 refactor(background): move background to own package, replace example import 2022-07-21 13:25:04 +02:00
Christopher Möller 97a9d0440f Merge branch 'v11' of github.com:wbkd/react-flow into v11 2022-07-18 18:13:19 +02:00
Christopher Möller b0f362bf60 chore(preconstruct): inline css via babel config, add themes package 2022-07-18 18:12:49 +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