Skip to content

Releases: stellar/stellar-disbursement-platform-frontend

1.1.2

15 Apr 20:13
5248c97
Compare
Choose a tag to compare

1.1.2

Attention, this version is compatible with the backend version 1.1.6.

Added

  • Add the "Future Balance" label in the disbursement detail component to display
    what will be balance for the asset on the distribution account after the
    disbursement is completed. #76
  • Add option to update a receiver's verification info from the receiver's detail
    page. #78

Changed

  • Update the CSV template by adding examples with and without the paymentID
    (optional) column. #77
  • Display the entire disbursement account address for the tenant when that
    disbursement account does not exist in the network, making it easier to
    identify the account that needs to be funded. #80

2.0.0-rc1

29 Mar 20:49
a93efbf
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

2.0.0.rc1

Added

First Release Candidate of the Stellar Disbursement Platform v2.0.0. This
release introduces multi-tenancy support, allowing multiple tenants
(organizations) to use the platform simultaneously, while keeping their
data and distribution accounts isolated from one another.

Each organization has its own set of users, receivers, disbursements, etc.

This version is only compatible with [stellar/stellar-disbursement-platform-backend] version 2.x.x.

Added

  • Make the dashboard tenant aware. #44
  • Add Organization (Tenant Name) selection text box to Login, Reset Password, and Forgot Password pages. #50
  • Derive Organization (Tenant Name) from the hostname prefix when possible. #56
  • Add Future Balance label in the Disbursement Details page. #76
  • Ability for users to add/update verification info for receivers. #78

1.1.1

09 Feb 19:44
17f0da4
Compare
Choose a tag to compare

1.1.1

Fixed

  • The retry payment button was not showing up on failed payments
    #72.

1.1.0

05 Feb 18:56
43e8a7d
Compare
Choose a tag to compare

1.1.0

Added

  • Add dropdown for choosing verification type when creating new disbursements #53
  • Display external payment ID on payments details page #59
  • Add a cancel button to payments details page #60
  • Add env variable injection to dashboard #62
  • Add SMS preview & editing before sending a new disbursement #66
  • Display Created By and Started By on disbursement details page #68

Changed

  • State Refactors
    • receiver payments, wallet balance, wallet history #34
    • users #36
    • wallet providers #37
    • countries #42
  • Automatic cancellation of payments in READY status after a certain time period #38

Chores

  • Optimize refresh token for dispatch actions #39
  • Analytics cards: adjust layout #47
  • Updated favicons and README #64
  • Business user role should receive permission to view details for individual payments, details, and receivers #63
  • Standardize errors with extras #61
  • Update SDS package #58
  • Show error details upon sign-in #57

Fixed

  • Fix input entry for Payments cancellation and SMS retry #43
  • Fix table overflow crop #55

1.0.0

19 Oct 20:33
3771fc7
Compare
Choose a tag to compare

1.0.0

Added

  • Add a new screen to manage Wallet Providers. #14
  • Add re-send SMS invitation functionality. #18
  • Customize receiver wallet invite SMS message. #17
  • Display asset issuer for Trustlines in the Distribution account screen #20
  • Settings: configure SMS retry interval #28

Changed

  • Change payment status history sort order to descending order. #15
  • Filter assets based on wallet selection in New Disbursement screen. #24
  • Only show enabled wallets in the New Disbursement screen. #29

Security

  • Add warning message about Distribution account funds #11

1.0.0-rc2

31 Aug 21:45
3576066
Compare
Choose a tag to compare

1.0.0.rc2

Added

  • Support for a 2-step approval for the disbursement, where one user creates the
    disbursement and another approves it. #1, #3
  • Support to edit receivers. #5
  • Support for changing the password without resorting to the "fogot password" flow. #6

Changed

  • Readme instructions. #2

1.0.0-rc1

14 Aug 23:54
4970031
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Release: Stellar Disbursement Platform (SDP) Frontend 1.0.0-rc

🚀 Whats New:

  • The Stellar Disbursement Platform (SDP) Frontend provides a comprehensive dashboard to make and monitor bulk payments to a group of recipients over the Stellar network. It includes the following pages:
  • Dashboard Home (Overview): Summary of recent disbursement activities and key metrics, including successful payment rate, total successful/failed/remaining payments, total disbursed, individuals, and wallets.
  • Disbursements Page (Management): Create, draft, search, filter, and export disbursements. Detailed disbursement page includes names, total payments, successes, failures, remaining, creation date, total amount, and disbursed amount.
  • Receivers Page (Overview): List of individuals set to receive payments, with wallet information and payment history. May also search, filter, and export receiver data in CSV.
  • Payments Page (Overview): Summary of all payments, including search by payment ID, filters, and export options. Payment detail includes Payment ID, wallet address, disbursement name, completion time, amount, and status information.
  • Wallets Page (Management): View Distribution Account information including public key, balance, adding funds, and more, and manage which assets you want to use on the Stellar network.
  • Analytics Page (Overview): Provides insights into financial transactions, including successful payment rate, total successful/failed/remaining payments, total disbursed, average amount, total amount in USDC, and individuals and wallets involved.
  • Works together with Stellar Disbursement Backend for all functionality.

📝 Documentation & Dependencies:

🎉 Join Us:

  • We're excited about this release candidate and welcome pull requests, feedback, testing, and contributions. Thank you!