Commit Graph
205 Commits
Author SHA1 Message Date
Christopher MöllerandGitHub 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
jasonpulandGitHub 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
MoritzandGitHub 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
moklick 29fa30c221 chore(examples): add useStoreActions to provider example closes #492 closes #485 2020-09-10 18:03:36 +02:00
Emiel Wit 394c0ab53c feat: add onPaneScroll event handler
- add the possibility to listen to the onWheel event
  - add event handler to interaction demo
2020-09-02 10:23:39 +02:00
moklick ccacd43659 feat(selection): add drag handlers closes #444 2020-08-22 17:24:50 +02:00
moklick 5b4b114935 feat(props): add onConnectEnd function #451 2020-08-21 09:40:27 +02:00
moklick 190ab6a3fb chore(example-deps): update 2020-08-20 14:54:23 +02:00
moklick de9a846fea fix(onLoad): use project and getElements in combination with RFPovider closes #285 2020-08-20 08:53:51 +02:00
Nate Amack a803821a3e example(interactions): toggle on element click 2020-08-18 11:13:31 -06:00
moklick ee74c90f15 feat(edges): add labelBgBorderRadius option closes #421 2020-08-12 13:00:54 +02:00
moklick d769a2bbf7 docs(edges): add custom info 2020-08-12 10:11:33 +02:00
Christopher Hiester a03585d415 correct transposed description of edge type property 2020-08-11 22:38:08 -04:00
moklick 6bbc152041 feat(edge-options): add labelBgPadding #421 2020-08-11 10:36:22 +02:00
moklick 6d651bdc98 fix(edges): pass className to edge closes #420 2020-08-11 09:57:45 +02:00
moklick ccf03eb604 feat(lib): export edge utils #418 2020-08-10 23:39:25 +02:00
moklick 59742c9526 refactor(variables): dont use abbreviations 2020-08-10 12:10:17 +02:00
Nate Amack 93aa5c96ca feat(props): add onPaneContextMenu 2020-08-04 17:12:42 -06:00
Nate Amack fddb3e777d feat(props): add mouse event to onConnectStart and onConnectStop 2020-08-04 12:22:38 -06:00
Nate Amack 97ec24fa14 feat(props): add mouse event to onNodeDragStart, onNodeDragStop, onElementClick, and onPaneClick 2020-08-04 12:05:03 -06:00
moklick f6f3202b57 refactor(graphview): put resize handling in its own hook 2020-08-02 18:34:03 +02:00
moklick 5f91498d19 feat(connection): add start and stop props closes #380 2020-08-01 12:54:14 +02:00
moklick a095715e5f refactor(paneClick): rename onZoomPaneClick tp onPaneClick 2020-08-01 12:13:51 +02:00
Nate Amack 2a0274b9a3 feat(props): add onZoomPaneClick 2020-07-31 10:45:40 -06:00
moklick f84eff1a8c feat(interaction): add paneMoveable prop #377 2020-07-30 11:10:41 +02:00
moklick b3391860da feat(edges): add data and classname props, unify node/edge handling closes #357 2020-07-27 12:40:39 +02:00
moklick cbc41f244e refactor(examples): cleanup 2020-07-27 12:36:47 +02:00
moklick cdfc311942 refactor(background): use background position for positioning dots and lines #356 2020-07-26 17:12:50 +02:00
moklick b77977997b feat(props): add onMoveStart and onMoveEnd #358 2020-07-24 17:39:35 +02:00