6.1.0
Added
- Public: Add
migrate_locales
script to enable integrator migrate to next versions of Web SDK locale system. - Internal: Add
unwrap_lokalise
script to sanitise locale files pulled from Lokalise.
Changed
- Public: Introduced new system for locale keys. Keys are now more structured and easier to find within the code.
- Internal: Replace all string values from
JS SDK
toWeb SDK
andjs-sdk
toweb-sdk
.
Fixed
- UI: Accessibility - Error and warning alert heading is now ARIA heading level 1
- UI: Camera inactivity timeout only starts from camera access granted instead of on initial render
- UI: Fixed call to action buttons covering content and instructions on Passport Image Guide, Selfie Intro screens when viewed on a mobile device with a shorter viewport, e.g. iPhone SE (1st gen)
Breaking changes
- Public: Introduced new system for locale keys. Keys are now more structured and easier to find within the code. Upgrading to this version of Onfido Web SDK requires migration on custom
language
option inOnfido.init()
method. See more in MIGRATION logs.