Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
persona-identities committed Oct 5, 2023
1 parent 96d0bfa commit 8cf78fc
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions contents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cf78fc

Please sign in to comment.