From 89d0b83ef94e0b7679f863a2045222581de50d0c Mon Sep 17 00:00:00 2001 From: persona-identities <57889169+persona-identities@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:53:45 -0700 Subject: [PATCH] Bump version --- contents/CHANGELOG.md | 76 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 5 deletions(-) diff --git a/contents/CHANGELOG.md b/contents/CHANGELOG.md index 50001a8..dc33b83 100644 --- a/contents/CHANGELOG.md +++ b/contents/CHANGELOG.md @@ -7,25 +7,91 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -## [v2.8.3] - 2023-10-13 +## [v2.10.6] - 2023-10-23 ### Added -- Added ability to override device locale via `.locale(String)` method on `InquiryTemplateBuilder` or `InquiryBuilder`. +- Added the component text area, that will resize automatically when there is multiple lines of text + +### Fixed +- Fixed an issue where users are not asked to enable the microphone permission if they permanently reject the permission. This only applies to video capture flows. -## [v2.8.2] - 2023-10-04 +### Changed +- Display content edge-to-edge. + +## [v2.10.5] - 2023-10-05 + +### Fixed +- Workaround an issue with MLKit when used as a dynamic feature module. + +## [v2.10.4] - 2023-10-05 ### Added - Added the ability to style buttons in the cancel modal separately from the general step button styles via the server. -## [v2.8.1] - 2023-09-27 +### Fixed +- Workaround a bug with Android's dynamic feature plugin. Moved all declarations of content providers to the `dynamic-feature` module. + +## [v2.10.3] - 2023-09-27 + +### Added +- Added the `dynamic-feature` module. This module makes it easier to use persona with Android's dynamic feature plugin. ### Changed +- Changed video capture to work on devices with no physical microphone. - Downgrade Lottie to 4.2.2 due to some customers having compatibility issues with the latest version of Lottie. -## [v2.8.0] - 2023-07-20 +## [v2.10.2] - 2023-09-22 ### Added +- Added ability to override device locale via `.locale(String)` method on `InquiryTemplateBuilder` or `InquiryBuilder`. + +## [v2.10.1] - 2023-09-21 + +### Fixed +- Fixed a bug where the error message for required input was not cleared after the input was entered. +- Fixed a crash that can occurs if the user presses backspace on the address auto-complete field. + +## [v2.10.0] - 2023-09-19 + +### Changed +- Changed the address input to appear as a single text field initially that can be expanded by the user. +- Improved support for Government Id NFC. + +## [v2.9.2] - 2023-08-31 +### Added +- Added an error code to error results. + +### Changed +- Updated ESignature component styling. +- Support the no overlay option for Government ID scan step. + +## [v2.9.1] - 2023-08-08 + +### Added +- Added the ability to color custom SVGs via the server. Note that if loading the local custom asset, + the SVG must be placed in the raw resources directory in order for the color replacement to occur + since this process does not work on vector drawables. +- Added the ability to add description texts under radio groups and checkbox input components. + +### Changed +- Update AGP and Gradle to 8.1.0 +- Update dependencies. + +### Fixed +- Fixed a crash that occurs when an app is built with R8 full mode. + +## [v2.9.0] - 2023-07-27 + +### Added +- Added the ability to hide local image components based on json logic from the server. + +### Changed +- Update AGP to 8.0.2 + +## [v2.8.0] - 2023-07-20 + +### Added - Added `.environmentId` on `InquiryTemplateBuilder` to create inquiries with a specific environment token. ### Changed