Commit Graph
162 Commits
Author SHA1 Message Date
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 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 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
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 KlackandGitHub 9851281709 Merge branch 'main' into drag-edge 2020-11-03 19:59:18 +01:00
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