v100.0.0
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