Skip to content

4.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 07:24
4884884

[4.28.0] - 2024-09-25

Added

  • Implemented dynamic height calculation for the Concentration Risk pie chart to prevent overflow issues possibility spotted in some cases. PR: bfx-report-ui#859
  • Implemented Last Sync time handling and representation (approximately in hours) for the Reports. PR: bfx-report-ui#863
  • Implemented Profits section (port of the Win/Loss chart with several predefined parameters) on the app Summary page. Removed charts smoothness for better precision. PR: bfx-report-ui#864
  • Added logic to have separated translations by language in JSON files using i18next lib for easier translation maintenance. PRs: bfx-report#402, bfx-reports-framework#417

Changed

  • Improved user notification and auth flow behavior for the cases when the user tries to re-add an existing account via email/password. PR: bfx-report-ui#860

Fixed

  • Improved Docker/Terraform deployment, fixed html-pdf module usage under Docker container with using docker container based on the Debian image to make html-pdf module workable, fixed deprecation warnings. PR: bfx-reports-framework#415
  • Fixed an infrequent case for process.send() when the app is on its way to being closed and the child process channel is closed but the worker still sends a message to the main one. PR: bfx-reports-framework#416

Security

  • Bumped path-to-regexp from 1.8.0 to 1.9.0, express from 4.19.2 to 4.21.0. PR: bfx-report-ui#858