Skip to content

Releases: polarsource/polar

@polar-sh/checkout@0.3.0

25 May 15:12
47d49ae

Choose a tag to compare

Minor Changes

  • b9975a9: Adds an embedded payment method to @polar-sh/checkout. With a modal SDK (PolarEmbedPaymentMethod.create()) and React component () for attaching a card to a customer/member. The CDN embed.global.js now bundles both checkout and payment-method auto-init in a single script.
  • 9b59a1d: Add payment method flow to the SDK

Patch Changes

  • 9b18ea2: Simplify the payment method embed API with a single sessionToken prop/parameter
  • 858523d: Add inline/modal options, and fix redirect URL's

@polar-sh/checkout@0.3.0-beta.3

25 May 13:54
4b9df36

Choose a tag to compare

Pre-release

Minor Changes

  • 9b59a1d: Add payment method flow to the SDK

@polar-sh/checkout@0.3.0-beta.2

22 May 10:57
4e2948d

Choose a tag to compare

Pre-release

Patch Changes

  • 858523d: Add inline/modal options, and fix redirect URL's

@polar-sh/checkout@0.3.0-beta.1

19 May 15:00
3e9b3f3

Choose a tag to compare

Pre-release

Patch Changes

  • 9b18ea2: Simplify the payment method embed API with a single sessionToken prop/parameter

@polar-sh/checkout@0.3.0-beta.0

19 May 11:45
a680877

Choose a tag to compare

Pre-release

Minor Changes

  • b9975a9: Adds an embedded payment method to @polar-sh/checkout. With a modal SDK (PolarEmbedPaymentMethod.create()) and React component () for attaching a card to a customer/member. The CDN embed.global.js now bundles both checkout and payment-method auto-init in a single script.

@polar-sh/checkout@0.2.1

07 May 13:18
e4b9a87

Choose a tag to compare

Patch Changes

  • 08dd235: event.preventDefault() stopped working on the checkout events (like success). This is now fixed.

@polar-sh/checkout@0.2.0

22 Jan 14:29

Choose a tag to compare

Minor Changes

  • f8bc897: Add onLoaded option on PolarEmbedCheckout.create to wire a loaded event listener, ensuring it's always executed, even if the checkout loads very quickly.

    Breaking change

    The theme should now be passed in an object when calling PolarEmbedCheckout.create:

    PolarEmbedCheckout.create('__CHECKOUT_LINK__', { theme: 'dark' })

@polar-sh/checkout@0.1.15

20 Jan 12:37
5951f63

Choose a tag to compare

Patch Changes

  • d283219: Fix event handler accumulation when creating multiple EmbedCheckout instances by properly removing window message listeners on close

@polar-sh/ui@0.1.2

24 Oct 13:10

Choose a tag to compare

Patch Changes

  • 258bdb1: Dependency upgrades, including React 19 peer dependency support

@polar-sh/checkout@0.1.14

24 Oct 13:10

Choose a tag to compare

Patch Changes

  • d9a45ea: Bump dependencies and setup trusted publishing
  • 258bdb1: Dependency upgrades, including React 19 peer dependency support
  • Updated dependencies [258bdb1]
    • @polar-sh/ui@0.1.2