erisu commented on code in PR #1504:
URL: https://github.com/apache/cordova-docs/pull/1504#discussion_r3329952441


##########
www/_posts/2026-05-31-cordova-ios-8.1.0.md:
##########
@@ -0,0 +1,85 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Cordova iOS 8.1.0 is now available!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 8.1.0`! This 
is one of Cordova's supported platforms for building iOS applications.
+
+This release contains fixes for several bugs that were reported against the 
8.0.1 version.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+**To install:**
+
+```bash
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+* **Fix for Ionic WebView plugin**
+
+    Re-add an implementation of the deprecated 
shouldOverrideLoadWithRequest:navigationType: selector because the Ionic 
WebView plugin relies on it.
+
+* **Fix /_app_file_/ URLs not working**

Review Comment:
   ```suggestion
   * **Fix `/_app_file_/` URLs not working**
   ```



##########
www/_posts/2026-05-31-cordova-ios-8.1.0.md:
##########
@@ -0,0 +1,85 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Cordova iOS 8.1.0 is now available!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 8.1.0`! This 
is one of Cordova's supported platforms for building iOS applications.
+
+This release contains fixes for several bugs that were reported against the 
8.0.1 version.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+**To install:**
+
+```bash
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+* **Fix for Ionic WebView plugin**
+
+    Re-add an implementation of the deprecated 
shouldOverrideLoadWithRequest:navigationType: selector because the Ionic 
WebView plugin relies on it.

Review Comment:
   ```suggestion
       Re-add an implementation of the deprecated 
`shouldOverrideLoadWithRequest:navigationType:` selector because the Ionic 
WebView plugin relies on it.
   ```



##########
www/_posts/2026-05-31-cordova-ios-8.1.0.md:
##########
@@ -0,0 +1,85 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Cordova iOS 8.1.0 is now available!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 8.1.0`! This 
is one of Cordova's supported platforms for building iOS applications.
+
+This release contains fixes for several bugs that were reported against the 
8.0.1 version.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+**To install:**
+
+```bash
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+* **Fix for Ionic WebView plugin**
+
+    Re-add an implementation of the deprecated 
shouldOverrideLoadWithRequest:navigationType: selector because the Ionic 
WebView plugin relies on it.
+
+* **Fix /_app_file_/ URLs not working**
+
+    During refactoring of the URLSchemeTask handler for cordova-ios 8, an 
error was introduced where /_app_file_ URLs were treated as being relative to 
the resources directory rather than as filesystem paths.

Review Comment:
   ```suggestion
       During refactoring of the **URLSchemeTask** handler for cordova-ios 8, 
an error was introduced where `/_app_file_` URLs were treated as being relative 
to the resources directory rather than as filesystem paths.
   ```



##########
www/_posts/2026-05-31-cordova-ios-8.1.0.md:
##########
@@ -0,0 +1,85 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Cordova iOS 8.1.0 is now available!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 8.1.0`! This 
is one of Cordova's supported platforms for building iOS applications.
+
+This release contains fixes for several bugs that were reported against the 
8.0.1 version.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+**To install:**
+
+```bash
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+* **Fix for Ionic WebView plugin**
+
+    Re-add an implementation of the deprecated 
shouldOverrideLoadWithRequest:navigationType: selector because the Ionic 
WebView plugin relies on it.
+
+* **Fix /_app_file_/ URLs not working**
+
+    During refactoring of the URLSchemeTask handler for cordova-ios 8, an 
error was introduced where /_app_file_ URLs were treated as being relative to 
the resources directory rather than as filesystem paths.
+
+* **Fixes various build issues**
+
+<!--more-->
+## Changes include:
+
+**Fixes:**
+
+* [GH-1653](https://github.com/apache/cordova-ios/pull/1653) fix(actions): fix 
CDVURLSchemeHandlerTest warnings
+* [GH-1652](https://github.com/apache/cordova-ios/pull/1652) fix(actions): 
IPhone 16e not found on macOS 26 for latest OS
+* [GH-1640](https://github.com/apache/cordova-ios/pull/1640) fix: 
`NSInternalInconsistencyException: "No response has been sent for this task"` - 
second attempt
+* [GH-1637](https://github.com/apache/cordova-ios/pull/1637) fix(build): 
Target a generic **iOS** simulator for building
+* [GH-1632](https://github.com/apache/cordova-ios/pull/1632) fix(ionic): Add 
workaround for Ionic WebView plugin
+* [GH-1618](https://github.com/apache/cordova-ios/pull/1618) fix(xcode): Fix 
library search paths for target
+* [GH-1621](https://github.com/apache/cordova-ios/pull/1621) fix(xcode): 
Ensure we do NFD normalization on PRODUCT_NAME
+* [GH-1616](https://github.com/apache/cordova-ios/pull/1616) fix(spm): Ensure 
the deployment target always gets set
+* [GH-1606](https://github.com/apache/cordova-ios/pull/1606) fix(webview): 
Ensure scheme task is always finished
+* [GH-1610](https://github.com/apache/cordova-ios/pull/1610) fix(scheme): Fix 
/_app_file_/ URLs not working
+* [GH-1612](https://github.com/apache/cordova-ios/pull/1612) fix(spm): Set 
deployment target in Package.swift
+* [GH-1597](https://github.com/apache/cordova-ios/pull/1597) fix: ignore spm 
build artifacts
+
+**Others:**
+
+

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to