|
20 | 20 | -->
|
21 | 21 | ## Release Notes for Cordova (Android)
|
22 | 22 |
|
| 23 | +### 11.0.0 (Jun 30, 2022) |
| 24 | + |
| 25 | +**Breaking:** |
| 26 | + |
| 27 | +* [GH-1441](https://github.com/apache/cordova-android/pull/1441) feat!: **Android** 12 splash screen |
| 28 | +* [GH-1427](https://github.com/apache/cordova-android/pull/1427) feat!: API 32 support |
| 29 | +* [GH-1410](https://github.com/apache/cordova-android/pull/1410) feat!: API 31 support |
| 30 | +* [GH-1444](https://github.com/apache/cordova-android/pull/1444) fix!: set & use `ANDROID_HOME` as default |
| 31 | +* [GH-1411](https://github.com/apache/cordova-android/pull/1411) chore!: Drop Node 12 support |
| 32 | + |
| 33 | +**Features:** |
| 34 | + |
| 35 | +* [GH-1448](https://github.com/apache/cordova-android/pull/1448) feat: Update `androidx.appcompat` version |
| 36 | +* [GH-1446](https://github.com/apache/cordova-android/pull/1446) feat: Update gradle plugin version |
| 37 | +* [GH-1447](https://github.com/apache/cordova-android/pull/1447) feat: Update google services pluging |
| 38 | +* [GH-1431](https://github.com/apache/cordova-android/pull/1431) feat: support custom `compileSdk` setting |
| 39 | +* [GH-1311](https://github.com/apache/cordova-android/pull/1311) feat: added support for BoM imports |
| 40 | + |
| 41 | +**Fixes:** |
| 42 | + |
| 43 | +* [GH-1453](https://github.com/apache/cordova-android/pull/1453) fix: support installing platfrom from local git checkout |
| 44 | +* [GH-1449](https://github.com/apache/cordova-android/pull/1449) fix: accept file cookies only if `AndroidInsecureFileModeEnabled` |
| 45 | +* [GH-1443](https://github.com/apache/cordova-android/pull/1443) fix: force `hostname` to lowercase |
| 46 | +* [GH-1434](https://github.com/apache/cordova-android/pull/1434) fix: restore `checkReqs` in `prepare.js` |
| 47 | +* [GH-1154](https://github.com/apache/cordova-android/pull/1154) fix: move `MainActivity.java` to folder that tracks the app package name (widget id) |
| 48 | + |
| 49 | +**Chores, Dependencies & CI:** |
| 50 | + |
| 51 | +* [GH-1451](https://github.com/apache/cordova-android/pull/1451) chore: display warning on deprecated `<splash>` tag usage |
| 52 | +* [GH-1430](https://github.com/apache/cordova-android/pull/1430) chore: remove unneeded deprecated annotation |
| 53 | +* [GH-1421](https://github.com/apache/cordova-android/pull/1421) chore(npm): bump `@cordova/eslint-config@^4.0.0` |
| 54 | +* [GH-1420](https://github.com/apache/cordova-android/pull/1420) chore(npm): bump dependencies |
| 55 | +* [GH-1452](https://github.com/apache/cordova-android/pull/1452) dep: bump `jasmine@4.2.1` w/ `package-lock` rebuild |
| 56 | +* [GH-1439](https://github.com/apache/cordova-android/pull/1439) ci: update github action workflow |
| 57 | +* [GH-1424](https://github.com/apache/cordova-android/pull/1424) ci: Added Node 18 to test matrix |
| 58 | + |
23 | 59 | ### 10.1.2 (Apr 11, 2022)
|
24 | 60 |
|
25 | 61 | **Fixes:**
|
|
0 commit comments