Skip to content

Releases: PSPDFKit/react-native

2.7.0

07 Sep 16:32
Compare
Choose a tag to compare

Newest Release

2.7.0 - 07 Sep 2023

  • Adds Annotation Preset customization. (#41528)
  • Updates for PSPDFKit 8.8.1 for Android. (#41910)
  • Updates for PSPDFKit 12.3.1 for iOS. (#41910)
  • Updates the deployment target to iOS 15. (#39956)
  • Fixed issue where configuration is overridden by ToolbarMenuItems. (#41681)
  • Fixed issue where PDF generation returns "can not get property of null" on iOS. (#41247)
  • Fixed annotation toolbar menu grouping customization values. (#41197)
  • Fixed issue where the close button is not displayed on iOS. (#41710)
  • Fixed issue where showCloseButton config removes all other BarButtonItems on iOS. (#41731)
  • Fixed issue where presentInstant uses different parameters on iOS and Android. (#41922)

Previous Releases

2.6.1 - 19 Jun 2023

  • Updates for PSPDFKit 8.7.3 for Android. (#40880)
  • Updates for PSPDFKit 12.3 for iOS. (##40880)
  • Fixes issue when showThumbnailBar is set to pinned (#40807)

2.6.0 - 05 Jun 2023

  • Adds measurement tools configurations (#40296)
  • Updates for PSPDFKit 8.7.2 for Android. (#40697)
  • Updates for PSPDFKit 12.2 for iOS. (#40697)
  • Fixes annotation tools subgroups selection with menuItem grouping customization (#40593)

2.5.2 - 13 Apr 2023

  • Fixes missing RXJava dependencies for Android. (#39813)

2.5.1 - 03 Apr 2023

  • Updated NativeCatalog configuration and replaced deprecated AppDelegate.m
  • Bumps PSPDFKit for Android version to 8.6.0

2.5.0 - 23 Mar 2023

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native
  • Updates for PSPDFKit for Android 8.5.1
  • Updates for PSPDFKit for iOS 12.1.3
  • PSPDFKit now requires React Native 0.71.0 or later.

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for...
Read more

2.6.1

19 Jun 15:32
Compare
Choose a tag to compare

Newest Release

2.6.1 - 19 Jun 2023

  • Updates for PSPDFKit 8.7.3 for Android. (#40880)
  • Updates for PSPDFKit 12.3 for iOS. (##40880)
  • Fixes issue when showThumbnailBar is set to pinned (#40807)

Previous Releases

2.6.0 - 05 Jun 2023

  • Adds measurement tools configurations (#40296)
  • Updates for PSPDFKit 8.7.2 for Android. (#40697)
  • Updates for PSPDFKit 12.2 for iOS. (#40697)
  • Fixes annotation tools subgroups selection with menuItem grouping customization (#40593)

2.5.2 - 13 Apr 2023

  • Fixes missing RXJava dependencies for Android. (#39813)

2.5.1 - 03 Apr 2023

  • Updated NativeCatalog configuration and replaced deprecated AppDelegate.m
  • Bumps PSPDFKit for Android version to 8.6.0

2.5.0 - 23 Mar 2023

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native
  • Updates for PSPDFKit for Android 8.5.1
  • Updates for PSPDFKit for iOS 12.1.3
  • PSPDFKit now requires React Native 0.71.0 or later.

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from...
Read more

2.6.0

05 Jun 16:29
Compare
Choose a tag to compare

Newest Release

2.6.0 - 05 Jun 2023

  • Adds measurement tools configurations (#40296)
  • Updates for PSPDFKit 8.7.2 for Android. (#40697)
  • Updates for PSPDFKit 12.2 for iOS. (#40697)
  • Fixes annotation tools subgroups selection with menuItem grouping customization (#40593)

Previous Releases

2.5.2 - 13 Apr 2023

  • Fixes missing RXJava dependencies for Android. (#39813)

2.5.1 - 03 Apr 2023

  • Updated NativeCatalog configuration and replaced deprecated AppDelegate.m
  • Bumps PSPDFKit for Android version to 8.6.0

2.5.0 - 23 Mar 2023

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native
  • Updates for PSPDFKit for Android 8.5.1
  • Updates for PSPDFKit for iOS 12.1.3
  • PSPDFKit now requires React Native 0.71.0 or later.

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • U...
Read more

2.5.2

13 Apr 10:03
Compare
Choose a tag to compare

Newest Release

2.5.2 - 13 Apr 2023

  • Fixes missing RXJava dependencies for Android. (#39813)

Previous Releases

2.5.1 - 03 Apr 2023

  • Updated NativeCatalog configuration and replaced deprecated AppDelegate.m
  • Bumps PSPDFKit for Android version to 8.6.0

2.5.0 - 23 Mar 2023

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native
  • Updates for PSPDFKit for Android 8.5.1
  • Updates for PSPDFKit for iOS 12.1.3
  • PSPDFKit now requires React Native 0.71.0 or later.

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for...
Read more

2.5.1

03 Apr 22:24
Compare
Choose a tag to compare

Newest Release

2.5.1 - 03 Apr 2023

  • Updated NativeCatalog configuration and replaced deprecated AppDelegate.m
  • Bumps PSPDFKit for Android version to 8.6.0

Previous Releases

2.5.0 - 23 Mar 2023

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native
  • Updates for PSPDFKit for Android 8.5.1
  • Updates for PSPDFKit for iOS 12.1.3
  • PSPDFKit now requires React Native 0.71.0 or later.

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the f...
Read more

2.5.0

23 Mar 13:32
Compare
Choose a tag to compare

Newest Release

  • Added magic ink tool for Android annotation toolbar configuration. (#39174)
  • Upgrades React Native dependencies and project configuration to 0.71.2
  • Adds Instant JSON for React Native

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

Previous Releases

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the font picker on Android and iOS. (#363)
  • Updated the Catalog sample project dependencies. (#368)

1.29.1 - 27 Apr 2020

  • Adds enableFormEditing to configuration. (#365)

1.29.0 - 24 Apr 2020

  • Updates PSPDFKit for Android to 6.3. (#364)
  • Resolves #352.
  • Resolves #359.

1.28.7 - 15 Apr 2020...

Read more

2.4.2

03 Feb 13:49
Compare
Choose a tag to compare

Newest Release

2.4.2 - 01 Feb 2023

  • Fixes bug issue for deleting multiple annotations (#38518)
  • Bump PSPDFKit for Android version to 8.5.0
  • Bump PSPDFKit for iOS version to 12.0.3
  • Bump minimum SDK version compileSdkVersion to API 33

Previous Releases

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the font picker on Android and iOS. (#363)
  • Updated the Catalog sample project dependencies. (#368)

1.29.1 - 27 Apr 2020

  • Adds enableFormEditing to configuration. (#365)

1.29.0 - 24 Apr 2020

  • Updates PSPDFKit for Android to 6.3. (#364)
  • Resolves #352.
  • Resolves #359.

1.28.7 - 15 Apr 2020

  • Bridges the Instant Example from the iOS PSPDFKit Catalog to the NativeCatalog React Native project. (#362)

1.28.6 - 26 Mar 2020

  • Add support for hiding the main toolbar on Andr...
Read more

2.4.1

22 Nov 11:17
Compare
Choose a tag to compare

Newest Release

2.4.1 - 22 Nov 2022

  • Updates for PSPDFKit 12.0.1 for iOS.
  • Fixes Catalog example toolbar menu items not rendering. (#37368)
  • Fixes the Annotation Processing Catalog example. (#37534)

Previous Releases

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSPDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the font picker on Android and iOS. (#363)
  • Updated the Catalog sample project dependencies. (#368)

1.29.1 - 27 Apr 2020

  • Adds enableFormEditing to configuration. (#365)

1.29.0 - 24 Apr 2020

  • Updates PSPDFKit for Android to 6.3. (#364)
  • Resolves #352.
  • Resolves #359.

1.28.7 - 15 Apr 2020

  • Bridges the Instant Example from the iOS PSPDFKit Catalog to the NativeCatalog React Native project. (#362)

1.28.6 - 26 Mar 2020

  • Add support for hiding the main toolbar on Android. (#360)

1.28.5 - 25 Mar 2020

  • Fixes warning in the Xcode project by migrating the development region. (#361)

1.28.4 - 18 Mar 2020

  • Adds Native Catalog sample project with advanced integration examples on iOS. (...
Read more

2.4.0

25 Oct 15:25
Compare
Choose a tag to compare

Newest Release

2.4.0 - 25 Oct 2022

  • Adds PDF generation from HTML, images and template. (#36736)
  • Updates for PSPDFKit 8.4.1 for Android
  • Updates for PSPDFKit 12.0 for iOS

Previous Releases

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSKDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the font picker on Android and iOS. (#363)
  • Updated the Catalog sample project dependencies. (#368)

1.29.1 - 27 Apr 2020

  • Adds enableFormEditing to configuration. (#365)

1.29.0 - 24 Apr 2020

  • Updates PSPDFKit for Android to 6.3. (#364)
  • Resolves #352.
  • Resolves #359.

1.28.7 - 15 Apr 2020

  • Bridges the Instant Example from the iOS PSPDFKit Catalog to the NativeCatalog React Native project. (#362)

1.28.6 - 26 Mar 2020

  • Add support for hiding the main toolbar on Android. (#360)

1.28.5 - 25 Mar 2020

  • Fixes warning in the Xcode project by migrating the development region. (#361)

1.28.4 - 18 Mar 2020

  • Adds Native Catalog sample project with advanced integration examples on iOS. (#339)

1.28.3 - 16 Mar 2020

  • Reload the entire PSPDFViewController instead of only reloading the currently visible page when adding adding annotations via the addAnnotations API. (#357)...
Read more

2.3.1

26 Jul 15:11
Compare
Choose a tag to compare

Newest Release

2.3.1 - 22 Jul 2022

  • Updates for PSPDFKit 8.2.1 for Android. (#34430)

Previous Releases

2.3.0 - 19 Jul 2022

  • Adds Android Toolbar menu customization from PSPDFKitView properties. (#33417)
  • Adds handling multiple initializations exception. (#35079)
  • Updates the deployment target to iOS 14.0. (#33871)
  • Updates for PSPDFKit 11.4.0 for iOS. (#33485)
  • PSPDFKit now requires React Native 0.68 or later. (#33875)
  • PSPDFKit now requires Xcode 13.4.1 or later. (#32495)

2.2.2 - 15 Mar 2022

  • Adds image support to PSKDFKit.present() on Android. (#33312)
  • Adds a new Save As example to the Catalog example project. (#33376)
  • Updates for PSPDFKit 11.3.0 for iOS. (#33485)
  • Fixes React Native Annotation Processor API for Android. (#33189, #33302)

2.2.1 - 04 Mar 2022

  • Updates for PSPDFKit 8.1.2 for Android. (#33315)
  • Updates for PSPDFKit 11.2.4 for iOS. (#33315)
  • Fixes React Native Annotation Processor Catalog example for Android.(#33189)

2.2.0 - 14 Feb 2022

  • This release requires you to update your Android project's compileSdkVersion to version 31. Please refer to our migration guide for this release.
  • Adds a destroyView() function to PSPDFKitView to be used as a workaround for crash caused by a react-native-screens issue when navigating back. (#32960)
  • Improves the file structure of the Catalog sample project for better readability. (#32685)
  • Improves the file structure of the NativeCatalog sample project for better readability. (#32887)
  • Updates for PSPDFKit 8.1.1 for Android. (#33017)
  • Updates for PSPDFKit 11.2.2 for iOS. (#33017)
  • Fixes an issue where the spreadFitting configuration value is inverted on Android. (#32789)
  • Removes signingConfig from React Native Android's sample projects app-level build.gradle files. (#32767)

2.1.0 - 06 Jan 2022

  • Adds documentation for all the configuration options. (#31898)
  • Unifies the configuration options on Android and iOS. (#31898)
  • PSPDFKit now requires React Native 0.66.4 or later. (#32495)
  • PSPDFKit now requires Xcode 13.2.1 or later. (#32495)
  • Updates for PSPDFKit 11.2 for iOS. (#32495)
  • Fixes an issue where some examples using Form_example.pdf would not work. (#32495)

2.0.4 - 07 Dec 2021

  • Updates the Xcode build settings of the Catalog and Native Catalog example projects to work on iOS simulators on Apple Silicon Macs. (#32129)
  • Sets currentPageIndex in onStateChanged callbacks always to the currently visible page index. Also adds affectedPageIndex to get the page that is corresponding to the other states in the callback. (#31926)
  • PSPDFKit now requires React Native 0.66.3 or later. (#32119)
  • Updates for PSPDFKit 8.0.2 for Android. (#32119)

2.0.3 - 02 Nov 2021

  • PSPDFKit now requires React Native 0.66.1 or later. (#31744)
  • Updates for PSPDFKit 8.0.1 for Android. (#31744)
  • Updates for PSPDFKit 11.1 for iOS. (#31654)
  • Improves the repository's README. (#31633)

2.0.2 - 22 Oct 2021

  • Update to PSPDFKit for Android 8.
  • PSPDFKit now requires React Native 0.66.0 or later. (#31348)

2.0.1 - 05 Oct 2021

  • Re-add Java 8 language features. (#31288)

2.0.0 - 28 Sep 2021

  • Adds the ability to open TIFF images as Image Documents. (#30103)
  • Adds a setLicenseKeys method which accepts both Android and iOS license keys. (#30943)
  • Adds support for iOS 15. (#31008)
  • PSPDFKit now requires React Native 0.65.1 or later. (#30947)
  • PSPDFKit now requires Xcode 13 or later. (#31008)
  • Updates peerDependencies and devDependencies in package.json. (#30947)
  • Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)

1.32.2 - 30 Aug 2021

  • Migrate from ReactFragmentActivity to ReactActivity for compatibility with React Native 0.65.1. (#30771)

1.32.1 - 06 Aug 2021

  • Adds missing PSPDFSettingsOption cases to the configuration for the iOS platform. (#30458)

1.32.0 - 23 Jul 2021

  • Update for PSPDFKit 7 for Android. (#412)
  • Bump minimum SDK version androidMinSdkVersion to API 21. (#412)

1.31.6 - 07 Jul 2021

  • Fix Android Virtual Device link in the sample projects READMEs.

1.31.5 - 07 Jul 2021

  • Update for PSPDFKit 10.5 for iOS. (#409)
  • Update the minimum deployment target to iOS 13.0. (#409)
  • Update the getting started instructions for the Catalog and NativeCatalog example projects. (#409)

1.31.4 - 29 Jun 2021

  • Make sure page index is set when showing PDF. (#408)

1.31.3 - 22 Jun 2021

  • Add new “How to Open a PDF in React Native Using the Document Picker" blog post in the “Announcements” section. (#407)

1.31.2 - 21 Jun 2021

  • Bumped extend from 3.0.1 to 3.0.2 in /samples/Catalog. (#406)
  • Bumped lodash from 4.17.15 to 4.17.21 in /samples/NativeCatalog. (#405)

1.31.1 - 21 Jun 2021

  • Updated the Manual Signing example on iOS to use the new Electronic Signatures API. (#404)
  • Bumped glob-parent from 5.1.0 to 5.1.2 in /samples/NativeCatalog. (#404)

1.31.0 - 26 May 2021

  • Remove the trial license key requirement. (#403)
  • Update to PSPDFKit for Android version 6.6.2. (#403)
  • Update the README to clarify the Requirements section. (#403)
  • Update the README to simplify the Getting Started section. (#403)

1.30.18 - 19 May 2021

  • Adds a README file for the Catalog example project. (#402)
  • Updates the ConfiguredPDFViewComponent iOS example to show the settings button in navigation bar. (#402)
  • Fixes issue where the pageIndex prop needed to be set before the document prop. (#402)

1.30.17 - 13 May 2021

  • Bumped hosted-git-info from 2.8.5 to 2.8.9 in /samples/NativeCatalog. (#401)

1.30.16 - 10 May 2021

  • Bumped handlebars from 4.7.6 to 4.7.7 in /samples/Catalog. (#398)
  • Bumped lodash from 4.17.19 to 4.17.21 in /samples/Catalog. (#399)
  • Bumped hosted-git-info from 2.6.0 to 2.8.9 in /samples/Catalog. (#400)

1.30.15 - 07 May 2021

  • Bumped acorn from 5.7.3 to 5.7.4 in /samples/NativeCatalog. (#397)

1.30.14 - 07 May 2021

  • Bumped ini from 1.3.5 to 1.3.8 in /samples/NativeCatalog. (#394)
  • Bumped handlebars from 4.5.1 to 4.7.7 in /samples/NativeCatalog. (#395)

1.30.12 - 07 May 2021

  • Workaround a compile issue with Xcode 12.5 in the Catalog and NativeCatalog example projects. (#393)
  • Bumped ua-parser-js from 0.7.18 to 0.7.28 in /samples/Catalog. (#393)

1.30.11 - 31 Mar 2021

  • Fixed “TypeError: cb.apply is not a function” when running the Catalog example project. (#392)
  • Bumped y18n from 3.2.1 to 3.2.2 in /samples/Catalog. (#392)

1.30.10 - 09 Mar 2021

  • Exposes the Reader View button on iOS. (#391)

1.30.9 - 03 Mar 2021

  • Updates the Getting Started instructions for Android and iOS. (#390)

1.30.8 - 11 Feb 2021

  • Update to PSPDFKit for Android version 6.6.0.

1.30.7 - 09 Feb 2021

  • Fixes issue where disableAutomaticSaving did not work on iOS when useParentNavigationBar was enabled. (#389)

1.30.6 - 02 Feb 2021

  • Update for PSPDFKit 10.2 for iOS, Xcode 12.4 and React Native 0.63.4. (#387)
  • Update LICENSE to 2021.

1.30.5 - 11 Jan 2021

  • Updated installation steps for the iOS Catalog app. (Z-22173)
  • Update copyright year to 2021. (#386)
  • Fixed annotation tapped events not being emitted when editing is disabled on Android. (#385)
  • Fixed stamps not being correctly detected. (#384)

1.30.4 - 15 Dec 2020

  • Bump ini from 1.3.5 to 1.3.7 in /samples/Catalog. (#383)

1.30.3 - 16 Nov 2020

  • Update for PSPDFKit 10.1 for iOS and Xcode 12.2. (#382)

1.30.2 - 30 Oct 2020

  • Update to PSPDFKit 6.5.3 for Android. (#380)

1.30.1 - 13 Oct 2020

  • Update to PSPDFKit for Android 6.5.2.
  • Update to PSPDFKit for iOS 10.0.1.

1.30.0 - 22 Sep 2020

  • Update for PSPDFKit 10 for iOS, iOS 14, and Xcode 12. (#378)

1.29.10 - 14 Sep 2020

  • Fixes an issue on iOS where the last page view would be layed out incorrectly in single page mode and scroll per spread page trasition after device rotation. (#377)

1.29.9 - 08 Sep 2020

  • Update Getting started instructions for React Native 0.63.2. (#376)
  • Bump lodash from 4.17.10 to 4.17.19 in /samples/Catalog. (#374)

1.29.8 - 13 Aug 2020

  • Fixes an issue that prevented you from adding images from the gallery or camera on Android when using the PSPDFKitView. (#375)

1.29.7 - 15 Jul 2020

  • Update to PSPDFKit 6.5 for Android. (#373)

1.29.6 - 14 Jul 2020

  • Update for PSPDFKit 9.5 for iOS. (#371)

1.29.5 - 07 Jul 2020

  • Fixes an issue that prevented PSPDFKitView from loading. (#372).

1.29.4 - 18 Jun 2020

  • Update for PSPDFKit 6.4 for Android. (#370)

1.29.3 - 17 Jun 2020

  • Update for PSPDFKit 9.4 for iOS. (#369)

1.29.2 - 25 May 2020

  • Adds Javascript API on to customize the font picker on Android and iOS. (#363)
  • Updated the Catalog sample project dependencies. (#368)

1.29.1 - 27 Apr 2020

  • Adds enableFormEditing to configuration. (#365)

1.29.0 - 24 Apr 2020

  • Updates PSPDFKit for Android to 6.3. (#364)
  • Resolves #352.
  • Resolves #359.

1.28.7 - 15 Apr 2020

  • Bridges the Instant Example from the iOS PSPDFKit Catalog to the NativeCatalog React Native project. (#362)

1.28.6 - 26 Mar 2020

  • Add support for hiding the main toolbar on Android. (#360)

1.28.5 - 25 Mar 2020

  • Fixes warning in the Xcode project by migrating the development region. (#361)

1.28.4 - 18 Mar 2020

  • Adds Native Catalog sample project with advanced integration examples on iOS. (#339)

1.28.3 - 16 Mar 2020

  • Reload the entire PSPDFViewController instead of only reloading the currently visible page when adding adding annotations via the addAnnotations API. (#357)

1.28.2 - 16 Mar 2020

  • Updates to PSPDFKit for Android 6.2.0. (#353)

1.28.1 - 10 Mar 2020

  • Put PSPDFKit on Gradle's api configuration making PSPDFKit cla...
Read more