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: BUILD.gn
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ if (is_mac) {
38
38
import("build/rules.gni")
39
39
40
40
assert(
41
-
mac_deployment_target=="11.0",
42
-
"Chromium has updated the mac_deployment_target, please update this assert, update the supported versions documentation (docs/tutorial/support.md) and flag this as a breaking change")
41
+
mac_deployment_target=="12.0",
42
+
"Chromium has updated the mac_deployment_target, please update this assertand flag this as a breaking change (docs/breaking-changes.md)")
Copy file name to clipboardExpand all lines: docs/breaking-changes.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@ This document uses the following convention to categorize breaking changes:
12
12
***Deprecated:** An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
13
13
***Removed:** An API or feature was removed, and is no longer supported by Electron.
14
14
15
+
## Planned Breaking API Changes (38.0)
16
+
17
+
### Removed: macOS 11 support
18
+
19
+
macOS 11 (Big Sur) is no longer supported by [Chromium](https://chromium-review.googlesource.com/c/chromium/src/+/6594615).
20
+
21
+
Older versions of Electron will continue to run on Big Sur, but macOS 12 (Monterey)
22
+
or later will be required to run Electron v38.0.0 and higher.
23
+
15
24
## Planned Breaking API Changes (37.0)
16
25
17
26
### Utility Process unhandled rejection behavior change
0 commit comments