Skip to content

Commit 0fd4c99

Browse files
author
PSPDFKit
committed
Release 2.0.0
1 parent b872bd6 commit 0fd4c99

File tree

203 files changed

+18486
-16909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+18486
-16909
lines changed

.github/ISSUE_TEMPLATE.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Details
22

3-
43
# Acceptance Criteria
5-

.github/PULL_REQUEST_TEMPLATE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Details
22

3-
43
# Acceptance Criteria
54

6-
- [ ] When approved, right before merging, rebase with master and increment the package version in `package.json`, `package-lock.json`, `samples/Catalog/package.json`, `samples/Catalog/yarn.lock`, `samples/NativeCatalog/package.json`, and `samples/NativeCatalog/yarn.lock` (see example commit: https://github.com/PSPDFKit/react-native/pull/403/commits/b32b4edd97ee9b49c51c8b932e2bf477744c2b24).
5+
- [ ] When approved, right before merging, rebase with master and increment the package version in `package.json`, `package-lock.json`, `samples/Catalog/package.json`, `samples/Catalog/yarn.lock`, `samples/NativeCatalog/package.json`, and `samples/NativeCatalog/yarn.lock` (see example commit: https://github.com/PSPDFKit/react-native/pull/403/commits/b32b4edd97ee9b49c51c8b932e2bf477744c2b24).
76
- [ ] Create a new release (and tag) with the new package version (see https://github.com/PSPDFKit/react-native/releases).

ACKNOWLEDGEMENTS.md

+3,201
Large diffs are not rendered by default.

CHANGELOG.md

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

3-
### 1.32.2 - 30 Aug 2021
3+
### 2.0.0 - 28 Sep 2021
44

5-
- Migrate from `ReactFragmentActivity` to `ReactActivity` for compatibility with React Native `0.65.1`. (#30771)
5+
- Adds the ability to open TIFF images as Image Documents. (#30103)
6+
- Adds a `setLicenseKeys` method which accepts both Android and iOS license keys. (#30943)
7+
- Adds support for iOS 15. (#31008)
8+
- PSPDFKit now requires React Native 0.65.1 or later. (#30947)
9+
- PSPDFKit now requires Xcode 13 or later. (#31008)
10+
- Updates `peerDependencies` and `devDependencies` in `package.json`. (#30947)
11+
- Overhauls the Catalog and NativeCatalog example projects to use the newest version of React Native. (#29342)
612

713
## Previous Releases
814

15+
### 1.32.2 - 30 Aug 2021
16+
17+
- Migrate from `ReactFragmentActivity` to `ReactActivity` for compatibility with React Native `0.65.1`. (#30771)
18+
919
### 1.32.1 - 06 Aug 2021
1020

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

LICENSE

+3-41
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,5 @@
1-
This wrapper is licensed with a modified BSD license.
1+
All items and source code Copyright © 2010-2021 PSPDFKit GmbH.
22

3-
In plain language: you're allowed to do whatever you wish with
4-
the code, modify, redistribute, embed in your products (free or
5-
commercial), but you must include copyright, terms of usage and
6-
disclaimer as stated in the license.
3+
PSPDFKit is a commercial product and requires a license to be used.
74

8-
You will require a commercial PSPDFKit License to run these examples
9-
in non-demo mode. Please refer to [email protected] for details.
10-
11-
Copyright (c) 2010-2021, PSPDFKit GmbH.
12-
All rights reserved.
13-
14-
Redistribution and use in source or binary forms,
15-
with or without modification, are permitted provided
16-
that the following conditions are met:
17-
18-
- Redistributions of source code must retain the above copyright
19-
notice, this list of conditions and the following disclaimer.
20-
21-
- Redistributions in binary form must reproduce the above copyright
22-
notice, this list of conditions and the following disclaimer in the
23-
documentation and/or other materials provided with the
24-
distribution.
25-
26-
- Redistributions of PSPDFKit Samples must include attribution to
27-
PSPDFKit, either in documentation or other appropriate media.
28-
29-
- Neither the name of the PSPDFKit, PSPDFKit GmbH, nor its developers
30-
may be used to endorse or promote products derived from
31-
this software without specific prior written permission.
32-
33-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5+
See License-Evaluation.pdf if you are evaluating the demo.

License-Evaluation.pdf

120 KB
Binary file not shown.

0 commit comments

Comments
 (0)