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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 4.1.0 — 30 Jan 2026
2
+
3
+
- Adds the `updateAnnotations` API to `PDFDocument` to update existing annotation properties. (J#HYB-828)
4
+
- Adds the `setUserInterfaceVisible` API to `NutrientView` to toggle the visibility of the user interface controls. (J#HYB-923)
5
+
- Adds the `toolbarPosition` and `supportedToolbarPositions` options to the `PDFConfiguration` object to control the annotation toolbar position. (J#HYB-922)
6
+
- Adds the `addTextFormField` and `addElectronicSignatureFormField` APIs to support programmatic form field creation. (J#HYB-924)
7
+
- Updates the base `Annotation` model to expose the `group` property to control annotation grouping. (J#HYB-889)
8
+
- Updates for Nutrient Android SDK 10.10.1.
9
+
- Updates for Nutrient iOS SDK 26.4.0.
10
+
- Fixes an issue where the `RemoteDocumentConfiguration` wasn’t being applied on iOS when opening a remote document. (J#HYB-939)
11
+
1
12
## 4.0.1 — 28 Nov 2025
2
13
3
14
- Fixes an issue where the `setLicenseKeys` API could throw an error on iOS. (J#HYB-916)
@@ -6,6 +17,8 @@
6
17
7
18
- Adds support for React Native’s new architecture. (J#HYB-847)
8
19
- Updates the `onDocumentLoadFailed` and `DocumentEvent.LOAD_FAILED` events to include a reason code and message. (J#HYB-903)
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 @nutrient-sdk/react-native` in your project directory or `npm install @nutrient-sdk/react-native` if you’re using `npm`.
54
+
To install the Nutrient React Native SDK, run `yarn add @nutrient-sdk/react-native` in your project directory or `npm install @nutrient-sdk/react-native` if you’re using `npm`.
55
55
56
56
### Getting Started
57
57
@@ -244,7 +244,7 @@ Take a look at the instructions to get started [here](/samples/Catalog/README.md
244
244
245
245
### Configuration
246
246
247
-
Thebehaviourofthe`NutrientView`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 `NutrientView` component, or when using the `Nutrient.present()` Native Module API.
247
+
Thebehaviourofthe`NutrientView`componentcanbecustomizedusingtheconfigurationobject. Refertothe [`PDFConfiguration`](https://www.nutrient.io/api/react-native/PDFConfiguration.html) API documentation. The `PDFConfiguration` object can be passed as a prop when creating the `NutrientView` component, or a parameter when using the `Nutrient.present()` Native Module API.
248
248
249
249
```typescript
250
250
const configuration: PDFConfiguration = {
@@ -266,6 +266,6 @@ For Troubleshooting common issues you might encounter when setting up the Nutrie
0 commit comments