Skip to content

Commit

Permalink
Merge pull request #213 from ZIMkaRU/feature/release-electron-app
Browse files Browse the repository at this point in the history
Release version 4.8.1 to beta
  • Loading branch information
ezewer authored Jun 22, 2023
2 parents 81a270e + eaa8769 commit f8faff2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.8.1] - 2023-06-22

### Fixed

- Fixed issue with passing symbol parameter for `Order Trades` due to the last major changes of the `BFX API` [library](https://github.com/bitfinexcom/bfx-api-node-rest/blob/master/lib/rest2.js#L918). PR: [bfx-report#303](https://github.com/bitfinexcom/bfx-report/pull/303)
- Reverted [(improvements) Reports tables representation](https://github.com/bitfinexcom/bfx-report-ui/pull/664) due to an issue with table scroll. PR: [bfx-report-ui#667](https://github.com/bitfinexcom/bfx-report-ui/pull/667)

## [4.8.0] - 2023-06-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 43 files
+2 −2 src/components/AffiliatesEarnings/AffiliatesEarnings.js
+10 −3 src/components/ChangeLogs/ChangeLogs.columns.js
+2 −2 src/components/ChangeLogs/ChangeLogs.js
+7 −2 src/components/Derivatives/Derivatives.columns.js
+13 −4 src/components/FundingCreditHistory/FundingCreditHistory.columns.js
+2 −2 src/components/FundingCreditHistory/FundingCreditHistory.js
+13 −4 src/components/FundingLoanHistory/FundingLoanHistory.columns.js
+2 −2 src/components/FundingLoanHistory/FundingLoanHistory.js
+7 −2 src/components/FundingOfferHistory/FundingOfferHistory.columns.js
+2 −2 src/components/FundingOfferHistory/FundingOfferHistory.js
+2 −2 src/components/FundingPayment/FundingPayment.js
+4 −2 src/components/Invoices/Invoices.columns.js
+2 −2 src/components/Invoices/Invoices.js
+4 −2 src/components/Ledgers/Ledgers.columns.js
+2 −2 src/components/Ledgers/Ledgers.js
+7 −2 src/components/Logins/Logins.columns.js
+2 −2 src/components/Logins/Logins.js
+7 −2 src/components/Movements/Movements.columns.js
+2 −2 src/components/Movements/Movements.js
+10 −3 src/components/Orders/Orders.columns.js
+2 −2 src/components/Orders/Orders.js
+7 −2 src/components/Positions/Positions.columns.js
+2 −2 src/components/Positions/Positions.js
+2 −2 src/components/PositionsAudit/PositionsAudit.js
+7 −2 src/components/PublicFunding/PublicFunding.columns.js
+3 −3 src/components/PublicFunding/PublicFunding.js
+7 −2 src/components/PublicTrades/PublicTrades.columns.js
+3 −3 src/components/PublicTrades/PublicTrades.js
+2 −2 src/components/StakingPayments/StakingPayments.js
+7 −2 src/components/Tickers/Tickers.columns.js
+3 −3 src/components/Tickers/Tickers.js
+4 −2 src/components/Trades/Trades.columns.js
+3 −3 src/components/Trades/Trades.js
+0 −4 src/styles/index.scss
+5 −5 src/styles/themes/_dark.scss
+11 −14 src/ui/CollapsedTable/_CollapsedTable.scss
+0 −1 src/ui/DataTable/DataTable.js
+14 −15 src/ui/DataTable/_DataTable.scss
+16 −24 src/ui/Pagination/Pagination.js
+11 −37 src/ui/Pagination/_Pagination.scss
+1 −1 src/ui/SectionHeader/_SectionHeader.scss
+7 −1 src/ui/utils.js
+4 −2 src/utils/columns.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "4.8.0",
"version": "4.8.1",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down

0 comments on commit f8faff2

Please sign in to comment.