Skip to content

Commit 4d10b96

Browse files
committed
compdfkit(rn) - 2.1.3-2
1 parent fcddf89 commit 4d10b96

4 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
## Newest Release
22

3+
### 2.1.3-2 - 26 Sep 2024
4+
5+
* Added the features support for ComPDFKit PDF SDK for Android V2.1.3.
6+
* Fixed crash issue when opening certain documents.
7+
* Fixed crash issue when adding mark annotations to some documents.
8+
* Fixed potential crash during SDK initialization.
9+
* Fixed incomplete display of underline annotations.
10+
* Fixed abnormal annotation display after rotating the page.
11+
* Fixed crash when releasing watermarks.
12+
* Fixed memory leak in the property window of the ComPDFKit_Tools module.
13+
14+
## Previous Release
15+
316
### 2.1.3-1 - 25 Sep 2024
417

518
* Added the features support for ComPDFKit PDF SDK for iOS V2.1.3.
619
* iOS annotation toolbar image button adaptation for iPad.
720
* RN iOS sandbox structure modification.
821

9-
## Previous Release
10-
1122
### 2.1.2 - 01 Sep 2024
1223

1324
* Added `CPDFReaderView` UI component.

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ dependencies {
8888
compileOnly fileTree(include: ['*.jar','*.aar'], dir: 'libs')
8989
implementation "com.facebook.react:react-native:+"
9090

91-
api "com.compdf:compdfkit:2.1.2"
92-
api "com.compdf:compdfkit-ui:2.1.2"
93-
api "com.compdf:compdfkit-tools:2.1.2"
91+
api "com.compdf:compdfkit:2.1.3"
92+
api "com.compdf:compdfkit-ui:2.1.3"
93+
api "com.compdf:compdfkit-tools:2.1.3"
9494
api 'com.github.bumptech.glide:glide:4.15.1'
9595
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
9696
api 'androidx.documentfile:documentfile:1.0.1'

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compdfkit_pdf_sdk/react_native-example",
3-
"version": "2.1.3-1",
4-
"versionCode": "10",
3+
"version": "2.1.3-2",
4+
"versionCode": "11",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compdfkit_pdf_sdk/react_native",
3-
"version": "2.1.3-1",
3+
"version": "2.1.3-2",
44
"description": "ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.",
55
"main": "./src/index.tsx",
66
"source": "src/index",

0 commit comments

Comments
 (0)