Releases: mojaloop/finance-portal-v2-ui
Releases · mojaloop/finance-portal-v2-ui
v3.0.3
What's Changed
- Fix infinite expanding error list by @partiallyordered in #80
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Fixed an issue with settlement finalisation report validation (Resultant settlement account balances mismatch due to negative sign)
- Fixed an issue with "Add funds" and "Withdraw funds" in positions page (The funds-in and out operations are picking up wrong settlement account for a DFSP if the DFSP has multiple currencies)
v3.0.1
What's Changed
- Use correct sign when comparing balance and improve message to user
- Reset validation results when selecting a different report
- Display a tick for a validated report
- Don't display 0 when there are no settlement finalization report warnings
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Contains settlement finalization report processing and various fixes and improvements.
v2.5.1
Fix withdraw funds (#66)
v2.5.0
Enable/disable account (#61) * Initial implementation * Minor bugfix to prevent saga cancellation * Remove redundant portal backend APIs * Fix financial positions page object * Further parametrise voodoo timeout. Increase voodoo timeout. Remove redundant import. * Test for account enable/disable * 2.5.0 * Versions
v2.4.1
Show settlement window open and close dates (#59) * Fix bug * Remove promise.any shim as it should not be required with the version of node now used in CI * Removed unused code * Tests and stuff * 2.3.2 * Versions
v2.4.0
v2.3.2
Fix bug updating position after add funds (#58) * Update portal backend version for integration test * Update position after position update * 2.2.1 * Merged from master * Change errors to asserts. Made conditional a bit more obvious. * Set INSECURE_COOKIE=true in portal backend for integration tests * Give display names to components to ease testing * Print more useful assertion messages when looking for various elements * Test * 2.3.2 * Bump chart versions
v2.3.1
Fix settlement finalize display order (#48) * v2.1.1 * Remove ledger API * Fix up helm chart * Fix eslint config. Remove now-redundant ledger stuff. * Fix progress indicator in settlement finalizing * Reinstate ledger stuff that we were actually using.