Skip to content

Releases: ComPDFKit/compdfkit-pdf-sdk-react-native

2.6.6

08 May 11:46

Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS V2.6.6.
  2. Added the features support for ComPDFKit PDF SDK for Android V2.6.6.
  3. Added the reader controller API to open the document information view.
  4. Added event callbacks for closing annotation, form, and content editing property panels.
  5. Added event callback for the search back button click.
  6. Removed the default storage permission request logic when opening CPDFReaderView on Android.

Issues Addressed

  1. Fixed a crash when clicking the rotate icon on a stamp annotation on Android.
  2. Fixed an issue on iOS where setting the default border width for content editing had no effect.
  3. Fixed an issue on iOS where the top toolbar was displayed after clicking Share in the snapshot feature.

Contact us
Email: support@compdf.com

2.6.5

13 Apr 08:20

Choose a tag to compare

New Features

  1. Upgraded iOS ComPDFKit PDF SDK to 2.6.5
  2. Upgraded Android ComPDFKit PDF SDK to 2.6.5
  3. Refactored the Example project for clearer usage demonstrations
  4. Added annotation appearance rendering API
  5. Added support for multiple image annotation creation methods
  6. Improved SDK compatibility to support lower React Native versions
  7. Added official Expo config plugin to auto-inject iOS pods during expo prebuild and EAS Build, while maintaining RN CLI compatibility
  8. Optimized preloading in iOS non-continuous page mode to reduce blank time during page transitions
  9. Updated the More menu UI on iOS
  10. Adapted to minimum device requirements for newer Xcode versions on iOS

Issues Addressed

  1. Optimized Android online license verification for improved concurrency safety and stability
  2. Improved touch handling logic in Android editing mode to reduce crash risks
  3. Fixed a potential crash in CPDFPageView on Android caused by invalid page state during touch events
  4. Fixed an issue on Android where images might not be visible when dragged on rotated pages
  5. Fixed an issue on Android where editing text could cause incorrect text layering
  6. Fixed an issue on iOS where page position could be lost after device rotation
  7. Fixed abnormal zoom rendering in iOS non-continuous mode
  8. Fixed an issue where COPY menu content appeared empty on iOS

Contact us
Email: support@compdf.com

2.6.4

13 Apr 08:20

Choose a tag to compare

Issues Addressed

  1. Optimize URI navigation logic to support custom schemes

Contact us
Email: support@compdf.com

2.6.3

04 Mar 07:15

Choose a tag to compare

Issues Addressed

  • Fixed an issue with the document.open() API on iOS.
  • Fixed TypeScript TS1205 errors when using the library in projects with isolatedModules enabled (e.g., Expo projects) by using export type for type-only re-exports.

Contact us
Email: support@compdf.com

2.6.2

27 Feb 10:34

Choose a tag to compare

New Features

  1. Added feature support for ComPDFKit PDF SDK for iOS V2.6.2.
  2. Added feature support for ComPDFKit PDF SDK for Android V2.6.2.
  3. Added support for customizing click actions for note and hyperlink annotations.

Issues Addressed

  1. Fixed an issue on Android where CPDFPageView.onDetachedFromWindow() could cause crashes and ANR under specific scenarios.
  2. Optimized Android obfuscation configuration by enabling ProGuard optimization options to improve build stability and code security.

Contact us
Email: support@compdf.com

2.6.1

06 Feb 09:40

Choose a tag to compare

Issues Addressed

  1. Fixed a crash issue when editing text in some document contents.

Contact us
Email: support@compdf.com

2.6.0

02 Feb 11:21

Choose a tag to compare

New Features

  1. Added feature support for ComPDFKit PDF SDK for iOS V2.6.0.
  2. Added feature support for ComPDFKit PDF SDK for Android V2.6.0.
  3. Added a dynamic font loading API.
  4. Added double-tap zoom support for pages.
  5. Added APIs for outlines and bookmarks.
  6. Added APIs for creating annotations and forms.
  7. Added APIs for creating text and images in content editing mode.
  8. Added APIs for modifying annotation and form properties.
  9. Added callback APIs for annotation, form, and content editing interactions.
  10. Added support for custom top toolbar menus.
  11. Added support for custom context menus.
  12. Added support for creating custom content for signature and stamp annotations.
  13. Added APIs to retrieve document information and permission details.
  14. Added an API to retrieve available font lists.
  15. Added APIs to customize selected annotation and form borders and selected text styles.
  16. Added APIs for inserting, deleting, and moving pages.
  17. Added an API to specify the initial page when opening a document.

Issues Addressed

  1. Fixed an input abnormality issue on Android when using certain input methods in content editing mode.
  2. Fixed a zoom jitter issue on Android in documents with a large number of pages.

2.5.3

10 Dec 10:01

Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS V2.5.3.
  2. Added the features support for ComPDFKit PDF SDK for Android V2.5.3.
  3. Added support for displaying 3D annotations.

Issues Addressed

  1. Fixed a null pointer exception when calling CPDFPage.getEditPage() on Android.
  2. Fixed inconsistent color retrieval between FreeText annotations and content editing text on Android.
  3. Fixed a memory leak issue in CPDFPageView on Android.
  4. Fixed an italic text display issue in content editing mode on Android.
  5. Fixed an issue where the font size became smaller after changing the text color in content editing mode on Android.
  6. Fixed an appearance refresh issue when initializing Push Button widgets on iOS.
  7. Fixed an issue where ink annotations were not saved when exiting directly on iOS.
  8. Fixed an issue where cross-page search highlights were not displayed on iOS.
  9. Fixed an issue where setting the mainToolbarVisible property caused the bottom toolbar to be hidden on iOS.

2.5.2-1

03 Nov 08:51

Choose a tag to compare

Issues Addressed

  1. Fixed the issue where adding a signature could not be saved.

2.5.1

03 Nov 03:42

Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS V2.5.1.
  2. Added the features support for ComPDFKit PDF SDK for Android V2.5.1.
  3. Adapted to Androidx Material version 1.13.0
  4. Added API for page rotation

Issues Addressed

  1. Android: Fixed crash issue when searching text containing special characters