|
20 | 20 | -->
|
21 | 21 | ## Release Notes for Cordova (Android)
|
22 | 22 |
|
23 |
| -### 14.0.0 (Mar 19, 2025) |
24 |
| - |
25 |
| -**Breaking Changes:** |
26 |
| - |
27 |
| -* [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump npm packages |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| -* [GH-1789](https://github.com/apache/cordova-android/pull/1789) feat!: bump node engine requirement `>=20.5.0` |
37 |
| -* [GH-1784](https://github.com/apache/cordova-android/pull/1784) feat!: bump java default targets to 11 |
38 |
| -* [GH-1771](https://github.com/apache/cordova-android/pull/1771) feat!: deprecate CordovaPlugin's method initialize |
39 |
| -* [GH-1767](https://github.com/apache/cordova-android/pull/1767) feat!: use kotlin-stdlib instead of kotlin-stdlib-jdk* |
40 |
| -* [GH-1763](https://github.com/apache/cordova-android/pull/1763) feat!: SDK 35 Support |
41 |
| - |
42 |
| -**Features:** |
43 |
| - |
44 |
| -* [GH-1785](https://github.com/apache/cordova-android/pull/1785) feat: bump gradle to 8.13 |
45 |
| -* [GH-1779](https://github.com/apache/cordova-android/pull/1779) feat: add `AndroidEdgeToEdge` preference & theme flag |
46 |
| -* [GH-1778](https://github.com/apache/cordova-android/pull/1778) feat: Account for Node security patch |
47 |
| -* [GH-1768](https://github.com/apache/cordova-android/pull/1768) feat: `androidx.core:[email protected]` |
48 |
| -* [GH-1766](https://github.com/apache/cordova-android/pull/1766) feat: `com.google.gms:[email protected]` |
49 |
| -* [GH-1765](https://github.com/apache/cordova-android/pull/1765) feat: `androidx.webkit:[email protected]` |
50 |
| -* [GH-1764](https://github.com/apache/cordova-android/pull/1764) feat: `androidx.appcompat:[email protected]` |
51 |
| - |
52 |
| -**Fixes:** |
53 |
| - |
54 |
| -* [GH-1781](https://github.com/apache/cordova-android/pull/1781) fix: copy gradle wrapper from tools to platform root dir |
55 |
| -* [GH-1770](https://github.com/apache/cordova-android/pull/1770) fix: creation of cdv-gradle-config.json w/ --link flag |
56 |
| -* [GH-1739](https://github.com/apache/cordova-android/pull/1739) fix(docs): Incorrect JDK requirement stated in README |
57 |
| -* [GH-1718](https://github.com/apache/cordova-android/pull/1718) fix: app restart when BT keyboard is connected in some devices |
58 |
| - |
59 |
| -**Chores & Refactoring:** |
60 |
| - |
61 |
| -* [GH-1786](https://github.com/apache/cordova-android/pull/1786) chore: add AndroidX build test to gitignore |
62 |
| -* [GH-1774](https://github.com/apache/cordova-android/pull/1774) style: update & resolve doc block warnings |
63 |
| -* [GH-1772](https://github.com/apache/cordova-android/pull/1772) refactor: replace fs-extra with node:fs |
64 |
| -* [GH-1769](https://github.com/apache/cordova-android/pull/1769) refactor: prefix node:* |
65 |
| -* [GH-1748](https://github.com/apache/cordova-android/pull/1748) chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 |
66 |
| -* [GH-1750](https://github.com/apache/cordova-android/pull/1750) chore(ci): Fix dependabot PR failures |
67 |
| -* [GH-1736](https://github.com/apache/cordova-android/pull/1736) chore(deps): bump micromatch from 4.0.5 to 4.0.8 |
68 |
| -* [GH-1716](https://github.com/apache/cordova-android/pull/1716) chore(deps): bump braces from 3.0.2 to 3.0.3 |
69 |
| - |
70 | 23 | ### 13.0.0 (May 15, 2024)
|
71 | 24 |
|
72 | 25 | **Breaking Changes:**
|
|
0 commit comments