Cordova Create, Common, and Xcode Released!
01 Jun 2020
We are happy to announce that we have just released an update to our tools!
Release Highlights
cordova-common
xcode
- GH-109 Add
targetNameto parameter togetBuildProperty
cordova-create
- GH-52 Fix
isRemoteUri - GH-40 breaking: major usability & maintainability improvements
- Write
package.jsonwith indentation of 2 - Simplify interface of main export (§1)
- New logic for setting attributes in
package.json&config.xml(§3) - Do not copy "missing" files from default template (§5)
- Reduce number of supported template layouts (§7)
- Drop support for linking (§8)
- Use either
opts.eventsor a no-op for logging (§4)
- Write
Changes include:
cordova-common
- GH-141 chore: apply random missing minor changes
- GH-143 fix: typo in
access&allow navigation - GH-142 fix(
ConfigParser):ImageResourcesconstructor
xcode
- GH-109 Add
targetNameto parameter togetBuildProperty
cordova-create
- GH-65 chore(
npm): bump dependencies w/ rebuiltpackage-lock - GH-64 refactor: small syntax changes
- GH-63 chore: various cleanup changes
- GH-60 chore(
eslint): bump package - GH-59 breaking(
npm): bump dependencies - GH-62 ci: use GitHub Actions
- GH-58 chore(
npm): use short notation inpackage.json - GH-55 chore:
eslintconfig cleanup - GH-53 feat: support
.gitignorefiles in generated app - GH-54 refactor:
eslintsetup - GH-52 Fix
isRemoteUri - GH-51 Add syntax highlighting to code samples in
README - GH-48 chore: update testing (
jasmine&nyc) - GH-40 breaking: major usability & maintainability improvements
- Write
package.jsonwith indentation of 2 - Simplify interface of main export (§1)
- New logic for setting attributes in
package.json&config.xml(§3) - Do not copy "missing" files from default template (§5)
- Reduce number of supported template layouts (§7)
- Drop support for linking (§8)
- Use either
opts.eventsor a no-op for logging (§4)
- Write
- GH-50 chore: improve
npmignore list - GH-49 chore: bump production dependencies
- GH-47 breaking: drop
node6 and 8 support - GH-42 chore: bump
eslint-utilsfrom 1.3.1 to 1.4.3 - GH-44 chore: bump
js-yamlfrom 3.12.0 to 3.13.1 - GH-43 chore: bump
lodashfrom 4.17.11 to 4.17.15 - GH-45 chore: replace
httpURLs inpackage-lock.jsonw/https - GH-41 chore: update
nycdev dependency - GH-39 chore: add Node.js 12 to CI services
- chore: remove deprecated
engineStrictfrompackage.json
