NW.js v0.15.4 发布,Chromium 更新到 51.0.2704.106
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.106
- Include minidump_stackwalk in Linux and OSX sdk build (#5023)
- Added new APIs for read/write multiple types of data to clipboard (#4929)
- Fix: 'loaded' event shouldn't be fired when using history API (#5001)
- Fix: DeprecationWarning: 'root' is deprecated, use 'global' (#4938)
- Fix: Migrate websql data from 0.12 (#5018)
- Fix: content verficiation of package.json in Node modules
- Fix: [Linux] foreground colors for menubar (#5007)
- Make Window.eval() and Window.evalNWBin() return result
下载
SDK build:
正文到此结束