fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938
fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938
Removed nonstandard File.path extension from the Web File API. #42053
Added the following existing navigation related APIs to webcontents.navigationHistory: canGoBack, goBack, canGoForward, goForward, canGoToOffset, goToOffset, clear. #41752
Features
Additions
Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #42913 (Also in 30, 31)
Added cumulativeCPUUsage to AppMetrics and CPUUsage. #41819
Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43024 (Also in 30, 31)
Enabled the Windows Control Overlay API on Linux. #42681 (Also in 30, 31)
Expose systemPreferences to utilityProcess. #42599 (Also in 30, 31)
Improvements
Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42993 (Also in 30, 31)
Extended WebContentsView to accept pre-existing webContents object. #42086 (Also in 31)
Improved error messages when ses.cookies.set fails. #42362 (Also in 29, 30, 31)
Fixes
Don't check for Desktop Environment in setProgressBar and setBadgeCount. #41211
Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. #43053
Also in earlier versions...
BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42300 (Also in 30, 31)
Electron doesn't paint on offscreen-render mode after gpu process crashed. #41904 (Also in 29, 30, 31)
Fix: fixed the npm run lint not working on Windows. #42905 (Also in 31)
Fixed a crash in addChildView if a view is added as its own child. #42067 (Also in 30, 31)
Fixed a crash that could occur in some DevTools extensions containing draggable regions. #43199 (Also in 31)
Fixed a crash when the same WebContentsView is added via addChildView multiple times. #42085 (Also in 30, 31)
Fixed a focus issue when calling BrowserWindow.setTopBrowserView. #42733 (Also in 30, 31)
Fixed a potential crash when removing notifications on Windows. #43060 (Also in 30, 31)
Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.
Types of Breaking Changes
This document uses the following convention to categorize breaking changes:
API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
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.
Removed: An API or feature was removed, and is no longer supported by Electron.
Planned Breaking API Changes (33.0)
Behavior Changed: webContents property on login on app
The webContents property in the login event from app will be null
when the event is triggered for requests from the utility process
created with respondToAuthRequestsFromMainProcess option.
Deprecated: textured option in BrowserWindowConstructorOption.type
The textured option of type in BrowserWindowConstructorOptions has been deprecated with no replacement. This option relied on the NSWindowStyleMaskTexturedBackground style mask on macOS, which has been deprecated with no alternative.
Removed: macOS 10.15 support
macOS 10.15 (Catalina) is no longer supported by Chromium.
Older versions of Electron will continue to run on Catalina, but macOS 11 (Big Sur)
or later will be required to run Electron v33.0.0 and higher.
The systemPreferences.accessibilityDisplayShouldReduceTransparency property is now deprecated in favor of the new nativeTheme.prefersReducedTransparency, which provides identical information and works cross-platform.
The nonstandard path property of the Web File object was added in an early version of Electron as a convenience method for working with native files when doing everything in the renderer was more common. However, it represents a deviation from the standard and poses a minor security risk as well, so beginning in Electron 32.0 it has been removed in favor of the webUtils.getPathForFile method.
Bumps the npm-deps group with 16 updates in the / directory:
23.11.5
23.14.0
2.3.1
2.3.2
2.5.2
2.6.1
2.3.2
2.4.0
20.14.9
22.5.0
7.14.1
8.2.0
7.14.1
8.2.0
31.1.0
32.0.1
5.1.5
5.1.7
8.57.0
9.9.1
5.1.3
5.2.1
9.0.11
9.1.5
15.2.7
15.2.9
3.3.2
3.3.3
5.5.2
5.5.4
5.3.1
5.4.2
Updates
i18next
from 23.11.5 to 23.14.0Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
0083b3a
23.14.004e2fc9
If backend errors with retry flag, set internal state to 0, so reloadingResou...d7fcec6
23.13.0ffc0a52
build3756cf6
Cache output of getRule to optimize performance (#2226)202465a
23.12.766fad4c
revert last optimization to address #222735d9757
23.12.6eb04454
remove console.log statement #222721fdd90
23.12.5Updates
i18next-fs-backend
from 2.3.1 to 2.3.2Commits
e1db653
2.3.2e00693d
without knowing the exact root couse this change should fix #49d7dc352
Bump express from 4.18.2 to 4.19.2 in /example/updatable-cache (#45)2245075
Bump express from 4.18.2 to 4.19.2 in /example/caching (#46)46479cb
Bump express from 4.17.1 to 4.19.2 in /example/fallback (#44)Updates
i18next-http-backend
from 2.5.2 to 2.6.1Changelog
Sourced from i18next-http-backend's changelog.
Commits
7c20297
2.6.1f735b91
optimize "Network request failed" retry case #147541b257
2.6.0bb0b711
fix "Failed to fetch" retry case #147ac6c3d5
Add usage instructions for plain vanilla JS browser integration (#146)a722b4e
Fix missing comma in options example (#145)94b46b7
fix variables not nullable in request callback typescript definition (#143)Updates
@electron/notarize
from 2.3.2 to 2.4.0Release notes
Sourced from
@electron/notarize
's releases.Commits
dfbdcd8
feat: add notarization logs to debug logging for success (#202)a38ba02
docs: clean up types and add API docs site (#199)69f17aa
build(deps): bump amannn/action-semantic-pull-request (#207)20a4942
build(deps): bump braces from 3.0.2 to 3.0.3 (#204)1f64e1a
chore: bump electronjs/node in .circleci/config.yml to 2.3.0 (#203)a0509e0
chore: bump electronjs/node in .circleci/config.yml to 2.2.3 (#196)Updates
@types/node
from 20.14.9 to 22.5.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.14.1 to 8.2.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
7440e14
chore(release): publish 8.2.0db558d1
fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through inte...3962885
chore: enable unicorn/prefer-string-replace-all (#9798)da02f61
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint ...478990f
feat(eslint-plugin): add suggestion torequire-await
to removeasync
keyw...8087d17
fix(eslint-plugin): [no-redundant-type-constituents] differentiate a types-er...8e01254
fix(eslint-plugin): delete [] in message if ReadOnly<string[]> is detected (#...3ca8477
fix(eslint-plugin): [no-unnecessary-type-assertion] conflict with TS for vari...75a09a8
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] flag second argu...382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)Updates
@typescript-eslint/parser
from 7.14.1 to 8.2.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)3d78392
chore(release): publish 8.1.0a26e3c7
chore: enable prefer-regexp-test (#9658)e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v8Updates
electron
from 31.1.0 to 32.0.1Release notes
Sourced from electron's releases.
... (truncated)
Changelog
Sourced from electron's changelog.
... (truncated)
Commits
a577d56
chore: cherry-pick 9797576 from v8 (#43384)915c7bd
refactor: remove unused SetWMSpecState (#43364)3f16924
chore: remove unused method Erase() (#43363)9e421e8
docs: add docs API history (#43362)2471ebf
build: use smaller instances for gn-check (#43358)4173481
docs: expand dialog window toBaseWindow
(#43338)8c1be5a
feat: support app#login event for utility process net requests (#43317)7123b31
feat: accept-encoding zstd (#43300)588856e
chore: bump chromium to 128.0.6613.36 (32-x-y) (#43328)0c72474
fix: blank page when printing pdf (#43326)Updates
electron-log
from 5.1.5 to 5.1.7Commits
5ecef34
5.1.780f8f63
fix(file): Unable to restrict the log file permissions, fixes #43038ad749
5.1.690bfeec
chore(e2e): Hide app windows on e2e testf762eb4
fix(file): Variables not interpolated, fixes #429d4e1381
feat(docs): Describe initializing in preload script, #428767e92b
feat(docs): Describe scope padding, closes #424Updates
eslint
from 8.57.0 to 9.9.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Superseded by #272.