Releases: fingerprintjs/fingerprintjs-pro-react-native
Releases · fingerprintjs/fingerprintjs-pro-react-native
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.1-test.1
v2.1.0
v2.1.0-test.1
v2.0.0
2.0.0 (2022-09-27)
⚠ BREAKING CHANGES
- In previous version
FingerprintJsProAgent
constructor had several position arguments.
In new version it is oneparams
argument of typeFingerprintJsProAgentParams
.
TypeFingerprintJsProAgentParams
will be used instead of typeFingerprintJsProProviderOptions
. getData
method of theuseVisitorData
hook now returns answer of typeVisitorData
instead of simplevisitorId
string type.
Features
- add
extendedResponseFormat
configuration flag (2add6cc) - add
getVisitorData
method to the react-native agent (16b4378) - better error reporting (f011cb7)
- change
FingerprintJsProAgent
constructor interface (1b8aab9) - send integration info (f52e2cf)
- support
linkedId
param for identification requests (e8557db) - update android agent to the latest version (4051a7b)
- update iOS agent to 2.1.3 (14a0e42)
- update iOS agent to the latest version (a33d160)
- update iOS agent to v2.1.1 (f4541f2)
- update iOS native agent to 2.1.2 to return support of iOS 12 (20c7342)
- update react-native to 0.70.1 (22b8d33)
Bug Fixes
- async code example (e0bd804)
- change substitution literal in .husky/commit_msg (2267a30)
- error description (c82c45b)
- expand Tags type (08e6a73)
- generate iOS Metadata even if linkedId is nil (858ac51)
- getVisitorId error handling (c2971cd)
- pass correct
linkedId
type to the android library (68fa2e4) - tag functionality for new iOS library (be590e6)
Documentation
- README: add documentation badge (62a3df1)
v2.0.0-test.4
2.0.0-test.4 (2022-09-23)
⚠ BREAKING CHANGES
- In previous version
FingerprintJsProAgent
constructor had several position arguments.
In new version it is oneparams
argument of typeFingerprintJsProAgentParams
.
TypeFingerprintJsProAgentParams
will be used instead of typeFingerprintJsProProviderOptions
.
Features
- change
FingerprintJsProAgent
constructor interface (1b8aab9)