Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dependency-refresh-dedupe.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fix-immediate-request-state.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/react-19-next-16-support.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Fingerprint React SDK

## 3.1.0

### Minor Changes

- Behavior bug fixes:

- Stale automatic `useVisitorData` requests (when `immediate` changes from `true` to `false` during an automatic request) no longer overwrite state (the result is ignored).
- Loading state is now correctly synchronized when `immediate` changes.

We recommend double-checking that your implementation isn't relying on the previous incorrect behavior when upgrading. ([ba26003](https://github.com/fingerprintjs/react/commit/ba260035e804c52bf49f72c03410ecfd12310b9c))

- Add support for React 19 and Next.js 16. The `react` peer range now accepts `>=18 <20`. ([5307b3b](https://github.com/fingerprintjs/react/commit/5307b3b8af08e330444ff148814873a01b6f1e02))

### Patch Changes

- Bump `@fingerprint/agent` dependency to `^4.1.2` and drop the `fast-deep-equal` runtime dependency in favor of an internal cache-key comparison. ([87b776f](https://github.com/fingerprintjs/react/commit/87b776f0920fe6a1663612f7d0a5d88256d64f5e))

## 3.0.1-test.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprint/react",
"version": "3.0.1-test.0",
"version": "3.1.0",
"description": "Fingerprint React SDK",
"main": "dist/fingerprint-react.js",
"module": "dist/fingerprint-react.mjs",
Expand Down
Loading