Skip to content

4.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 10:39
· 294 commits to master since this release
c683605

[4.20.0] - 2024-03-06

Added

Changed

  • Reworked navigation for the Movements report according to the latest UX improvement proposals: remove tabs from wallets & movements, make movements a separate navigation item under My History. PR: bfx-report-ui#771
  • Reworked navigation for the My History section according to the latest UX improvement proposals. PR: bfx-report-ui#778
  • Enhanced loading and no data states representation for reports with tables. PR: bfx-report-ui#779
  • Set 90sec timeout for grc requests to have the same timeout as for api requests. PR: bfx-report#351
  • Set 90sec timeout for html-pdf lib. PR: bfx-reports-framework#355
  • Optimized GitHub Actions Workflow for release build. PR: bfx-report-electron#322
  • Updated Actions to use Nodejs v20. PR: bfx-report-electron#323

Fixed

  • Updated UI engines configuration to prevent issues. PR: bfx-report-ui#772
  • Fixed 2FA authorization flow according to: After the first push of the auth button, we should lock the button (till we get any response from this endpoint) to prevent sending several of the same requests. PR: bfx-report-ui#776
  • Fixed the potential possibility of duplicated sending for correct OTP: it should keep btn disabled until the successful auth will be completed. PR: bfx-report-ui#780
  • Fixed 11 auto-update-toast:width listeners added. PR: bfx-report-electron#330