Releases: ProjectProvenance/react-native-provenance
Releases · ProjectProvenance/react-native-provenance
Release 0.3.0
Release 0.2.3
Release 0.2.2
Release 0.2.1
0.2.1 (2024-09-26)
- feat: scale TrustBadge according to the system font size
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
configure
and pass therebundleId
and
apiKey
(API key) before using any of the provided components.