Release 0.2.0
0.2.0 (2024-09-23)
Bug Fixes
-
extra space after ClaimsIcons (a4e072f)
-
type error in test file (7658e2d)
-
feat(configuration)!: configure requires bundleId and API key (a2905c9)
Features
- allow client apps to get notified of errors via onError callback (47855cb)
- config: prevent long relative paths via an alias (1ce76b2)
- ensure library configured before rendering (2eaacf0)
- fetch offer from API (b6db372)
- get notified when webview crashes (5e6e2d6)
- handle errors gracefully (e5789de)
- handle errors happening in webview (4a2db56)
- inform about calls made via RN package (2df1ec4)
- mockup icons (c7c858b)
- show no badge unless proof points present RIS-536 (eedd62e)
- show proof point trust badge (6abaa4a)
- show up to 3 supported icons (8ca06c4)
BREAKING CHANGES
- Client apps MUST call
configureand pass therebundleIdand
apiKey(API key) before using any of the provided components.