Skip to content

v3.7.0

Compare
Choose a tag to compare
@just-at-uber just-at-uber released this 30 Jan 22:42
· 281 commits to master since this release
5cd8e48

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.