Skip to content

Commit ab16437

Browse files
author
PSPDFKit
committed
Release 1.32.1
1 parent e370675 commit ab16437

File tree

8 files changed

+488
-6
lines changed

8 files changed

+488
-6
lines changed

CHANGELOG.md

+479
Large diffs are not rendered by default.

ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m

+3
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
231231
@"pageTransition" : @(PSPDFSettingsOptionPageTransition),
232232
@"appearance" : @(PSPDFSettingsOptionAppearance),
233233
@"brightness" : @(PSPDFSettingsOptionBrightness),
234+
@"pageMode" : @(PSPDFSettingsOptionPageMode),
235+
@"spreadFitting" : @(PSPDFSettingsOptionSpreadFitting),
236+
@"default" : @(PSPDFSettingsOptionDefault),
234237
@"all" : @(PSPDFSettingsOptionAll)}),
235238
PSPDFSettingsOptionAll,
236239
unsignedIntegerValue)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.32.0",
3+
"version": "1.32.1",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.32.0",
3+
"version": "1.32.1",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

samples/Catalog/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5415,7 +5415,7 @@ react-native-permissions@^1.1.1:
54155415
integrity sha512-t0Ujm177bagjUOSzhpmkSz+LqFW04HnY9TeZFavDCmV521fQvFz82aD+POXqWsAdsJVOK3umJYBNNqCjC3g0hQ==
54165416

54175417
"react-native-pspdfkit@file:../..":
5418-
version "1.32.0"
5418+
version "1.32.1"
54195419

54205420
react-native-qrcode-scanner@^1.2.1:
54215421
version "1.2.1"

samples/NativeCatalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NativeCatalog",
3-
"version": "1.32.0",
3+
"version": "1.32.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

samples/NativeCatalog/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5506,7 +5506,7 @@ react-native-gesture-handler@^1.3.0:
55065506
prop-types "^15.7.2"
55075507

55085508
"react-native-pspdfkit@file:../..":
5509-
version "1.32.0"
5509+
version "1.32.1"
55105510

55115511
react-native-safe-area-view@^0.14.1:
55125512
version "0.14.8"

0 commit comments

Comments
 (0)