Releases: cadence-workflow/cadence-web
Releases · cadence-workflow/cadence-web
v3.7.1
Release Notes
Bugfixes
- Bug which causes child workflow activities to duplicate when navigating from a parent workflow.
- Add back in information that was previously displaying on the compact view when opening the activity detail panel (timestamp & event id).
v3.7.0
Release notes
Linting
- Introduce ESLint to cadence-web
- Follows style guide documented here:
https://www.npmjs.com/package/eslint-config-fusion - Introduce babel for compilation (needed for some of the eslint rules to be able to be applied such as spread operator)
- Upgraded docker node version to allow for babel compilation
Bug fixes
- JSON tab now shows graph when toggled on
- Compact mode now displays a cursor when hovering over an activity
- Race condition initially loading page with 2 API calls which one of the callbacks rely on data from the other API.
Note
- Moving files into more sensible locations rather than everything in
/client
root. - Some of the eslint rules have been disabled inline in the code as some of the eslint fixes are harder to fix. In a future PR I will try to address each of these and gradually remove all of them.
v3.6.0
Includes performance fixes to stop browser crashing when trying to load large histories.
Includes "show graph" toggle button which by default will not load the graph but can be switched on if needed. This was introduced as some histories crash the browser because the graph cannot handle large histories. This is a temporary measure to at least allow showing the history grid without crashing the browser.