Skip to content

Commit 0235501

Browse files
authored
Merge pull request #616 from bitfinexcom/staging
Release version 4.43.1
2 parents 6ea602e + af76f91 commit 0235501

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.43.1] - 2026-04-09
11+
12+
### Fixed
13+
14+
- Temporarily reverted from `createRoot` to `ReactDOM.render` (legacy rendering mode) as a hot-fix for the noted issues with the cell/column selection. PR: [bfx-report-ui#1060](https://github.com/bitfinexcom/bfx-report-ui/pull/1060)
15+
16+
### Security
17+
18+
- Updated UI dependencies to fix high vulnerabilities. PR: [bfx-report-ui#1059](https://github.com/bitfinexcom/bfx-report-ui/pull/1059)
19+
1020
## [4.43.0] - 2026-04-08
1121

1222
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-report-electron",
3-
"version": "4.43.0",
3+
"version": "4.43.1",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

0 commit comments

Comments
 (0)