Commit Graph
5177 Commits
Author SHA1 Message Date
Edson Miguel Dewes f90a6e9615 fix(pkg): add css files to the exports 2022-04-30 11:45:10 -03:00
moklick b64d946454 refactor(edges): default zIndex=0 2022-04-30 16:11:25 +02:00
moklick 6af190c272 chore(packages): update 2022-04-30 14:30:20 +02:00
moklick 8a7bc49c79 fix(cypress): use wait for drag handlers 2022-04-28 23:49:56 +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 5e501fab06 Fixed cypress drag command to behave correctly with d3-drag 2022-04-27 20:40:38 +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
moklick ebf2a66639 chore(cypress): use latest version 2022-04-27 10:45:25 +02:00
Christopher Möller 922005e236 chore(warnings): format warning logs, add troubleshooting page 2022-04-26 16:33:54 +02:00
moklick 90aca9d4e6 refactor(examples): update types of some examples 2022-04-25 11:08:24 +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 3e91fc18e3 chore: release v10.1.2 2022-04-21 23:10:41 +02:00
moklick 84f1c8ca88 refactor(bg): dont use math random for pattern id generation closes #2086 2022-04-21 23:07:31 +02:00
Christopher MöllerandGitHub eff243076b Update README.md 2022-04-19 17:16:12 +02:00
Moritz KlackandGitHub 368b2f5115 docs(readme): update discord link 2022-04-18 11:36:19 +02:00
moklick 9ad818f174 chore: release v10.1.1 2022-04-18 11:10:25 +02:00
moklick f4b52a6419 chore(examples): pkg 2022-04-18 11:09:40 +02:00
moklick ea01536de7 chore(pkg): audit fix 2022-04-18 11:04:15 +02:00
moklick 0636d3954e fix(build): repair nocss build 2022-04-18 11:02:54 +02:00
moklick 8f7af55b25 chore(version): bump 2022-04-18 11:02:14 +02:00
moklick 47c5d6daa3 fix(build): repair nocss build 2022-04-17 14:04:45 +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 7fb93aa9ae chore(version): bump 2022-04-11 16:51:08 +02:00
moklick c8b5c8a3b8 Merge branch 'main' into refactor/react18 2022-04-11 16:45:06 +02:00
moklick 3bd756d8a6 chore: release v10.1.0 2022-04-11 16:28:09 +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
Moritz KlackandGitHub 97c8316f8d Merge pull request #2066 from wbkd/feature/edgeUpdateWithMoreInfo-1961
Feature/edge update with more info 1961
2022-04-11 13:39:10 +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
Moritz KlackandGitHub 4bd7f23165 Merge pull request #2058 from Himself65/type-fix
fix: type error
2022-04-11 12:45:34 +02:00
moklick ffb273c3c9 chore(pkg): export package.json 2022-04-11 12:44:31 +02:00
moklick d92928e19f Merge branch 'main' into feat/umdbuild 2022-04-11 12:23:54 +02:00
moklick ce9cce9f62 refactor(build): remove dist before build 2022-04-11 12:17:54 +02:00
moklick 261452ec82 refactor(rollup): remove svgr 2022-04-11 12:14:33 +02:00
Andreas Schultz 4d6c6ffc7d Also add 'handleType' parameter to 'onEdgeUpdateEnd' callback analogous to 'onEdgeUpdateStart' 2022-04-11 07:39:22 +02:00
Himself65 f272bb6604 fix: lint 2022-04-08 11:10:26 -05:00
Himself65 8ab868a56e fix: type error
Refs: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210
2022-04-08 11:09:29 -05:00
Christopher MöllerandGitHub 0b871e396a format LICENSE 2022-04-07 12:17:09 +02:00
Christopher MöllerandGitHub 55cfb0b880 Update README.md 2022-04-07 11:47:22 +02:00
Andreas Schultz 68ec5d87d7 Change boolean 'isSourceHandle' parameter to handleType: HandleType in 'onEdgeUpdateStart' function
- In order to make the function better extendable in the future.
2022-04-04 09:53:19 +02:00