Releases: PSPDFKit/react-native
Releases · PSPDFKit/react-native
1.24.2
1.24.1
1.24.0
1.23.16
1.23.15
1.23.14
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
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
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
UWP: Remove Annotation (#222) Brings UWP removeAnnotation API inline with iOS and Android. Also fixes small typo with getAnnotations JSON reply.
1.23.10
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.