You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,27 @@ When it completes, load `file:///path-to-your-checkout/react-workflow-viz/index.
22
22
## Changelog
23
23
_Side Note -_ Is there a way to auto-generate a `CHANGELOG.md` file out of releases' content?
24
24
25
-
#### 2020-03-13
25
+
#### 2020-03-13 (v0.1.3, v0.1.4)
26
26
- Improvements in path plotting - do not diverge into separate paths unless necessary.
27
27
- Demo updates.
28
+
- Minor patch: move http-server to devDependencies.
28
29
29
-
#### 2020-01-21
30
+
#### 2020-01-21 (v0.1.2)
30
31
- Important glitch fixes, including typo and intersection counting.
31
32
- PROTOTYPE / NOT ENABLED: Reuse horizontal edge segments (to reduce # of lines; noise) if:
32
33
- Segment is on same Y coordinate as previous segment (or source node, if first segment) _and_ has common source node. This prevents a path from a single node from prematuraly splitting into many separate paths.
33
34
- Segment is leading to a common target node. This allows paths to converge if beneficial.
34
35
- This could be better tested; perhaps reused segments should be treated differently in regard to intersections (at least excluded).
35
36
36
-
#### 2019-10-06
37
+
#### 2019-10-06 (v0.1.1)
37
38
38
39
- Improved ordering of terminal reference file input nodes.
39
40
- Now compares distance of closest step that is being input into; those which go into further steps get pushed to bottom.
40
41
- For edges spanning more than one column gap, longer edges now get drawn/'traced' before shorter edges (experimental-ish).
41
42
- Including comments in ESM build output.
42
43
43
44
44
-
## Things to do before NPM release
45
+
## Things to do
45
46
46
47
- Add & export a script/function to convert a unidirectional CWL into bidirectonal structure needed for this viz tool.
47
48
- Add complete example of CWL being visualized (including usage of script/function above to do so).
0 commit comments