Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Releases: meso-network/meso-js

@meso-network/meso-js@0.2.0

05 Sep 17:56
d3aad9d

Choose a tag to compare

Minor Changes

  • #86 d6f88d3 Thanks @kyledetella! - Deprecate MATIC in favor of POL. As of September 4, 2024, the MATIC token is now POL (read more).

    This release deprecates Asset.MATIC which will be removed in a future version. Instead, Asset.POL should be used.

@meso-network/meso-js@0.1.10

26 Aug 18:36
174c122

Choose a tag to compare

Patch Changes

@meso-network/meso-js@0.1.9

26 Jun 14:28
647c634

Choose a tag to compare

Patch Changes

  • #81 9a440cf Thanks @dseeto! - Add support for passing destinationAmount, when initiating a transfer.

@meso-network/meso-js@0.1.8

12 Jun 19:43
adc5f7a

Choose a tag to compare

Patch Changes

  • #79 c84bd58 Thanks @kyledetella! - Ensure modal iframes are rendered at the highest allowed z-index (2147483647). This forces the Meso UI to live above all other elements in the stacking context.

@meso-network/meso-js@0.1.7

11 Jun 19:57
bf80e97

Choose a tag to compare

Patch Changes

  • #77 69036e7 Thanks @dseeto! - Explicitly set referrerPolicy on Meso iframes. This prevents a bug in Firefox browsers where frames cannot establish their parent's origin using document.referrer if the parent has a no-referrer policy set.

@meso-network/meso-js@0.1.6

05 Jun 19:25
af1ad0c

Choose a tag to compare

Patch Changes

  • #75 2e8d94a Thanks @kyledetella! - Allow passing query params to modal onboarding frame for inlineTransfer integrations.

@meso-network/meso-js@0.1.5

03 Jun 14:04
7c46258

Choose a tag to compare

Patch Changes

@meso-network/meso-js@0.1.4

28 May 18:45
9d2d22c

Choose a tag to compare

Patch Changes

  • #70 7679a06 Thanks @kyledetella! - Adds the TRANSFER_INCOMPLETE event to the onEvent callback.

    This event is dispatched only for the inlineTransfer integration 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

28 May 14:42
53bc95e

Choose a tag to compare

Patch Changes

  • #68 9f4a88c Thanks @kyledetella! - Provides default values for sourceAsset and authenticationStrategy when calling inlineTransfer.

    • sourceAsset: Will default to Asset.USD ("USD")
    • authenticationStrategy; Will default to AuthenticationStrategy.WALLET_VERIFICATION (wallet verification)

@meso-network/meso-js@0.1.2

24 May 02:13
c67c488

Choose a tag to compare

Patch Changes

  • #66 36ada91 Thanks @kyledetella! - Adds ONBOARDING_TERMINATED to frame request events. This allows us to have another signal when dismissing modal onboarding in the inline integration.