Skip to content

Releases: ionic-team/ionic-cli

2.1.2

21 Oct 16:12
Compare
Choose a tag to compare

Bug Fixes

  • use an environment variable to force colors instead of using the --colors flag. (#1557) (cdbeef6)

2.1.1

14 Oct 20:37
Compare
Choose a tag to compare

Bug Fixes

  • ensure all child spawned npm process exit when the parent process ends. fixes #1544 (157aefd)

Features

  • ensure child spawned processes for npm run print colors. (f74e3c3)
  • update ionic info to print ionic app-scripts version. (7e2dd6c)

2.1.0

27 Sep 18:02
Compare
Choose a tag to compare
  • refactor: updated generate functionality to call @ionic/app-generators instead of ionic. (45e9959)
  • feat: add build step for npm scripts if they exist. (2bc79bf)

2.0.0

27 Sep 18:02
Compare
Choose a tag to compare
  • create 2.0 release using beta.37 source.

2.0.0-beta.37

11 Aug 15:27
Compare
Choose a tag to compare
2.0.0-beta.37 Pre-release
Pre-release

Bug Fixes

  • setup: add setup sass back as a command for v1 projects. (2bd7aee)

2.0.0-beta.36

11 Aug 15:26
Compare
Choose a tag to compare
2.0.0-beta.36 Pre-release
Pre-release

Bug Fixes

  • stats: Updated cli to only track on valid commands. (9308577)
  • change all exec commands within add, remove, and service to use sync. (cb01e1d)

2.0.0-beta.35

11 Aug 15:25
Compare
Choose a tag to compare
2.0.0-beta.35 Pre-release
Pre-release

Bug Fixes

  • npm: republish with npm 2 to fix bundled dependencies (again)

2.0.0-beta.34

11 Aug 15:24
Compare
Choose a tag to compare
2.0.0-beta.34 Pre-release
Pre-release

Bug Fixes

  • npm: republish with npm 2 to fix bundled dependencies

2.0.0-beta.33

11 Aug 15:23
Compare
Choose a tag to compare
2.0.0-beta.33 Pre-release
Pre-release

Bug Fixes

  • cordova: ensure that each cordova command will properly catch wh… (#1154) (142128a)

2.0.0-beta.32

25 Jul 20:19
Compare
Choose a tag to compare
2.0.0-beta.32 Pre-release
Pre-release

Bug Fixes

  • upload Update ionic-app-lib dependency to fix HTML entities being created in index.html on upload. Closes #562, #600, #640