Skip to content

4.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 11:26
· 101 commits to master since this release
84bd165

[4.22.0] - 2024-04-03

Added

Changed

  • Improved export type selection, added Export Format selector (similar to Date Format) with 2 options: 1-export as CSV (should be selected by default), 2-export as PDF. PR: bfx-report-ui#795
  • Extended error logs for sync proc, the idea is to add serializedError field to the error object with a serialized error string that contains composed error metadata for easier debugging of the user's error reports. This field will be used for logging in case catching error occurs during sync in the framework mode. PRs: bfx-report#360, bfx-reports-framework#366

Security

  • Resolved dependabot dependency updates, bumped follow-redirects from 1.15.5 to 1.15.6, webpack-dev-middleware from 5.3.3 to 5.3.4, express from 4.18.2 to 4.19.2. PRs: bfx-report-ui#792, bfx-report-ui#797