Skip to content

Commit 31134a6

Browse files
committed
Updated RELEASENOTES.md & version for release 3.0.0 (electron-v3.0.0)
1 parent 3827699 commit 31134a6

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

RELEASENOTES.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,71 @@
1919

2020
## Release Notes for Cordova Electron
2121

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+
2287
### 2.0.0 (Sep 17, 2020)
2388

2489
#### Environment Updates

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-electron",
3-
"version": "3.0.0-dev",
3+
"version": "3.0.0",
44
"description": "electron apps as a target for cordova developers",
55
"main": "lib/Api.js",
66
"repository": "github:apache/cordova-electron",

0 commit comments

Comments
 (0)