Electron v1.6.4 發布,JavaScript桌面應用開發庫
Electron 可以讓你使用純 JavaScript 調用豐富的原生 APIs 來創造桌面應用。你可以把它看作是專注于桌面應用而不是 web 服務器的,io.js 的一個變體。
更新日志
Bug 修復
- Fixed an issue where APIs like
webContents.executeJavaScript
would fail - if the loaded page had deleted the
Promise
global. #8845 - Fixed an issue where the zoom level would reset incorrectly. #8864
- Fixed an issue where plugins, like widevine, were not initialized fully
- when a window was created. #8907
- Fixed a crash when taking heap snapshots. #8926
- Fixed an error being thrown when calling
toString
on a remote - function. #8890
- Fixed an issue where specifying an object to the
Menu.popup
API would - throw an error if the optional
async
property was not set. #8974 - Fixed a crash when quitting the app. #8971
- Custom V8 snapshots now load correctly. #8926
- Added support for native PDF rendering. #8435
- Added support for Node integration in web workers. #8852
- Several
NativeImage
APIs now support ascaleFactor
option like toDataURL
,toBitmap
,getBitmap
, andtoPNG
. #8849NativeImage
now has anaddRepresentation
method to build up an image- with different representations at different scale factors. #8858
Buffer
objects are now supported overipcRenderer
when using sandbox- mode. #8900
- The
remote
module is now available when using sandbox mode. #8939 - Added a
clipboard.readBuffer
API to read a custom format type from - the clipboard as a
Buffer
. #8942 - Added support for creating segmented touch bar items. #8887
- Added support for creating scrubber touch bar items. #8910
- The
uploadToServer
option tocrashReporter.start
is now supported. #8883
下載
- electron-api.json
- electron-v1.6.4-darwin-x64-dsym.zip
- electron-v1.6.4-darwin-x64-symbols.zip
- electron-v1.6.4-darwin-x64.zip
- electron-v1.6.4-linux-arm-symbols.zip
- electron-v1.6.4-linux-arm.zip
- electron-v1.6.4-linux-armv7l-symbols.zip
- electron-v1.6.4-linux-armv7l.zip
- electron-v1.6.4-linux-ia32-symbols.zip
- electron-v1.6.4-linux-ia32.zip
- electron-v1.6.4-linux-x64-symbols.zip
- electron-v1.6.4-linux-x64.zip
- electron-v1.6.4-mas-x64-dsym.zip
- electron-v1.6.4-mas-x64-symbols.zip
- electron-v1.6.4-mas-x64.zip
- electron-v1.6.4-win32-ia32-pdb.zip
- electron-v1.6.4-win32-ia32-symbols.zip
- electron-v1.6.4-win32-ia32.zip
- electron-v1.6.4-win32-x64-pdb.zip
- electron-v1.6.4-win32-x64-symbols.zip
- electron-v1.6.4-win32-x64.zip
- ffmpeg-v1.6.4-darwin-x64.zip
- ffmpeg-v1.6.4-linux-arm.zip
- ffmpeg-v1.6.4-linux-armv7l.zip
- ffmpeg-v1.6.4-linux-ia32.zip
- ffmpeg-v1.6.4-linux-x64.zip
- ffmpeg-v1.6.4-mas-x64.zip
- ffmpeg-v1.6.4-win32-ia32.zip
- ffmpeg-v1.6.4-win32-x64.zip
- SHASUMS256.txt
- Source code (zip)
- Source code (tar.gz)
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/68165ff1
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!