Skip to content

Releases: fingerprintjs/fingerprintjs-pro-react-native

v2.3.0

28 Apr 10:14
Compare
Choose a tag to compare

2.3.0 (2023-04-28)

Features

  • bump android dependencies (862b327)

v2.2.2

22 Mar 17:43
Compare
Choose a tag to compare

2.2.2 (2023-03-22)

Bug Fixes

  • update Android agent to 2.3.0 (de724a1)

v2.2.1

14 Mar 20:02
Compare
Choose a tag to compare

2.2.1 (2023-03-14)

Documentation

  • code snippet fix for FingerprintJsProProvider (4249f53)
  • readme fix code snippets (6a11ef3)

v2.2.0

17 Feb 17:33
Compare
Choose a tag to compare

2.2.0 (2023-02-17)

Features

  • update agents to add proxy integrations support (51a6b45)

Bug Fixes

v2.1.1

11 Jan 11:33
Compare
Choose a tag to compare

2.1.1 (2023-01-11)

Bug Fixes

  • remove redundant gradle dependency from library (d7439d2)

v2.1.1-test.1

10 Jan 17:29
Compare
Choose a tag to compare
v2.1.1-test.1 Pre-release
Pre-release

2.1.1-test.1 (2023-01-10)

Bug Fixes

  • remove redundant gradle dependency from library (d7439d2)

v2.1.0

18 Nov 11:15
Compare
Choose a tag to compare

2.1.0 (2022-11-18)

Features

  • update android agent to 2.2.0 version (212f601)

v2.1.0-test.1

16 Nov 10:44
Compare
Choose a tag to compare
v2.1.0-test.1 Pre-release
Pre-release

2.1.0-test.1 (2022-11-16)

Features

  • update android agent to 2.2.0 version (212f601)

v2.0.0

27 Sep 10:08
Compare
Choose a tag to compare

2.0.0 (2022-09-27)

⚠ BREAKING CHANGES

  • In previous version FingerprintJsProAgent constructor had several position arguments.
    In new version it is one params argument of type FingerprintJsProAgentParams.
    Type FingerprintJsProAgentParams will be used instead of type FingerprintJsProProviderOptions.
  • getData method of the useVisitorData hook now returns answer of type VisitorData instead of simple visitorId 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

23 Sep 12:37
Compare
Choose a tag to compare
v2.0.0-test.4 Pre-release
Pre-release

2.0.0-test.4 (2022-09-23)

⚠ BREAKING CHANGES

  • In previous version FingerprintJsProAgent constructor had several position arguments.
    In new version it is one params argument of type FingerprintJsProAgentParams.
    Type FingerprintJsProAgentParams will be used instead of type FingerprintJsProProviderOptions.

Features

  • change FingerprintJsProAgent constructor interface (1b8aab9)