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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 5.1.0 - 04 Sep 2025
2
+
3
+
- Adds the `androidShowAnnotationCreationAction` configuration option to hide the default annotation creation button while keeping annotation editing functionality enabled on Android. (J#HYB-864)
4
+
- Adds `OfficeConversionSettings` for configuring Office document conversion parameters in Nutrient Flutter Web, including spreadsheet dimension controls. (J#HYB-861)
5
+
- Adds annotation contextual menu customization support with `AnnotationMenuConfiguration`. (J#HYB-683)
6
+
- Improves event listeners handling for better performance and reliability. (J#HYB-868)
7
+
- Updates to Nutrient iOS SDK 14.12.0 with the latest features and fixes.
8
+
- Updates to Nutrient Android SDK 10.5.0 with the latest features and fixes.
9
+
- Updates Kotlin version to 2.1.20 for compatibility with Nutrient Android SDK 10.6.0.
10
+
- Fixes an iOS issue where the signature dialog would immediately dismiss when entering annotation creation mode programmatically. (J#HYB-859)
11
+
- Fixes an Android race condition when calling `getPageInfo` immediately after `onDocumentLoaded` on a cold start. (J#HYB-870)
12
+
1
13
## 5.0.1 - 24 Jul 2025
2
14
3
15
- Update README.md files to include the latest rebranding changes for Nutrient Flutter SDK. (J#HYB-842)
0 commit comments