Skip to content

Releases: PSPDFKit/react-native

1.23.5

08 Apr 12:04
6215cea

Choose a tag to compare

Fix set toolbar promise. (#208)

Mistakenly did not handle the promise for set toolbar and therefore it was never fired. Same is true for the error.

1.23.4

02 Apr 13:56
be86e31

Choose a tag to compare

Merge pull request #202 from PSPDFKit/github-templates

Add Github issue and pull request templates

1.23.3

01 Apr 16:23
3b2605f

Choose a tag to compare

Merge pull request #201 from PSPDFKit/release-1.23.3

Release 1.23.3

1.23.2

22 Mar 12:51
67b572e

Choose a tag to compare

Merge pull request #192 from PSPDFKit/release-1.23.2

Release 1.23.2

1.23.1

19 Mar 12:53
a5e24ca

Choose a tag to compare

UWP: Update to PSPDFKit for Windows 1.11.0 (#186)

UWP: Update to PSPDFKit for Windows 1.11.0

1.23.0

15 Jan 14:02
0b39ad6

Choose a tag to compare

  • Update for PSPDFKit 8.1.3 for iOS.

1.22.0

15 Nov 10:02
4d5984e

Choose a tag to compare

  • Update PSPDFKit to 5.0.1 for Android (#141)

1.21.1

25 Oct 14:23

Choose a tag to compare

  • Remove invalid setting option on iOS. (8603e34)

1.21.0

17 Oct 12:09

Choose a tag to compare

  • Update for PSPDFKit 8 for iOS. (#131)

1.20.0

28 Aug 13:51
d96b600

Choose a tag to compare

  • Adds the ability to programmatically toggle the annotation toolbar. (#105, #108)
  • Adds Programmatic PDF form filling. (#106, #107)
  • Adds Event Listeners Catalog example.
  • Adds API and Catalog example to manually save a document.
  • Add catalog example for changing pages. (#98)
  • Adds getAnnotations to get all annotations of a page
  • Adds addAnnotation to add a single annotation using Instant JSON
  • Adds getAllUnsavedAnnotations to export the document Instant JSON.
  • Adds addAnnotations to parse the document Instant JSON.
  • Adds disableAutomaticSaving prop to disable automatic saving when exiting the document.
  • Adds annotationAuthorName prop to set the annotation author used when creating annotations.
  • Adds callbacks for when an annotation is added, changed or deleted