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

niklasmerz pushed a commit to branch ios-6.3.0
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 4f936c97bafe8e77fd493a4b1b25909ca5851a72
Author: Niklas Merz <niklasm...@apache.org>
AuthorDate: Thu Apr 13 12:17:42 2023 +0200

    blog: ios 6.3.0 release post
---
 www/_posts/2023-04-15-cordova-ios-release-6.3.0.md | 34 ++++++++++++++++++++++
 1 file changed, 34 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..fe147e71ff
--- /dev/null
+++ b/www/_posts/2023-04-15-cordova-ios-release-6.3.0.md
@@ -0,0 +1,34 @@
+---
+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 that the WebView is inspectable with the latest 
iOS and Xcode versions. It also fixes an iOS 16 bug and issues with NodeJS 18.
+
+**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