Commit Graph

67 Commits

Author SHA1 Message Date
Christopher Möller
a2e99d3a80 fix(cypress): change example urls in tests 2022-07-27 11:35:52 +02:00
Christopher Möller
141a9763f8 refactor(cypress): update cypress, move testing to root level 2022-07-26 18:20:52 +02:00
Christopher Möller
1bb32c8eb7 chore: setup monorepo using preconstruct 2022-07-11 18:04:27 +02:00
moklick
a1e25bb332 test(basic): adjust tests 2022-05-23 16:07:36 +02:00
Moritz Klack
df526b2a10 Merge branch 'refactor/d3-drag' into refactor/d3-drag-handle-selector 2022-05-10 15:32:08 +02:00
moklick
822d2d6688 test(minimap): wait for minimap 2022-05-03 10:17:44 +02:00
moklick
8a7bc49c79 fix(cypress): use wait for drag handlers 2022-04-28 23:49:56 +02:00
Furkan Kalaycioglu
5e501fab06 Fixed cypress drag command to behave correctly with d3-drag 2022-04-27 20:40:38 +03:00
moklick
90aca9d4e6 refactor(examples): update types of some examples 2022-04-25 11:08:24 +02:00
moklick
3b8756316b refactor(cypress): cleanup 2022-03-14 17:13:20 +01:00
moklick
8014fb0f44 test(examples): use new api for test examples 2021-12-22 14:19:57 +01:00
moklick
1525af39cf refactor(elements): render only visible elements 2021-10-19 14:57:34 +02:00
moklick
c5ce586dd9 test(draghandle): add basic tests #1552 2021-10-05 10:45:51 +02:00
moklick
399c8f005b test(interaction): use new edge pointer events rule 2021-04-24 15:56:45 +02:00
moklick
262bc3c875 test(graph-utils): use bundled version 2021-02-25 14:36:23 +01:00
moklick
3d9d05243e test(hidden): ignore resize observer error 2020-11-14 17:43:34 +01:00
moklick
4a49149aee test(interaction): zoom out before check double click zoom 2020-11-05 15:27:56 +01:00
moklick
84334e4b32 test(nodes): multi select by click 2020-11-05 15:24:20 +01:00
Christopher Möller
febf3012d7 fix zoom behaviour while selection key is pressed 2020-11-02 13:19:04 +01:00
moklick
e9b4bb4e15 test(graph-utils): adjust addEdge tests 2020-10-29 12:59:24 +01:00
Christopher Möller
9e2ecf3db6 test(zoom-handling): adjust tests for changes in zoom behaviour 2020-10-06 13:45:53 +02:00
moklick
284968ad54 style(flow): new default styles 2020-09-30 18:07:40 +02:00
moklick
7f64ffe173 feat(utils): add getIncomers function closes #461 2020-09-10 23:54:53 +02:00
Nate Amack
a803821a3e example(interactions): toggle on element click 2020-08-18 11:13:31 -06:00
Nate Amack
34473166cb feat(onElementClick): always allow onElementClick to run 2020-08-18 10:59:22 -06:00
moklick
01a08f6a27 fix(test): empty test pane drag 2020-08-03 17:31:41 +02:00
moklick
cdfc311942 refactor(background): use background position for positioning dots and lines #356 2020-07-26 17:12:50 +02:00
moklick
69c41b9b91 test(graph-utils): add tests 2020-07-21 13:49:37 +02:00
moklick
c1734af953 test(integration): cleanup 2020-07-21 13:08:47 +02:00
moklick
d642d66574 test(interaction): add tests 2020-07-21 12:50:53 +02:00
moklick
edbc41963b test(minimap): add tests 2020-07-21 11:37:36 +02:00
moklick
8e7fcced9b test(controls): add tests 2020-07-21 11:13:42 +02:00
moklick
6f87d848d7 chore(tests): wording graph => flow 2020-07-15 10:34:52 +02:00
moklick
b51a25191f feat(elements): add isHidden option 2020-07-15 10:31:16 +02:00
moklick
1d8a9d6d87 feat(graph): more adjustable interaction closes #329, closes #291 2020-07-13 17:36:15 +02:00
moklick
02bcd1be11 feat(options): add minZoom, maxZoom, defaultZoom closes #273 2020-06-02 14:22:29 +02:00
Moritz
714c916121 refactor(styling): use css for default styles (#259)
* refactor(minimap): use css for default styles

* refactor(controls): use css for default styles

* refactor(background): use css for default styles

* refactor(edges): add edge type class name

* refactor(nodes): use css for default styles

* refactor(outputnode): add display name

* refactor(wrapnode): cleanup

* refactor(rollup): minimize css for prod build

* refactor(additional-comps): extract css

* test(graphs): adjust for new markup
2020-05-29 18:33:29 +02:00
moklick
7324c79fd0 refactor(background): export background as component closes #235 2020-05-25 15:53:56 +02:00
Christopher Möller
cebab6731b add className prop to ReactFlow container component closes #238 2020-05-19 18:06:00 +02:00
moklick
1cc4e2676d refactor(inactivemode): no pointer events for nodes and edges closes #218 2020-05-13 11:09:22 +02:00
moklick
3ce3472dc5 refactor(test): add some information to the index example 2020-05-12 14:48:35 +02:00
moklick
65134b0afd fix(tests): dont start lib dev server while running tests 2020-05-11 22:34:14 +02:00
Sebastián Alvarez
e2a825c100 feat(lock): tests for lock condition before and after button click 2020-05-11 11:39:51 -03:00
moklick
6354aa4330 refactor(userselection): use store for handling updates 2020-04-20 13:20:51 +02:00
moklick
464f951359 test(stress): add spec 2019-10-28 18:57:29 +01:00
moklick
6a4c43df4b refactor(examples): update custom node example, create rich example 2019-10-23 20:38:36 +02:00
Moritz
873fb50b19 Graph Prop: isInteractive (#56)
* feat(props): add isInteractive

* refactor(selection): dont allow if not interactive

* feat(renderer): add class if is interactive

* chore(inactive): add tests

* refactor(inactive): no connection line, no edge selection

closes #49
2019-10-23 18:42:17 +02:00
moklick
75d8eba097 chore(tests): add test for selections and empty graphs 2019-10-23 17:21:20 +02:00
moklick
02005917f8 refactor(examples): rename Advanced to CustomNodes, use func component 2019-10-22 22:37:05 +02:00
moklick
e144c9cd72 refactor(example): use create-react-app instead of parcel 2019-10-09 19:04:25 +02:00