erisu commented on a change in pull request #1088:
URL: https://github.com/apache/cordova-docs/pull/1088#discussion_r443918201



##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
+
+    To ensure your app properly supports the orientations you want, we 
encourage setting [the `Orientation` preference][prefs].
+
+
+* **Fix invisible SplashScreen bugs** *(since 6.0.0)*
+
+    A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in config.xml. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.

Review comment:
       ```suggestion
       A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in `config.xml`. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.

Review comment:
       ```suggestion
       The Cordova iOS 6.0.0 release was unable to be published to CocoaPods 
due to issues with the Pod spec. These have been addressed and Cordova iOS 
6.1.0 is available.
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
+
+    To ensure your app properly supports the orientations you want, we 
encourage setting [the `Orientation` preference][prefs].
+
+
+* **Fix invisible SplashScreen bugs** *(since 6.0.0)*
+
+    A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in config.xml. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.
+
+    In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will always 
have a background colour (defaulting to the system background colour) and so 
that the launch storyboard image should remain visible.
+
+    To customize the background colour of your app and its splashscreen, use 
[the `BackgroundColor` preference][prefs] in config.xml.

Review comment:
       ```suggestion
       To customize the background colour of your app and its splashscreen, use 
[the `BackgroundColor` preference][prefs] in `config.xml`.
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).

Review comment:
       ```suggestion
       A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in `config.xml`. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
+
+    To ensure your app properly supports the orientations you want, we 
encourage setting [the `Orientation` preference][prefs].
+
+
+* **Fix invisible SplashScreen bugs** *(since 6.0.0)*
+
+    A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in config.xml. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.
+
+    In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will always 
have a background colour (defaulting to the system background colour) and so 
that the launch storyboard image should remain visible.
+
+    To customize the background colour of your app and its splashscreen, use 
[the `BackgroundColor` preference][prefs] in config.xml.
+
+
+* **Add support for dark mode splashscreens** *(New Feature)*
+
+    It is now possible to use optionally different splashscreen images when 
your app is running in dark mode. You can configure these images in config.xml 
with the `~dark` suffix (and `~light` is also supported).
+
+    ```xml
+    <!-- Default image to be used for all modes -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
+
+    <!-- Image to use specifically for dark mode devices -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany~dark.png" />
+
+    <!-- Image to use specifically for light mode devices -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany~light.png" />
+    ```
+
+
+* **Add preference for iPad desktop layout behaviour** *(New Feature)*
+
+    iPadOS 13 defaults to using a desktop layout in webviews rather than a 
mobile layout. You can now control this behaviour in your apps with [the 
`PreferredContentMode` preference][prefs] in config.xml. Valid options are 
`mobile` and `desktop`.

Review comment:
       ```suggestion
       iPadOS 13 defaults to using a desktop layout in webviews rather than a 
mobile layout. You can now control this behaviour in your apps with [the 
`PreferredContentMode` preference][prefs] in `config.xml`. Valid options are 
`mobile` and `desktop`.
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
+
+    To ensure your app properly supports the orientations you want, we 
encourage setting [the `Orientation` preference][prefs].
+
+
+* **Fix invisible SplashScreen bugs** *(since 6.0.0)*
+
+    A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in config.xml. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.
+
+    In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will always 
have a background colour (defaulting to the system background colour) and so 
that the launch storyboard image should remain visible.
+
+    To customize the background colour of your app and its splashscreen, use 
[the `BackgroundColor` preference][prefs] in config.xml.
+
+
+* **Add support for dark mode splashscreens** *(New Feature)*
+
+    It is now possible to use optionally different splashscreen images when 
your app is running in dark mode. You can configure these images in config.xml 
with the `~dark` suffix (and `~light` is also supported).
+
+    ```xml
+    <!-- Default image to be used for all modes -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
+
+    <!-- Image to use specifically for dark mode devices -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany~dark.png" />
+
+    <!-- Image to use specifically for light mode devices -->
+    <splash src="res/screen/ios/Default@2x~universal~anyany~light.png" />
+    ```
+
+
+* **Add preference for iPad desktop layout behaviour** *(New Feature)*
+
+    iPadOS 13 defaults to using a desktop layout in webviews rather than a 
mobile layout. You can now control this behaviour in your apps with [the 
`PreferredContentMode` preference][prefs] in config.xml. Valid options are 
`mobile` and `desktop`.
+
+
+* **Add preference for webview window handling** *(New Feature)*
+
+    Historically, Cordova iOS has not supported the creation of new webview 
windows with APIs like `window.open` or links with `target="_blank"`. The 
default behaviour was inconsistent, with some links opening externally in 
Safari and some links being unclickable. There is now [an `AllowNewWindows` 
preference][prefs] in config.xml to control the behaviour of new windows within 
the application.

Review comment:
       ```suggestion
       Historically, Cordova iOS has not supported the creation of new webview 
windows with APIs like `window.open` or links with `target="_blank"`. The 
default behaviour was inconsistent, with some links opening externally in 
Safari and some links being unclickable. There is now [an `AllowNewWindows` 
preference][prefs] in `config.xml` to control the behaviour of new windows 
within the application.
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*

Review comment:
       ```suggestion
   * **Resolve CocoaPods publishing issues** *(since 6.0.0)*
   ```

##########
File path: www/_posts/2020-06-23-cordova-ios-6.1.0.md
##########
@@ -0,0 +1,93 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova iOS 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova iOS 6.1.0`! This 
is Cordova's official platform for building iOS mobile applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-ios)
+
+**To upgrade:**
+
+```bash
+cordova platform remove ios
+cordova platform add [email protected]
+```
+
+## Release Highlights
+
+This release contains primarily fixes for issues with the 6.0.0 release.
+
+* **Resolve Cocoapods publishing issues** *(since 6.0.0)*
+
+    The Cordova iOS 6.0.0 release was unable to be published to Cocoapods due 
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is 
available.
+
+
+* **Fix landscape orientation defaults** *(since 6.0.0)*
+
+    A change made in Cordova iOS 6.0.0 had the side effect of disabling 
landscape orientation for any apps that didn't specify an `Orientation` 
preference in config.xml. We've reverted that change and new apps will match 
Xcode defaults (allowing both portrait and landscape orientations).
+
+    To ensure your app properly supports the orientations you want, we 
encourage setting [the `Orientation` preference][prefs].
+
+
+* **Fix invisible SplashScreen bugs** *(since 6.0.0)*
+
+    A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible 
unless a `BackgroundColor` preference was set in config.xml. This was not the 
intended behaviour, and caused a lot of confusion about not being able to 
interact with the webview behind the splashscreen.
+
+    In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will always 
have a background colour (defaulting to the system background colour) and so 
that the launch storyboard image should remain visible.
+
+    To customize the background colour of your app and its splashscreen, use 
[the `BackgroundColor` preference][prefs] in config.xml.
+
+
+* **Add support for dark mode splashscreens** *(New Feature)*
+
+    It is now possible to use optionally different splashscreen images when 
your app is running in dark mode. You can configure these images in config.xml 
with the `~dark` suffix (and `~light` is also supported).

Review comment:
       ```suggestion
       It is now possible to use optionally different splashscreen images when 
your app is running in dark mode. You can configure these images in 
`config.xml` with the `~dark` suffix (and `~light` is also supported).
   ```




----------------------------------------------------------------
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.

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