Skip to content

Commit b872bd6

Browse files
author
PSPDFKit
committed
Release 1.32.2
1 parent ab16437 commit b872bd6

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
## Newest Release
22

3-
### 1.32.1 - 06 Aug 2021
3+
### 1.32.2 - 30 Aug 2021
44

5-
- Adds missing `PSPDFSettingsOption` cases to the configuration for the iOS platform. (#30458)
5+
- Migrate from `ReactFragmentActivity` to `ReactActivity` for compatibility with React Native `0.65.1`. (#30771)
66

77
## Previous Releases
88

9+
### 1.32.1 - 06 Aug 2021
10+
11+
- Adds missing `PSPDFSettingsOption` cases to the configuration for the iOS platform. (#30458)
12+
913
### 1.32.0 - 23 Jul 2021
1014

1115
- Update for PSPDFKit 7 for Android. (#412)

android/src/main/java/com/pspdfkit/react/MainActivity.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
package com.pspdfkit.react;
1515

16-
import com.facebook.react.ReactFragmentActivity;
16+
import com.facebook.react.ReactActivity;
1717

18-
public class MainActivity extends ReactFragmentActivity {
18+
public class MainActivity extends ReactActivity {
1919

2020
/**
2121
* Returns the name of the main component registered from JavaScript.

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.1",
3+
"version": "1.32.2",
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.1",
3+
"version": "1.32.2",
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.1"
5418+
version "1.32.2"
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.1",
3+
"version": "1.32.2",
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.1"
5509+
version "1.32.2"
55105510

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

0 commit comments

Comments
 (0)