|
1 | | -## [2.4.0] - 22 Jul 2021 |
| 1 | +## Newest Release |
| 2 | + |
| 3 | +### 3.0.0 - 28 Sep 2021 |
| 4 | + |
| 5 | +- Adds the ability to open TIFF images as Image Documents. (#28630) |
| 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 Flutter 2.5.1 or later. (#30960) |
| 9 | +- PSPDFKit now requires Xcode 13 or later. (#31008) |
| 10 | +- Migrates Flutter APIs to Android embedding v2. (#30680) |
| 11 | +- Removes `path_provider` as a dependency. (#30680) |
| 12 | + |
| 13 | +## Previous Releases |
| 14 | + |
| 15 | +### 2.4.0 - 22 Jul 2021 |
2 | 16 |
|
3 | 17 | - Updates to PSPDFKit for Android 7.0. (#30286) |
4 | 18 | - Bump minimum SDK version `androidMinSdkVersion` to API 21. (#30286) |
5 | 19 |
|
6 | | -## [2.3.3] - 19 Jul 2021 |
| 20 | +### 2.3.3 - 19 Jul 2021 |
7 | 21 |
|
8 | 22 | - Improves readme file removing `compileOptions` section as not required anymore. (#30258) |
9 | 23 |
|
10 | | -## [2.3.2] - 07 Jul 2021 |
| 24 | +### 2.3.2 - 07 Jul 2021 |
11 | 25 |
|
12 | 26 | - Updates the deployment target of iOS to 13 for PSPDFKit 10.5 for iOS. (#30057) |
13 | 27 |
|
14 | | -## [2.3.1] - 03 Jun 2021 |
| 28 | +### 2.3.1 - 03 Jun 2021 |
15 | 29 |
|
16 | 30 | - Updates readme example to enable running with sound null safety. (#29631) |
17 | 31 | - Adds the implementation for the `save` method on iOS. (#29644) |
18 | 32 |
|
19 | | -## [2.3.0] - 01 Jun 2021 |
| 33 | +### 2.3.0 - 01 Jun 2021 |
20 | 34 |
|
21 | 35 | - Removes the need of a trial key for running PSPDFKit Flutter in demo mode. (#28297) |
22 | 36 | - Updates to PSPDFKit for Android 6.6.2 (#29523) |
23 | 37 |
|
24 | | -## [2.2.2] - 06 May 2021 |
| 38 | +### 2.2.2 - 06 May 2021 |
25 | 39 |
|
26 | 40 | - Adds a title image for the plugin frontpage. (#29330) |
27 | 41 |
|
28 | | -## [2.2.1] - 03 May 2021 |
| 42 | +### 2.2.1 - 03 May 2021 |
29 | 43 |
|
30 | 44 | - Reverts some unneeded file changes. (#29286) |
31 | 45 |
|
32 | | -## [2.2.0] - 03 May 2021 |
| 46 | +### 2.2.0 - 03 May 2021 |
33 | 47 |
|
34 | 48 | - Updates the minimum required Dart version to 2.12.0. (#29277) |
35 | 49 | - Migrates the plugin and the examples to support Sound Null Safety. (#29277) |
36 | 50 |
|
37 | | -## [2.1.0] - 20 Apr 2021 |
| 51 | +### 2.1.0 - 20 Apr 2021 |
38 | 52 |
|
39 | 53 | - Adds a string for the reader view button in iOS so that it can be used in PSPDFViewController's toolbar. (#28465) |
40 | 54 | - Fixes dart code formatting. (#28303) |
41 | 55 | - Updates the `README` for easier getting started instructions and simpler example code. (#28303) |
42 | 56 | - Updates to PSPDFKit for Android 6.6.0. (#28926) |
43 | 57 | - Updates example app dependencies to latest: `path_provider` and `cupertino_icons`. (#28926) |
44 | 58 |
|
45 | | -## [2.0.1] - 24 Feb 2021 |
| 59 | +### 2.0.1 - 24 Feb 2021 |
46 | 60 |
|
47 | 61 | - Updates package description for pub.dev. (#28225) |
48 | 62 | - Adds pedantic static analysis check and addresses the analysis warnings. (#28225) |
49 | 63 |
|
50 | | -## [2.0.0] - 17 Feb 2021 |
| 64 | +### 2.0.0 - 17 Feb 2021 |
51 | 65 |
|
52 | 66 | - First pub.dev published version. (#28157) |
53 | 67 | - Updates the minimum required Flutter SDK version to 1.12.0. (#28157) |
54 | 68 |
|
55 | | -## [1.10.6] - 9 Feb 2021 |
| 69 | +### 1.10.6 - 9 Feb 2021 |
56 | 70 |
|
57 | 71 | - Adds “Migrating from Version 1.10.3” section in the main README. (pspdfkit-flutter:#83) |
58 | 72 | - Fixes import in getting started code snippets for iOS and Android. (pspdfkit-flutter:#83) |
59 | 73 | - Updates the requirements in the iOS README. (pspdfkit-flutter:#83) |
60 | 74 |
|
61 | | -## [1.10.5] - 2 Feb 2021 |
| 75 | +### 1.10.5 - 2 Feb 2021 |
62 | 76 |
|
63 | 77 | - Fixes the license key in the example project. (pspdfkit-flutter:#82) |
64 | 78 |
|
65 | | -## [1.10.4] - 2 Feb 2021 |
| 79 | +### 1.10.4 - 2 Feb 2021 |
66 | 80 |
|
67 | 81 | - Updates Gradle version and enable AndroidX for Android plugin and example. (pspdfkit-flutter:#80) |
68 | 82 | - Updates for PSPDFKit 10.2 for iOS and Xcode 12.4. (pspdfkit-flutter:#81) |
69 | 83 | - Changes open source license to modified BSD instead of Apache. (pspdfkit-flutter:#79) |
70 | 84 | - Fixes versioning system to not require a manual update in two places. (pspdfkit-flutter:#80) |
71 | 85 |
|
72 | | -## [1.10.3] - 11 Jan 2021 |
| 86 | +### 1.10.3 - 11 Jan 2021 |
73 | 87 |
|
74 | 88 | - Updates copyright year to 2021. (pspdfkit-flutter:#75) |
75 | 89 |
|
76 | | -## [1.10.2] - 20 Nov 2020 |
| 90 | +### 1.10.2 - 20 Nov 2020 |
77 | 91 |
|
78 | 92 | - Updates for PSPDFKit for iOS 10.1 and Xcode 12.2. (pspdfkit-flutter:#74) |
79 | 93 |
|
80 | | -## [1.10.1] - 28 Oct 2020 |
| 94 | +### 1.10.1 - 28 Oct 2020 |
81 | 95 |
|
82 | 96 | - Updates to PSPDFKit for Android 6.5.3. (pspdfkit-flutter:#71) |
83 | 97 |
|
84 | | -## [1.10.0] - 9 Oct 2020 |
| 98 | +### 1.10.0 - 9 Oct 2020 |
85 | 99 |
|
86 | 100 | - Updates to PSPDFKit for Android 6.5. (pspdfkit-flutter:#66) |
87 | 101 |
|
88 | | -## [1.9.0] - 3 Mar 2020 |
| 102 | +### 1.9.0 - 3 Mar 2020 |
89 | 103 |
|
90 | 104 | - Updates to PSPDFKit for Android 6.2. (pspdfkit-flutter:#62) |
91 | 105 |
|
92 | | -## [1.8.0] - 21 Jan 2020 |
| 106 | +### 1.8.0 - 21 Jan 2020 |
93 | 107 |
|
94 | 108 | - Updates to PSPDFKit for Android 6.1.1. (pspdfkit-flutter:#54) |
95 | 109 | - Adds Instant JSON document support. (pspdfkit-flutter:#48) |
96 | 110 | - Fixes example project. (pspdfkit-flutter:#50, #53) |
97 | 111 |
|
98 | | -## [1.7.1] - 26 Nov 2019 |
| 112 | +### 1.7.1 - 26 Nov 2019 |
99 | 113 |
|
100 | 114 | - Exposes the `pageLayoutMode` and `isFirstPageAlwaysSingle` configuration options. (pspdfkit-flutter:#46) |
101 | 115 |
|
102 | | -## [1.7.0] - 8 Oct 2019 |
| 116 | +### 1.7.0 - 8 Oct 2019 |
103 | 117 |
|
104 | 118 | - Updates to PSPDFKit for Android 6.0. (pspdfkit-flutter:#36) |
105 | 119 | - Updates to PSPDFKit for iOS 9. (pspdfkit-flutter:#42) |
|
0 commit comments