UNPKG

7.56 kBMarkdownView Raw
1<!--
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20-->
21## Release Notes for Cordova (Windows) ##
22
23Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges *remote*/3.5.x...HEAD
24
25cordova-windows is a library that enables developers to create Windows 8/8.1 and WP8.1 application projects that support Cordova APIs.
26
27[3.8.1]
28* CB-8796 updated package.json version manually
29* CB-8796 updated version file manually
30* Removed verbose strict inequality tests
31* Added check for undefined
32* Fix for callback invocation with NO_RESULT
33* Fixed wording of warning + removed a commented out line
34* make bin scripts executable
35* Update JS snapshot to version 3.8.1 (via coho)
36
37[3.8.0]
38* Update JS snapshot to version 3.8.0 (via coho)
39* CB-7985 windows platform does not build with Visual Studio 14 CTP tools
40* CB-8515 Support DefaultLanguage selection for Windows
41* CB-8321 Add supported orientations config.xml preference handling for `windows` platform
42* CB-8525 Fix audit-license-headers check on Windows
43* CB-8400 Enable jshint for Windows platform and fix all jshint issues
44* CB-8417 moved platform specific js into platform
45* CB-8330 Added new unit tests
46* CB-8136 Implemented prototype for end to end and unit tests via Jasmine
47* Fixed regex used in getPackageFileInfo().
48
49[3.7.1]
50* Updated expired temporary certificate
51
52[3.7.0]
53* Update JS snapshot to version 3.7.0 (via coho)
54* CB-7731 catch obvious missing args error
55* CB-7493 Adds `space-in-path` and `unicode in name` tests for CI
56* CB-7656 Fixes `list-devices` and `list-emulators` commands
57* Fixes `msbuild` failure after **Windows** project creation
58* CB-7617 partial match support for `--target`
59* CB-7666 Merge `node_modules` and move to package root
60* CB-7666 Move stuff outside of **Windows** subdir
61* updated release notes for `3.6.4`
62* CB-7617 Deploy on WP8.1 incorrectly handles `--target` name
63* CB-7601 Build fails due to capabilities with m: prefixes are incorrectly sorted
64* CB-7520 copy MRT images defined in config.xml
65* CB-7520 `.appxbundle` package format support
66* CB-7520 refine image names, use wildcard to include MRT images
67* CB-7494 Fixes wrong replacements in `*.appxmanifest` files
68* CB-7452 Windows. Rewrite `ApplyPlatformConfig.ps1` using NodeJS
69* CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by PS
70
71[3.6.4]
72* Set VERSION to 3.6.4 (via coho)
73* Update JS snapshot to version 3.6.4 (via coho)
74* CB-7617 partial match support for --target
75* CB-7617 Deploy on WP8.1 incorrectly handles --target name
76* bundledDependencies + fixed some whitespace
77
78[3.6.0]
79* CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by PS
80* update cordova.js
81* Removed un-needed files, multiple cordova.js files can only cause confusion
82* CB-7377 Whitelist. Windows build error due to 'invalid URI rules in config.xml'
83* CB-7333 Makes default platform template files overridable
84* Add appveyor badge
85* CB-7129 VS2012 solution now accepts "anycpu" target instead of "any cpu"
86* CB-7129 Fixes issue when project isn't built if msbuild v12.0 is not found.
87* updated repo README
88* updated repo README
89* add appveyor file for ci
90* add basic npm test of create+build project
91* ignore node_modules
92* CB-6976 Reflect new switch name to project structure
93* CB-6976 Changes switch name from '--store' to '--win'
94* Moves node_modules to bin to correctly work under npm
95* Adds missing ExecutionPolicy option for powershell
96* Configurable target version for store and phone targets.
97* CB-7129 spellcheck
98* Rewrite tooling/platform scripts from WSH to NodeJS
99* CB-7243 VERSION file is copied over in create platform script.
100* Using wildcard ** glob to include www folder items CB-6699 #32 #10
101* CB-7144 Windows8 run fails if replace default certificate
102* CB-6787 Windows8 - Fix header licenses (Apache RAT report)
103* updated cordova.js
104* CB-6976 support for new splash screen and icon images
105* fixes potential perf issue inside exec_verbose method
106* CB-6976 fixes deploy error when --nobuild option specified
107* CB-6976 replaces new template icons and splash screens
108* CB-6976 fixes deploy error on WP8.1 emulator
109* CB-6976 fixes run/emulate error when it runs for the first time
110* CB-6976 fixes deploy when target type is not specified
111* Adds support for build archs to run command + small cleanup and refactoring + fix jshint issues
112* CB-6976 Add support for Windows Universal apps (Windows 8.1 and WP 8.1)
113* Cleanup. This closes #10
114* Removed Windows7 which is now in it\'s own branch. This closes #29
115* Added list of supported architectures in help text
116* Adds support for target architectures to build command
117* Closing merged pull requests. close #31, close #30
118* Close stale pull-reqs, close #22, close #21, close #19
119* CB-6686 [3.5.0rc][Windows8] Build error if path contains whitespaces
120* CB-6684 [3.5.0rc][Windows8] Splash screen setting breaks the build
121* CB-6787 Add license to windows8/CONTRIBUTING.md
122* CB-6684 [3.5.0rc][Windows8] Splash screen setting breaks the build
123* CB-6686 [3.5.0rc][Windows8] Build error if path contains whitespaces
124
125
126[3.5.0]
127
128* CB-6557: added pacakge.json to windows8
129* CB-6491 add CONTRIBUTING.md
130* CB-6309 Windows8. Add Splash Screen img support via config.xml preference, CB-6544 SplashScreenBackgroundColor, CB-6545 support multiple preferences
131* moved PlatformConfig functionality to pre-build project level so running outside of cli will still work
132* Fix for when background-color and/or content-src aren\'t specified in config.xml
133* Background color now applied to windows 8 project config during build process. * Added logic to convert hexadecimal color to windows 8 specific format
134* Fix build/deploy errors when path to project contains spaces
135* Version files updated to 3.5.0-dev
136* CB-6435 ./VERSION & /template/VERSION updated
137* Modify execution policy restrictions removal logic. Using PS native cmdlet to remove restrictions.
138* CB-6397 [windows8] Use the latest version of MSBuild Tools installed to build the app
139* CB-6256 CB-6266 Add support for domain whitelist and start page settings to Windows8
140* CB-2970 CB-2953 log unsupported methods and exit with code 1
141* CB-2978 list-devices not supported on windows 8
142* CB-6091 [windows] Build fails if application path contains whitespaces
143* CB-6083 [windows8] Use registry to read msbuild tools path
144* CB-6042 [windows8] Cordova emulate fails if no developer certificate is installed
145* CB-5951 Added namespace to config.xml
146* Remove template file after create by name
147* CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry
148* update to 3.4.0 js and increment version num
149* CB-5951 Added namespace to config.xml
150* Remove template file after create by name
151* CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry
152* update cordova-js and VERSION