Releases: PSPDFKit/react-native
Releases · PSPDFKit/react-native
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.
1.23.9
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
1.23.7
Updated and tested 1.12 (#211) # Details A simple update to PSPDFKit for Windows 1.12. All tested fine.
1.23.6
1.23.5
Fix set toolbar promise. (#208) Mistakenly did not handle the promise for set toolbar and therefore it was never fired. Same is true for the error.