Skip to content

Releases: PSPDFKit/react-native

1.26.0

23 Sep 15:15
Compare
Choose a tag to compare
  • Update for PSPDFKit 9 for iOS.

1.25.8

09 Sep 10:25
0389196
Compare
Choose a tag to compare
  • Add setLicenseKey method to Android. (#290)
  • Add disableAutomaticSaving configuration to Android. (#289)

1.0.0-legacy

04 Sep 13:12
0015613
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds getAllAnnotations() JavaScript API to query all annotation from a document. (#167)