Commit Graph

231 Commits

Author SHA1 Message Date
moklick
869dcadae2 feat(useZoomPanHelper) add setCenter func 2020-12-22 14:11:28 +01:00
moklick
f49cae85c0 chore(examples): cleanup save restore 2020-12-22 12:09:35 +01:00
moklick
35b423aacb chore(examples): add layouting 2020-12-20 13:33:18 +01:00
moklick
87267019b3 chore(examples): add dnd 2020-12-18 13:12:15 +01:00
moklick
d11ad56df8 refactor(examples): simplify markup 2020-12-18 12:03:32 +01:00
moklick
be5caccdee chore(example): save restore cleanup 2020-12-10 18:31:00 +01:00
moklick
bc48c0307f chore(examples): add save restore 2020-12-10 18:30:20 +01:00
moklick
8a41ccec0c chore(examples): visible elements 2020-12-10 14:46:45 +01:00
moklick
ddb5b07789 chore(examples): cleanup update node 2020-12-10 12:41:18 +01:00
moklick
189cd21ee5 chore(example): add hidden checkbox 2020-12-10 12:36:28 +01:00
moklick
a64a1239a9 refactor(examples): enhance update node example 2020-12-10 12:30:29 +01:00
moklick
5828c3b797 docs(example): add update label 2020-12-10 11:56:56 +01:00
moklick
c429ae7ca4 feat(props): add connection mode closes #702 2020-11-30 13:09:56 +01:00
moklick
0ed25a9c04 refactor(edge-updater): rename example 2020-11-30 11:19:25 +01:00
moklick
3a5ecfa666 Merge branch 'next' into feat/dragedge 2020-11-26 15:26:48 +01:00
moklick
52a73d68a0 refactor(store): simplify setElement 2020-11-24 18:21:36 +01:00
Christopher Möller
18cfcaa8d3 remove react dependency from examples 2020-11-16 12:55:39 +01:00
Christopher Möller
30037dcf52 chore(deps): use react 17 (#686), remove why-did-you-render dependency 2020-11-16 12:49:23 +01:00
moklick
ae6ce3cd05 feat(panOnScroll): add mode options free, vertical and horizontal 2020-11-10 17:56:19 +01:00
moklick
e1ae70e779 refactor(zoomPanHelper): export and simplify 2020-11-09 19:30:21 +01:00
moklick
7cc2306975 feat(reactflowInstance): add toObject function closes #603 2020-11-09 18:17:36 +01:00
Christopher Möller
cf38388f14 refactor(zoom): move zoom methods into own hook, detatch from store 2020-11-09 17:23:59 +01:00
moklick
9dfe7ea8e3 fix(edge-drag): update to new version 2020-11-05 16:26:02 +01:00
Moritz Klack
9851281709 Merge branch 'main' into drag-edge 2020-11-03 19:59:18 +01:00
Christopher Möller
00af78a6ab Merge pull request #643 from timhwang21/timothy/fix-examples
fix(website): fix incorrect prop in examples
2020-11-03 16:23:25 +01:00
Christopher Möller
febf3012d7 fix zoom behaviour while selection key is pressed 2020-11-02 13:19:04 +01:00
Christopher Möller
0cb6662d5c show default zoom behaviour in interaction example 2020-11-02 12:51:48 +01:00
timhwang21
10c3d8ec92 fix(website): fix incorrect prop in examples 2020-10-29 14:58:50 -04:00
Christopher Möller
d6a6eb82d8 refactor pan/zoom behaviour, implement pan on scroll #359, edit interaction example 2020-10-29 17:58:36 +01:00
moklick
ddd3baa5f7 refactor(handle-handling): cleanup 2020-10-29 12:36:10 +01:00
Naden
a3e9cbf9dc Cleanup of jasonpul's connection-validation branch 2020-10-27 14:51:54 +11:00
moklick
d7c1274d4c refactor(examples): add react webpack alias 2020-10-21 19:12:27 +02:00
Long Nguyen
57528851ff Fix confict after merge branch master 2020-10-13 11:58:28 +09:00
Long Nguyen
bd63a0131a Feature: Draggable edge 2020-10-12 21:34:35 +09:00
jasonpul
8742fa5cb8 Update index.js
removed unneeded comments, switched to double quotes
2020-10-11 16:34:17 -04:00
moklick
011e4c0aaf style(comps): dont use inline styles for minimap and edges #491 2020-10-06 18:00:08 +02:00
Moritz
033c9bcfe3 Merge pull request #554 from wbkd/site
 New website 
2020-10-06 15:18:05 +02:00
Christopher Möller
0373b53fc2 feat(renderer): change layer order, allow zoom on nodes and user selection 2020-10-06 13:08:38 +02:00
moklick
7ec68efea6 refactor(dev): rename dev-flows to example 2020-10-06 11:54:02 +02:00
moklick
7c460dcf9d docs(website): sidebar mobile 2020-10-05 18:42:51 +02:00
moklick
c4e4f76a2b refactor(nodes): handle type changes #545 2020-10-05 12:14:22 +02:00
jasonpul
d9ba18d49c broke out handleId by itself rather than joined with nodeID, modded necessary functions to give handles not assigned IDs an empty string for backwards compadibility. Also modded handles so that only target-source and source-target connections are allowed, and no repeat connections are allowed. 2020-10-01 15:47:37 -04:00
jasonpul
bee2ca5c0c initial working mod with nodeId and handleId split up in Connection type so that target-target and source-source connections cannot be made 2020-10-01 12:48:56 -04:00
moklick
284968ad54 style(flow): new default styles 2020-09-30 18:07:40 +02:00
moklick
de3757ce6f fix(nodes): click after drag closes #531 2020-09-27 13:01:45 +02:00
moklick
0e42d2a05d chore(examples): use new main branch 2020-09-19 14:02:37 +02:00
moklick
1f7d88fd5e feat(connectionline): custom component option #516 2020-09-19 13:38:40 +02:00
moklick
3693602cf8 fix(nodes): handle isHidden on start closes #506 2020-09-14 12:16:31 +02:00
moklick
121952bba7 feat(selection): add context menu handler closes #478 2020-09-11 02:01:33 +02:00
moklick
801f773e9a style(example): provider mobile layout 2020-09-10 22:31:40 +02:00