Skip to content

Releases: ProjectProvenance/react-native-provenance

Release 0.3.0

08 Nov 17:13
Compare
Choose a tag to compare

0.3.0 (2024-11-08)

Bug Fixes

  • chevron alignment in TrustBadge (#25) (6d35250)
  • prevent error when overlay size is smaller than min modal height (f447f62)

Features

  • add chevron to the TrustBadge (#23) (120b437)
  • ensure TalkBack can read content (8882d41)

Release 0.2.3

04 Oct 16:24
Compare
Choose a tag to compare

0.2.3 (2024-10-04)

Features

  • allow bundle x2 scaling, modal x1.3 (74a7f0a)
  • allow modal scaling (91f59bd)
  • make bundle and modal scalable via font scaling approach (53a699a)

Release 0.2.2

30 Sep 14:03
Compare
Choose a tag to compare

0.2.2 (2024-09-30)

Bug Fixes

  • warning of image src on older RN versions (ae732d2)

Features

Release 0.2.1

26 Sep 13:46
Compare
Choose a tag to compare

0.2.1 (2024-09-26)

  • feat: scale TrustBadge according to the system font size

Release 0.2.0

23 Sep 13:57
Compare
Choose a tag to compare

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 there bundleId and
    apiKey (API key) before using any of the provided components.

Release 0.1.4

06 Sep 17:10
Compare
Choose a tag to compare

0.1.4 (2024-09-06)

Bug Fixes

Features

  • allow client to specify overlay height RIS-527 (662a074)

Release 0.1.2

28 Aug 13:33
Compare
Choose a tag to compare

0.1.2 (2024-08-28)

Features

  • export heights so clients could avoid hardcoded values (e124d75)

Release 0.1.1

20 Aug 10:41
Compare
Choose a tag to compare

0.1.1 (2024-08-20)

Bug Fixes

  • limit scale to prevent overflow (514348d)
  • text cut off on larger font RIS-684 (a64ac65)

Release 0.1.0

02 Aug 09:40
Compare
Choose a tag to compare

0.1.0 (2024-08-02)

Release 0.1.0-alpha.4

01 Aug 14:09
Compare
Choose a tag to compare
Release 0.1.0-alpha.4 Pre-release
Pre-release

0.1.0-alpha.4 (2024-08-01)

Bug Fixes

  • images not showing up in example app (f1a6afa)

Features

  • make border neater (6de02ac)
  • show checked image on badge RIS-517 (b7c8840)