Skip to content

Commit 3de8bfa

Browse files
authored
Merge pull request #191 from fingerprintjs/docs/update-fingerprint-branding
docs: update Fingerprint branding
2 parents 96b02cf + fea1b6b commit 3de8bfa

14 files changed

Lines changed: 148 additions & 175 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
### Features
9595

96-
* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add FingerprintJSPro export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655))
96+
* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add agent export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655))
9797

9898
## [2.5.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.0...v2.5.1) (2023-09-14)
9999

@@ -274,7 +274,7 @@
274274

275275
* **deps:** bump terser from 4.8.0 to 4.8.1 in /examples/preact ([6947ad5](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6947ad553a39107736affb43ad1e0bbfce5c09a9))
276276
* **deps:** bump terser from 5.13.1 to 5.14.2 in /examples/spa ([e94c1ce](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e94c1ce1106795f88390545f1a76a979e77c2f20))
277-
* **deps:** update FingerprintJS Pro SPA to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42))
277+
* **deps:** update SPA package to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42))
278278

279279

280280
### Documentation

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Fingerprint is a device intelligence platform offering industry-leading accuracy
4545
- For Typescript users: Typescript 4.8 or higher
4646

4747
> [!NOTE]
48-
> This package assumes you have a Fingerprint subscription or trial, it is not compatible with the [source-available FingerprintJS](https://github.com/fingerprintjs/fingerprintjs). See our documentation to learn more about the [differences between Fingerprint and FingerprintJS](https://fingerprint.com/github/).
48+
> This package assumes you have a Fingerprint subscription or trial, it is not compatible with the [open-source FingerprintJS](https://github.com/fingerprintjs/fingerprintjs). See our documentation to learn more about the [differences between Fingerprint and the open-source FingerprintJS](https://fingerprint.com/github/).
4949
5050
## Installation
5151

@@ -84,10 +84,7 @@ To get your API key and get started, see the [Fingerprint Quick Start Guide](htt
8484
// src/index.js
8585
import React from 'react'
8686
import ReactDOM from 'react-dom/client'
87-
import {
88-
FingerprintProvider,
89-
FingerprintJSPro,
90-
} from '@fingerprint/react'
87+
import { FingerprintProvider } from '@fingerprint/react'
9188
import App from './App'
9289

9390
const root = ReactDOM.createRoot(document.getElementById('app'))
@@ -218,7 +215,7 @@ See the full [generated API reference](https://fingerprintjs.github.io/react/).
218215

219216
## Support and feedback
220217

221-
To ask questions or provide feedback, use [Issues](https://github.com/fingerprintjs/react/issues). If you need private support, please email us at `oss-support@fingerprint.com`. If you'd like to have a similar React wrapper for the [source-availalbe FingerprintJS](https://github.com/fingerprintjs/fingerprintjs), consider creating an issue in the main [FingerprintJS repository](https://github.com/fingerprintjs/fingerprintjs/issues).
218+
To ask questions or provide feedback, use [Issues](https://github.com/fingerprintjs/react/issues). If you need private support, please email us at `oss-support@fingerprint.com`.
222219

223220
## License
224221

examples/create-react-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In order to try out this example:
99
To get the API key:
1010

1111
- Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there.
12-
- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/).
12+
- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/).
1313

1414
### Installing dependencies
1515

examples/next-appDir/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This example demonstrates the usage of Fingerprint Pro inside Next 14's `app` directory approach.\
2-
Note how you can use Fingerprint Pro inside a React Server Component without issues as it is correctly executed in the browser only.
1+
This example demonstrates the usage of Fingerprint inside Next 14's `app` directory approach.\
2+
Note how you can use Fingerprint inside a React Server Component without issues as it is correctly executed in the browser only.
33
See [../next](../next/README.md) for an example using the classic `pages` approach.
44

55
## Setting up
@@ -13,7 +13,7 @@ In order to try out this example:
1313
To get the API key:
1414

1515
- Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there.
16-
- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/).
16+
- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/).
1717

1818
### Installing dependencies
1919

examples/next-appDir/app/HomePage.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ const HomePage = () => {
1212

1313
return (
1414
<div className={styles.container}>
15-
<h1>FingerprintJS Pro NextJS Demo</h1>
15+
<h1>Fingerprint React SDK Next.js Demo</h1>
1616
<div className={styles.testArea}>
17-
<div className={styles.description}>
18-
Lets load FingerprintJS Pro Agent using react integration and check next things:
19-
</div>
17+
<div className={styles.description}>Lets load Fingerprint using the React SDK and check the following:</div>
2018
<ol className={styles.actionPoints}>
21-
<li>There is no errors on server</li>
22-
<li>There is no errors on client</li>
23-
<li>In the field below visitor data was loaded</li>
24-
<li>Try controls to test additional params</li>
19+
<li>There are no errors on the server</li>
20+
<li>There are no errors on the client</li>
21+
<li>The visitor data is loaded in the field below</li>
22+
<li>Try controls to test additional parameters</li>
2523
</ol>
2624
<div className={styles.controls}>
2725
<button onClick={reloadData} type='button'>

examples/next-appDir/app/head.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default function Head() {
22
return (
33
<>
4-
<title>FingerprintJS Pro NextJS Demo</title>
5-
<meta name='description' content='Check if fingerprintjs-pro-react integration works with NextJS SSR' />
4+
<title>Fingerprint React SDK Next.js Demo</title>
5+
<meta name='description' content='Check if the Fingerprint React SDK integration works with Next.js SSR' />
66
<link rel='icon' href='/favicon.ico' />
77
</>
88
)

examples/next/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This example demonstrates the usage of Fingerprint Pro inside the Next.js `pages` directory (classic approach). For an example using the `app` directory, see [../next-appDir](../next-appDir/README.md).
1+
This example demonstrates the usage of Fingerprint inside the Next.js `pages` directory (classic approach). For an example using the `app` directory, see [../next-appDir](../next-appDir/README.md).
22

33
## Setting up
44

@@ -12,7 +12,7 @@ In order to try out this example:
1212
To get the API key:
1313

1414
- Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there.
15-
- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/).
15+
- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/).
1616

1717
### Installing dependencies
1818

examples/next/pages/index.tsx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ const Home: NextPage = () => {
1313
return (
1414
<div className={styles.container}>
1515
<Head>
16-
<title>FingerprintJS Pro NextJS Demo</title>
17-
<meta name='description' content='Check if fingerprintjs-pro-react integration works with NextJS SSR' />
16+
<title>Fingerprint React SDK Next.js Demo</title>
17+
<meta name='description' content='Check if the Fingerprint React SDK integration works with Next.js SSR' />
1818
<link rel='icon' href='/favicon.ico' />
1919
</Head>
2020

21-
<h1>FingerprintJS Pro NextJS Demo</h1>
21+
<h1>Fingerprint React SDK Next.js Demo</h1>
2222
<div className={styles.testArea}>
23-
<div className={styles.description}>
24-
Lets load FingerprintJS Pro Agent using react integration and check next things:
25-
</div>
23+
<div className={styles.description}>Lets load Fingerprint using the React SDK and check the following:</div>
2624
<ol className={styles.actionPoints}>
27-
<li>There is no errors on server</li>
28-
<li>There is no errors on client</li>
29-
<li>In the field below visitor data was loaded</li>
30-
<li>Try controls to test additional params</li>
25+
<li>There are no errors on the server</li>
26+
<li>There are no errors on the client</li>
27+
<li>The visitor data is loaded in the field below</li>
28+
<li>Try controls to test additional parameters</li>
3129
</ol>
3230
<div className={styles.controls}>
3331
<button onClick={reloadData} type='button'>

examples/preact/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In order to try out this example:
1010
To get the API key:
1111

1212
- Go to Fingerprint Dashboard > [API Keys](https://dashboard.fingerprint.com/api-keys) and find it there.
13-
- If you don't have a Fingerprint Pro account, [sign up for free](https://dashboard.fingerprint.com/signup/).
13+
- If you don't have a Fingerprint account, [sign up for free](https://dashboard.fingerprint.com/signup/).
1414

1515
### Installing dependencies
1616

examples/preact/src/components/app.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ const App: FunctionalComponent = () => {
1010

1111
return (
1212
<div id='preact_root' className='container'>
13-
<h1>FingerprintJS Pro Preact Demo</h1>
13+
<h1>Fingerprint React SDK Preact Demo</h1>
1414
<div className='testArea'>
15-
<div className='description'>
16-
Lets load FingerprintJS Pro Agent using react integration and check next things:
17-
</div>
15+
<div className='description'>Lets load Fingerprint using the React SDK and check the following:</div>
1816
<ol className='actionPoints'>
19-
<li>There is no errors on server</li>
20-
<li>There is no errors on client</li>
21-
<li>In the field below visitor data was loaded</li>
22-
<li>Try controls to test additional params</li>
17+
<li>There are no errors on the server</li>
18+
<li>There are no errors on the client</li>
19+
<li>The visitor data is loaded in the field below</li>
20+
<li>Try controls to test additional parameters</li>
2321
</ol>
2422
<div className='controls'>
2523
<button onClick={reloadData} type='button'>

0 commit comments

Comments
 (0)