Skip to content

Commit 5e90400

Browse files
author
PSPDFKit
committed
Release 2.1.0
1 parent ef947df commit 5e90400

19 files changed

+947
-809
lines changed

CHANGELOG.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
1+
## [2.1.0] - 20 Apr 2021
2+
3+
- Adds a string for the reader view button in iOS so that it can be used in PSPDFViewController's toolbar. (#28465)
4+
- Fixes dart code formatting. (#28303)
5+
- Updates the `README` for easier getting started instructions and simpler example code. (#28303)
6+
- Updates to PSPDFKit for Android 6.6.0. (#28926)
7+
- Updates example app dependencies to latest: `path_provider` and `cupertino_icons`. (#28926)
8+
19
## [2.0.1] - 24 Feb 2021
210

311
- Updates package description for pub.dev. (#28225)
412
- Adds pedantic static analysis check and addresses the analysis warnings. (#28225)
513

614
## [2.0.0] - 17 Feb 2021
715

8-
- First pub.dev published version.
9-
- Updates the minimum required Flutter SDK version to 1.12.0.
16+
- First pub.dev published version. (#28157)
17+
- Updates the minimum required Flutter SDK version to 1.12.0. (#28157)
1018

1119
## [1.10.6] - 9 Feb 2021
1220

13-
- Adds “Migrating from Version 1.10.3” section in the main README. (#83)
14-
- Fixes import in getting started code snippets for iOS and Android. (#83)
15-
- Updates the requirements in the iOS README. (#83)
21+
- Adds “Migrating from Version 1.10.3” section in the main README. (pspdfkit-flutter:#83)
22+
- Fixes import in getting started code snippets for iOS and Android. (pspdfkit-flutter:#83)
23+
- Updates the requirements in the iOS README. (pspdfkit-flutter:#83)
1624

1725
## [1.10.5] - 2 Feb 2021
1826

19-
- Fixes the license key in the example project. (#82)
27+
- Fixes the license key in the example project. (pspdfkit-flutter:#82)
2028

2129
## [1.10.4] - 2 Feb 2021
2230

23-
- Updates Gradle version and enable AndroidX for Android plugin and example. (#80)
24-
- Updates for PSPDFKit 10.2 for iOS and Xcode 12.4.(#81)
25-
- Changes open source license to modified BSD instead of Apache. (#79)
26-
- Fixes versioning system to not require a manual update in two places. (#80)
31+
- Updates Gradle version and enable AndroidX for Android plugin and example. (pspdfkit-flutter:#80)
32+
- Updates for PSPDFKit 10.2 for iOS and Xcode 12.4. (pspdfkit-flutter:#81)
33+
- Changes open source license to modified BSD instead of Apache. (pspdfkit-flutter:#79)
34+
- Fixes versioning system to not require a manual update in two places. (pspdfkit-flutter:#80)
2735

2836
## [1.10.3] - 11 Jan 2021
2937

30-
- Updates copyright year to 2021. (#75)
38+
- Updates copyright year to 2021. (pspdfkit-flutter:#75)
3139

3240
## [1.10.2] - 20 Nov 2020
3341

34-
- Updates for PSPDFKit for iOS 10.1 and Xcode 12.2. (#74)
42+
- Updates for PSPDFKit for iOS 10.1 and Xcode 12.2. (pspdfkit-flutter:#74)
3543

3644
## [1.10.1] - 28 Oct 2020
3745

38-
- Updates to PSPDFKit for Android 6.5.3 (#71)
46+
- Updates to PSPDFKit for Android 6.5.3. (pspdfkit-flutter:#71)
3947

4048
## [1.10.0] - 9 Oct 2020
4149

42-
- Updates to PSPDFKit for Android 6.5 (#66)
50+
- Updates to PSPDFKit for Android 6.5. (pspdfkit-flutter:#66)
4351

4452
## [1.9.0] - 3 Mar 2020
4553

46-
- Updates to PSPDFKit for Android 6.2 (#62)
54+
- Updates to PSPDFKit for Android 6.2. (pspdfkit-flutter:#62)
4755

4856
## [1.8.0] - 21 Jan 2020
4957

50-
- Updates to PSPDFKit for Android 6.1.1 (#54)
51-
- Adds Instant JSON document support (#48)
52-
- Fixes example project (#50, #53)
58+
- Updates to PSPDFKit for Android 6.1.1. (pspdfkit-flutter:#54)
59+
- Adds Instant JSON document support. (pspdfkit-flutter:#48)
60+
- Fixes example project. (pspdfkit-flutter:#50, #53)
5361

5462
## [1.7.1] - 26 Nov 2019
5563

56-
- Exposes the `pageLayoutMode` and `isFirstPageAlwaysSingle` configuration options (#46)
64+
- Exposes the `pageLayoutMode` and `isFirstPageAlwaysSingle` configuration options. (pspdfkit-flutter:#46)
5765

5866
## [1.7.0] - 8 Oct 2019
5967

60-
- Updates to PSPDFKit for Android 6.0 (#36)
61-
- Updates to PSPDFKit for iOS 9 (#42)
62-
- Adds Forms API (#28)
68+
- Updates to PSPDFKit for Android 6.0. (pspdfkit-flutter:#36)
69+
- Updates to PSPDFKit for iOS 9. (pspdfkit-flutter:#42)
70+
- Adds Forms API. (pspdfkit-flutter:#28)

0 commit comments

Comments
 (0)