Commit Graph
278 Commits
Author SHA1 Message Date
Moritz KlackandGitHub be3b451d1d Refactor: add possibility to use different keys or combinations as a key code (#1554)
* feat(keys): support for combinations and multiple possibilites for one action
* refactor(globalKeyHandler): pass deps to useEffect
* refactor(examples): define key codes outside of the component
2021-10-05 15:27:07 +02:00
moklick c5ce586dd9 test(draghandle): add basic tests #1552 2021-10-05 10:45:51 +02:00
moklick e894d1da52 chore(examples): update deps 2021-10-04 10:50:28 +02:00
Ítalo AndradeandGitHub 25bc0d2fe1 typo
yeah, that's a personal ocd problem
2021-10-01 17:32:27 +02:00
moklick 1aacf04433 fix(onMoveStart): trigger always closes #1452 2021-09-01 22:36:37 +02:00
moklick 08bbfc7616 chore(examples): custom node pass isConnectable 2021-07-20 12:23:00 +02:00
moklick af5a2ab791 chore(examples): update deps 2021-06-23 14:21:51 +02:00
Moritz KlackandGitHub 83383c4a14 Merge pull request #1283 from Ark-kun/Made-example-section-discoverable
Made example section discoverable on widescreen monitors
2021-06-22 14:16:52 +02:00
Alexey Volkov 9098083b6e Examples - Drag and drop - Using the theme styles for the sidebar nodes
Otherwise the styles diverge and nodes look different on the sidebar and the canvas.
2021-06-16 20:03:29 -07:00
Alexey Volkov c87685be92 Made example section discoverable 2021-06-16 19:36:56 -07:00
moklick 27e2781d8c feat(props): add onEdgeUpdateEnd handler closes #1157 2021-05-29 15:12:31 +02:00
moklick 3124d46732 refactor(edge-updater): pass handle type #1212 2021-05-28 14:26:03 +02:00
moklick cc0a83744d chore(example): remove unused func 2021-05-23 19:16:29 +02:00
moklick b1a0106f06 chore(examples): useUpdateNodeInterals handle position 2021-04-30 17:23:03 +02:00
moklick 3232a33e9e feat(edgeUpdate): add onEdgeUpdateStart handler closes #1120 2021-04-30 16:09:46 +02:00
moklick b2213bd9b5 chore(examples): add another custom edge 2021-04-29 17:49:15 +02:00
moklick ba388514bd refactor(edgetext): catch pointer events closes #1121 2021-04-24 23:24:04 +02:00
moklick 9fa5347f00 fix(bg): dont cut off dots closes #1088 2021-04-14 10:11:36 +02:00
moklick d5b84afcc1 chore(example): add edge double click to overview 2021-04-14 09:57:23 +02:00
moklick 417c6fd169 chore(examples): undirectional 2021-04-06 18:53:14 +02:00
moklick 66e7697e45 refactor(edge-labels): allow React component closes #1045 2021-03-29 14:21:34 +02:00
moklick 6cc2910477 fix(background): multiple backgrounds, separate pattern ids closes #1037 2021-03-26 22:43:19 +01:00
moklick 111ee649bb feat(nodetypes): add nodeTypesId prop to force recreation of nodeTypes #1007 2021-03-19 23:25:58 +01:00
moklick afe69887e2 fix(onNodeDblClick): pass to GraphView 2021-03-17 21:38:26 +01:00
moklick 47f536967c chore(examples): add onEdgeUpdate 2021-03-14 15:32:46 +01:00
moklick cd1baadf41 feat(edges): add mouse handler closes #987 2021-03-12 20:46:14 +01:00
moklick b71c9eb891 chore(examples): add undirectional 2021-03-02 11:12:35 +01:00
moklick 3613c7c81d feat(hooks): useUpdateNodeInternals #916 2021-03-01 16:52:38 +01:00
moklick 89b2348c4b chore(examples): remove logs 2021-03-01 14:01:55 +01:00
moklick 0d1d802ed5 feat(edge): add onEdgeContextMenu handler #943 2021-02-26 10:51:25 +01:00
moklick ebbc192b8d fix(node-update): force update when source or target pos changes 2021-02-23 19:27:45 +01:00
moklick 14dd2da402 chore(examples): readme 2021-02-23 19:11:02 +01:00
moklick 23a0307a44 chore(netlify): add redirects 2021-02-23 19:09:20 +01:00
moklick 20309d4e38 refactor(examples): use cra + ts 2021-02-23 18:39:17 +01:00
moklick 5ca8184eb8 feat(useZoomPanHelper): add project function #910 2021-02-17 21:27:05 +01:00
moklick 02778cc7e7 chore(examples): stress with 900 nodes 2021-02-16 12:25:38 +01:00
moklick acd6b76b14 refactor(examples): clean up node type change example 2021-02-14 14:52:03 +01:00
moklick 1d1a17c80a refactor(actions): combine batch update and update node dimension actions 2021-02-11 19:14:30 +01:00
moklick ba5286a105 refactor(elements): split edges and nodes 2021-02-11 18:45:05 +01:00
moklick 201a35dec2 Merge branch 'main' into refactor/redux 2021-02-11 17:52:54 +01:00
moklick 477be8d492 refactor(onDrag): use same api as onNodeDragStart 2021-01-27 10:35:06 +01:00
moklick 1a9493e3fa feat(props): add nodeExtent prop closes #854 2021-01-26 10:29:38 +01:00
moklick 252552a694 fix(hooks): repair useStoreActions hook 2021-01-21 19:35:04 +01:00
moklick f7a400f216 feat(interaction): add zoomToPinch prop 2021-01-21 10:58:54 +01:00
moklick bd79577fa7 feat(interaction): add zoomActiviationKeyCode #847 2021-01-20 11:36:10 +01:00
moklick e426bd0a08 chore(example): add switch 2021-01-11 17:05:58 +01:00
moklick 9169bd766d refactor(examples): use rollup instead of cra/webpack #817 2021-01-05 15:18:04 +01:00
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