Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 810B7200CFC for ; Thu, 28 Sep 2017 20:41:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6201F1609CD; Thu, 28 Sep 2017 18:41:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A843A1609B4 for ; Thu, 28 Sep 2017 20:41:24 +0200 (CEST) Received: (qmail 75734 invoked by uid 500); 28 Sep 2017 18:41:23 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 75725 invoked by uid 99); 28 Sep 2017 18:41:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 18:41:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD21EF3287; Thu, 28 Sep 2017 18:41:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: audreyso@apache.org To: commits@cordova.apache.org Message-Id: <1085e11185ac4609b1c977f8f1fbde3c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: CB-13310 - Blog post for cordova-ios@4.5.1 Date: Thu, 28 Sep 2017 18:41:23 +0000 (UTC) archived-at: Thu, 28 Sep 2017 18:41:25 -0000 Repository: cordova-docs Updated Branches: refs/heads/master 81b0a08a8 -> 15e9e4f50 CB-13310 - Blog post for cordova-ios@4.5.1 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/15e9e4f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/15e9e4f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/15e9e4f5 Branch: refs/heads/master Commit: 15e9e4f509cb0286d6b4ca18c0cc0bb72a333c69 Parents: 81b0a08 Author: Suraj Pindoria Authored: Mon Sep 25 11:58:36 2017 -0700 Committer: Audrey So Committed: Thu Sep 28 11:39:15 2017 -0700 ---------------------------------------------------------------------- www/_posts/2017-09-25-ios-release.md | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/15e9e4f5/www/_posts/2017-09-25-ios-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2017-09-25-ios-release.md b/www/_posts/2017-09-25-ios-release.md new file mode 100644 index 0000000..6dbf9e2 --- /dev/null +++ b/www/_posts/2017-09-25-ios-release.md @@ -0,0 +1,48 @@ +--- +layout: post +author: + name: Suraj Pindoria + url: https://twitter.com/surajpindoria +title: "Cordova iOS 4.5.1" +categories: announcements +tags: news releases +--- + +We are happy to announce a minor version of `Cordova iOS 4.5.1` has been released! + +This version provides updates for the latest iOS 11 and Xcode 9. You can now create builds for this new version and properly deploy to either the emulator or device. + +Things to note: + +* For iPhone X's new screen size, you must use Launch Storyboards to take full advantage of it +* Current Splash Screen images will result in letterboxing + +Apple has also made some changes that could effect your current apps, specifically around the viewport. Here are a few resources that could help with your transition to iOS 11: + +1. [Designing Websites for iPhone X](https://webkit.org/blog/7929/designing-websites-for-iphone-x/) +2. [Understanding the WebView Viewport in iOS 11](https://ayogo.com/blog/ios11-viewport/) +3. [Removing the White Bars in Safari on iPhone X](http://stephenradford.me/removing-the-white-bars-in-safari-on-iphone-x/) + +We are also aware that there are specific issues related to the Status Bar plugin. The team is working to resolve these for the next release of the plugin. + +**Note:** When updating **iOS**, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into `config.xml`: + + cordova plugin save + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform rm ios + cordova platform add ios@4.5.1 + +To add it explicitly: + + cordova platform add ios@4.5.1 + + +## What's new in iOS + +* [CB-13310](https://issues.apache.org/jira/browse/CB-13310) Updated checked-in node_modules +* [CB-13191](https://issues.apache.org/jira/browse/CB-13191) (ios) Support marketing icon (#337) +* [CB-12888](https://issues.apache.org/jira/browse/CB-12888) - cordova emulate **iOS** doesn't work in **iOS** 11 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org