You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/18 05:30:20 UTC

[cordova-docs] branch master updated: Mar 2019 Cordova Electron 1.0.2 Release Blog Post (#942)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 78f4618  Mar 2019 Cordova Electron 1.0.2 Release Blog Post (#942)
78f4618 is described below

commit 78f4618d2c3e41e27ea9d6aa4d1bea4874a4098e
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Mar 18 14:30:16 2019 +0900

    Mar 2019 Cordova Electron 1.0.2 Release Blog Post (#942)
---
 .../2019-02-28-cordova-electron-release-1.0.0.md   | 10 ++---
 .../2019-03-18-cordova-electron-release-1.0.2.md   | 47 ++++++++++++++++++++++
 2 files changed, 51 insertions(+), 6 deletions(-)

diff --git a/www/_posts/2019-02-28-cordova-electron-release-1.0.0.md b/www/_posts/2019-02-28-cordova-electron-release-1.0.0.md
index 2319f1f..5349426 100644
--- a/www/_posts/2019-02-28-cordova-electron-release-1.0.0.md
+++ b/www/_posts/2019-02-28-cordova-electron-release-1.0.0.md
@@ -15,12 +15,7 @@ We are happy to announce that we have just released `Cordova Electron 1.0.0`!  T
 
 **To install:**
 
-Pre-Cordova 9
-```
-cordova platform add cordova-electron@1.0.0
-```
-
-Cordova 9 (Not Released as of 2018/02/28)
+Cordova CLI 9.x
 ```
 cordova platform add electron@1.0.0
 ```
@@ -60,3 +55,6 @@ Please report any issues you find at [issues.cordova.io](http://issues.cordova.i
 * [GH-1](https://github.com/apache/cordova-electron/pull/1) First Draft Release
 * Added NPM Install Step
 * Added Run Command Support
+
+---
+**UPDATE 2019-03-06**: This blog post has been updated to remove **pre-Cordova 9.x** reference.
diff --git a/www/_posts/2019-03-18-cordova-electron-release-1.0.2.md b/www/_posts/2019-03-18-cordova-electron-release-1.0.2.md
new file mode 100644
index 0000000..5427f97
--- /dev/null
+++ b/www/_posts/2019-03-18-cordova-electron-release-1.0.2.md
@@ -0,0 +1,47 @@
+---
+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.
+
+* [cordova-electron@1.0.2](https://www.npmjs.com/package/cordova-electron)
+
+## 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](https://github.com/apache/cordova-electron/blob/rel/1.0.2/DOCUMENTATION.md)!
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-38](https://github.com/apache/cordova-electron/pull/38) Support User Defined **Electron** Settings
+* [GH-37](https://github.com/apache/cordova-electron/pull/37) Remove `nodeIntegration` Warning by Setting Default to `false`
+* [GH-36](https://github.com/apache/cordova-electron/pull/36) Rename **Electron** Main Entry File
+* [GH-35](https://github.com/apache/cordova-electron/pull/35) Refactor `build.js` and Include Test Coverage
+* [GH-33](https://github.com/apache/cordova-electron/pull/33) Update `cordova run` to Work with Pre-Cordova 9.x CLI


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org