Skip to content

Strength before Weakness

Pre-release
Pre-release
Compare
Choose a tag to compare
@rwjblue rwjblue released this 20 Sep 22:43
· 3514 commits to master since this release
91ddeb1

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!