Commit Graph
100 Commits
Author SHA1 Message Date
moklick ee87ce64db style(minimap): transparent mask 2020-11-10 18:40:45 +01:00
moklick 75a7825d2f refactor(NodeRenderer): cleanup 2020-11-10 18:37:43 +01:00
moklick ae6ce3cd05 feat(panOnScroll): add mode options free, vertical and horizontal 2020-11-10 17:56:19 +01:00
moklick 8bba855a17 8.0.0-next.2 2020-11-10 17:06:58 +01:00
moklick 5e28762f53 refactor(nodes): don't re-render on pan #677 2020-11-10 17:06:18 +01:00
moklick 959216f6fc refactor(keycodes): allow strings and numbers as key codes 2020-11-10 14:27:15 +01:00
moklick 0fbefe5a58 refactor(GraphView): reduce amounts of re-renderings 2020-11-09 22:24:12 +01:00
moklick d06868ecde refactor(graphview): extend react flow props 2020-11-09 22:00:26 +01:00
moklick e1ae70e779 refactor(zoomPanHelper): export and simplify 2020-11-09 19:30:21 +01:00
moklick c7bf8ffbcc refactor(initD3): pass initial transform 2020-11-09 18:27:41 +01:00
moklick 7cc2306975 feat(reactflowInstance): add toObject function closes #603 2020-11-09 18:17:36 +01:00
moklick 2db5a7bce2 refactor(getElements): use internal node position #603 2020-11-09 17:48:51 +01:00
moklick c9267a1a28 7.1.1 2020-11-05 17:59:00 +01:00
moklick 7981230a57 fix(panOnScroll): use deltaX instead of wheelDeltaX event prop 2020-11-05 17:56:38 +01:00
moklick 81fecd9362 7.1.0 2020-11-05 15:43:56 +01:00
Moritz KlackandGitHub fb92677f2f Merge pull request #663 from wbkd/feat/multiselect
Feat/multiselect
2020-11-05 15:38:51 +01:00
moklick 0a77162ddb refactor(nodes): handle selection when selectNodesOnDrag=false 2020-11-05 15:36:35 +01:00
moklick fe3db783f1 refactor(global-keyhandler): cleanup 2020-11-05 15:32:23 +01:00
moklick 4a49149aee test(interaction): zoom out before check double click zoom 2020-11-05 15:27:56 +01:00
moklick 84334e4b32 test(nodes): multi select by click 2020-11-05 15:24:20 +01:00
moklick 7e55f8c07f fix(nodes): always drag draggable node even if not selected 2020-11-05 14:36:26 +01:00
moklick 0774d35846 feat(nodes): multi drag 2020-11-05 14:32:10 +01:00
moklick 7d4a6d7c36 Merge branch 'main' into feat/multiselect 2020-11-05 14:19:09 +01:00
moklick 8cdd9fd800 fix(selection): unset selection when shift pressed #641 2020-11-05 14:14:10 +01:00
Moritz KlackandGitHub 40ef6e076e Merge pull request #662 from justrhysism/feat/forward-node-position-661
Forward position to NodeComponent
2020-11-05 11:50:49 +01:00
Moritz KlackandGitHub e1ade2e97f Merge pull request #660 from justrhysism/fix/659
fix: Set border-box explicitly on Controls
2020-11-05 11:42:03 +01:00
moklick 603059d2e2 Merge branch 'dependabot/npm_and_yarn/main/rollup/plugin-node-resolve-10.0.0' into next 2020-11-03 17:06:19 +01:00
moklick b88729fbf1 feat(panOnScroll): add speed option 2020-11-03 15:58:47 +01:00
moklick 2280ed39af Merge branch 'dependabot/npm_and_yarn/main/babel-preset-react-app-10.0.0' into next 2020-10-29 16:59:29 +01:00
moklick cee5a29db1 Merge branch 'next' into dependabot/npm_and_yarn/main/babel-preset-react-app-10.0.0 2020-10-29 16:59:16 +01:00
moklick 2c8a5595bb fix(globals): declare __ENV__ 2020-10-29 16:40:41 +01:00
moklick 515c976cb1 Merge branch 'dependabot/npm_and_yarn/main/welldone-software/why-did-you-render-5.0.0' into next 2020-10-29 16:39:33 +01:00
moklick b22fa3c987 Merge branch 'next' into dependabot/npm_and_yarn/main/welldone-software/why-did-you-render-5.0.0 2020-10-29 16:39:12 +01:00
moklick 0d7a14e415 docs(readme): formatting 2020-10-29 13:48:34 +01:00
moklick 58aaceb5c9 docs(readme): cleanup 2020-10-29 13:46:23 +01:00
moklick 337c047b70 docs(edge-handling): cleanup readme, document source and target handle 2020-10-29 13:42:02 +01:00
moklick e9b4bb4e15 test(graph-utils): adjust addEdge tests 2020-10-29 12:59:24 +01:00
moklick ddd3baa5f7 refactor(handle-handling): cleanup 2020-10-29 12:36:10 +01:00
moklick 15d0900ba9 Merge branch 'harana-oss-multiple-handles' into next 2020-10-29 11:12:23 +01:00
moklick 40ddd69070 6.2.2 2020-10-23 14:07:53 +02:00
moklick 056e817031 refactor(rollup): use replace plugin before other plugins 2020-10-23 14:06:31 +02:00
moklick 269dfec535 refactor(globals): dont use process.env 2020-10-23 13:56:47 +02:00
moklick 93ccabd8d2 6.2.1 2020-10-22 18:25:04 +02:00
moklick 595e800347 fix(package-json): remove postinstall task 2020-10-22 18:23:04 +02:00
moklick 0e2003da8a 6.2.0 2020-10-22 17:31:44 +02:00
moklick a79c363195 Merge branch 'main' of github.com:wbkd/react-flow into main 2020-10-22 17:21:02 +02:00
moklick f99d0170ea refactor(nodes): pass isDragging prop closes #624 2020-10-22 17:20:56 +02:00
moklick 65a1b5e07a feat(elements): multiselect 2020-10-22 00:03:30 +02:00
moklick 13a3fd46b1 fix(selection): handle overlapping area rounding issues closes #610 2020-10-21 22:13:09 +02:00
moklick d489917b66 docs(website): add custom edge props closes #608 2020-10-21 19:18:28 +02:00
moklick d7c1274d4c refactor(examples): add react webpack alias 2020-10-21 19:12:27 +02:00
moklick f57e05301b chore(rollup): use new plugins 2020-10-21 11:03:12 +02:00
moklick 5d787cadf2 Merge branch 'main' of github.com:wbkd/react-flow into main 2020-10-20 15:27:55 +02:00
Moritz KlackandGitHub 9c1465c8ff Merge pull request #593 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.28.0
chore(deps-dev): bump rollup-plugin-typescript2 from 0.27.3 to 0.28.0
2020-10-20 15:27:47 +02:00
moklick 3a2f515a2d Merge branch 'main' of github.com:wbkd/react-flow into main 2020-10-20 15:27:23 +02:00
Moritz KlackandGitHub 1c182b42a8 Merge pull request #596 from wbkd/dependabot/npm_and_yarn/main/easy-peasy-4.0.1
chore(deps): bump easy-peasy from 3.3.1 to 4.0.1
2020-10-20 15:27:14 +02:00
moklick 53706c0e43 chore(changelog): add link to releases page 2020-10-20 15:26:58 +02:00
Moritz KlackandGitHub af396a89ee Merge pull request #583 from wbkd/initialize-example
Add postinstall script to initialize `example` as well
2020-10-15 10:19:26 +02:00
moklick 51b21d2996 docs(website): introduction text 2020-10-14 18:15:50 +02:00
moklick a08f89fa14 style(website): getting started section 2020-10-14 18:09:39 +02:00
moklick 0afcf6f776 style(website): mobile sidebar menu 2020-10-14 18:05:34 +02:00
moklick 372558c538 refactor(website): use gatbsy link for doc links, add ids for headlines 2020-10-14 17:58:54 +02:00
moklick c1575ff948 chore(website): cleanup examples 2020-10-13 18:25:31 +02:00
moklick c40b2b870d docs(readme): update example links 2020-10-13 15:12:20 +02:00
moklick 3f0084f2e6 fix(website): example slugs 2020-10-12 16:51:49 +02:00
moklick e4d2f5e427 fix(website): example slugs 2020-10-12 16:46:06 +02:00
moklick ae17b99a0c feat(website): show source code for examples 2020-10-12 14:27:36 +02:00
moklick eeafad3694 refactor(site): no tracking in dev mode 2020-10-12 11:40:44 +02:00
moklick b5e36d0aad feat(website): add edit docs button 2020-10-12 11:21:00 +02:00
moklick fe4643f82c chore(website): update deps 2020-10-12 10:42:41 +02:00
moklick f5cadf065f chore: release v6.1.3 2020-10-08 15:45:13 +02:00
moklick d266a48c14 fix(maxZoom): set option correctly closes #563 2020-10-08 15:42:39 +02:00
moklick 779a07b448 chore(git): add gitattributes 2020-10-08 00:44:05 +02:00
moklick f85acd51e0 style(website): mobile hero index and examples 2020-10-08 00:12:58 +02:00
moklick da44f0b03a chore: release v6.1.2 2020-10-07 18:13:53 +02:00
moklick 3495ee0f7c docs(website): example flow 2020-10-07 18:10:36 +02:00
moklick 5fb2ff9922 docs(website): interactive examples 2020-10-07 18:03:45 +02:00
moklick d8ae6bd9a2 refactor(remove-nodes): check if target has contenteditable attr closes #560 2020-10-07 17:40:35 +02:00
moklick 011e4c0aaf style(comps): dont use inline styles for minimap and edges #491 2020-10-06 18:00:08 +02:00
moklick 0c63b08a86 docs(readme): use new image 2020-10-06 17:40:28 +02:00
moklick 24e720ee60 Merge branch 'main' of github.com:wbkd/react-flow into main 2020-10-06 17:34:39 +02:00
moklick d256d95bdd feat(website): add infobox component 2020-10-06 17:34:35 +02:00
MoritzandGitHub fef456c2b7 Merge pull request #556 from michaeltheobald/patch-1
made example programmer friendlier
2020-10-06 17:09:56 +02:00
moklick 70ed6b0c96 docs(props): delete key -> backspace closes #557 2020-10-06 17:06:12 +02:00
moklick 78b0a24a86 chore(images): fix typo 2020-10-06 17:03:09 +02:00
MoritzandGitHub 072347a49e docs(readme): add website note 2020-10-06 15:31:34 +02:00
MoritzandGitHub 4b407c182c docs(readme): update header image 2020-10-06 15:18:59 +02:00
MoritzandGitHub 033c9bcfe3 Merge pull request #554 from wbkd/site
 New website 
2020-10-06 15:18:05 +02:00
moklick 6af7d38da4 docs(website): readme 2020-10-06 14:37:18 +02:00
moklick 515d8539de chore(website): use new rf version 2020-10-06 14:33:32 +02:00
moklick 6dcd95853b chore: release v6.1.0 2020-10-06 14:28:37 +02:00
moklick 4538ad35f7 style(metatags): react flow image 2020-10-06 14:22:38 +02:00
moklick 323bccd84a style(flows): font sizes 2020-10-06 14:06:29 +02:00
moklick 750d5c4d8e style(hero): positions 2020-10-06 13:28:52 +02:00
moklick 7ec68efea6 refactor(dev): rename dev-flows to example 2020-10-06 11:54:02 +02:00
moklick 49906ddda8 docs(site): getting started text 2020-10-06 11:50:27 +02:00
moklick c469957c58 docs(site): add baisc example 2020-10-06 11:38:29 +02:00
moklick 2fd2e2d2b7 style(header): partially active linke 2020-10-06 11:05:39 +02:00
moklick 36d4eb0767 style(site): header flow, mobile features and showcases 2020-10-06 10:58:50 +02:00
moklick 1b929fbb56 style(site): controls button default style 2020-10-05 18:55:04 +02:00