Skip to content

Releases: PSPDFKit/react-native

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)

1.25.0

06 Aug 13:40
17e895f
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Improves error handling for annotation manipulations functions on iOS. (#261)

1.24.7

18 Jul 13:37
0fb1fce
Compare
Choose a tag to compare

1.24.6

16 Jul 15:07
610e292
Compare
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
Compare
Choose a tag to compare
  • Fixes memory leak issue in react native windows with newtonsoft.

1.24.4

11 Jul 09:06
3963653
Compare
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.

1.24.3

01 Jul 15:52
93c7814
Compare
Choose a tag to compare
Bump version to 1.24.3 (#242)

1.24.2

19 Jun 11:09
fb77b20
Compare
Choose a tag to compare
  • Improves the CocoaPods integration. (#235)