Commit Graph
818 Commits
Author SHA1 Message Date
moklick 71f670eeb1 refactor(minimap): cleanup 2022-05-18 00:02:20 +02:00
moklick 7d13461126 refactor(styles): cleanup 2022-05-17 19:03:43 +02:00
moklick a5cf4e6257 chore(useDragNode): rename to useDrag 2022-05-17 18:42:04 +02:00
moklick 3576ebb126 refactor(useDrag): check if className exists 2022-05-17 18:41:14 +02:00
moklick 4d3ff60cb1 refactor(userSelection): cleanup 2022-05-17 15:17:55 +02:00
moklick ac3f830ee8 refactor(useDragNode): simplify 2022-05-17 15:14:57 +02:00
moklick ed02c0ec9c refactor(nodesSelection): cleanuop 2022-05-17 14:57:59 +02:00
moklick 4f97ec539f refactor(wrapEdge): remove unnecessary memoization 2022-05-17 14:43:12 +02:00
moklick 32d30e9f6b refactor(wrapNode): remove unnecessary memoization 2022-05-17 14:25:42 +02:00
moklick f9b364d77f Merge branch 'main' into refactor/d3-drag 2022-05-17 00:19:58 +02:00
moklick dca1b6d7d6 refactor(rollup): remove d3-color replacement 2022-05-16 19:43:24 +02:00
moklick 6ec76d2d58 refactor(deps): replace d3-color with empty object 2022-05-16 19:37:35 +02:00
moklick 1eee0cd377 refactor(useDragNode): cleanup, refactoring 2022-05-16 18:56:26 +02:00
hiyangguo a07f3dc528 fix: fixed an issue where Handle component onMouseDown event could not be bind 2022-05-13 19:54:26 +08:00
Moritz KlackandGitHub cd1740ef22 Merge branch 'refactor/d3-drag' into refactor/d3-drag-handle-selector 2022-05-11 23:57:53 +02:00
Furkan Kalaycioglu 0ef3ce81a8 Fix onClick handler for draggable nodes 2022-05-10 22:28:28 +03:00
Moritz KlackandGitHub 503603c5d5 Merge branch 'refactor/d3-drag' into refactor/d3-drag-handle-selector 2022-05-10 15:37:19 +02:00
moklick fa582daa7a fix(wrapNode): repair onClick 2022-05-10 15:35:40 +02:00
Moritz KlackandGitHub df526b2a10 Merge branch 'refactor/d3-drag' into refactor/d3-drag-handle-selector 2022-05-10 15:32:08 +02:00
moklick 35d30f5b2e Merge branch 'main' into refactor/d3-drag 2022-05-08 18:57:52 +02:00
moklick 5a0f513c3f refactor(node-internals): only keep width, height and handleBounds 2022-05-08 13:28:13 +02:00
moklick c5c7ae76b4 refactor(types): use correct type for ControlButton fixes #2120 2022-05-03 23:08:45 +02:00
moklick 8cb2f5e1d6 chore(react-draggable): remove ts-ignore 2022-05-03 10:09:43 +02:00
moklick dcc05ad8cd chore(props): rename isEdgeAutoZIndex to elevateEdgesOnSelect 2022-05-02 23:40:04 +02:00
moklick 2363046af9 chore(warnings): use new troubleshooting url 2022-05-02 23:27:13 +02:00
moklick 18be5f1773 chore(warnings): only print for node_env=development 2022-05-02 14:57:38 +02:00
moklick 2e9a203c0e Merge branch 'chore/warnings' into refactor/react18 2022-05-02 14:32:04 +02:00
moklick 2ad60c19a2 refactor(warnings): only show for node_env=development 2022-05-02 14:31:44 +02:00
moklick b64d946454 refactor(edges): default zIndex=0 2022-04-30 16:11:25 +02:00
Christopher Möller 9331ccc544 chore(warnings): add error codes to documentation site 2022-04-28 16:27:19 +02:00
Furkan Kalaycioglu 5737d133d4 Cleanup of cond. statements by leveraging d3.drag.filter for handleSelector in useDrag 2022-04-27 22:43:55 +03:00
Furkan Kalaycioglu f075e0742e Fixed the bug 'onNodeDragStop' not getting triggered
Got rid of 'dragging' in the global node state
2022-04-27 20:37:59 +03:00
Christopher Möller 922005e236 chore(warnings): format warning logs, add troubleshooting page 2022-04-26 16:33:54 +02:00
moklick e4eb9d0b38 Merge branch 'main' into refactor/react18 2022-04-25 09:58:10 +02:00
Furkan Kalaycioglu 73118c356c Removed redundant export 2022-04-24 02:58:46 +03:00
Furkan Kalaycioglu e3b6befc5b Implemented handleSelector functionality 2022-04-24 02:40:19 +03:00
moklick 84f1c8ca88 refactor(bg): dont use math random for pattern id generation closes #2086 2022-04-21 23:07:31 +02:00
moklick 579bf5ca7f refactor(useDrag): handle subflows 2022-04-16 00:46:49 +02:00
moklick 23d451ad06 refactor(useDrag): handle snap grid, cleanup 2022-04-15 18:45:32 +02:00
Christopher Möller 341d7448fb fix(useDrag): use positionAbsolute instead of position 2022-04-14 14:53:57 +02:00
Christopher Möller 4afb386124 fix(useDrag): calculate offset for drag handlers 2022-04-14 14:16:19 +02:00
moklick 18a3f887fa refactor(useDrag): use file instead of folder 2022-04-13 16:49:49 +02:00
moklick f2004fe45a refactor(nodes): use-d3drag 2022-04-13 11:19:17 +02:00
moklick f56d9b8430 refactor(wrapper): use PropsWithChildren 2022-04-11 16:15:55 +02:00
moklick 607e8061c9 refactor(lib): use react 18 2022-04-11 16:11:14 +02:00
moklick 8d5305d240 refactor(edge-types): cleanup 2022-04-11 13:36:39 +02:00
Moritz KlackandGitHub c7fdfedd95 Merge branch 'main' into feature/edgeUpdateWithMoreInfo-1961 2022-04-11 13:28:45 +02:00
Moritz KlackandGitHub 2aeac16b02 Merge pull request #2062 from wbkd/feat/umdbuild
Feat/umdbuild
2022-04-11 13:14:55 +02:00
moklick d92928e19f Merge branch 'main' into feat/umdbuild 2022-04-11 12:23:54 +02:00
moklick 261452ec82 refactor(rollup): remove svgr 2022-04-11 12:14:33 +02:00