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 2021/02/04 18:25:44 UTC

[cordova-docs] branch master updated: (blog): Add ios 6.2.0 announcement (#1151)

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 8f76059  (blog): Add ios 6.2.0 announcement (#1151)
8f76059 is described below

commit 8f76059353616d63ccf158a66ef79385c248ce6b
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Thu Feb 4 19:25:33 2021 +0100

    (blog): Add ios 6.2.0 announcement (#1151)
    
    Co-authored-by: Darryl Pogue <da...@dpogue.ca>
---
 www/_posts/2021-02-03-cordova-ios-release-6.2.0.md | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/www/_posts/2021-02-03-cordova-ios-release-6.2.0.md b/www/_posts/2021-02-03-cordova-ios-release-6.2.0.md
new file mode 100644
index 0000000..a87130e
--- /dev/null
+++ b/www/_posts/2021-02-03-cordova-ios-release-6.2.0.md
@@ -0,0 +1,50 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+    url: https://twitter.com/niklasmaerz
+title:  "Cordova iOS 6.2.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.2.0`! This is Cordova's official platform for building iOS mobile applications.
+
+* [cordova-ios@6.2.0](https://www.npmjs.com/package/cordova-ios)
+
+## Release Highlights
+
+This release contains small bug fixes, dependency updates and resolves some splashscreen issues. Plugin developers can now hook into the `WKURLSchemeHandler` ([learn more](https://github.com/apache/cordova-ios/pull/1030)).
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add ios@6.2.0
+```
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-1069](https://github.com/apache/cordova-ios/pull/1069) (chore): update dependencies for minor release
+* [GH-1067](https://github.com/apache/cordova-ios/pull/1067) fix: plugin podspec with no config elements
+* [GH-1014](https://github.com/apache/cordova-ios/pull/1014) fix(splashscreen): Don't show splashscreen when used as a lib
+* [GH-1030](https://github.com/apache/cordova-ios/pull/1030) Allow plugins to hook into the WKURLSchemeHandler
+* [GH-1036](https://github.com/apache/cordova-ios/pull/1036) (ios): add console output for simulator selectio
+* [GH-1060](https://github.com/apache/cordova-ios/pull/1060) GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj
+* [GH-1031](https://github.com/apache/cordova-ios/pull/1031) Set CDVWebViewProcessPoolFactory to public
+* [GH-1041](https://github.com/apache/cordova-ios/pull/1041) Document breaking changes in 4.3.0 & 4.4.0
+* [GH-1035](https://github.com/apache/cordova-ios/pull/1035) (ios): nil check in didReceiveData in schemehandler
+* [GH-1023](https://github.com/apache/cordova-ios/pull/1023) Reinstate verification of main navigation in case of navigationType other
+* [GH-1018](https://github.com/apache/cordova-ios/pull/1018) (iOS) Skip Cocoapods checkTool on non-darwin platform
+* [GH-1015](https://github.com/apache/cordova-ios/pull/1015) Project changes to allow consuming cordova as submodule
+* [GH-1006](https://github.com/apache/cordova-ios/pull/1006) Hide splash sceen immediately on .hide()
+* [GH-1005](https://github.com/apache/cordova-ios/pull/1005) Fix BackgroundColor parsing for lowercase letters
+* [GH-1002](https://github.com/apache/cordova-ios/pull/1002) chore(asf): Update GitHub repo metadata
+* Add release notes from version 6.1.1
+* [GH-976](https://github.com/apache/cordova-ios/pull/976) chore: Update npm dependencies
+* [GH-973](https://github.com/apache/cordova-ios/pull/973) fix: Append startURL to the initial url loaded
+* [GH-936](https://github.com/apache/cordova-ios/pull/936) (ios) issue-912: fix deployment to device
+* [GH-932](https://github.com/apache/cordova-ios/pull/932) ci: add node 14 to workflow


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