- GH-73 cleanup!(
config.xml
): simplify defaults - GH-67 chore(ios): remove
gap
from CSP - GH-66 chore!: remove whitelist plugin & reference
- chore(asf): Update GitHub repo metadata
- chore(asf): Update git notification settings
- chore(asf): Update CONTRIBUTING.md
- GH-64 doc(README): fix markdown lint warnings & add npm badge
- GH-62 chore(git): ignores
node_modules
folder - GH-61 chore(npm): add ignore list & update package data
- GH-60 refactor: transform
var
tolet
&const
- GH-43 feature: dark mode
- GH-59 style: update
config.xml
- replace single quotation marks with double quotation mark
- capitalize
UTF-8
- GH-58 chore(index.html): add charset, prevent scaling, use default attributes
- GH-57 Update
index.css
, fixes duplicatedenv
right - GH-55 Simplify demo app JavaScript
- GH-56 fix: move default plugin to
package.json
- GH-52 fix: remove unsupported hooks directory
- GH-50 feat: ensure
.gitignore
file in generated app - Add or update GitHub pull request and issue template
- Absorb cordova-template-reference (#24)
- Slight CSS modernization & use system fonts
- CB-12886 Fix for safe-area handling on iOS 11+
- CB-14098 Remove unused res folder
- CB-12397 fix .gitignore for plugins & platforms
- CB-12762 point
package.json
repo items to github instead of apache mirrors site
- CB-11938 updated csp to include content: for img-src
- CB-11412 Update templates to designate template source dir
- CB-10522 Event binding in Hello World is misleading
- CB-9712 CLI 5.3 breaks with node 3.3.3
- don't duplicate hooks guide
- CB-8896 updated whitelist dependency to use spec
- CB-8716 Add Whitelist plugin to config.xml
- 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 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 First attempt at importing cordova-app-hello-world via npm dependency
- Remove jasmine ref
- Tweak CSP string
- 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