Commit Graph
100 Commits
Author SHA1 Message Date
Christopher MöllerandGitHub aab59e7329 Update README.md 2022-05-23 16:53:39 +02:00
Christopher Möller 9331ccc544 chore(warnings): add error codes to documentation site 2022-04-28 16:27:19 +02:00
Christopher Möller 922005e236 chore(warnings): format warning logs, add troubleshooting page 2022-04-26 16:33:54 +02:00
Christopher MöllerandGitHub eff243076b Update README.md 2022-04-19 17:16:12 +02:00
Christopher Möller 341d7448fb fix(useDrag): use positionAbsolute instead of position 2022-04-14 14:53:57 +02:00
Christopher Möller 4afb386124 fix(useDrag): calculate offset for drag handlers 2022-04-14 14:16:19 +02:00
Christopher MöllerandGitHub 0b871e396a format LICENSE 2022-04-07 12:17:09 +02:00
Christopher MöllerandGitHub 55cfb0b880 Update README.md 2022-04-07 11:47:22 +02:00
Christopher Möller 2e5e5285c5 fix(zIndex): calculate zIndex for nested flows correctly 2022-03-21 13:52:10 +01:00
Christopher MöllerandGitHub 75171524b7 Update README.md 2022-03-16 19:25:42 +01:00
Christopher MöllerandGitHub 57a965202b Update README.md 2022-03-16 19:14:38 +01:00
Christopher Möller 2db2cddb5a chore(attribution): change link in attribution notice 2022-03-16 16:36:06 +01:00
Christopher MöllerandGitHub 94483562a1 Update README.md 2022-03-16 11:29:03 +01:00
Christopher MöllerandGitHub fc887ec4fd Update README.md 2022-03-16 11:19:38 +01:00
Christopher MöllerandGitHub 514c15c0ef Update README.md 2022-03-15 14:34:25 +01:00
Christopher MöllerandGitHub 1f9a00458e Update README.md 2022-03-15 13:34:33 +01:00
Christopher MöllerandGitHub 4c08ee00e2 Update README.md 2022-03-14 22:29:15 +01:00
Christopher MöllerandGitHub 72f77c6a9e Update README.md 2022-03-14 12:14:58 +01:00
Christopher MöllerandGitHub cdc6f493af Update README.md 2022-03-14 11:52:42 +01:00
Christopher MöllerandGitHub 843f2090ac Update README.md 2022-03-14 11:46:01 +01:00
Christopher MöllerandGitHub 02cd3cb891 Update README.md 2022-03-14 11:44:28 +01:00
Christopher MöllerandGitHub 6e30d0d9fd Update README.md 2022-03-02 15:44:30 +01:00
Christopher MöllerandGitHub bb72ec504b Update README.md 2022-03-02 14:52:43 +01:00
Christopher MöllerandGitHub 4ac0c76594 Update README.md 2022-03-02 14:51:59 +01:00
Christopher MöllerandGitHub c431fe3d0a Update README.md 2022-03-02 14:35:12 +01:00
Christopher MöllerandGitHub bd9d3e4dce Update README.md 2022-03-02 12:56:42 +01:00
Christopher MöllerandGitHub c3c96e4ff2 Update README.md 2022-03-02 00:01:52 +01:00
Christopher MöllerandGitHub bc1e78cd8a Update README.md 2022-03-01 23:58:01 +01:00
Christopher MöllerandGitHub f5b8aed67c Update README.md 2022-03-01 23:40:21 +01:00
Christopher MöllerandGitHub d7514eac8f Update README.md 2022-03-01 23:35:26 +01:00
Christopher MöllerandGitHub 55016966c5 Update README.md 2022-03-01 23:25:00 +01:00
Christopher MöllerandGitHub d25c95cb4f Update README.md 2022-03-01 23:21:09 +01:00
Christopher MöllerandGitHub 354bbae7d4 Update README.md 2022-03-01 23:03:20 +01:00
Christopher MöllerandGitHub f2f659f0ff Update README.md 2022-03-01 22:52:44 +01:00
Christopher MöllerandGitHub f55e5d4c46 Update README.md 2022-03-01 22:48:26 +01:00
Christopher Möller af52bab2a5 refactor(fitView): use same fitView function for viewport helper and initial prop 2022-01-27 13:00:03 +01:00
Christopher MöllerandGitHub 6b9d5ef5e4 Update LICENSE 2022-01-24 12:23:07 +01:00
Christopher MöllerandGitHub bb3dfefcfa Update LICENSE 2022-01-24 12:22:49 +01:00
Christopher MöllerandGitHub 2a4dfce61c Update README.md 2022-01-21 11:23:34 +01:00
Christopher Möller f95f390cb3 chore(nodes): prevent crashing when data is not set on nodes object 2022-01-19 18:47:52 +01:00
Christopher Möller c2bae79916 feat(hooks): add useReactFlow hook, refactor types and properties 2022-01-19 18:31:49 +01:00
Christopher MöllerandGitHub 1755da3089 Merge pull request #1843 from wbkd/v10-default-nodes-edges
feat(general): add defaultNodes, defaultEdges and defaultEdgeOptions
2022-01-19 10:58:10 +01:00
Christopher MöllerandGitHub bbf63a2c91 Update README.md 2021-12-15 12:51:38 +01:00
Christopher Möller 774db77597 chore(package.json): bump next version 2021-12-09 15:07:59 +01:00
Christopher Möller 747097f61b chore(zoompane): remove unused code 2021-12-09 15:00:20 +01:00
Christopher Möller b2ac219912 refactor(edge): pass onEdgeUpdate instead of creating onConnect function 2021-11-25 16:04:08 +01:00
Christopher Möller 22f7dd6306 refactor(edges): cleanup edge renderer 2021-11-25 15:48:57 +01:00
Christopher Möller cffefe78c8 fix(zIndex): allow zIndex to be set to 0 explicitly 2021-11-24 12:23:03 +01:00
Christopher Möller 0f480444f2 chore(markers): cleanup marker api 2021-11-24 12:02:09 +01:00
Christopher MöllerandGitHub 11b7fa7042 Merge pull request #1644 from wbkd/refactor/nested-relative
new node and edge handling, state management, subflows, layering
2021-11-18 18:09:21 +01:00
Christopher MöllerandGitHub 891d21a22a Merge pull request #1692 from wbkd/feat/interaction-classnames
Feat/interaction classnames
2021-11-18 18:05:08 +01:00
Christopher Möller 85ad535940 Merge branch 'refactor/nested-relative' into feat/interaction-classnames 2021-11-18 18:03:54 +01:00
Christopher Möller 9d159c1e87 chore(types): enforce defaultProps inside react flow component 2021-11-18 18:01:20 +01:00
Christopher Möller 004dcc6528 feat(selection): disable pane movement when selection is dragged 2021-11-18 16:53:41 +01:00
Christopher Möller 2243b0a1f6 Merge branch 'refactor/nested-relative' into feat/interaction-classnames 2021-11-18 16:30:11 +01:00
Christopher Möller e1f864f270 feat(flow): add properties for configuring no-interaction classes 2021-11-18 16:29:06 +01:00
Christopher Möller c29decade5 feat(stacking): disable auto layering, instead configure via zIndex prop 2021-11-10 18:06:28 +01:00
Christopher Möller 9057d3ab75 chore(release): bump next version 2021-11-05 17:44:35 +01:00
Christopher Möller 1425a4363b fix(nested): add nested nodes example, always show nodes on top while dragging or selected 2021-11-05 17:42:18 +01:00
Christopher Möller 2bcb099050 bump next version 2021-11-04 13:05:53 +01:00
Christopher Möller 1b390e103d feat(stacking): simplify zIndex and treeLevel behaviour 2021-11-04 12:42:14 +01:00
Christopher Möller 79e46d90ad wip: multiple edge renderers 2021-11-03 17:51:39 +01:00
Christopher Möller 3f992db54a chore(package.json): release 10.0.0-next.6 2021-10-27 15:47:14 +02:00
Christopher Möller 241f604125 feat(nested-nodes): simplify nested node rendering 2021-10-27 15:38:29 +02:00
Christopher Möller 3e0b673e90 Merge branch 'nested-nodes-flat' of github.com:wbkd/react-flow into nested-nodes-flat 2021-10-27 12:53:36 +02:00
Christopher Möller 5f9bc2e0f2 feat(noderenderer): convert from flat to nested format internally 2021-10-27 12:53:28 +02:00
Christopher Möller dc36ebf31f feat(nested-nodes): callback for parent node size change 2021-10-22 15:13:14 +02:00
Christopher Möller 8b95cd712f feat(noderenderer): render nodes recursively 2021-10-22 12:09:01 +02:00
Christopher Möller c1d5c35a04 feat(nested-nodes): recursively get children of moved node 2021-10-21 16:59:52 +02:00
Christopher Möller 2252ea11ae feat(nested-nodes): change data structure to flat array of nodes 2021-10-21 15:39:27 +02:00
Christopher Möller 64239fbb51 refactor(edgerenderer): cleanup edge utils 2021-10-21 14:33:34 +02:00
Christopher Möller b15d3012e0 fix(nested-nodes): fix getSourceTargetNode for childNodes 2021-10-21 14:08:39 +02:00
Christopher Möller b008c7b548 chore(graph-utils): rename elements to edges 2021-10-21 12:04:58 +02:00
Christopher Möller 8d840b5820 Merge branch 'nested-nodes' of github.com:wbkd/react-flow into nested-nodes 2021-10-21 11:53:56 +02:00
Christopher Möller 9ad894d2df feat(nodes): add helper functions to iterate over child nodes 2021-10-21 11:53:44 +02:00
Christopher Möller 9350884836 fix(perf): improve flattenNodes 2021-10-20 18:06:41 +02:00
Christopher Möller 767fbd4377 feat(noderenderer): render child nodes 2021-10-20 16:57:44 +02:00
Christopher MöllerandGitHub 11ff5ecaf8 Merge pull request #1587 from wbkd/feat-markers
feat-markers
2021-10-20 10:21:36 +02:00
Christopher Möller dc5172e19e feat(markers): bump next version 2021-10-15 13:43:19 +02:00
Christopher Möller b08809d810 feat(markers): add option to control orientation of markers 2021-10-15 13:07:02 +02:00
Christopher Möller 1b73c8fff5 feat(markers): add more properties for custom markers 2021-10-15 11:51:54 +02:00
Christopher Möller d3b1148bca feat(markers): implement more generic api for markerEnd and markerStart handling 2021-10-14 17:53:50 +02:00
Christopher Möller eed5717821 Merge branch 'main' into v10 2021-10-14 14:03:03 +02:00
Christopher Möller ecc02a1ee9 feat(floatingedge): configure connectionline 2021-10-14 10:52:46 +02:00
Christopher Möller b36c713650 feat(example): add example with floating edge and whole node as handle 2021-10-14 09:15:04 +02:00
Christopher Möller f30ba98a53 feat(BezierEdge): use quadratic bezier curve for top-left and bottom-right edges 2021-10-13 16:43:11 +02:00
Christopher Möller 505393fbd8 fix(babel-runtime): change babel runtime to external dependency 2021-02-25 12:51:21 +01:00
Christopher Möller 09906c3f6e fix(build): remove babel require statements from build 2021-02-25 12:17:05 +01:00
Christopher MöllerandGitHub b9d482de7a Update README.md 2020-11-24 13:31:25 +01:00
Christopher MöllerandGitHub 21ba1cb607 Merge pull request #706 from wbkd/dependabot/npm_and_yarn/main/types/react-17.0.0
chore(deps-dev): bump @types/react from 16.9.56 to 17.0.0
2020-11-24 12:39:05 +01:00
Christopher MöllerandGitHub cb4f3f7a0b Merge pull request #707 from wbkd/dependabot/npm_and_yarn/main/start-server-and-test-1.11.6
chore(deps-dev): bump start-server-and-test from 1.11.5 to 1.11.6
2020-11-24 12:38:39 +01:00
Christopher MöllerandGitHub 8b6e2248e5 Merge pull request #709 from wbkd/dependabot/npm_and_yarn/main/babel/preset-env-7.12.7
chore(deps-dev): bump @babel/preset-env from 7.12.1 to 7.12.7
2020-11-24 12:38:23 +01:00
Christopher MöllerandGitHub 85d72d65ac Merge pull request #708 from wbkd/dependabot/npm_and_yarn/main/prettier-2.2.0
chore(deps-dev): bump prettier from 2.1.2 to 2.2.0
2020-11-24 12:33:43 +01:00
Christopher MöllerandGitHub 5a0e244e8f Merge pull request #710 from wbkd/dependabot/npm_and_yarn/main/types/d3-6.2.0
chore(deps-dev): bump @types/d3 from 6.1.0 to 6.2.0
2020-11-24 12:11:35 +01:00
Christopher MöllerandGitHub 0bd958f787 Merge pull request #711 from wbkd/dependabot/npm_and_yarn/main/rollup-2.33.3
chore(deps-dev): bump rollup from 2.33.2 to 2.33.3
2020-11-24 12:11:17 +01:00
Christopher MöllerandGitHub 4b89623ab8 Merge pull request #712 from wbkd/dependabot/npm_and_yarn/main/babel/preset-react-7.12.7
chore(deps-dev): bump @babel/preset-react from 7.12.5 to 7.12.7
2020-11-24 12:10:53 +01:00
Christopher MöllerandGitHub 123a1c37df Merge pull request #713 from wbkd/dependabot/npm_and_yarn/main/typescript-4.1.2
chore(deps-dev): bump typescript from 4.0.5 to 4.1.2
2020-11-24 12:10:34 +01:00
Christopher MöllerandGitHub 4a0f3fc968 Merge pull request #714 from wbkd/dependabot/npm_and_yarn/main/types/react-dom-17.0.0
chore(deps-dev): bump @types/react-dom from 16.9.9 to 17.0.0
2020-11-24 12:10:19 +01:00
Christopher MöllerandGitHub 707b06ad2d Merge pull request #715 from wbkd/dependabot/npm_and_yarn/main/babel/core-7.12.7
chore(deps-dev): bump @babel/core from 7.12.3 to 7.12.7
2020-11-24 12:09:57 +01:00
Christopher Möller d9396741ec chore: release v8.0.0-next.9 2020-11-17 15:02:39 +01:00