|
19 | 19 |
|
20 | 20 | ## Release Notes for Cordova Electron |
21 | 21 |
|
| 22 | +### 3.0.0 (Sep 01, 2021) |
| 23 | + |
| 24 | +#### Environment Updates |
| 25 | + |
| 26 | +This release requires the environment to have **Node.js** `12.0.0` or higher. It is recommended to use the current LTS, which is `14.17.6` at the time of this release. |
| 27 | + |
| 28 | +#### Project Dependencies |
| 29 | + |
| 30 | +* `cordova-common@^4.0.2` |
| 31 | + |
| 32 | +* `electron-builder@^22.11.7` |
| 33 | +* `electron-devtools-installer@^3.2.0` |
| 34 | +* `execa@^5.1.1` |
| 35 | +* `fs-extra@^10.0.0` |
| 36 | + |
| 37 | +#### Electron App Stack |
| 38 | + |
| 39 | +* [Electron](https://www.electronjs.org/blog/electron-14-0) 14.0.0 |
| 40 | +* Chromium 93.0.4577.58 |
| 41 | +* Node v14.17.0 |
| 42 | +* V8 v9.3 |
| 43 | + |
| 44 | +#### Breaking Changes |
| 45 | + |
| 46 | +* [GH-205](https://github.com/apache/cordova-electron/pull/205) feat!(Api): remove unused locations data |
| 47 | +* [GH-203](https://github.com/apache/cordova-electron/pull/203) feat!(electron): bump to `14.0.0` |
| 48 | +* [GH-202](https://github.com/apache/cordova-electron/pull/202) feat!: remove old VERSION file |
| 49 | +* [GH-199](https://github.com/apache/cordova-electron/pull/199) feat!: update node support |
| 50 | +* [GH-198](https://github.com/apache/cordova-electron/pull/198) feat!(dependencies): update other packages |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +* [GH-197](https://github.com/apache/cordova-electron/pull/197) feat!(dependencies): bump **Electron** packages |
| 55 | + |
| 56 | + |
| 57 | +* [GH-175](https://github.com/apache/cordova-electron/pull/175) breaking: add plugin support |
| 58 | + |
| 59 | +#### Features |
| 60 | + |
| 61 | +* [GH-200](https://github.com/apache/cordova-electron/pull/200) feat: update supported platform options |
| 62 | +* [GH-184](https://github.com/apache/cordova-electron/pull/184) feat: forward **Electron**'s process `stdio` to terminal |
| 63 | + |
| 64 | +#### Fixes |
| 65 | + |
| 66 | +* [GH-183](https://github.com/apache/cordova-electron/pull/183) fix(npm): change prepack script to prepare |
| 67 | +* [GH-180](https://github.com/apache/cordova-electron/pull/180) fix(windows): **Electron** window not displaying |
| 68 | +* [GH-182](https://github.com/apache/cordova-electron/pull/182) fix: restrict deep merging on reserved keys |
| 69 | +* [GH-172](https://github.com/apache/cordova-electron/pull/172) fix(pkg): typo in field "`keywords`" |
| 70 | +* [GH-169](https://github.com/apache/cordova-electron/pull/169) fix(Api): do not depend on globals |
| 71 | + |
| 72 | +#### Refactor Changes |
| 73 | + |
| 74 | +* [GH-181](https://github.com/apache/cordova-electron/pull/181) refactor: use class static |
| 75 | + |
| 76 | +#### Chores |
| 77 | + |
| 78 | +* [GH-201](https://github.com/apache/cordova-electron/pull/201) chore(asf-license): add to header |
| 79 | +* [GH-171](https://github.com/apache/cordova-electron/pull/171) chore: clean up `package.json` |
| 80 | + |
| 81 | +#### Test & Other Changes |
| 82 | + |
| 83 | +* [GH-194](https://github.com/apache/cordova-electron/pull/194) build: build `cordova.js` on `prepare` |
| 84 | +* [GH-204](https://github.com/apache/cordova-electron/pull/204) test: cleanup and remove unneeded code |
| 85 | +* [GH-90](https://github.com/apache/cordova-electron/pull/90) test(create): fix, clean up & extend |
| 86 | + |
22 | 87 | ### 2.0.0 (Sep 17, 2020) |
23 | 88 |
|
24 | 89 | #### Environment Updates |
|
0 commit comments