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/02/04 05:56:06 UTC

[cordova-docs] branch master updated: Feb 2019 Cordova OSX 5.0.0 Release Blog Post (#931)

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 ba3302e  Feb 2019 Cordova OSX 5.0.0 Release Blog Post (#931)
ba3302e is described below

commit ba3302eea263ec71e0d403d39cfa85654280f42c
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Feb 4 14:56:02 2019 +0900

    Feb 2019 Cordova OSX 5.0.0 Release Blog Post (#931)
---
 www/_posts/2019-02-04-cordova-osx-release-5.0.0.md | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/www/_posts/2019-02-04-cordova-osx-release-5.0.0.md b/www/_posts/2019-02-04-cordova-osx-release-5.0.0.md
new file mode 100644
index 0000000..0c4457e
--- /dev/null
+++ b/www/_posts/2019-02-04-cordova-osx-release-5.0.0.md
@@ -0,0 +1,41 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova OSX 5.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova OSX 5.0.0`!  This is one of Cordova's supported platforms for building macOS desktop applications.
+
+* [cordova-osx@5.0.0](https://www.npmjs.com/package/cordova-osx)
+
+## Release Highlights
+
+In addition to various fixes, this release also includes support for Swift 4 and the app store icon.
+
+Additional, as NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.
+
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-83](https://github.com/apache/cordova-osx/pull/83) OSX Platform Release Preparation (Cordova 9)
+* [GH-66](https://github.com/apache/cordova-osx/pull/66) explicit `plist@3` dependency
+* [GH-54](https://github.com/apache/cordova-osx/pull/54) Remove Bundled Dependencies
+* [GH-53](https://github.com/apache/cordova-osx/pull/53) Add Node 10 & Drop Node 4 Support
+* [CB-13449](https://issues.apache.org/jira/browse/CB-13449) Assign 1024x1024 app icon
+* [CB-3021](https://issues.apache.org/jira/browse/CB-3021) Can no longer import CDVPlugin.h from plugin Objective-C++ code
+* [CB-13824](https://issues.apache.org/jira/browse/CB-13824) Swift 4 support
+* [CB-13424](https://issues.apache.org/jira/browse/CB-13424) Replaces undefined `self` with `this`
+* [CB-13424](https://issues.apache.org/jira/browse/CB-13424) When running `cordova plugin add/remove` plugins are added and removed properly to the osx platform `config.xml` file
+* [CB-13449](https://issues.apache.org/jira/browse/CB-13449) Added support for 1024x1024 app icon
+* [CB-13304](https://issues.apache.org/jira/browse/CB-13304) expose preference to control WebView navigation
+* [CB-12339](https://issues.apache.org/jira/browse/CB-12339) handle re-open app window
+* [CB-11948](https://issues.apache.org/jira/browse/CB-11948) Modal dialog (window.confirm) opens behind fullscreen window and cannot be closed
+* [CB-11510](https://issues.apache.org/jira/browse/CB-11510) OSX app doesn't properly span all vertical displays
+* [CB-9918](https://issues.apache.org/jira/browse/CB-9918) CDVInvokedUrlCommand.argumentAtIndex returns WebUndefined instead of nil
+* [CB-11002](https://issues.apache.org/jira/browse/CB-11002) Enable hidden accelerated rendering settings by default


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