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 9158431962 blog: ios 6.3.0 release post (#1295)
9158431962 is described below

commit 91584319623cc7e9d7e8ff0ff58c732f4c02f59b
Author: Niklas Merz <niklasm...@apache.org>
AuthorDate: Mon Apr 17 19:25:49 2023 +0200

    blog: ios 6.3.0 release post (#1295)
    
    * blog: ios 6.3.0 release post
    
    * update post with feedback
---
 www/_posts/2023-04-15-cordova-ios-release-6.3.0.md | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/www/_posts/2023-04-15-cordova-ios-release-6.3.0.md 
b/www/_posts/2023-04-15-cordova-ios-release-6.3.0.md
new file mode 100644
index 0000000000..ab41dcda4c
--- /dev/null
+++ b/www/_posts/2023-04-15-cordova-ios-release-6.3.0.md
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+    url: https://twitter.com/niklasmaerz
+title:  "Cordova iOS 6.3.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.3.0`! This 
is Cordova's official platform for building iOS mobile applications. **This 
minor release contains three important fixes in preparation for the upcoming 
major release.**
+
+* [cordova-ios@6.3.0](https://www.npmjs.com/package/cordova-ios)
+
+## Release Highlights
+
+This release contains a fix to allow inspecting of WebView content with the 
latest iOS and Xcode versions. It also fixes an iOS 16 bug and issues with 
NodeJS 18.
+
+This release adds the preference `InspectableWebview` for iOS 16.4 or later. 
Please check out the [Pull 
request](https://github.com/apache/cordova-docs/pull/1291) for the 
documentation.
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add ios@6.3.0
+```
+
+Please report any issues you find at 
[issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* chore: npm audit fix
+* [GH-1302](https://github.com/apache/cordova-ios/pull/1302) URL parsing for 
ATS in node 18
+* [GH-1258](https://github.com/apache/cordova-ios/pull/1258) workaround for 
DisallowOverscroll on iOS 16
+* [GH-1300](https://github.com/apache/cordova-ios/pull/1300) set 
webView.inspectable to true for Debug builds on iOS >= 16.4 


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

Reply via email to