Skip to content

Releases: mojaloop/finance-portal-v2-ui

v3.0.3

17 Jan 11:45
f1b3a1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

17 Dec 12:26
ec8f934
Compare
Choose a tag to compare

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

10 Dec 13:49
79af318
Compare
Choose a tag to compare

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

09 Dec 15:26
202eaa0
Compare
Choose a tag to compare

Contains settlement finalization report processing and various fixes and improvements.

v2.5.1

04 Oct 08:43
e834ebf
Compare
Choose a tag to compare
Fix withdraw funds (#66)

v2.5.0

15 Sep 15:21
3e92eb2
Compare
Choose a tag to compare
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

14 Sep 13:13
f1580c8
Compare
Choose a tag to compare
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

14 Sep 11:12
73639a8
Compare
Choose a tag to compare
feat: enable transfer details popup when selecting row from transfer …

v2.3.2

14 Sep 09:52
7e09869
Compare
Choose a tag to compare
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

14 Sep 08:50
73a4afa
Compare
Choose a tag to compare
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.