Release Comparison
Dependency Changes
Combined Release Notes
Fixes
Fixed a crash that started occurring sporadically with some types of macOS window close. #41298 (Also in 29)
Fixed an issue where
webContents.printToPDFcould fail when certain combinations ofmarginsandpageSizevalues are passed. #41267 (Also in 29)Fixed an issue where crashes in
node::Environmentdestruction potentially wouldn't be propagated to theNodeServiceexit handler. #41302 (Also in 27, 29)Fixed an issue where zoom level settings did not persist per-session for webviews. #41268 (Also in 27)
Apply module search paths restriction on worker and child process. #41137 (Also in 27, 29)
Fixed a potential
async_hookscrash when listening for therestoreevent on Windows after minimizing a maximized BrowserWindow. #41145 (Also in 27, 29)Fixed an issue where Request objects did not correctly copy headers into fetches. #41103
Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #41036 (Also in 27, 29)
Fixed an issue where the
printBackgroundoption inwebContents.printToPDFdid not work as expected. #41179 (Also in 29)Fixed forked child process not able to send IPC message under some cases on macOS. #41101 (Also in 26, 27, 29)
Fixed on-screen-keyboard not hiding for webviews under some cases. #41150 (Also in 27, 29)
Fixed
session.fromPartition()key lookup bug. #41083 (Also in 29)Fixed a potential crash when calling
dialog.showMessageBoxSync. #41042 (Also in 27, 29)Fixed a potential renderer crash when inspecting elements. #40981
Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #41028 (Also in 27, 29)
Fixed a partition alloc ref count check for higher MacOS versions. #40765 (Also in 29)
Fixed default protocol handler behavior on Windows. #40909
Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. #40896 (Also in 27, 29)
Unset all Node envs in node process when parent is a foreign process. #40880 (Also in 26, 27, 29)