Skip to content

Commit 1b1cad9

Browse files
author
PSPDFKit
committed
Release 2.13.0
1 parent 74d3635 commit 1b1cad9

Some content is hidden

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

49 files changed

+10745
-6047
lines changed

ACKNOWLEDGEMENTS.md

+60
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,36 @@ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
461461
OTHER DEALINGS IN THE FONT SOFTWARE.
462462

463463

464+
--------------------------------------------------------------------------------
465+
// Copyright 2015 The Chromium Authors
466+
//
467+
// Redistribution and use in source and binary forms, with or without
468+
// modification, are permitted provided that the following conditions are
469+
// met:
470+
//
471+
// * Redistributions of source code must retain the above copyright
472+
// notice, this list of conditions and the following disclaimer.
473+
// * Redistributions in binary form must reproduce the above
474+
// copyright notice, this list of conditions and the following disclaimer
475+
// in the documentation and/or other materials provided with the
476+
// distribution.
477+
// * Neither the name of Google LLC nor the names of its
478+
// contributors may be used to endorse or promote products derived from
479+
// this software without specific prior written permission.
480+
//
481+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
482+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
483+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
484+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
485+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
486+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
487+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
488+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
489+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
490+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
491+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
492+
493+
464494
--------------------------------------------------------------------------------
465495
## clipper2 (http://www.angusj.com/delphi/clipper.php)
466496

@@ -1731,6 +1761,36 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17311761
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17321762

17331763

1764+
--------------------------------------------------------------------------------
1765+
Copyright 2006 Google Inc. All Rights Reserved.
1766+
Author: [email protected] (Adam Langley)
1767+
1768+
Copyright (C) 2006 Google Inc.
1769+
1770+
Licensed under the Apache License, Version 2.0 (the "License");
1771+
you may not use this file except in compliance with the License.
1772+
You may obtain a copy of the License at
1773+
1774+
http://www.apache.org/licenses/LICENSE-2.0
1775+
1776+
Unless required by applicable law or agreed to in writing, software
1777+
distributed under the License is distributed on an "AS IS" BASIS,
1778+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1779+
See the License for the specific language governing permissions and
1780+
limitations under the License.
1781+
1782+
This software is a description of processes which may be patented.
1783+
1784+
Use of this software may require patent licenses in some countries.
1785+
You are directed to annex I of the JBIG2 specification for information.
1786+
1787+
Some information could be found at:
1788+
http://www.jpeg.org/jbig/index.html
1789+
http://www.cl.cam.ac.uk/~mgk25/jbigkit/patents/
1790+
http://www.jpeg.org/public/fcd14492.pdf
1791+
http://itscj.ipsj.or.jp/sc29/open/29view/29n55161.doc
1792+
1793+
17341794
--------------------------------------------------------------------------------
17351795
## koin (https://github.com/InsertKoinIO/koin)
17361796

CHANGELOG.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
## Newest Release
22

3+
### 2.13.0 - 10 Sep 2024
4+
5+
- Adds TypeScript type support to the `annotationPresets` property on the `PSPDFKitView` component. (J#HYB-395)
6+
- Adds support for a source document password to be specified when using the `processAnnotations` API. (J#HYB-453)
7+
- Adds support to select and deselect annotations programmatically. (J#HYB-447)
8+
- Updates to PSPDFKit 2024.5.1 for Android.
9+
- Updates to PSPDFKit 13.9.1 for iOS.
10+
- Fixes an issue where certain annotation presets weren't applied correctly. (J#HYB-395)
11+
- Fixes an issue where custom toolbar buttons were not applied on the Android toolbar. (J#HYB-482)
12+
- Fixes an issue where the `annotationTypes` parameter wasn't honored by the `processAnnotations` API. (J#HYB-495)
13+
- Fixes an issue where the `onDocumentLoadFailed` callback was not triggered when an incorrect document password was specified on Android. (J#HYB-491)
14+
- Fixes an issue where some measurement annotation presets were not applied when specified. (J#HYB-492)
15+
16+
## Previous Releases
17+
318
### 2.12.0 - 01 Aug 2024
419

520
- Adds APIs belonging to the `PDFDocument` interface, moving them away from the global namespace. (J#HYB-406)
6-
- Adds support for using `React.RefObject` as `PSPDFKitView` ref property. (J#HYB-444)
21+
- Adds support for using `React.RefObject` as a `PSPDFKitView` ref property. (J#HYB-444)
722
- Updates for PSPDFKit 2024.3.1 for Android.
823
- Updates for PSPDFKit 13.8.0 for iOS.
9-
- Fixes an issue where the `PSPDFKitView` sometimes failed to load the document on React Native Android. (J#HYB-397)
24+
- Fixes an issue where `PSPDFKitView` sometimes failed to load the document on React Native Android. (J#HYB-397)
1025
- Fixes an issue where Instant JSON containing widgets was not applied using the `addAnnotations` API on iOS. (J#HYB-413)
1126
- Fixes an issue where password protected documents could not be saved after annotation changes were made. (J#HYB-454)
1227
- Fixes an issue where the `onDocumentLoaded` callback was not called reliably on iOS. (J#HYB-480)
1328

14-
## Previous Releases
15-
1629
### 2.11.0 - 07 Jun 2024
1730

1831
- Adds the ability to clear the document cache. (J#HYB-347)

0 commit comments

Comments
 (0)