You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
-
## Newest Release
1
+
## Newest release
2
+
3
+
### 2.14.0 - 30 Oct 2024
4
+
5
+
- Adds the ability to hide the main toolbar on Android using a combination of configuration and style properties. (J#HYB-431)
6
+
- Updates to Nutrient Android SDK 2024.6.1.
7
+
- Updates to Nutrient iOS SDK 14.1.1.
8
+
- Fixes an issue where the correct items weren't rendered when using the `menuItemGrouping` configuration property. (J#HYB-432)
9
+
- Fixes an issue where a crash occurred when using the `toolbar.toolbarMenuItems` property and `enterAnnotationCreationMode` API on Android. (J#HYB-517)
10
+
- Fixes an issue where some annotations would not be deleted on iOS when using the `removeAnnotations` API. (J#HYB-518)
11
+
12
+
## Previous releases
2
13
3
14
### 2.13.0 - 10 Sep 2024
4
15
@@ -13,8 +24,6 @@
13
24
- Fixes an issue where the `onDocumentLoadFailed` callback was not triggered when an incorrect document password was specified on Android. (J#HYB-491)
14
25
- Fixes an issue where some measurement annotation presets were not applied when specified. (J#HYB-492)
15
26
16
-
## Previous Releases
17
-
18
27
### 2.12.0 - 01 Aug 2024
19
28
20
29
- Adds APIs belonging to the `PDFDocument` interface, moving them away from the global namespace. (J#HYB-406)
This library requires a valid license of PSPDFKit. Licenses are per platform.
5
+
This library requires a valid license of the Nutrient SDK. Licenses are per platform.
6
6
7
-
PSPDFKit for React Native exposes the most often used APIs from PSPDFKit. Many of our partners end up forking this repository and adding some custom code to achieve even greater integration with their products, using native code.
7
+
The Nutrient React Native SDK exposes the most often used APIs from Nutrient. Many of our partners end up forking this repository and adding some custom code to achieve even greater integration with their products, using native code.
8
8
9
9
Windows is not currently supported, please use version [1.24.9](https://github.com/PSPDFKit/react-native/releases/tag/1.24.9) instead.
10
10
11
-
### PSPDFKit
11
+
### Nutrient
12
12
13
-
The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view, annotate, sign, and fill PDF forms on iOS, Android, Windows, macOS, and Web.
13
+
The [Nutrient SDK](https://nutrient.io/) is a framework that allows you to view, annotate, sign, and fill PDF forms on iOS, Android, Windows, macOS, and Web.
14
14
15
-
[PSPDFKit Instant](https://pspdfkit.com/instant) adds real-time collaboration features to seamlessly share, edit, and annotate PDF documents.
15
+
[Nutrient Collaboration ](https://www.nutrient.io/sdk/solutions/collaboration) adds real-time collaboration features to seamlessly share, edit, and annotate PDF documents.
16
16
17
17
# Support, Issues and License Questions
18
18
19
-
PSPDFKit offers support for customers with an active SDK license via https://pspdfkit.com/support/request/
19
+
Nutrient offers support for customers with an active SDK license via https://support.nutrient.io/hc/en-us/requests/new.
20
20
21
-
Are you evaluating our SDK? That's great, we're happy to help out! PSPDFKit is a commercial product and requires the purchase of a license key when used in production. By default, this library will initialize in demo mode, placing a watermark on each PDF and limiting usage to 60 minutes.
21
+
Are you evaluating our SDK? That's great, we're happy to help out! The Nutrient React Native SDK is a commercial product and requires the purchase of a license key when used in production. By default, this library will initialize in demo mode, placing a watermark on each PDF and limiting usage to 60 minutes.
22
22
23
-
To purchase a license for production use, please reach out to us via https://pspdfkit.com/sales/form/.
23
+
To purchase a license for production use, please reach out to us via https://www.nutrient.io/contact-sales.
24
24
25
-
To initialize PSPDFKit using a license key, call either of the following before using any other PSPDFKit APIs or features:
25
+
To initialize the Nutrient React Native SDK using a license key, call either of the following before using any other Nutrient SDK APIs or features:
26
26
27
27
To set the license key for both Android and iOS, use:
- A [development environment](https://reactnative.dev/docs/environment-setup) for running React Native projects using the React Native CLI. If you’re using Expo, [check out our blog post](https://pspdfkit.com/blog/2023/how-to-use-pspdfkit-for-react-native-with-expo/) on the topic.
41
+
- A [development environment](https://reactnative.dev/docs/environment-setup) for running React Native projects using the React Native CLI. If you’re using Expo, [check out our blog post](https://www.nutrient.io/blog/how-to-use-pspdfkit-for-react-native-with-expo/) on the topic.
The PSPDFKit React Native dependency is installed from the GitHub repository and not the `npm` registry. To install the PSPDFKit React Native dependency, run `yarn add react-native-pspdfkit@github:PSPDFKit/react-native` in your project directory or `npm install github:PSPDFKit/react-native` if you’re using `npm`.
56
+
The Nutrient React Native SDK dependency is installed from the GitHub repository and not the `npm` registry. To install the Nutrient React Native SDK, run `yarn add react-native-pspdfkit@github:PSPDFKit/react-native` in your project directory or `npm install github:PSPDFKit/react-native` if you’re using `npm`.
57
57
58
58
### Getting Started
59
59
60
-
See our [Getting Started on React Native guide](https://pspdfkit.com/getting-started/react-native/?react-native-platform=android-ios&project=new-project) to integrate the SDK into your new or existing application, or follow the steps below:
60
+
See our [Getting Started on React Native guide](https://www.nutrient.io/getting-started/react-native/?react-native-platform=android-ios&project=new-project) to integrate the SDK into your new or existing application, or follow the steps below:
61
61
62
62
1. In the terminal app, change the current working directory to the location you wish to save your project. In this example, we’ll use the `~/Documents` directory:
63
63
@@ -77,7 +77,7 @@ See our [Getting Started on React Native guide](https://pspdfkit.com/getting-sta
1. Add the PDF document you want to display to your application by dragging it into your project. On the dialog that’s displayed, select Finish to accept the default integration options. You can use <ahref="https://pspdfkit.com/downloads/pspdfkit-ios-quickstart-guide.pdf"download="Document.pdf">this QuickStart Guide PDF</a> as an example.
172
+
1. Add the PDF document you want to display to your application by dragging it into your project. On the dialog that’s displayed, select Finish to accept the default integration options. You can use <ahref="https://www.nutrient.io/downloads/pspdfkit-ios-quickstart-guide.pdf"download="Document.pdf">this QuickStart Guide PDF</a> as an example.
@@ -246,7 +246,7 @@ Take a look at the instructions to get started [here](/samples/Catalog/README.md
246
246
247
247
### Configuration
248
248
249
-
Thebehaviourofthe`PSPDFKitView`componentcanbecustomizedusingtheconfigurationobject. Refertothe [`PDFConfiguration`](https://pspdfkit.com/api/react-native/PDFConfiguration.html) API documentation. The `PDFConfiguration` object can be passed as parameter in when creating the `PSPDFKitView` component, or when using the `PSPDFKit.present()` Native Module API.
249
+
Thebehaviourofthe`PSPDFKitView`componentcanbecustomizedusingtheconfigurationobject. Refertothe [`PDFConfiguration`](https://www.nutrient.io/api/react-native/PDFConfiguration.html) API documentation. The `PDFConfiguration` object can be passed as parameter in when creating the `PSPDFKitView` component, or when using the `PSPDFKit.present()` Native Module API.
Somereleasescontainchangesthatrequireupdatestoyourprojectsettingsorapplicationcode. Takealookatour [UpgradeandMigrationguides](https://pspdfkit.com/guides/react-native/upgrade/) after updating your PSPDFKit for React Native dependency.
262
+
Somereleasescontainchangesthatrequireupdatestoyourprojectsettingsorapplicationcode. Takealookatour [UpgradeandMigrationguides](https://www.nutrient.io/guides/react-native/upgrade/) after updating your Nutrient React Native SDK dependency.
0 commit comments