Setup
npm install -g ember-cli@2.18.0-beta.1
-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp
-- Delete temporary development folders.npm install --save-dev ember-cli@2.18.0-beta.1
-- Update project'spackage.json
to use latest version.npm install
-- Reinstall NPM dependencies.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
The following changes are required if you are upgrading from the previous
version:
- Users
ember new
diff- Upgrade your project's ember-cli version - docs
- Addon Developers
- Core Contributors
- No changes required
Community Contributions
- #7395 Make "testdouble" dependency optional in MockProcess class @ro0gr
- #7382 add option to not create file @kellyselden
- #7385 remove node 7 testing @kellyselden
- #6955 Discover dependencies of npm-linked addons @ef4
- #7164 Fix generate command when both usePods option and --pod argument is used @emrekutlu
- #7428 Fix bad recursion in ember-cli-shims detection @cibernox
- #7419 Delete crossdomain.xml @sandstrom
- #7424 Adding documentation for experiments @sangm
- #7414 Fixes Project#hasDependencies to only check for dependencies instead … @MiguelMadero/mmadero
- #7406 Remove livereload url from output @topaxi
- #7401 Resolve node modules correctly @ef4
- #7443 Use
overrides
for a single.eslintrc.js
. @rwjblue - #7435 add ember-try ignores to npmignore @kellyselden
- #7432 Avoid publishing massive temp folder leaked by ember-try @ef4
- #7438 skip uninstall if no matching package is installed @makepanic
- #7455 Add eslint-plugin-ember to default linting config. @rwjblue
- #7456 Use fs-extra's
ensureDir
to avoid race condition inmk-tmp-dir-in
. @rwjblue - #7457 Avoid directly requiring
blueprints/app/files/package.json
. @rwjblue
Thank you to all who took the time to contribute!