Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading