From fbed1b0d834c5a5de68587b7f4ffed9002de70cf Mon Sep 17 00:00:00 2001 From: Simon Paris Date: Mon, 24 Aug 2026 13:14:00 +0700 Subject: [PATCH] chore: Release 0.0.28 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35980c1..0af565c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 0.0.28 + +### Notable + +Enabled VA channels. + +Added support for recovering from a page being restored from the bfcache (i.e. when we redirect to a partner but the user clicks the browser "back" button). + +Action container contents are now destroyed after a delay to allow for fade out animations. + +Added automatic retry for GET requests. + +Added metrics gathering for merchant insights on the Xendit dashboard. + +Improved browser autofill behavior. + +Added new public method `redirectToReturnUrl()` to automatically redirect to the session's configured return URLs depending on the session status. + +### Bug Fixes + +- Fixed fallback redirect URL +- Fixed some confusing error messages + # 0.0.27 ### Notable diff --git a/package.json b/package.json index 4295e8c..0c54dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xendit-components-web", - "version": "0.0.27", + "version": "0.0.28", "description": "Xendit frontend payment components SDK", "type": "module", "author": "Xendit",