This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Releases: meso-network/meso-js
Releases · meso-network/meso-js
@meso-network/meso-js@0.2.0
Minor Changes
-
#86
d6f88d3Thanks @kyledetella! - DeprecateMATICin favor ofPOL. As of September 4, 2024, theMATICtoken is nowPOL(read more).This release deprecates
Asset.MATICwhich will be removed in a future version. Instead,Asset.POLshould be used.
@meso-network/meso-js@0.1.10
@meso-network/meso-js@0.1.9
@meso-network/meso-js@0.1.8
Patch Changes
- #79
c84bd58Thanks @kyledetella! - Ensure modal iframes are rendered at the highest allowedz-index(2147483647). This forces the Meso UI to live above all other elements in the stacking context.
@meso-network/meso-js@0.1.7
Patch Changes
- #77
69036e7Thanks @dseeto! - Explicitly set referrerPolicy on Meso iframes. This prevents a bug in Firefox browsers where frames cannot establish their parent's origin usingdocument.referrerif the parent has a no-referrer policy set.
@meso-network/meso-js@0.1.6
Patch Changes
- #75
2e8d94aThanks @kyledetella! - Allow passing query params to modal onboarding frame forinlineTransferintegrations.
@meso-network/meso-js@0.1.5
Patch Changes
- #73
5b83847Thanks @mikepilat! - Add support for the Base blockchain
@meso-network/meso-js@0.1.4
Patch Changes
-
#70
7679a06Thanks @kyledetella! - Adds theTRANSFER_INCOMPLETEevent to theonEventcallback.This event is dispatched only for the
inlineTransferintegration and signals the user was unable to complete onboarding due to KYC failures/restrictions. It is not the same as the user canceling the flow.
@meso-network/meso-js@0.1.3
Patch Changes
-
#68
9f4a88cThanks @kyledetella! - Provides default values forsourceAssetandauthenticationStrategywhen callinginlineTransfer.sourceAsset: Will default toAsset.USD("USD")authenticationStrategy; Will default toAuthenticationStrategy.WALLET_VERIFICATION(wallet verification)
@meso-network/meso-js@0.1.2
Patch Changes
- #66
36ada91Thanks @kyledetella! - AddsONBOARDING_TERMINATEDto frame request events. This allows us to have another signal when dismissing modal onboarding in the inline integration.