React Native SDK v2 Changelogs
Changes, Fixes, and Features for the React Native wrapper
[v2.2.10] - 2022-05-17
- Upgrade to iOS Inquiry SDK 2.2.12
- Upgrade to Android Inquiry SDK 2.2.21
[v2.2.9] - 2022-04-20
- Upgrade to iOS Inquiry SDK 2.2.11
- Upgrade to Android Inquiry SDK 2.2.16
[v2.2.8] - 2022-04-06
Changed
- Upgrade to iOS Inquiry SDK 2.2.10
- Upgrade to Android Inquiry SDK 2.2.14
[v2.2.7] - 2022-04-02
Changed
- Upgrade to iOS Inquiry SDK 2.2.9
- Upgrade to Android Inquiry SDK 2.2.13
[v2.2.6] - 2022-03-28
Changed
- Upgrade to iOS Inquiry SDK 2.2.8
- Upgrade to Android Inquiry SDK 2.2.11
[v2.2.5] - 2022-03-22
Fixed
- Point the type definition to the correct file
[v2.2.4] - 2022-03-07
Changed
- Upgrade to Android Inquiry SDK 2.2.9
- Upgrade to iOS Inquiry SDK 2.2.6
[v2.2.3] - 2022-03-02
Fixed
- Re-added
persona-tool
which was removed by accident in a refactor
[v2.2.2] - 2022-02-24
Changed
- Upgrade to Android Inquiry SDK 2.2.8
- Upgrade to iOS Inquiry SDK 2.2.4
[v2.2.1] - 2022-02-17
Changed
- Upgrade to Android Inquiry SDK 2.2.6
- Upgrade to iOS Inquiry SDK 2.2.3
Added
- Expose underlying Android/iOS SDK version with
#nativeSdkVersion
- Add
#fromInquiry
,#fromTemplate
, and#fromTemplateVersion
static methods toInquiry
Deprecated
- Deprecate the default namespace and it's methods:
#fromInquiry
,#fromTemplate
, and#fromTemplateVersion
[v2.2.0] - 2022-02-16
Changed
- Upgrade to iOS Inquiry SDK 2.2.2
- Upgrade to Android Inquiry SDK 2.2.4
- Update iOS and Android's namespace to allow for 1.x and 2.x implementations in parallel
[v2.1.3] - 2022-01-31
Changed
- Upgrade to iOS Inquiry SDK 2.1.3
- Upgrade to Android Inquiry SDK 2.1.3
[v2.1.2] - 2021-12-17
Changed
- Upgrade to iOS Inquiry SDK 2.1.2
- Upgrade to Android Inquiry SDK 2.1.1
[v2.1.1] - 2021-12-02
Changed
- Upgrade to iOS Inquiry SDK 2.1.1
[v2.1.0] - 2021-11-18
Changed
- Upgrade to iOS Inquiry SDK 2.1.0
- Upgrade to Android Inquiry SDK 2.1.0
[v2.0.3] - 2021-10-14
Changed
- Upgrade to Android Inquiry SDK 2.0.2
[v2.0.2] - 2021-09-09
Fixed
- Re-added missing compiled JavaScript files
[v2.0.1] - 2021-09-08
Changed
- Upgrade to iOS Inquiry SDK 2.0.1
[v2.0.0] - 2021-08-26
Added
onCanceled
response now returns the sessionToken so the Inquiry flow can be resumed
Changed
- Upgrade to iOS Inquiry SDK 2.0.0
- Upgrade to Android Inquiry SDK 2.0.0
onSuccess
andonFailure
callbacks are now represented byonComplete
with astatus
of "completed" or "failed" (though can
be customizable in the future)- Support Inquiry templates prefixed with
itmpl_
instead oftmpl_
Attributes
returned in theSuccess
response are now in theComplete
'sfields
responseaccessToken
has been renamed tosessionToken
on the Inquiry builder
Updated 3 days ago