Setup
npm install -g ember-cli@3.4.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
- #8024 [BUGFIX] Remove 2.12 scenario from travis.yml @cibernox
- #8033 Restore
styles
behaviour @twokul - #8038 Ensure livereload proxy is scoped to only live reload prefix. @rwjblue
Thank you to all who took the time to contribute!