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
+19-2
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,26 @@
1
1
## Newest Release
2
2
3
+
### 3.12.0 - 30 Jul 2024
4
+
5
+
- Adds `zoomToRect` and `getVisibleRect` APIs to PspdfkitWidgetController. (J#HYB-429)
6
+
- Added `processAnnotations` API support for Android. (J#HYB-426)
7
+
- Updated the `processAnnotations` parameter types to enums `AnnotationType` and `AnnotationProcessingMode`. (#44722)
8
+
- Updates for PSPDFKit 2024.4.0 for Android. (J#HYB-422)
9
+
- Updates for PSPDFKit 13.8.0 for iOS. (J#HYB-422)
10
+
11
+
## Previous Releases
12
+
3
13
### 3.11.0 - 21 Jun 2024
14
+
4
15
- Adds API to get form filed properties to PdfDocument. (J#HYB-169)
5
16
- Adds instant synchronization support on Web. (J#HYB-377)
6
17
7
-
## Previous Releases
8
-
9
18
### 3.10.1 - 28 May 2024
19
+
10
20
- Fixes issue where ViewUtils.generateViewId() cannot be resolved. (J#HYB-379)
11
21
12
22
### 3.10.0 - 03 May 2024
23
+
13
24
- Adds APIs to get page information such as size, rotation, and label. (J#HYB-195)
14
25
- Adds document load callbacks to `PspdfkitWidget`. (J#HYB-195)
15
26
- Adds page change callback to `PspdfkitWidget`. (J#HYB-195)
@@ -18,6 +29,7 @@
18
29
- Updates for PSPDFKit 13.4.1 for iOS.
19
30
20
31
### 3.9.1 - 12 Apr 2024
32
+
21
33
- Downgrades to AGP 7.* for backward compatibility (J#HYB-290)
22
34
- Allow null value for `Pspdfkit.setLicenseKey` (J#HYB-294)
23
35
- Updates for PSPDFKit 2024.2.1 for Android (J#HYB-303)
@@ -38,9 +50,11 @@
38
50
- Fixes issue where annotation toolbar items are not being displayed on Web. (J#HYB-217)
39
51
40
52
### 3.8.1 - 14 Feb 2024
53
+
41
54
- Fixes callbacks when Pspdfkit.present() is used. (J#HYB-204)
42
55
43
56
### 3.8.0 - 06 Feb 2024
57
+
44
58
- Adds Flutter for Web support. (#42151)
45
59
- Replaces configuration `Map` with a dedicated `PdfConfiguration` class. (#42191)
46
60
- Deprecates imports for `package:pspdfkit_flutter/widgets/pspdfkit_widget.dart` and `package:pspdfkit_flutter/widgets/pspdfkit_widget_controller.dart`.
@@ -68,17 +82,20 @@
68
82
- Updates example catalog with PspdfkitWidget usage. (#40861)
69
83
70
84
### 3.6.0 - 08 May 2023
85
+
71
86
- Adds measurement tools. (#39806)
72
87
- Updates for PSPDFKit 8.6.0 for Android. (#39501)
73
88
- Updates for PSPDFKit 12.2 for iOS. (#39995)
74
89
75
90
### 3.5.1 - 15 Mar 2023
91
+
76
92
- Updates iOS license initialization in the example catalog. (#38999)
77
93
- Updates Instant web demo links. (#39018)
78
94
- Updates for PSPDFKit 8.5.1 for Android. (#39090)
0 commit comments