Setup
npm install -g ember-cli@3.8.2
-- Install new global ember-cli
Project Update
- Run
npx ember-cli-update --to 3.8.2
-- 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. - Run
npx 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
Blueprint Changes
Community Contributions
- #8482 Update
ember-ajax
in blueprints and tests @boris-petrov - #8370 Use
moduleName()
for templates @pzuraq - #8556 Ensure packager respects source map config when concatting @stefanpenner
Thank you to all who took the time to contribute!