Skip to content

Commit

Permalink
Release 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Aug 6, 2021
1 parent e370675 commit ab16437
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 6 deletions.
479 changes: 479 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
@"pageTransition" : @(PSPDFSettingsOptionPageTransition),
@"appearance" : @(PSPDFSettingsOptionAppearance),
@"brightness" : @(PSPDFSettingsOptionBrightness),
@"pageMode" : @(PSPDFSettingsOptionPageMode),
@"spreadFitting" : @(PSPDFSettingsOptionSpreadFitting),
@"default" : @(PSPDFSettingsOptionDefault),
@"all" : @(PSPDFSettingsOptionAll)}),
PSPDFSettingsOptionAll,
unsignedIntegerValue)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.32.0",
"version": "1.32.1",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Catalog",
"version": "1.32.0",
"version": "1.32.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5415,7 +5415,7 @@ react-native-permissions@^1.1.1:
integrity sha512-t0Ujm177bagjUOSzhpmkSz+LqFW04HnY9TeZFavDCmV521fQvFz82aD+POXqWsAdsJVOK3umJYBNNqCjC3g0hQ==

"react-native-pspdfkit@file:../..":
version "1.32.0"
version "1.32.1"

react-native-qrcode-scanner@^1.2.1:
version "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeCatalog",
"version": "1.32.0",
"version": "1.32.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5506,7 +5506,7 @@ react-native-gesture-handler@^1.3.0:
prop-types "^15.7.2"

"react-native-pspdfkit@file:../..":
version "1.32.0"
version "1.32.1"

react-native-safe-area-view@^0.14.1:
version "0.14.8"
Expand Down

0 comments on commit ab16437

Please sign in to comment.