Skip to content

Releases: PSPDFKit/react-native

1.0.0-legacy

04 Sep 13:12
0015613

Choose a tag to compare

• Initial release of the windows support branch. See https://github.com/PSPDFKit/react-native/issues/294
• Added getAllAnnotations to retrieve all annotations for a document.
• Updated PSPDFKit for Windows to 2.3.1

1.25.7

31 Aug 16:59
b711d29

Choose a tag to compare

  • Added a comment to explain why we dismiss he PSPDFViewController in -[RCTPSPDFKitView removeFromSuperview] . (#287 )

1.25.6

28 Aug 15:20
40b46cb

Choose a tag to compare

  • Fixed a crash that would occur when adding an invalid Instant JSON payload. (#284)

1.25.5

28 Aug 11:40
eb2a80f

Choose a tag to compare

  • Dismiss the PDF view controller when the view component is unmounted to avoid orphan popovers. (#280)

1.25.4

14 Aug 14:06
7610b84

Choose a tag to compare

Fixes reloading causing the PdfView to get into a state where it never loads. (#269)

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)