JavaScript桌面應用開發庫Electron v1.2.4發布
Electron 可以讓你使用純 JavaScript 調用豐富的原生 APIs 來創造桌面應用。你可以把它看作是專注于桌面應用而不是 web 服務器的,io.js 的一個變體。
更新日志
- Update to Chrome 51.0.2704.103. #6134
- Add support for child windows. #6140
- Add
tray.getBounds()
API. #6159 - Add
quit
,togglefullscreen
roles toMenuItem
. #6154 #6166 - Fix members of
protocol
module not being set. #6095 - Fix devtools extensions not showing up on first load. #6115
- Fix output in renderer process not being redirected to the main process. #6130
- Fix
<webview>
tag having wrong size whentransform
style is applied. #6128 - Fix crash when releasing contexts in renderer process. #6144
- Fix rejection of remote
Promise
being treated as unhandled rejection in the main process. #6151 - Fix color of menu bar not being updated when system theme changes. #6161
- Fix wrong
role
whenmenu.insert(item)
is used. #6169
macOS
- Add
systemPreferences.subscribeLocalNotification(event, callback)
andsystemPreferences.unsubscribeLocalNotification(id)
APIs. #6150 - Fix frameless window not showing in
Window
menu. #6089, #6097 - Fix crash when calling
win.setProgressBar
afterapp.dock.setIcon
. #6091 - Fix context menu always choosing first item by default. #6110
- Fix
Delete
not working as accelerator. #6168
Linux
- Fix app indicators using random IDs. #6145
- Fix message boxes and file dialogs not being modal. #6160
Windows
- Fix bounds of
Tray
not respecting scale factor.
下載
- 352 MBelectron-v1.2.4-darwin-x64-dsym.zip
- 39.9 MBelectron-v1.2.4-darwin-x64-symbols.zip
- 40.6 MBelectron-v1.2.4-darwin-x64.zip
- 32.9 MBelectron-v1.2.4-linux-arm-symbols.zip
- 34.3 MBelectron-v1.2.4-linux-arm.zip
- 33.8 MBelectron-v1.2.4-linux-ia32-symbols.zip
- 40 MBelectron-v1.2.4-linux-ia32.zip
- 38.8 MBelectron-v1.2.4-linux-x64-symbols.zip
- 39.6 MBelectron-v1.2.4-linux-x64.zip
- 350 MBelectron-v1.2.4-mas-x64-dsym.zip
- 39.7 MBelectron-v1.2.4-mas-x64-symbols.zip
- 39.7 MBelectron-v1.2.4-mas-x64.zip
- 34 MBelectron-v1.2.4-win32-ia32-symbols.zip
- 40.5 MBelectron-v1.2.4-win32-ia32.zip
- 27 MBelectron-v1.2.4-win32-x64-symbols.zip
- 50 MBelectron-v1.2.4-win32-x64.zip
- 763 KBffmpeg-v1.2.4-darwin-x64.zip
- 677 KBffmpeg-v1.2.4-linux-arm.zip
- 746 KBffmpeg-v1.2.4-linux-ia32.zip
- 719 KBffmpeg-v1.2.4-linux-x64.zip
- 763 KBffmpeg-v1.2.4-mas-x64.zip
- 668 KBffmpeg-v1.2.4-win32-ia32.zip
- 685 KBffmpeg-v1.2.4-win32-x64.zip
- Source code (zip)
- Source code (tar.gz)
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!