npm ember-cli 0.0.46
Honeycrisp

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

Upgrading

In order to ensure a safe and easy upgrade please follow the following steps (from within your project directory):

  1. npm install -g ember-cli -- This ensures that your global version is up to date.
  2. npm install --save-dev ember-cli -- This ensures that your project's version is up to date.
  3. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

Applications

  • ember new diff
  • [BUGFIX] Addons shared the same treePaths and treeForMethods listing. This meant that an addon changing this.treePaths.vendor (for example) would modify where
    ALL addons looked for their vendor trees. #2035

Addons

Don't miss a new ember-cli release

NewReleases is sending notifications on new releases.