Releases: wultra/react-native-powerauth-mobile-sdk
Releases · wultra/react-native-powerauth-mobile-sdk
Release 1.5.3
Release 1.5.2
Included native PowerAuthSDK version: 1.5.2
What's new
🚀 Features
- better error handling in the native android layer
- improved error reporting in the JS layer
💊 Fixes
Native PowerAuthSDK version
➖ 1.5.2
Release 1.5.1
What's new
🚀 Features
💊 Fixes
- fixed auto-linking on iOS (#21)
⚠️ Compatibility warning
Some classes moved to the new path (lib
). For example:
before: import {PowerAuthOtpUtil} from 'react-native-powerauth-mobile-sdk';
after: import {PowerAuthOtpUtil} from 'react-native-powerauth-mobile-sdk/lib/PowerAuthOtpUtil';
Native PowerAuthSDK version
⏫ 1.5.2
Release 1.5.0
Included PowerAuthSDK version: 1.5.1
- upgraded to PowerAuth Mobile SDK v 1.5.x
- updated
npm
dependencies
Release 1.4.11
Included PowerAuthSDK version: 1.4.3
- full native PowerAuthSDK configuration
Release 1.4.10
Included PowerAuthSDK version: 1.4.2
- fixed integration with AndroidX (issue #7)
Release 1.4.9
Included PowerAuthSDK version: 1.4.2
Changes:
- a newer version of the native PowerAuth SDK
- fixed unnecessary base64 encode/decode in RB bridge
Release 1.4.8
Included PowerAuthSDK version: 1.4.1
Changes:
- Added custom attributes to activation result
Release 1.4.7
Included PowerAuthSDK version: 1.4.1
- Fixed issue with conversion to NSData in iOS
Release 1.4.6
Included PowerAuthSDK version: 1.4.1
- fixed biometry setup on Android during activation commit