Skip to content

Commit

Permalink
Release 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Aug 30, 2021
1 parent ab16437 commit b872bd6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Newest Release

### 1.32.1 - 06 Aug 2021
### 1.32.2 - 30 Aug 2021

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

## Previous Releases

### 1.32.1 - 06 Aug 2021

- Adds missing `PSPDFSettingsOption` cases to the configuration for the iOS platform. (#30458)

### 1.32.0 - 23 Jul 2021

- Update for PSPDFKit 7 for Android. (#412)
Expand Down
4 changes: 2 additions & 2 deletions android/src/main/java/com/pspdfkit/react/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

package com.pspdfkit.react;

import com.facebook.react.ReactFragmentActivity;
import com.facebook.react.ReactActivity;

public class MainActivity extends ReactFragmentActivity {
public class MainActivity extends ReactActivity {

/**
* Returns the name of the main component registered from JavaScript.
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.1",
"version": "1.32.2",
"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.1",
"version": "1.32.2",
"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.1"
version "1.32.2"

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.1",
"version": "1.32.2",
"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.1"
version "1.32.2"

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

0 comments on commit b872bd6

Please sign in to comment.