Releases: PSPDFKit/react-native
Releases · PSPDFKit/react-native
1.23.5
08 Apr 12:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #202 from PSPDFKit/github-templates
Add Github issue and pull request templates
1.23.3
01 Apr 16:23
Compare
Sorry, something went wrong.
No results found
Merge pull request #201 from PSPDFKit/release-1.23.3
Release 1.23.3
1.23.2
22 Mar 12:51
Compare
Sorry, something went wrong.
No results found
Merge pull request #192 from PSPDFKit/release-1.23.2
Release 1.23.2
1.23.1
19 Mar 12:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update for PSPDFKit 8.1.3 for iOS.
1.22.0
15 Nov 10:02
Compare
Sorry, something went wrong.
No results found
Update PSPDFKit to 5.0.1 for Android (#141 )
1.21.1
25 Oct 14:23
Compare
Sorry, something went wrong.
No results found
Remove invalid setting option on iOS. (8603e34 )
1.21.0
17 Oct 12:09
Compare
Sorry, something went wrong.
No results found
Update for PSPDFKit 8 for iOS. (#131 )
1.20.0
28 Aug 13:51
Compare
Sorry, something went wrong.
No results found
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