Skip to content

Releases: polarsource/polar

@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

@polar-sh/checkout@0.1.13

22 Oct 06:16
8ba35f1

Choose a tag to compare

Patch Changes

@polar-sh/checkout@0.1.12

19 Aug 07:27

Choose a tag to compare

Patch Changes

  • 4d49e8f: Fix console error when the iframe is already closed

@polar-sh/checkout@0.1.11

09 May 12:26

Choose a tag to compare

Patch Changes

  • 664460e: Tweak allow policy on iframe

@polar-sh/checkout@0.1.10

25 Feb 10:14

Choose a tag to compare

Patch Changes

  • 15e0267: Allow React 19 as a peer dependency

@polar-sh/checkout@0.1.9

11 Feb 08:00

Choose a tag to compare

Patch Changes

  • de906a0: Handle case where the checkout element might have nested elements triggering the click event

@polar-sh/ui@0.1.1

23 Jan 12:53

Choose a tag to compare

Patch Changes

  • 62a3c07: Fix package.json metadata