4.27.0
·
467 commits
to master
since this release
[4.27.0] - 2024-09-11
Added
- Added
DNSavailability error processing:net::ERR_NAME_NOT_RESOLVED. PR: bitfinexcom/bfx-report#395 - Added
socket hang uperror processing asENeterror. PR: bfx-report#396 - Added common net
net::ERR_error processing asENeterror. PR: bfx-report#397 - Implemented endpoint to get the last finished sync timestamp for the UI/UX. PR: bfx-reports-framework#410
- Implemented the possibility of
Cancelthe generation process for the tax report. PR: bfx-report-ui#854
Changed
- Improved the interruption flow of getting data from the
BFX APIfor the tax report, provided event-driven flow after delay processing, speeded up interruption not to wait for timeout in case of a slow internet connection. PRs: bfx-report#399, bfx-reports-framework#411 - Reworked DB model usage to use the new model interface implemented, speeded up the work by avoiding the usage of
cloneDeepfn based onJSON.parse(JSON.stringify(obj))for the models. PR: bfx-reports-framework#412 - Removed duplicate buttons with the same functionality, improved and unified reports refreshing flow. PR: bfx-report-ui#852
- Reworked and enhanced navigation tabs positioning and representation to be more consistent all across the app. Adjusted app
Summarysection spacing. PR: bfx-report-ui#853
Fixed
- Fixed
node-fetchtimeout error processing for slow network connection. PR: bfx-report#398
Security
- Bumped
webpackfrom5.90.0to5.94.0,axiosfrom1.6.7to1.7.4. PR: bfx-report-ui#851