Skip to content

Latest commit

 

History

History
338 lines (117 loc) · 14 KB

CHANGELOG.md

File metadata and controls

338 lines (117 loc) · 14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.1 (2021-07-07)

Note: Version bump only for package @capacitor/cli

3.1.0 (2021-07-07)

Bug Fixes

  • cli: Don't error if there are no scripts (#4763) (dec3fb2)

Features

  • cli: Add hooks to call into npm scripts when capacitor commands run (#4739) (515230c)
  • cli: allow run command to use flavors (#4782) (05cb853)
  • ios: Add limitsNavigationsToAppBoundDomains configuration option (#4789) (2b7016f)

3.0.2 (2021-06-23)

Bug Fixes

3.0.1 (2021-06-09)

Bug Fixes

  • cli: add priority to framework detection (#4617) (6a22f03)
  • cli: Better native-run error (#4676) (39eebd0)
  • cli: Don't prompt cordova preferences if non interactive (#4680) (293527c)
  • cli: Remove v3 prefix from docs urls (#4596) (f99f11a)
  • cli: Throw error if native-run didn't find targets (#4681) (bfbf2b5)

3.0.0 (2021-05-18)

Bug Fixes

  • cli: create-react-app framework detection should not look for react-dev-utils (#4585) (9f7910e)

3.0.0-rc.4 (2021-05-18)

Features

3.0.0-rc.3 (2021-05-11)

Note: Version bump only for package @capacitor/cli

3.0.0-rc.2 (2021-05-07)

Note: Version bump only for package @capacitor/cli

3.0.0-rc.1 (2021-04-29)

Bug Fixes

  • cli: Allow prereleases on node version check (#4469) (dd26a98)
  • cli: filter targets without id from run device list (#4397) (9ec444f)

Features

3.0.0-rc.0 (2021-03-10)

Bug Fixes

3.0.0-beta.6 (2021-02-27)

Note: Version bump only for package @capacitor/cli

3.0.0-beta.5 (2021-02-27)

Note: Version bump only for package @capacitor/cli

3.0.0-beta.4 (2021-02-26)

Bug Fixes

  • cli: init failure if config.xml is present (#4227) (f1703dc)

3.0.0-beta.3 (2021-02-18)

Bug Fixes

  • cli: do not error if webDir is missing when adding platforms (#4215) (4583add)

Features

  • cli: do not require webDir when server.url is set (#4200) (91ddfbd)

3.0.0-beta.2 (2021-02-08)

Features

  • cli: configurable iOS build scheme (#4073) (e6374dc)
  • cli: send config, rootDir, and webDir to custom platform hooks (#4084) (13e9860)

3.0.0-beta.1 (2021-01-14)

Note: Version bump only for package @capacitor/cli

3.0.0-beta.0 (2021-01-13)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.14 (2021-01-13)

Bug Fixes

  • cli: bump minimum node version to 12.4.0 (#4059) (61e3be0)
  • cli: default to new directory instead of crashing (70fdf0b)

3.0.0-alpha.13 (2021-01-13)

Bug Fixes

  • cli: use stderr for logs when using --json option (#4044) (452a101)

Features

  • cli: create TS configuration files in init (#3999) (fa7003e)

3.0.0-alpha.12 (2021-01-08)

Bug Fixes

Features

  • cli: allow 'export default' style TS config files (#4031) (9393667)
  • cli: opt-in anonymous usage data (#4022) (3facfb7)

3.0.0-alpha.11 (2020-12-26)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.9 (2020-12-15)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.8 (2020-12-15)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.7 (2020-12-02)

Bug Fixes

  • cli: Properly detect cocoapods on multiple platforms (#3810) (8753694)
  • cli: run sync instead of copy during run (#3816) (ff45340)
  • cli: use correct path for native-run (02cf1ba)

Features

3.0.0-alpha.6 (2020-10-30)

Features

3.0.0-alpha.5 (2020-10-06)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.4 (2020-09-23)

Features

  • cli: ability to specify custom platform directories (#3565) (c6eda55)

3.0.0-alpha.3 (2020-09-15)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.2 (2020-08-31)

Note: Version bump only for package @capacitor/cli

3.0.0-alpha.1 (2020-08-21)

Features

3.0.0-alpha.0 (2020-07-23)

Features

  • core: add registerPlugin for importing from plugin packages (#3305) (95475cc)