Skip to content

Commit f2c88e1

Browse files
committed
v2.4.1 release
1 parent c871d72 commit f2c88e1

File tree

60 files changed

+2340
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2340
-142
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1+
## 2.4.1
2+
3+
1. Added the features support for ComPDFKit PDF SDK for iOS V2.4.1.
4+
2. Added the features support for ComPDFKit PDF SDK for Android V2.4.1.
5+
3. Added API to switch between different annotation types in annotation mode.
6+
4. Added Undo and Redo APIs for annotation actions.
7+
5. Added configuration option to hide the bottom annotation toolbar in annotation mode.
8+
6. Added support for context menu configuration.
9+
7. Introduced `CPDFReaderSliderBar`, a sidebar component for fast scrolling.
10+
8. Added callback for tapping on the PDF page area.
11+
9. Adapted Android platform to support 16KB page sizes.
12+
10. Optimized document saving logic on iOS.
13+
11. Fixed an issue where some APIs became unresponsive, causing blocking behavior.
14+
12. Fixed a bug where `CPDFDocument` was not immediately available after creating `CPDFReaderWidgetController`.
15+
13. Fixed an issue where the read-only (`readOnly`) setting had no effect on Android.
16+
14. Fixed a bug where the `page.removeAnnotation()` API could not delete annotations on Android.
17+
15. Fixed an issue where `getReadBackgroundColor()` returned the wrong color on iOS.
18+
19+
20+
121
## 2.4.0+1
22+
223
1. Fixed the issue of `flattenAllPages()` not working.
324
## 2.4.0
425

0 commit comments

Comments
 (0)