layout: post author: name: Bryan Ellis title: “Cordova Electron 1.0.2 Released!” categories: announcements tags: news releases

We are happy to announce that we have just released Cordova Electron 1.0.2! This is one of Cordova's supported platforms for building Electron applications.

Release Highlights

To install:

Cordova 8.x

cordova platform add cordova-electron@1.0.2

As original release was for Cordova CLI 9.x, the decision to support on Cordova CLI 8.x was in the post-release phase.

With this release, Cordova CLI 8.x now supports Electron.

Please note that any command that accept the platform argument, on Cordova CLI 8.x, must be cordova-electron.

Example:

cordova run cordova-electron --nobuild
cordova build cordova-electron

For a quick start guide and in-depth configuration setup, please check out our Cordova Electron Documention!

Please report any issues you find at issues.cordova.io!

Changes include:

  • GH-38 Support User Defined Electron Settings
  • GH-37 Remove nodeIntegration Warning by Setting Default to false
  • GH-36 Rename Electron Main Entry File
  • GH-35 Refactor build.js and Include Test Coverage
  • GH-33 Update cordova run to Work with Pre-Cordova 9.x CLI