diff --git a/contents/CHANGELOG.md b/contents/CHANGELOG.md index 5cd4562..4241d8e 100644 --- a/contents/CHANGELOG.md +++ b/contents/CHANGELOG.md @@ -7,20 +7,75 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -## [v2.8.2] - 2023-10-04 +## [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