Electron 5 Improves Packaged Apps
Written by Kay Ewbank   
Thursday, 02 May 2019

The latest release of Electron is available with upgraded versions of Chromium, Node.JS and V8. Electron 5 also improves the way packaged apps behave. Electron was originally known as Atom Shell as it was developed for GitHub's Atom text editor.

Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It combines Chromium and Node.js into a single runtime, and apps can be packaged for Mac, Windows, and Linux. Both Atom and Electron were open sourced in 2014.

electronlogo 

 

One main change to this release of Electron is that packaged apps will now behave the same as the default app. A default application menu will be created (unless the app has one) and the window-all-closed event will be automatically handled. (unless the app handles the event).

Another improvement is that mixed sandbox mode is now enabled by default. If you launch a renderer with the sandbox setting set to true, it will now be actually sandboxed. In previous releases such a renderer would only be sandboxed if mixed-sandbox mode was also enabled.

Elsewhere, the default values of nodeIntegration and webviewTag are now false to improve security, and the SpellCheck API has been changed to provide asynchronous results.

There are some other new and improved features, starting with the BrowserWindow feature, which now supports managing multiple BrowserViews within the same BrowserWindow.

The move to convert callback-based functions in Electron to return Promises continues. During this transition period, both the callback and Promise-based versions of these functions will work correctly, and will both be documented. In this release,12 APIs were converted to use promises, including several contentTracing APIs, a number of webContents APIs, and the Cookies API

The ability to work with system colors in the macOS has been improved with three functions being changed or added to systemPreferences.

To improve security in the remote API, new remote events have been added so that you can filter attempts to add new windows. The creation of new webcontents is a common attack vector. Attackers attempt to convince your app to create new windows, frames, or other renderer processes with more privileges than they had before; or with pages opened that they couldn't open before. The addition of filtering has been made to give you a way to counter this.

 

electronlogo

More Information

Electron Website

Related Articles

Electron 4 Updates Chromium Support

Atom v Visual Studio Code - The Unexpected Consequence Of Consolidation

Electron 1.0 Released For Desktop Apps

Atom 1.5 Released 

Atom 1.1 Released

Atom 1.0 - GitHub's Hackable Editor Becomes Stable
Visual Studio Code - Now With Added Extensions

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GR00T Could Be The Robot You Have Always Wanted
27/03/2024

We may not have flying cars, but we could well soon have robots that match up to predictions for the 21st century. Nvidia has announced GR00T, a cleverly named project to build robots using foundation [ ... ]



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info