v39.8.0
📦 electronView on GitHub →
✨ 1 features🐛 3 fixes🔧 4 symbols
Summary
Release v39.8.0 introduces support for the --experimental-transform-types flag and resolves several bugs related to macOS Universal Links, VideoFrame prototypes, and window opening options.
✨ New Features
- Added support for the --experimental-transform-types flag.
🐛 Bug Fixes
- Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil.
- Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype.
- Fixed an issue where setting zoomFactor in setWindowOpenHandler's overrideBrowserWindowOptions had no effect on windows opened via window.open().