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
+16-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,26 @@
1
1
## Newest Release
2
2
3
+
### 2.9.0 - 22 Mar 2024
4
+
5
+
- Adds new getConfiguration method to retrieve current PSPDFKitView configuration options. (J#HYB-192)
6
+
- Adds the option to open a password protected document through configuration. (J#HYB-213)
7
+
- Adds the ability to add custom toolbar buttons to the PSPDFKit toolbar. (J#HYB-198)
8
+
- Adds support for new `MeasurementValueConfiguration` configuration option, replacing deprecated `setMeasurementScale` and `setMeasurementPrecision` methods. (J#HYB-205)
9
+
- Updates `showPageLabels` property to also control page number overlay on Android. (J#HYB-223)
10
+
- Updates for PSPDFKit 2024.1.2 for Android.
11
+
- Updates for PSPDFKit 13.3.3 for iOS.
12
+
- Fixes issue of document URIs with file:/// scheme on iOS. (#43160)
13
+
- Fixes issue where `onDocumentLoaded` callback was not called on Android. (#43187)
14
+
- Fixes signatureSavingStrategy configuration option to save signature if enabled. (J#HYB-210)
15
+
- Fixes `spreadFitting` configuration option behaviour on iOS. (J#HYB-222)
16
+
17
+
## Previous Releases
18
+
3
19
### 2.8.1 - 27 Feb 2024
4
20
5
21
- Updates for PSPDFKit 13.3.1 for iOS. (#43565)
6
22
- Removes `scrollViewInsetAdjustment`, `spreadFitting` and `allowedMenuActions` configuration options which are deprecated in PSPDFKit for iOS. (#43565)
7
23
8
-
## Previous Releases
9
-
10
24
### 2.8.0 - 18 Dec 2023
11
25
12
26
- Adds TypeScript types support to PSPDFKit plugin. (#42380)
0 commit comments