Commit Graph
12 Commits
Author SHA1 Message Date
jasonpulandGitHub 8742fa5cb8 Update index.js
removed unneeded comments, switched to double quotes
2020-10-11 16:34:17 -04: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 5b4b114935 feat(props): add onConnectEnd function #451 2020-08-21 09:40:27 +02:00
moklick 59742c9526 refactor(variables): dont use abbreviations 2020-08-10 12:10:17 +02:00
Nate Amack fddb3e777d feat(props): add mouse event to onConnectStart and onConnectStop 2020-08-04 12:22:38 -06:00
moklick 5f91498d19 feat(connection): add start and stop props closes #380 2020-08-01 12:54:14 +02:00
moklick cbc41f244e refactor(examples): cleanup 2020-07-27 12:36:47 +02:00
moklick f18e8f147f refactor(example): dont use inline functions for handle props #282 2020-06-05 13:01:07 +02:00
moklick d95fc1279a docs(readme): add react flow instance section 2020-06-02 12:26:12 +02:00
moklick eae485704b fix(validation-example): add custom nodes with validation 2020-06-02 00:41:10 +02:00
moklick 206cd1ded1 feat(examples): add validation example 2020-06-02 00:13:06 +02:00