|
| 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 | + |
1 | 9 | ## [2.0.1] - 24 Feb 2021 |
2 | 10 |
|
3 | 11 | - Updates package description for pub.dev. (#28225) |
4 | 12 | - Adds pedantic static analysis check and addresses the analysis warnings. (#28225) |
5 | 13 |
|
6 | 14 | ## [2.0.0] - 17 Feb 2021 |
7 | 15 |
|
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) |
10 | 18 |
|
11 | 19 | ## [1.10.6] - 9 Feb 2021 |
12 | 20 |
|
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) |
16 | 24 |
|
17 | 25 | ## [1.10.5] - 2 Feb 2021 |
18 | 26 |
|
19 | | -- Fixes the license key in the example project. (#82) |
| 27 | +- Fixes the license key in the example project. (pspdfkit-flutter:#82) |
20 | 28 |
|
21 | 29 | ## [1.10.4] - 2 Feb 2021 |
22 | 30 |
|
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) |
27 | 35 |
|
28 | 36 | ## [1.10.3] - 11 Jan 2021 |
29 | 37 |
|
30 | | -- Updates copyright year to 2021. (#75) |
| 38 | +- Updates copyright year to 2021. (pspdfkit-flutter:#75) |
31 | 39 |
|
32 | 40 | ## [1.10.2] - 20 Nov 2020 |
33 | 41 |
|
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) |
35 | 43 |
|
36 | 44 | ## [1.10.1] - 28 Oct 2020 |
37 | 45 |
|
38 | | -- Updates to PSPDFKit for Android 6.5.3 (#71) |
| 46 | +- Updates to PSPDFKit for Android 6.5.3. (pspdfkit-flutter:#71) |
39 | 47 |
|
40 | 48 | ## [1.10.0] - 9 Oct 2020 |
41 | 49 |
|
42 | | -- Updates to PSPDFKit for Android 6.5 (#66) |
| 50 | +- Updates to PSPDFKit for Android 6.5. (pspdfkit-flutter:#66) |
43 | 51 |
|
44 | 52 | ## [1.9.0] - 3 Mar 2020 |
45 | 53 |
|
46 | | -- Updates to PSPDFKit for Android 6.2 (#62) |
| 54 | +- Updates to PSPDFKit for Android 6.2. (pspdfkit-flutter:#62) |
47 | 55 |
|
48 | 56 | ## [1.8.0] - 21 Jan 2020 |
49 | 57 |
|
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) |
53 | 61 |
|
54 | 62 | ## [1.7.1] - 26 Nov 2019 |
55 | 63 |
|
56 | | -- Exposes the `pageLayoutMode` and `isFirstPageAlwaysSingle` configuration options (#46) |
| 64 | +- Exposes the `pageLayoutMode` and `isFirstPageAlwaysSingle` configuration options. (pspdfkit-flutter:#46) |
57 | 65 |
|
58 | 66 | ## [1.7.0] - 8 Oct 2019 |
59 | 67 |
|
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