Skip to content

Releases: PSPDFKit/PSPDFKit-Cordova

1.1.0

22 Sep 14:05
Compare
Choose a tag to compare
  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12 (#33)

1.0.18

10 Aug 13:26
d21b770
Compare
Choose a tag to compare
  • Adds annotations events on iOS (#32).

Usage:

PSPDFKit.addEventListener('onAnnotationsChanged', function(event){
  console.log('Changed annotations: ' + JSON.stringify(event["annotations"]));
});

PSPDFKit.addEventListener('onAnnotationsAdded', function(event){
  console.log('Added annotations: ' + JSON.stringify(event["annotations"]));
});

PSPDFKit.addEventListener('onAnnotationsRemoved', function(event){
  console.log('Removed annotations: ' + JSON.stringify(event["annotations"]));
});

1.0.17

15 Jul 11:54
ebbad55
Compare
Choose a tag to compare
  • PSPDFKit 6.5 for Android update (#31)

1.0.16

14 Jul 13:40
9a7edf5
Compare
Choose a tag to compare
  • Update for PSPDFKit 9.5 for iOS. (#30)

1.0.15

18 Jun 10:55
8b28574
Compare
Choose a tag to compare
  • PSPDFKit 6.4 for Android update (#29)

1.0.14

17 Jun 16:34
Compare
Choose a tag to compare
  • Update for PSPDFKit 9.4 for iOS. (#28)

1.0.13

24 Apr 14:23
Compare
Choose a tag to compare
  • Adds setGlobalOptions() on iOS. (#27)

1.0.12

17 Apr 07:36
6423add
Compare
Choose a tag to compare
  • Updates to PSPDFKit 6.3 for Android. (#26)

1.0.11

07 Apr 15:14
1b34f56
Compare
Choose a tag to compare
  • Fixes configuration adapter issues when used on Android. (#25)

1.0.10

01 Apr 11:48
6bcca5b
Compare
Choose a tag to compare
  • Update for PSPDFKit 9.3 for iOS. (#23)