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: blog/electron-33-0.md
+36-31
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,11 @@ The Electron team is excited to announce the release of Electron 33.0.0! You can
14
14
15
15
If you have any feedback, please share it with us on [Twitter](https://twitter.com/electronjs) or [Mastodon](https://social.lfx.dev/@electronjs), or join our community [Discord](https://discord.com/invite/electronjs)! Bugs and feature requests can be reported in Electron's [issue tracker](https://github.com/electron/electron/issues).
16
16
17
-
18
17
## Notable Changes
19
18
20
19
### Highlights
21
20
22
-
- Added an event to help unlock cryptographic devices when a PIN is needed. [#41205](https://github.com/electron/electron/pull/41205)
21
+
- Added an event to help unlock cryptographic devices when a PIN is needed. [#41205](https://github.com/electron/electron/pull/41205)
23
22
- Extended `navigationHistory` API with 2 new functions for better history management. [#42014](https://github.com/electron/electron/pull/42014)
@@ -37,10 +36,10 @@ Electron 33 upgrades Chromium from `128.0.6613.36` to `130.0.6723.44`, Node from
37
36
38
37
### New Features
39
38
40
-
* Added the event `client-certificate-request-password` to app. It is dispatched when a PIN is needed to unlock a cryptographic device. [#41205](https://github.com/electron/electron/pull/41205)
41
-
* Added error event in utility process to support diagnostic reports on V8 fatal errors. [#43997](https://github.com/electron/electron/pull/43997)
42
-
* Added `View.setBorderRadius(radius)` for customizing the border radius of views—with compatibility for `WebContentsView`. [#42320](https://github.com/electron/electron/pull/42320)
43
-
* Extended `navigationHistory` API with 2 new functions for better history management. [#42014](https://github.com/electron/electron/pull/42014)
39
+
- Added the event `client-certificate-request-password` to app. It is dispatched when a PIN is needed to unlock a cryptographic device. [#41205](https://github.com/electron/electron/pull/41205)
40
+
- Added error event in utility process to support diagnostic reports on V8 fatal errors. [#43997](https://github.com/electron/electron/pull/43997)
41
+
- Added `View.setBorderRadius(radius)` for customizing the border radius of views—with compatibility for `WebContentsView`. [#42320](https://github.com/electron/electron/pull/42320)
42
+
- Extended `navigationHistory` API with 2 new functions for better history management. [#42014](https://github.com/electron/electron/pull/42014)
44
43
45
44
### Breaking Changes
46
45
@@ -53,29 +52,37 @@ or later will be required to run Electron v33.0.0 and higher.
53
52
54
53
#### Behavior Changed: custom protocol URL handling on Windows
55
54
56
-
Due to changes made in Chromium to support [Non-Special Scheme URLs](http://bit.ly/url-non-special), custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated `protocol.registerFileProtocol` and the `baseURLForDataURL` property on `BrowserWindow.loadURL`, `WebContents.loadURL`, and `<webview>.loadURL`. `protocol.handle` will also not work with these types of URLs but this is not a change since it has always worked that way.
55
+
Due to changes made in Chromium to support [Non-Special Scheme URLs](http://bit.ly/url-non-special), custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated `protocol.registerFileProtocol` and the `baseURLForDataURL` property on `BrowserWindow.loadURL`, `WebContents.loadURL`, and `<webview>.loadURL`. `protocol.handle` will also not work with these types of URLs but this is not a change since it has always worked that way.
Electron 30.x.y has reached end-of-support as per the project's [support policy](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy). Developers and applications are encouraged to upgrade to a newer version of Electron.
106
114
107
-
| E33 (Oct'24) | E34 (Jan'25) | E35 (Apr'25)
108
-
| ------------ | ------------ | ------------
109
-
| 33.x.y | 34.x.y | 35.x.y
110
-
| 32.x.y | 33.x.y | 34.x.y
111
-
| 31.x.y | 32.x.y | 33.x.y
115
+
| E33 (Oct'24) | E34 (Jan'25) | E35 (Apr'25)|
116
+
| ------------ | ------------ | ------------|
117
+
| 33.x.y | 34.x.y | 35.x.y|
118
+
| 32.x.y | 33.x.y | 34.x.y|
119
+
| 31.x.y | 32.x.y | 33.x.y|
112
120
113
121
## What's Next
114
122
@@ -117,6 +125,3 @@ In the short term, you can expect the team to continue to focus on keeping up wi
117
125
You can find [Electron's public timeline here](https://www.electronjs.org/docs/latest/tutorial/electron-timelines).
118
126
119
127
More information about future changes can be found on the [Planned Breaking Changes](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) page.
0 commit comments