You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
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)
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 classes available on an app's Java class path. (#355)
Update the Android and iOS Catalog apps for React Native 0.59.9. (#193)
1.24.0 - 12 Jun 2019
Adds Javascript API to customize the toolbar on iOS. (#233)
1.23.16 - 28 May 2019
Merge pull request #232 from PSPDFKit/rad/fix-broken-link.
Fix broken link in the README.
1.23.15 - 28 May 2019
Merge pull request #227 from PSPDFKit/reinhard/add-page-mode-config.
Fix for double page mode configuration missing on Android.
1.23.14 - 28 May 2019
Create the PDFViewPage when asked to by react native. (#229)
There was a lifetime issue when navigating back and forth between views. Now we create a view when react native wants to. The unloading is still handled in UWP.
As explained in #219 (comment) due to limitations with file permissions in UWP it was necessary to rework the CSS customization. Therefore now the viable solution is to provide a native option.
In this PR I have reverted the previous CSS work and added the option to start the PSPDFKit react native package with a Uri parameter which will be passed as the CSS resource. Within this CSS resource, it's possible to set the main colors of the toolbar. As before.
JObject throws when checking for a null or undefined value. Instead of throwing we check for this and do not include the value allow the application to continue.
1.23.8 - 24 Apr 2019
Merge pull request #210 from PSPDFKit/rad/update-for-PSPDFKit-8.3-ios.