You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2022/03/12 09:03:36 UTC

[cordova-docs] branch master updated: blog(osx): add osx 7.0.0 announcement (#1233)

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

niklasmerz 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 0b5cdc8  blog(osx): add osx 7.0.0 announcement (#1233)
0b5cdc8 is described below

commit 0b5cdc8f3a4ad4935aa12a233c80c66528a6154c
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Sat Mar 12 10:03:30 2022 +0100

    blog(osx): add osx 7.0.0 announcement (#1233)
---
 www/_posts/2022-03-09-osx-release-7.0.0.md | 40 ++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/www/_posts/2022-03-09-osx-release-7.0.0.md b/www/_posts/2022-03-09-osx-release-7.0.0.md
new file mode 100644
index 0000000..403f5fb
--- /dev/null
+++ b/www/_posts/2022-03-09-osx-release-7.0.0.md
@@ -0,0 +1,40 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+    url: https://twitter.com/niklasmaerz
+title:  "Cordova OSX 7.0.0 released and deprecation notice"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova OSX 7.0.0`!  This is one of Cordova's supported platforms for building macOS desktop applications.
+
+* [cordova-osx@7.0.0](https://www.npmjs.com/package/cordova-osx)
+
+## Release Highlights
+
+This version includes various dependency updates and makes the platform run on AppleSilicon Macs.
+
+We have raised the minimum required NodeJS version for this release to 12.x.
+
+
+## Deprecation Notice
+
+We are planning to deprecate the `cordova-osx` platform soon. Please migrate to the `cordova-electron` platform or try Mac Catalyst with the `cordova-ios` platform.
+
+Feel free to check out the discussions on the mailing list [1](https://lists.apache.org/thread/wjwx2y9roptq941gg96809fvhwt3rdto) [2](https://lists.apache.org/thread/lqq2xoy3pjqcyl052gv0qom2f31zgg8k) for more information and leave a comment if you have anything to add.
+
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-117](https://github.com/apache/cordova-osx/pull/117) Prepare release 7.0.0
+* [GH-105](https://github.com/apache/cordova-osx/pull/105) Fix to make Cordova OSX build successfully on AppleSilicon target.
+* [GH-115](https://github.com/apache/cordova-osx/pull/115) refactor!: drop q
+* chore: update GH description, homepage and labels
+* [GH-114](https://github.com/apache/cordova-osx/pull/114) refactor(versions): remove duplicated function
+* [GH-108](https://github.com/apache/cordova-osx/pull/108) ci: add node-14.x to workflow
+* [GH-107](https://github.com/apache/cordova-osx/pull/107) chore: clean up `package.json`

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