Skip to content

Releases: wultra/react-native-powerauth-mobile-sdk

Release 1.5.3

27 Apr 14:29
Compare
Choose a tag to compare

What's new

🚀   Features

  • added method for repeated biometric authentication without repeated user interaction (#28)

💊   Fixes

Native PowerAuthSDK version

⏫   1.5.4

Release 1.5.2

30 Mar 09:59
Compare
Choose a tag to compare

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

22 Mar 12:08
Compare
Choose a tag to compare

What's new

🚀   Features

  • added token-based authentication API (#25)
  • added biometry info API (#24)

💊   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

26 Nov 16:52
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.5.1

  • upgraded to PowerAuth Mobile SDK v 1.5.x
  • updated npm dependencies

Release 1.4.11

18 Sep 13:11
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.4.3

  • full native PowerAuthSDK configuration

Release 1.4.10

14 Aug 16:08
c67a600
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.4.2

  • fixed integration with AndroidX (issue #7)

Release 1.4.9

13 Aug 15:58
5580da0
Compare
Choose a tag to compare

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

12 Aug 12:29
97b6a88
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.4.1

Changes:

  • Added custom attributes to activation result

Release 1.4.7

11 Aug 19:16
c24e567
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.4.1

  • Fixed issue with conversion to NSData in iOS

Release 1.4.6

15 Jul 14:37
e7b79c5
Compare
Choose a tag to compare

Included PowerAuthSDK version: 1.4.1

  • fixed biometry setup on Android during activation commit