Releases: fingerprintjs/react
Releases · fingerprintjs/react
Release list
@fingerprint/react@3.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
-
Behavior bug fixes:
- Stale automatic
useVisitorDatarequests (whenimmediatechanges fromtruetofalseduring an automatic request) no longer overwrite state (the result is ignored). - Loading state is now correctly synchronized when
immediatechanges.
We recommend double-checking that your implementation isn't relying on the previous incorrect behavior when upgrading. (ba26003)
- Stale automatic
-
Add support for React 19 and Next.js 16. The
reactpeer range now accepts>=18 <20. (5307b3b)
Patch Changes
- Bump
@fingerprint/agentdependency to^4.1.2and drop thefast-deep-equalruntime dependency in favor of an internal cache-key comparison. (87b776f)
@fingerprint/react@3.0.1-test.0
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Sample changeset to test release pipeline (00a7e95)
v3.0.0
3.0.0 (2026-01-29)
⚠ BREAKING CHANGES
- The SDK api has changed to match changes introduced in V4 version of the agent.
- The default caching strategy has changed from
sessionStoragecaching to no caching by default, aligned with the underlying JavaScript agent v4 default.
Features
- add usePromiseStore to prevent duplicate async requests (fb59d7f)
- migrate to v4 version of the agent (36a26ba)
- rename package to
@fingerprint/react(4714fdf)
Build System
- deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)
v3.0.0-test.3
3.0.0-test.3 (2026-01-27)
Features
- add usePromiseStore to prevent duplicate async requests (fb59d7f)
- rename package to
@fingerprint/react(4714fdf)
Build System
- deps: use stable 4.0.0 version of the @fingerprint/agent (76a2fec)
v3.0.0-test.2
v3.0.0-test.1
3.0.0-test.1 (2025-12-19)
⚠ BREAKING CHANGES
- The SDK api has changed to match changes introduced in V4 version of the agent.
Features
- migrate to v4 version of the agent (36a26ba)
v2.7.1
v2.7.0
2.7.0 (2025-06-17)
Features
- bump
@fingerprintjs/fingerprintjs-pro-spato^1.3.2(d477427)
Bug Fixes
Performance Improvements
- use Object.is comparison before doing deep equals (cd1f70d)
Documentation
- README: mention immediate: false explicitly, improve formatting (f1d03e2)
Build System
- deps: bump next (b0f669a)