Skip to content

Releases: PSPDFKit/react-native

1.25.3

13 Aug 11:42
122b895

Choose a tag to compare

  • Update the integration steps now that linking is automatic via CocoaPods. (#265)

1.25.2

09 Aug 07:35
1e501a8

Choose a tag to compare

Fixes issue with trial maven keys. (#266)
Updates PSPDFKit for Android from 5.5.0 to 5.5.1.

1.25.1

08 Aug 12:08
6ce0179

Choose a tag to compare

  • Adds getAllAnnotations() JavaScript API to query all annotation from a document. (#167)

1.25.0

06 Aug 13:40
17e895f

Choose a tag to compare

This release bumps the required react-native version to 0.60.4. (#263)

  • The PSPDFKit version on Android was updated to 5.5.0.
  • We now require AndroidX, make sure to look at the official release blog for more information on the migration.

1.24.9

25 Jul 16:05
77dd26d

Choose a tag to compare

  • Annotation modification methods now return a promise on Android (#251, #250)
  • Changing the configuration prop now updates the PdfFragment on Android (#252)

1.24.8

25 Jul 15:51
3c473ce

Choose a tag to compare

  • Improves error handling for annotation manipulations functions on iOS. (#261)

1.24.7

18 Jul 13:37
0fb1fce

Choose a tag to compare

1.24.6

16 Jul 15:07
610e292

Choose a tag to compare

  • Adds toolbarTitle Javascript API to override the iOS toolbar title. (#255)
  • Updated the README to add a section about how to Customize the Toolbar Buttons. (#256)

1.24.5

15 Jul 14:45
04aee96

Choose a tag to compare

  • Fixes memory leak issue in react native windows with newtonsoft.

1.24.4

11 Jul 09:06
3963653

Choose a tag to compare

  • Restores support for react-native 0.57 on Android.
  • Adds onDocumentLoadFailed callback on iOS / Android
  • Improves document path resolution on Android.