Commit Graph
100 Commits
Author SHA1 Message Date
Christopher Möller c793433caf chore(node-toolbar): add changeset for node-toolbar 2022-11-17 11:39:45 +01:00
Christopher Möller 4ebbea1960 chore(node-toolbar): set initial package version 2022-11-17 11:36:12 +01:00
Christopher MöllerandGitHub b2acca333f Merge pull request #2563 from wbkd/feat/node-toolbar
feat(node-toolbar): add node-toolbar component
2022-11-17 11:29:31 +01:00
Christopher Möller 98116d431f chore(reactflow): add changeset for reactflow package 2022-11-17 11:28:41 +01:00
Christopher Möller b31d8e9dc2 feat(node-toolbar): remove css from node-toolbar component, set version to 1.0.0 2022-11-17 09:59:28 +01:00
Christopher Möller 96e53e4408 Merge branch 'feat/node-toolbar' of github.com:wbkd/react-flow into feat/node-toolbar 2022-11-16 13:55:55 +01:00
Christopher Möller edbf894350 feat(node-toolbar): change isActive to isVisible and implement default behavior 2022-11-16 13:49:15 +01:00
Christopher Möller 20a6653577 feat(node-toolbar): use z-index of the node for the toolbar 2022-11-16 09:56:34 +01:00
Christopher Möller beba0a32de feat(node-toolbar): add node-toolbar component 2022-11-15 21:48:08 +01:00
Christopher Möller 8f63f751e3 feat(minimap): add changeset 2022-11-14 15:30:26 +01:00
Christopher Möller a5963e62b6 feat(minimap): turn ariaLabel into an optional property 2022-11-14 15:28:15 +01:00
Christopher MöllerandGitHub fd00b18ebe Update README.md 2022-11-08 15:47:59 +01:00
Christopher MöllerandGitHub 6638a06743 Merge pull request #2549 from LaQuay/patch-1
Fix quickstart example in README.md
2022-11-08 15:46:48 +01:00
Christopher Möller 52816debba feat(minimap): add prop to configure the minimap title 2022-11-07 13:55:20 +01:00
Christopher Möller 6eec913c89 feat(interactive-minimap): add type defs for d3 packages 2022-11-01 13:37:53 +01:00
Christopher MöllerandGitHub 0f5f9d14e5 Update README.md 2022-09-28 12:44:17 +02:00
Christopher MöllerandGitHub 95a0c1db85 Update README.md 2022-09-28 12:42:04 +02:00
Christopher MöllerandGitHub cb411bd991 Update README.md 2022-09-28 11:12:34 +02:00
Christopher MöllerandGitHub 43bb29fa53 Update README.md 2022-09-28 11:08:44 +02:00
Christopher MöllerandGitHub 6fb3552e2d Update README.md 2022-09-28 11:05:53 +02:00
Christopher MöllerandGitHub 8bbead4328 Merge pull request #2352 from wbkd/chrtze-patch-1
Update and rename feature_request.md to feature_request.yml
2022-08-08 16:08:53 +02:00
Christopher MöllerandGitHub df5929f945 Update and rename feature_request.md to feature_request.yml 2022-08-08 16:07:53 +02:00
Christopher MöllerandGitHub d21815dbf7 Update feature_request.md 2022-08-08 15:55:46 +02:00
Christopher MöllerandGitHub ba649467a4 Merge pull request #2350 from wbkd/chrtze-patch-1
Update issue templates
2022-08-08 15:48:20 +02:00
Christopher MöllerandGitHub 5ff801b960 Update issue templates 2022-08-08 15:48:03 +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
Christopher Möller 8eb1053aed feat(tooling): add test task that runs and tests the example automatically 2022-07-27 16:56:39 +02:00
Christopher Möller e6ff928ea1 Merge branch 'v11' of github.com:wbkd/react-flow into v11 2022-07-27 11:36:01 +02:00
Christopher Möller a2e99d3a80 fix(cypress): change example urls in tests 2022-07-27 11:35:52 +02:00
Christopher Möller 141a9763f8 refactor(cypress): update cypress, move testing to root level 2022-07-26 18:20:52 +02:00
Christopher Möller 09abf2823d feat(markers): set default marker orientation to auto-start-reverse 2022-07-26 17:06:50 +02:00
Christopher Möller f4873a1ffb chore: remove example folder 2022-07-26 16:59:45 +02:00
Christopher Möller e0a30377ae fix(controls): add export for ControlButton component 2022-07-21 14:54:12 +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 229c156d79 refactor(minimap): use minimap package in examples 2022-07-21 12:02:43 +02:00
Christopher MöllerandGitHub 7a909e9425 Update README.md 2022-07-21 11:13:32 +02:00
Christopher Möller be4dd6f1fa refactor(examples): switch examples from cra to nextjs 2022-07-19 17:23:26 +02:00
Christopher Möller 62c417263c fix(minimap): add entrypoint 2022-07-19 15:16:13 +02:00
Christopher Möller 6733076ab4 chore(examples): move examples to demo folder 2022-07-19 15:12:37 +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
Christopher Möller 1bb32c8eb7 chore: setup monorepo using preconstruct 2022-07-11 18:04:27 +02:00
Christopher MöllerandGitHub 8a3e534136 Update README.md 2022-07-11 18:01:01 +02:00
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