4.29.0
github-actions
released this
16 Oct 12:31
·
231 commits
to master
since this release
[4.29.0] - 2024-10-16
Added
- Implemented
Active Positions
section on the appSummary
page. PR: bfx-report-ui#873 - Added
Active Positions
section to the webAccount Summary
page. PR: bfx-report-ui#874 - Improved
fallback
languages for i18next https://www.i18next.com/principles/fallback. PR: bfx-report#406 - Added translation flow to electronjs wrapper. PR: bfx-report-electron#412
Changed
- Reworked
ColumnsSelectDialog
in a more performant way and improved props linting. PR: bfx-report-ui#868 - Moved
Account Fees
below other sections on the appSummary
page. PR: bfx-report-ui#871 - Reworked and optimized the
Account Balance
section in a more performant way and reduced redundant code. PR: bfx-report-ui#872 - Actualized assets section title/subtitle on the
Summary
page, improved currencies formatting. PR: bfx-report-ui#875 - Improved fetching
opened positions
for the ending point of thebalance
report. PR: bfx-reports-framework#421 - Moved window modules into the common folder. This small refactoring is part of adding translation support into the electronjs wrapper. PR: bfx-report-electron#410
Fixed
- Fixed
opened positions
consideration inbalances
andwin/loss
reports. PR: bfx-reports-framework#420 - Updated
macOS
onGH Actions
from12
to15
due to caught warning on the last release: https://github.com/bitfinexcom/bfx-report-electron/actions/runs/11010191592. PR: bfx-report-electron#413 - Fixed
dotenv
importing forprod
env. PR: bfx-report-electron#414 - Fixed
Docker
container preparation for release building. PR: bfx-report-electron#417
Security
- Bumped
rollup
from2.79.1
to2.79.2
. PR: bfx-report-ui#870 - Bumped
express
from4.18.2
to4.21.0
,ws
from8.2.3
to8.18.0
,grenache-nodejs-http
from0.7.12
to0.7.13
,grenache-nodejs-link
from0.7.12
to1.0.0
. PR: bfx-report-express#42