NW.js v0.15.0 发布,采用Node.js 6.2.0 Chromium 51.0.2704.63
NW.js前身是Node Webkit,即融合了Node.js和Webkit HTML渲染器来运行本地应用。新版的 NW.js 基于 io.js ,后者比起 Node.js 采用了更新版的 JavaScript 引擎 V8,对 ES6 支持得更好。既然 io.js 对最新的 Node.js 是百分百兼容的,因此所有是使用 Node.js 的类库和程序也可以使用在 io.js 中。
更新日志
- Update Chromium to 51.0.2704.63
- Update Node.js to 6.2.0
- Add: '--disable-devtools' command line for SDK build (#4839)
- Fix: inject_js in webview and remote pages (#4877)
- Fix: Transparency + Click-through clicks through floated elements (#4846)
- Fix: disable tray icon "NW.js is using your microphone" (#4852)
- Fix: Memory leak in Menu API (#4860)
- Fix: Error in Tray in background context (#4862)
- [docs] disable-devtools switch
- [docs] using Menu API and navigation
下载
SDK build:
其他平台下载: http://dl.nwjs.io/v0.15.0/
正文到此结束