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/08/27 03:05:47 UTC

[cordova-docs] branch master updated: August 2019 Cordova Electron 1.1.1 Release Blog Post (#1014)

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 c8dbfa6  August 2019 Cordova Electron 1.1.1 Release Blog Post (#1014)
c8dbfa6 is described below

commit c8dbfa6d6a127852c64bd3326a46458b40915d1e
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Aug 27 12:05:35 2019 +0900

    August 2019 Cordova Electron 1.1.1 Release Blog Post (#1014)
---
 .../2019-08-27-cordova-electron-release-1.1.1.md   | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/www/_posts/2019-08-27-cordova-electron-release-1.1.1.md b/www/_posts/2019-08-27-cordova-electron-release-1.1.1.md
new file mode 100644
index 0000000..3a690d9
--- /dev/null
+++ b/www/_posts/2019-08-27-cordova-electron-release-1.1.1.md
@@ -0,0 +1,45 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Electron 1.1.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Electron 1.1.1`!  This is one of Cordova's supported platforms for building Electron applications.
+
+* [cordova-electron@1.1.1](https://www.npmjs.com/package/cordova-electron)
+
+## Release Highlights
+
+**To upgrade:**
+
+```
+cordova platform remove electron
+cordova platform add electron@1.1.1
+```
+
+**To install:**
+
+```
+cordova platform add electron@1.1.1
+```
+
+Some of the notable fixes in this patch releae are:
+
+* Builds no longer fails when icons with incorrect requirements are defined as long as one of the icons meet the requirements.
+* Prepare no longer fails  when `package.json` is missing the `dependencies` property.
+
+For a quick start guide and in-depth configuration setup, please check out our [Cordova Electron Documentation](https://github.com/apache/cordova-electron/blob/rel/1.1.1/DOCUMENTATION.md)!
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-94](https://github.com/apache/cordova-electron/pull/94) chore: rebuilt `package-lock.json` for audit fix
+* [GH-79](https://github.com/apache/cordova-electron/pull/79) fix: filter icons only matching requirements
+* [GH-89](https://github.com/apache/cordova-electron/pull/89) fix: prepare missing dependencies failure
+* [GH-86](https://github.com/apache/cordova-electron/pull/86) refactor: improve create test spec speed
+* [GH-85](https://github.com/apache/cordova-electron/pull/85) fix: use `spyOn` for process global var


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