Changed
- Public: Fixed a bug in the selfie/face video step, where the face would not be zoomed in correctly.
- Public: Reduce by one the number of forced retries in case of error while submitting a document. For a max retry count of 4, the 5th attempt will be the final one (previously it was the 6th attempt).
- Public: In the document step, if there is only a single country due to
documentTypes
option, show a disabled input with the country pre selected for the user. - Public: In the document step, add new option
hideCountrySelection
to bypass the country selection sub screen. Refer to the README for more information. - Public: Added support for dashboard document selection via /supported_documents endpoint and enableDocumentSupportRules option for overriding dashboard feature flag.