Pre-release

@rwjblue rwjblue released this Sep 20, 2018 · 2 commits to master since this release

Assets 2

Setup

npm install -g ember-cli@3.5.0-beta.1 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

CHANGELOG

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

@rwjblue rwjblue released this Sep 20, 2018 · 154 commits to master since this release

Assets 2

Setup

npm install -g ember-cli@3.4.3 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

CHANGELOG

The following changes are required if you are upgrading from the previous
version:

  • Users
  • Addon Developers
  • Core Contributors
    • No changes required

Community Contributions

Thank you to all who took the time to contribute!

@rwjblue rwjblue released this Sep 12, 2018 · 169 commits to master since this release

Assets 2

Setup

npm install -g ember-cli@3.4.2 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

CHANGELOG

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

Pre-release

@twokul twokul released this Sep 10, 2018 · 173 commits to master since this release

Assets 3

Setup

npm install -g ember-cli@3.4.2-beta.1 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. ember-cli-update -- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.

Changelog

The following changes are required if you are upgrading from the previous
version:

  • Users
    • Upgrade your project's ember-cli version - docs
  • Addon Developers
    • No changes required
  • Core Contributors
    • No changes required

Community Contributions

Thank you to all who took the time to contribute!

@twokul twokul released this Sep 6, 2018 · 178 commits to master since this release

Assets 3

Setup

npm install -g ember-cli@3.4.1 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@3.4.1 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  5. ember-cli-update -- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.

Changelog

The following changes are required if you are upgrading from the previous version:

Community Contributions

Quick note about ember-cli@3.4.0: it was unpublished from NPM because the published tar file contained a
bug. NPM is write-only (that is you can unpublish a package but you cannot re-publish it with the same version) and that leaves us with only one option: publish a new version. We effectively fast-forwarded to 3.4.1.