Commit Graph
6 Commits
Author SHA1 Message Date
Braks 22845c210d chore: lint files 2022-05-11 22:10:40 +02:00
Braks 2918b689fe tests: update tests to work with removed store property 2022-04-24 13:34:22 +02:00
Braks ee38f4af9b fix(edges): Remove orphaned edges
# What's changed?

* Remove source/targetNode properties from GraphEdge type, the source/target will be fetched with getters if necessary
* Remove edges when they have no existing source or target nodes that can be found in the state
* Add nodes to custom edge test
2022-04-21 10:47:53 +02:00
Braks 99d062728a chore: update vue flow version in docs/tests/examples 2022-04-21 10:47:53 +02:00
Braks 0dba6913a8 chore: bump versions 2022-04-13 22:48:23 +02:00
Braks 08204fdcbb feat: Test pipeline
* Rename tests dir to e2e as tests gets ignored as "package" by turbo
2022-04-11 11:30:10 +02:00