Version 1.10.0 — 10 November 2025
Minor changes
- Added external card support by migrating from the deprecated Source Cards API to the new External Cards API.
- Added support for the
CARD_PULL,CARD_PUSH, andCARD_DISBURSEMENTtransfer types. - Enhanced the
mq-transfer-fundscomponent by adding thetransferTypeproperty.
Patch changes
- Security enhancements.
Version 1.9.2 — 5 November 2025
Patch changes
- Security enhancements.
Version 1.9.1 — 24 October 2025
Patch changes
- Security enhancements.
Version 1.9.0 — 21 October 2025
Minor changes
- Added the
isMockModeproperty to bootstrap.
Version 1.8.1 — 16 October 2025
Patch changes
- Security enhancements.
Version 1.8.0 — 9 October 2025
Minor changes
- Added a new
short-codeproperty tomq-cardfor programs that support multiple short codes. - Added the
show-cardholder-nameproperty tomq-card.
Patch changes
- Updated the KYB onboarding Studio experience.
Version 1.7.1 — 29 September 2025
Patch changes
- Added a mobile numeric keypad for
mq-set-pin.
Version 1.7.0 — 23 September 2025
Minor changes
- Added logic to trigger the
mqAuthenticationInitiatedandmqAuthenticationCompletedevents. - Added sandbox,
referrerPolicy, and content security policy (CSP) iframe configurations formq-card.
Patch changes
- Fixed the input field to prevent KYB form errors during initial interaction.
Version 1.6.7 — 22 September 2025
Patch changes
- Fixed
mq-cardto display card details on the back of the card component.
Version 1.6.0 — 4 September 2025
Minor changes
- Added a
short-codeproperty tomq-accountto support the use of multiple short codes. - Updated an onboarding component to support KYB.
Patch changes
- Fixed the
mq-buttonfocus state. - Fixed the
mqCardLoadCompletedandmqCardActionCompletedevent-type fields.
Version 1.5.0 — 13 August 2025
Minor changes
- Added a new
default-sideproperty that allows virtual cards to display the card art on the front of the card.
Patch changes
- Added a new cache layer to prevent multiple cardholder-context API calls within the UI.
- Added error handling for the i18n bootstrap.
Version 1.1.2 — 18 June 2025
Patch changes
- Added new interactors,
getConsentByIdandgetTransferByToken. - Added a correction to the Reveal PIN test.
Version 1.1.1 — 4 June 2025
Major changes
- Added a new authentication mechanism for UX Toolkit (OAuth).
Minor changes
- Added functionality for transitioning the account to activated status.
Patch changes
- Fixed the card entity type.
Version 0.32.5 — 27 May 2025
Patch changes
- Added additional languages for translation.
Version 0.32.4 — 21 May 2025
Patch changes
- Added additional languages for translation.
Version 0.32.2 — 16 May 2025
Patch changes
- Updated package names for
sdk-webandsdk-javascript.
Version 0.32.1 — 15 May 2025
Patch changes
- Fixed card-related components to show CVV or CVC based on the card network.
- Fixed JSON-based translation fetching to download and access files regardless of version and program short code.
Version 0.32.0 — 13 May 2025
Minor changes
- Updated internationalization to pull from the API.
Patch changes
- Updated transaction component strings for translation.
- Standardized cardholder-context currency usage across the account and transfer funds components.
- Returned a constant to its original status to fix icons in the input.
- Updated statement component strings for translation.
- Updated styling for the activate card component for extra small screens.
- Updated disputes component strings for translation.
Version 0.31.0 — 24 April 2025
Minor changes
- Updated currency to display based on the cardholder’s billing currency.
Patch changes
- Updated account funding component strings for translation.
- Improved the 16-digit PAN loading skeleton and card number validation.
Version 0.30.1 — 16 April 2025
Patch changes
- Updated account component strings for translation.
- Added translations and updated parent component strings.
Version 0.30.0 — 26 March 2025
Minor changes
- Reverted to static script tags for browser caching.
Patch changes
- Added new strings for card management component translations.
- Updated strings for card management component translations.
Version 0.29.0 — 13 March 2025
Patch changes
- Added the country to the replace card user context (for future implementation).
- Completed preparatory work to localize strings for
mq-replace-cardand form components. - Updated transfer funds to get the size for mobile design.
Version 0.28.0 — 28 February 2025
Minor changes
- Added internationalization support to Studio.
Version 0.27.3 — 19 February 2025
Patch changes
- Fixed the Set PIN toggle on keypress functionality.
- Fixed a display issue affecting the Disputes UI component’s iframe.
- Hid the dynamic form Studio documentation.
- Hid the internal Studio documentation.
- Fixed an issue related to activate card mock mode.
Version 0.27.0 — 19 February 2025
Minor changes
- Migrated the following UI components to an iframe:
mq-activate-cardmq-card-actionsmq-disputesmq-link-external-cardmq-statementsmq-transaction
- Added support for card activation by 16-digit PAN.
Patch changes
- Updated the events related to the
mq-card-actionsUI component. - Added new properties to three UI components.
Version 0.26.0 — 28 January 2025
Minor changes
- Migrated the
mq-transaction-listUI component to an iframe.
Patch changes
- Refactored the code to simplify adding new themes in the future.
- Updated the
mq-onboard-account-holderUI component to use the theme object variable for the loader color, instead of a hardcoded value.
Version 0.25.1 — 21 January 2025
Patch changes
- Fixed an issue where some UI components failed to load past the skeleton.
- Improved internal metrics.
Version 0.25.0 — 8 January 2025
Minor changes
- Migrated the following UI components to an iframe:
mq-accountmq-cardmq-card-listmq-onboard-account-holdermq-replace-cardmq-transfer-funds
- Optimized native
postMessagefunctionality to satisfy the following platforms:- Native iOS
- Native Android
- React Native
- Flutter
Patch changes
- Fixed an accessibility issue with the dropdown element.
- Fixed a bug to prevent a race condition when loading iframes in a webview.