Commit Graph
44 Commits
Author SHA1 Message Date
moklick 6e71591cb8 refactor(edges): only redraw moved edges 2019-07-31 16:29:04 +02:00
moklick ec7231e42d refactor(nodeRenderer): dont use Context in nodes 2019-07-31 16:00:46 +02:00
moklick a0646a31f2 refactor(nodeWrap): outsource event handler 2019-07-31 13:38:32 +02:00
moklick aa7e209d02 feat(storybook): add simple story 2019-07-31 13:10:27 +02:00
moklick 9d7e7e6363 feat(connection): target -> source 2019-07-31 11:52:26 +02:00
moklick 191bc11253 fix(connectionLine): add container bounds 2019-07-31 11:48:16 +02:00
moklick 2d5e2d9241 feat(renderer): add connection line 2019-07-31 11:32:56 +02:00
moklick 915cba94a7 refactor(index): cleanup exports 2019-07-30 22:33:54 +02:00
moklick 6a1ccced8a refactor(connections): cleanup 2019-07-30 22:28:22 +02:00
moklick 84a17dd01d fix(connection): always scale handle dimensions 2019-07-30 18:22:33 +02:00
moklick 9d17245cca feat(nodeWrap): add onNodeDragStop callback 2019-07-30 14:09:38 +02:00
moklick 819a822340 Merge branch 'master' of github.com:wbkd/react-graph 2019-07-29 22:11:58 +02:00
moklick a681bab94e feat(edges): calc y handle pos 2019-07-29 19:06:38 +02:00
moklick 939a1d5223 refactor(onConnect): rename sourceId to source 2019-07-29 18:29:51 +02:00
moklick 8fb45f4894 feat(rg): add onConnect callback 2019-07-29 18:18:27 +02:00
moklick cc14c724d0 refactor(example): push build 2019-07-29 11:15:24 +02:00
moklick 71afccbaf3 feat(utils): getOutgoers function 2019-07-26 01:17:12 +02:00
moklick a6d191355a feat(fitView): add padding option 2019-07-26 00:57:03 +02:00
moklick bb17c2fcb6 feat(rg): removeElements helper 2019-07-25 18:27:41 +02:00
moklick d587b1340d feat(example): remove handler 2019-07-25 18:22:32 +02:00
moklick 6dc9e5f79f feat(rg): add zoom functions 2019-07-25 17:39:07 +02:00
moklick 97971de1a5 style(nodes): default styles 2019-07-25 17:11:34 +02:00
moklick 7de43f7843 refactor(nodes,edges): data structure 2019-07-25 16:33:19 +02:00
moklick 064f7d9c75 feat(edges): animated prop 2019-07-25 16:03:50 +02:00
moklick d094f5f312 feat(edges): add Bezier Edge 2019-07-25 15:46:45 +02:00
moklick 562eddfa58 feat(selection): draggable 2019-07-25 13:49:02 +02:00
moklick 71c357ddfc fix(css): inject 2019-07-25 11:40:39 +02:00
moklick dbb178b222 refactor(edges): dont add width and height params 2019-07-25 00:27:00 +02:00
moklick 81746b2714 refactor(api): use all elements instead of nodes only 2019-07-24 23:44:48 +02:00
moklick 9d44f26c68 feat(edges): allow different types 2019-07-24 23:25:14 +02:00
moklick 4be80dd985 feat(keyhandler): add onNodeRemove callback 2019-07-24 16:44:26 +02:00
moklick 1dbeebfb27 fix(elements): change data from outside 2019-07-17 17:34:42 +02:00
moklick a5aa78f02a docs(example): add select to node 2019-07-17 10:25:38 +02:00
moklick 0e179ffe1f feat(nodes): add selection 2019-07-16 18:55:12 +02:00
moklick a66f707f11 feat(nodes): add selection 2019-07-16 15:41:31 +02:00
moklick d65121d197 refactor(wrapNode): no border styles 2019-07-16 13:45:25 +02:00
moklick 2cdf0eb179 refactor(node): set unscaled size on mount 2019-07-16 13:16:30 +02:00
moklick b10d4ca5e5 style(example): normalize 2019-07-16 13:13:15 +02:00
moklick 587fb88fa3 feat(nodetypes): custome types 2019-07-16 13:06:47 +02:00
moklick f330b0c4ee feat(renderer): pass nodeTypes 2019-07-16 12:33:05 +02:00
moklick 5b9abd8c9e feat(deps): remove emotion 2019-07-15 18:45:33 +02:00
moklick e3b7916b82 feat(renderer): add onChange 2019-07-15 18:24:47 +02:00
moklick 81835a4e2c fix(provider): handle changed nodes and edges 2019-07-15 17:26:55 +02:00
moklick cf4441ce6d init 🚀 2019-07-15 16:48:04 +02:00