You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/06 10:13:30 UTC

[GitHub] [cordova-docs] janpio commented on a change in pull request #942: Mar 2019 Cordova Electron 1.0.1 Release Blog Post

janpio commented on a change in pull request #942: Mar 2019 Cordova Electron 1.0.1 Release Blog Post
URL: https://github.com/apache/cordova-docs/pull/942#discussion_r262874071
 
 

 ##########
 File path: www/_posts/2019-03-06-cordova-electron-release-1.0.1.md
 ##########
 @@ -0,0 +1,63 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Electron 1.0.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Electron 1.0.1`!  This is one of Cordova's supported platforms for building Electron applications.
+
+* [cordova-electron@1.0.1](https://www.npmjs.com/package/cordova-electron)
+
+## Release Highlights
+
+**To upgrade:**
+
+Pre-Cordova 9
+```
+cordova platform add cordova-electron@1.0.1
+```
+
+Cordova 9 (Not Released as of 2018/03/06)
+```
+cordova platform add electron@1.0.1
+```
+
+The original release was targeted for **Cordova CLI 9.x**. The decision to support on **Cordova CLI 8.x** was in the post-release phase. The **pre-Cordova 9** steps in the [previous release post](https://cordova.apache.org/announcements/2019/02/28/cordova-electron-release-1.0.0.html) were meant to be for this release.
+
+This release contains the changes to allow Electron to work correctly with **Cordova CLI 8.x**.
+
+Please note that all commands on **Cordova CLI 8.x** and that has the platform argument should use `cordova-electron`.
 
 Review comment:
   grammar

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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