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
+17-9
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,31 @@
1
1
## Newest Release
2
2
3
+
### 3.12.1 - 11 Sep 2024
4
+
5
+
- Updates for PSPDFKit 2024.5.1 for Android. (J#HYB-506)
6
+
- Updates for PSPDFKit 13.9.1 for iOS. (J#HYB-506)
7
+
- PSPDFKit for Flutter now requires Flutter 3.24.1 or later.
8
+
- Fixes an issue where some annotation toolbar items are not displayed when custom grouping is used. (J#HYB-440)
9
+
- Fixes an issue where `onDocumentLoaded` is triggered multiple times. (J#HYB-494)
10
+
11
+
## Previous Releases
12
+
3
13
### 3.12.0 - 30 Jul 2024
4
14
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)
15
+
- Adds `zoomToRect` and `getVisibleRect` APIs to `PspdfkitWidgetController`. (J#HYB-429)
16
+
-Adds`processAnnotations` API support for Android. (J#HYB-426)
17
+
-Updates the `processAnnotations` parameter types to `AnnotationType` and `AnnotationProcessingMode` enums. (#44722)
8
18
- Updates for PSPDFKit 2024.4.0 for Android. (J#HYB-422)
9
19
- Updates for PSPDFKit 13.8.0 for iOS. (J#HYB-422)
10
20
11
-
## Previous Releases
12
-
13
21
### 3.11.0 - 21 Jun 2024
14
22
15
-
- Adds API to get form filed properties to PdfDocument. (J#HYB-169)
16
-
- Adds instant synchronization support on Web. (J#HYB-377)
23
+
- Adds API to get form filled properties to `PdfDocument`. (J#HYB-169)
24
+
- Adds Instant synchronization support on Web. (J#HYB-377)
17
25
18
26
### 3.10.1 - 28 May 2024
19
27
20
-
- Fixes issue where ViewUtils.generateViewId() cannot be resolved. (J#HYB-379)
28
+
- Fixes an issue where `ViewUtils.generateViewId()` cannot be resolved. (J#HYB-379)
21
29
22
30
### 3.10.0 - 03 May 2024
23
31
@@ -137,7 +145,7 @@
137
145
138
146
### 3.2.0 - 14 Feb 2022
139
147
140
-
- This release requires you to update your Android project's `compileSdkVersion` to version 31. Please refer to [our migration guide](https://pspdfkit.com/guides/flutter/migration-guides/flutter-3-2-migration-guide/) for this release.
148
+
- This release requires you to update your Android project's `compileSdkVersion` to version 31. Please refer to [our migration guide](https://pspdfkit.com/guides/flutter/migration-guides/flutter-3-2-migration-guide) for this release.
141
149
- PSPDFKit now requires Flutter 2.10.1 or later. (#33016)
142
150
- Adds a new configuration option to disable autosave. (#32857)
143
151
- Adds a new example illustrating manual saving of documents with autosave disabled. (#32857)
0 commit comments