You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/electron-timelines.md
+32-6Lines changed: 32 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,6 @@ check out our [Electron Versioning](./electron-versioning.md) doc.
49
49
* Since Electron 6, Electron major versions have been targeting every other Chromium major version. Each Electron stable should happen on the same day as Chrome stable ([see blog post](https://www.electronjs.org/blog/12-week-cadence)).
50
50
* Since Electron 16, Electron has been releasing major versions on an 8-week cadence in accordance to Chrome's change to a 4-week release cadence ([see blog post](https://www.electronjs.org/blog/8-week-cadence)).
51
51
52
-
:::info Chrome release dates
53
-
54
-
Chromium has the own public release schedule [here](https://chromiumdash.appspot.com/schedule).
55
-
56
-
:::
57
-
58
52
## Version support policy
59
53
60
54
:::info
@@ -79,6 +73,38 @@ and the version prior to that receives the vast majority of those fixes
79
73
as time and bandwidth warrants. The oldest supported release line will receive
80
74
only security fixes directly.
81
75
76
+
### Chromium version support
77
+
78
+
:::info Chromium release schedule
79
+
80
+
Chromium's public release schedule is [here](https://chromiumdash.appspot.com/schedule).
81
+
82
+
:::
83
+
84
+
Electron targets Chromium even-number versions, releasing every 8 weeks in concert
85
+
with Chromium's 4-week release schedule. For example, Electron 26 uses Chromium 116, while Electron 27 uses Chromium 118.
86
+
87
+
### Node.js version support
88
+
89
+
Electron upgrades its `main` branch to even-number versions of Node.js when they enter Active LTS. The schedule
0 commit comments