React Native plugin release notes
React Native plugin 3.7.2 - 02.09.2024
General changes and new features
- FIXED: The plugin now properly handles the provided deviceResourcePath on Android. (NEVISACCESSAPP-6135)
For more information, see API references.
React Native plugin 3.7.1 - 25.07.2024
General changes and new features
- FIXED: We fixed application crashes which could occur due to parallelization issues in the TypeScript layer which can occur for instance when the app is moved to foreground to handle an operation. (NEVISACCESSAPP-6073)
- FIXED: We fixed an application crash on Android devices in case custom pin/password policy is implemented a "cause" was not provided in the error for the failed validation case. (NEVISACCESSAPP-6067)
For more information, see API references.
React Native plugin 3.7.0 - 12.07.2024
General changes and new features
- NEW: A new MetaData API to retrieve Nevis Mobile Authentication SDK version and other platform-dependent information is available. For applications running on Android, the API retrieves the SHA-256 hash of the signing certificate of the application that includes the SDK. For iOS applications, the API provides the FacetId of the application that includes the SDK.
- NEW: A new experimental API to retrieve pending out-of-band operations has been added.
Breaking Changes
- NEW: A new alphanumeric Password Authenticator is available. Note that this requires the nevisFIDO 8.2405.0 component version, otherwise you will need to manually extend the metadata and policy configuration files in nevisFIDO to support this new authenticator type. In this case refer to Default Nevis Authenticator Metadata to obtain the metadata statements and don't forget to add the authenticator AAIDs to the policy file(s). This is classified as a breaking change as depending on your implementation you may need to adapt your code when filtering or listing the available authenticators. (NEVISACCESSAPP-5406)
For more information, see API references.
React Native plugin 3.6.0 - 07.02.2024
General changes and new features
- NEW: We extended the PinPolicy with the
validatePinForEnrollment
andvalidatePinForPinChange
methods. These methods allow implementing custom PIN policies of any nature. - CHANGED: We updated Nevis Mobile Authentication SDK to version 3.6.0.
- CHANGED: The react-native-uuid dependency has been changed from
peerDependency
todependency
. (NEVISACCESSAPP-5519)
For more information, see API references.
React Native plugin 3.5.2 - 11.01.2024
General changes and new features
- FIXED: We fixed an issue which caused improper Firebase registration token mapping on Android platform when executing a DeviceInformationChange operation.
For more information, see API references.
React Native plugin 3.5.1 - 30.10.2023
General changes and new features
- Initial release.
For more information, see API references.