Skip to content

Releases: uber/cadence-web

v3.7.0

30 Jan 22:42
5cd8e48
Compare
Choose a tag to compare

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

28 Jan 00:46
e38f40e
Compare
Choose a tag to compare

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.

3.4.1

03 Sep 23:34
Compare
Choose a tag to compare

Handle ActivityTaskCancelRequested event (#60)
Update thrift (#58)

3.4.0

09 Aug 00:05
0741b39
Compare
Choose a tag to compare

Adds query on workflow list

3.3.2

02 Aug 20:28
56197a6
Compare
Choose a tag to compare

Updates IDLs to fix display of reset event. Some test fixes

3.3.1

23 May 07:02
Compare
Choose a tag to compare

Includes fix for infinite scrolling