Skip to content

Commit fcddf89

Browse files
committed
compdfkit(rn) - 2.1.3-1
1 parent f4d5db5 commit fcddf89

5 files changed

Lines changed: 17 additions & 13 deletions

File tree

CHANGELOG.md

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

3-
### 2.1.2 - 01 Sep 2024
3+
### 2.1.3-1 - 25 Sep 2024
44

5-
* Added `CPDFReaderView` UI component.
6-
* Optimize document opening speed.
5+
* Added the features support for ComPDFKit PDF SDK for iOS V2.1.3.
6+
* iOS annotation toolbar image button adaptation for iPad.
7+
* RN iOS sandbox structure modification.
78

9+
## Previous Release
810

11+
### 2.1.2 - 01 Sep 2024
912

10-
## Previous Release
13+
* Added `CPDFReaderView` UI component.
14+
* Optimize document opening speed.
1115

1216
### 2.1.1 - 12 Aug 2024
1317

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ open ios/Podfile
117117
```diff
118118
target 'MyApp' do
119119
# ...
120-
+ pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.2.podspec'
121-
+ pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.2.podspec'
120+
+ pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.3.podspec'
121+
+ pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.3.podspec'
122122
# ...
123123
end
124124
```
@@ -128,8 +128,8 @@ end
128128
```diff
129129
target 'MyApp' do
130130
# ...
131-
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.1.2'
132-
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.1.2'
131+
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.1.3'
132+
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.1.3'
133133
# ...
134134
end
135135
```

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ end
1616

1717
target 'CompdfkitPdfExample' do
1818
config = use_native_modules!
19-
pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.2.podspec'
20-
pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.2.podspec'
19+
pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.1.3.podspec'
20+
pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.1.3.podspec'
2121

2222

2323
use_react_native!(

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.2",
4-
"versionCode": "9",
3+
"version": "2.1.3-1",
4+
"versionCode": "10",
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.2",
3+
"version": "2.1.3-1",
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)