Setup
npm install -g ember-cli@3.5.0-beta.2
-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp
-- Delete temporary development folders.npm install -g ember-cli-update
-- Install Ember CLI update tool globally.- 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 normalgit
workflow. - 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
ember new
diff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addon
diff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #7365 Migrate from ember-cli-qunit to ember-qunit. @rwjblue
- #8062 Add
yarn.lock
to.npmignore
@Turbo87 - #8064 Update
qunit-dom
to v0.8.0 @Turbo87 - #8067 Less restrictive blueprints - change how addons are identified @scalvert
- #8068 Enable BROCCOLI_2 and SYSTEM_TEMP experiments by default. @rwjblue
- #8069 Adding back feature to customization of serveURL @SparshithNR
- #8071 Update sane to the latest version 🚀 @ember-cli/greenkeeper
Thank you to all who took the time to contribute!