Releases: wultra/react-native-powerauth-mobile-sdk
Releases · wultra/react-native-powerauth-mobile-sdk
2.5.4
Cordova beta 0.2.0
What's New
- Cordova build actions in #200
- Develop -> cordova in #202
- Improved docs in #203
- Add Android implementation for Cordova in #210
- Prepare Cordova beta 0.2.0 in #211
Documentation in https://github.com/wultra/react-native-powerauth-mobile-sdk/tree/cordova-0.2.0/docs
Full Changelog: cordova-0.1.0...cordova-0.2.0
2.5.3
2.5.2
2.5.1
What's new
💊 Fixes & Improvements
- Added the
customHttpHeaders
andbasicHttpAuthentication
properties toPowerAuthClientConfiguration
(#191) - Added
nativeExceptionTypeName
for Android errors that are raised outside of our stack (for exampleIOException
) (#189)
Native PowerAuthSDK version
➡️ 1.7.8
Full Changelog: 2.5.0...2.5.1
2.5.0
What's new
Important notice
- If you already using older versions of SDK, then please read our Migration instructions.
- This release is compatible with React Native 0.73+
💊 Fixes & Improvements
-
- Added the
customObject
property toPowerAuthActivationStatus
to match native SDK implementation (#182)
- Added the
Native PowerAuthSDK version
➡️ 1.7.8
Full Changelog: 2.4.1...2.5.0
2.4.1
What's new
Important notice
- If you already using older versions of SDK, then please read our Migration instructions.
- This release is compatible with React Native 0.71+
💊 Fixes & Improvements
- Added support for End-To-End Encryption (#166)
- Documentation now contains information about compatibility with PowerAuth Server (#162)
Native PowerAuthSDK version
➡️ 1.7.8
2.4.0
What's new
Important notice
- If you already using older versions of SDK, then please read our Migration instructions.
- This release is compatible with React Native 0.71+
💊 Fixes & Improvements
- iOS platform no longer require tvOS and watchOS SDK to be installed on the development machine
- Support for React Native 0.71
Native PowerAuthSDK version
➡️ 1.7.7
2.3.2
What's new
Important notice
- If you already using older versions of SDK, then please read our Migration instructions.
- This version is compatible with React Native 0.70 and older. If your application is using RN 0.71, then please upgrade to 2.4.0.
💊 Fixes & Improvements
- iOS platform no longer require tvOS and watchOS SDK to be installed on the development machine
Native PowerAuthSDK version
➡️ 1.7.7
2.3.1
What's new
Important notice
- If you already using older versions of SDK, then please read our Migration instructions.
💊 Fixes
PowerAuthAuthentication
is no longer frozen after use (#145)- Reusable
PowerAuthAuthentication
keeps reusable functionality after biometry key expire (#142) - Configuration objects are now shared between
PowerAuth
instances with the same ID (#115) - Identifiers generated for native objects are now less predictable (#144)
- Updated migration instructions.
💊 Fixes & Improvements in 2.3.0
- Library no longer enforce an exact
react-native
verison. The dependency is set to>=0.64
. - Export public objects from module (#100)
- Proper
let
-const
usage (#104) - Added E2E tests in form of "testapp" (#62, PR #108)
- Removed demo application (#112)
- Fixed
signDataWithDevicePrivateKey()
(#111) - Removed always true properties from
PowerAuthToken
(#119) PowerAuth
class now containsinstanceId
property (#113)- Methods returning
bool
now returns alwaystrue
orfalse
(#114) - Added several debug features to SDK (#116)
- SDK now use
undefined
instead ofnull
(#107) - Git repository no longer contains compiled JS (#102)
- SDK now use native objects register to bridge its native objects to JS (#95, PRs #125, #129)
- Added support for secure passwords (#127)
- Add function to validate activation QR code (#130)
- Better
PowerAuthAuthentication
instantiation (#96) - Added PIN strength tester (#136)
- Biometry dialog is now displayed on iOS simulator (#134)