npm ember-cli 3.11.0-beta.3
v3.11.0-beta.3

latest releases: 5.7.0-beta.0, 5.6.0, 5.6.0-beta.0...
4 years ago

Setup

npm install -g ember-cli@3.11.0-beta.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 --to 3.11.0-beta.3 -- 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

v3.11.0-beta.2 and v3.11.0-beta.3

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!

Don't miss a new ember-cli release

NewReleases is sending notifications on new releases.