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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 4.3.1 — 22 Apr 2026
2
+
3
+
- Fixes a crash when setting the `toolbarPosition` without the Document Editor component in the Nutrient license. (J#HYB-991)
4
+
1
5
## 4.3.0 — 17 Mar 2026
2
6
3
7
- Adds the `onShouldExecuteAction` callback and `executeAction` API to `NutrientView` to control whether an annotation action should execute. (J#HYB-926)
* @property { PDFConfiguration.IOSFileConflictResolution } [iOSFileConflictResolution] Resolution options for conflicts due to out of process file changes or deletion.
108
108
* @property { PDFConfiguration.IOSDocumentInfoOption[] } [iOSDocumentInfoOptions] Choose which document-related information to display in the document info controller.
109
109
* @property { PDFConfiguration.BooleanType } [androidEnableStylusOnDetection] Indicates whether we should automatically detect the stylus. Enabling this will automatically disable all other inputs once we detect stylus use. Defaults to true.
110
-
* @property { PDFConfiguration.ToolbarPosition } [toolbarPosition] Sets the position of the annotation toolbar.
111
-
* @property { PDFConfiguration.ToolbarPosition[] } [supportedToolbarPositions] Sets the available positions for the annotation toolbar.
110
+
* @property { PDFConfiguration.ToolbarPosition } [toolbarPosition] Sets the position of the annotation and document editing toolbars.
111
+
* @property { PDFConfiguration.ToolbarPosition[] } [supportedToolbarPositions] Sets the available positions for the annotation and document editing toolbars.
Copy file name to clipboardExpand all lines: src/configuration/PDFConfiguration.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ import { AIAssistantConfiguration } from './AIAssistantConfiguration';
107
107
* @property { PDFConfiguration.IOSFileConflictResolution } [iOSFileConflictResolution] Resolution options for conflicts due to out of process file changes or deletion.
108
108
* @property { PDFConfiguration.IOSDocumentInfoOption[] } [iOSDocumentInfoOptions] Choose which document-related information to display in the document info controller.
109
109
* @property { PDFConfiguration.BooleanType } [androidEnableStylusOnDetection] Indicates whether we should automatically detect the stylus. Enabling this will automatically disable all other inputs once we detect stylus use. Defaults to true.
110
-
* @property { PDFConfiguration.ToolbarPosition } [toolbarPosition] Sets the position of the annotation toolbar.
111
-
* @property { PDFConfiguration.ToolbarPosition[] } [supportedToolbarPositions] Sets the available positions for the annotation toolbar.
110
+
* @property { PDFConfiguration.ToolbarPosition } [toolbarPosition] Sets the position of the annotation and document editing toolbars.
111
+
* @property { PDFConfiguration.ToolbarPosition[] } [supportedToolbarPositions] Sets the available positions for the annotation and document editing toolbars.
0 commit comments