Skip to content

v100.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 15 Dec 10:07
· 529 commits to master since this release

100.0.0 (2023-12-15)

Features

  • Paywall: Add IAP support (7b54299)
  • Remove useInstance helper (01ec4de)
  • Update cozy-client from 45.0.0 to 45.1.0 (8f5ce38)

BREAKING CHANGES

  • Paywall: To check if IAP is available, you need to wrap your Paywall into a WebviewIntentProvider
import { WebviewIntentProvider } from 'cozy-intent'

<WebviewIntentProvider>
  <Paywall />
</WebviewIntentProvider>
  • you must have cozy-client >= 45.1.0