Skip to content

Releases: PSPDFKit/react-native

1.24.0

12 Jun 12:48
accdd0b
Compare
Choose a tag to compare
  • Adds Javascript API to customize the toolbar on iOS. (#233)

1.23.16

28 May 12:27
c31d3c6
Compare
Choose a tag to compare
Merge pull request #232 from PSPDFKit/rad/fix-broken-link

Fix broken link in the README

1.23.15

28 May 09:38
d7157d5
Compare
Choose a tag to compare

Merge pull request #227 from PSPDFKit/reinhard/add-page-mode-config

Fix for double page mode configuration missing on Android

1.23.14

27 May 21:34
d541e08
Compare
Choose a tag to compare
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.

1.23.13

21 May 20:08
7ca8638
Compare
Choose a tag to compare
Update wrapper to PSPSDFKit for Windows 2.0 (#223)

Update references
Make JsonUtils compatible.
update all nuget versions.
removed alert from library search example as this is more than fast enough now.

1.23.12

21 May 20:04
557898d
Compare
Choose a tag to compare
Align annotations changed with ios (#224)

This PR changes annotation events on UWP to pass back a list of annotations like Android and iOS does.

1.23.11

20 May 19:34
590f30a
Compare
Choose a tag to compare
UWP: Remove Annotation (#222)

Brings UWP removeAnnotation API inline with iOS and Android.
Also fixes small typo with getAnnotations JSON reply.

1.23.10

07 May 17:49
b2b0e17
Compare
Choose a tag to compare
Re-implement Css Customization (#221)

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.

1.23.9

30 Apr 15:24
fec925d
Compare
Choose a tag to compare
Fix crash when null colors are passed (#218)

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

23 Apr 18:39
12fd061
Compare
Choose a tag to compare
Merge pull request #210 from PSPDFKit/rad/update-for-PSPDFKit-8.3-ios

Update for PSPDFKit 8.3 for iOS