Repository: cordova-docs Updated Branches: refs/heads/master a461a3d53 -> e6b7bc246
CB-10495 Adds cordova-windows 4.3.1 release blog post. This closes #485 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e6b7bc24 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e6b7bc24 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e6b7bc24 Branch: refs/heads/master Commit: e6b7bc246cc916182795525fe9d6739dd5775d55 Parents: a461a3d Author: Vladimir Kotikov <[email protected]> Authored: Thu Feb 4 11:18:52 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Thu Feb 4 23:18:49 2016 +0300 ---------------------------------------------------------------------- www/_posts/2016-02-04-cordova-windows-4.3.1.md | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e6b7bc24/www/_posts/2016-02-04-cordova-windows-4.3.1.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-02-04-cordova-windows-4.3.1.md b/www/_posts/2016-02-04-cordova-windows-4.3.1.md new file mode 100644 index 0000000..d4f8627 --- /dev/null +++ b/www/_posts/2016-02-04-cordova-windows-4.3.1.md @@ -0,0 +1,35 @@ +--- +layout: post +author: + name: Vladimir Kotikov + url: https://github.com/vladimir-kotikov +title: "Apache Cordova Windows 4.3.1" +categories: announcements +tags: news releases +--- + +We are happy to announce that `Cordova Windows 4.3.1` has been released! + +This is a patch release which fixes a couple of small bugs related to plugins installation, and the significant issue that caused Windows 10 Universal apps to restart instead of resume in some cases. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update [email protected] + +To add it explicitly: + + cordova platform add [email protected] + +For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guide](http://cordova.apache.org/docs/en/dev/guide/platforms/win8/upgrade.html). + +<!--more--> +## What's new in Windows platform + +* [CB-10487](https://issues.apache.org/jira/browse/CB-10487) WindowsStoreIdentityName should be lowercased in Application.StartPage +* [CB-10446](https://issues.apache.org/jira/browse/CB-10446) Windows 10 Cordova Application restart instead of resume +* [CB-10440](https://issues.apache.org/jira/browse/CB-10440) Add CSS color names support for BackgroundColor on Windows +* [CB-10394](https://issues.apache.org/jira/browse/CB-10394) Do not cache manifest file while getting package name +* [CB-10381](https://issues.apache.org/jira/browse/CB-10381) fix the bug when removing a plugin with a `<frame>` tag +* [CB-10234](https://issues.apache.org/jira/browse/CB-10234) Better error message when Windows10 requires 'arch' flag --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
