File tree 7 files changed +12
-8
lines changed
7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
## Newest Release
2
2
3
+ ### 2.3.1 - 22 Jul 2022
4
+
5
+ - Updates for PSPDFKit 8.2.1 for Android. (#34430 )
6
+
7
+ ## Previous Releases
8
+
3
9
### 2.3.0 - 19 Jul 2022
4
10
5
11
- Adds Android Toolbar menu customization from ` PSPDFKitView ` properties. (#33417 )
9
15
- PSPDFKit now requires React Native 0.68 or later. (#33875 )
10
16
- PSPDFKit now requires Xcode 13.4.1 or later. (#32495 )
11
17
12
- ## Previous Releases
13
-
14
18
### 2.2.2 - 15 Mar 2022
15
19
16
20
- Adds image support to ` PSKDFKit.present() ` on Android. (#33312 )
Original file line number Diff line number Diff line change 15
15
* Contains gradle configuration constants
16
16
*/
17
17
ext {
18
- PSPDFKIT_VERSION = ' SNAPSHOT '
18
+ PSPDFKIT_VERSION = ' 8.2.1 '
19
19
}
20
20
21
21
buildscript {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pspdfkit" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " React Native PDF Library by PSPDFKit" ,
5
5
"keywords" : [
6
6
" react native" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " catalog" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
Original file line number Diff line number Diff line change @@ -6714,7 +6714,7 @@ react-native-iphone-x-helper@^1.3.0:
6714
6714
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
6715
6715
6716
6716
" react-native-pspdfkit@file:../.. " :
6717
- version "2.3.0 "
6717
+ version "2.3.1 "
6718
6718
6719
6719
react-native-safe-area-context@^4.3.1 :
6720
6720
version "4.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " native-catalog" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
Original file line number Diff line number Diff line change @@ -6190,7 +6190,7 @@ react-native-iphone-x-helper@^1.3.0:
6190
6190
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
6191
6191
6192
6192
" react-native-pspdfkit@file:../.. " :
6193
- version "2.3.0 "
6193
+ version "2.3.1 "
6194
6194
6195
6195
react-native-safe-area-context@^4.3.1 :
6196
6196
version "4.3.1"
You can’t perform that action at this time.
0 commit comments