Releases: polarsource/polar
Releases · polarsource/polar
@polar-sh/checkout@0.2.0
Minor Changes
-
f8bc897: Add onLoaded option on
PolarEmbedCheckout.createto 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
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
Patch Changes
- 258bdb1: Dependency upgrades, including React 19 peer dependency support
@polar-sh/checkout@0.1.14
@polar-sh/checkout@0.1.13
Patch Changes
- f22a0d1: Update Polar SDK
@polar-sh/checkout@0.1.12
Patch Changes
- 4d49e8f: Fix console error when the iframe is already closed
@polar-sh/checkout@0.1.11
Patch Changes
- 664460e: Tweak allow policy on iframe
@polar-sh/checkout@0.1.10
Patch Changes
- 15e0267: Allow React 19 as a peer dependency
@polar-sh/checkout@0.1.9
Patch Changes
- de906a0: Handle case where the checkout element might have nested elements triggering the click event
@polar-sh/ui@0.1.1
Patch Changes
- 62a3c07: Fix package.json metadata