cordova-app-hello-world
Version:
This is the hello world app used by the `cordova create` command.
96 lines (81 loc) • 5.34 kB
Markdown
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
# Release Notes
### 7.0.0 (Aug 21, 2025)
**Fixes:**
* [GH-98](https://github.com/apache/cordova-app-hello-world/pull/98) fix(css): Fix extra padding causing scrolling
**Chores:**
* [GH-99](https://github.com/apache/cordova-app-hello-world/pull/99) chore: updated defaults, license headers & added release audit workflow
* [GH-78](https://github.com/apache/cordova-app-hello-world/pull/78) chore: correct `access` inline comment
### 6.0.0 (Oct 27, 2021)
* [GH-73](https://github.com/apache/cordova-app-hello-world/pull/73) cleanup!(`config.xml`): simplify defaults
* [GH-67](https://github.com/apache/cordova-app-hello-world/pull/67) chore(ios): remove `gap` from CSP
* [GH-66](https://github.com/apache/cordova-app-hello-world/pull/66) chore!: remove whitelist plugin & reference
* chore(asf): Update GitHub repo metadata
* chore(asf): Update git notification settings
* chore(asf): Update CONTRIBUTING.md
### 5.0.0 (Apr 08, 2020)
* [GH-64](https://github.com/apache/cordova-app-hello-world/pull/64) doc(README): fix markdown lint warnings & add npm badge
* [GH-62](https://github.com/apache/cordova-app-hello-world/pull/62) chore(git): ignores `node_modules` folder
* [GH-61](https://github.com/apache/cordova-app-hello-world/pull/61) chore(npm): add ignore list & update package data
* [GH-60](https://github.com/apache/cordova-app-hello-world/pull/60) refactor: transform `var` to `let` & `const`
* [GH-43](https://github.com/apache/cordova-app-hello-world/pull/43) feature: dark mode
* [GH-59](https://github.com/apache/cordova-app-hello-world/pull/59) style: update `config.xml`
* replace single quotation marks with double quotation mark
* capitalize `UTF-8`
* [GH-58](https://github.com/apache/cordova-app-hello-world/pull/58) chore(index.html): add charset, prevent scaling, use default attributes
* [GH-57](https://github.com/apache/cordova-app-hello-world/pull/57) Update `index.css`, fixes duplicated `env` right
* [GH-55](https://github.com/apache/cordova-app-hello-world/pull/55) Simplify demo app JavaScript
* [GH-56](https://github.com/apache/cordova-app-hello-world/pull/56) fix: move default plugin to `package.json`
* [GH-52](https://github.com/apache/cordova-app-hello-world/pull/52) fix: remove unsupported hooks directory
* [GH-50](https://github.com/apache/cordova-app-hello-world/pull/50) feat: ensure `.gitignore` file in generated app
* Add or update GitHub pull request and issue template
### 4.0.0 (Dec 20, 2018)
* Absorb cordova-template-reference (#24)
* Slight CSS modernization & use system fonts
* [CB-12886](https://issues.apache.org/jira/browse/CB-12886) Fix for safe-area handling on **iOS** 11+
* [CB-14098](https://issues.apache.org/jira/browse/CB-14098) Remove unused res folder
* [CB-12397](https://issues.apache.org/jira/browse/CB-12397) fix .gitignore for plugins & platforms
* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github instead of apache mirrors site
### 3.11.0 (Sep 29, 2016)
* [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated csp to include content: for img-src
* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir
* [CB-10522](https://issues.apache.org/jira/browse/CB-10522) Event binding in Hello World is misleading
### 3.10.0 (Oct 26, 2015)
* [CB-9712](https://issues.apache.org/jira/browse/CB-9712) CLI 5.3 breaks with node 3.3.3
* don't duplicate hooks guide
* [CB-8896](https://issues.apache.org/jira/browse/CB-8896) updated whitelist dependency to use spec
### 3.9.0 (Mar 23, 2015)
* [CB-8716](https://issues.apache.org/jira/browse/CB-8716) Add Whitelist plugin to config.xml
### 3.8.0 (Mar 10, 2015)
* Add unsafe-eval to default CSP since many frameworks run faster with it on
* Remove path from CSP string (since CSP ignores paths). Add CSP rationale within commen
* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Fix CSP string, which had an invalid : in it
* added license header to config.xml
* added releasenotes.md
* removed version file, package.json can keep track of version
* Adding hooks to default app
* [CB-8597](https://issues.apache.org/jira/browse/CB-8597) First attempt at importing cordova-app-hello-world via npm dependency
* Remove jasmine ref
* Tweak CSP string
* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Add content-security-policy `<meta>` to template
* Remove target-density and height=device-height from `<viewport>`
* Remove self-closing slashes from `<meta>` since this isn't xhtml