Setup
npm install -g ember-cli@3.13.0-beta.1
-- 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 --to 3.13.0-beta.1
-- 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
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
- #8642 Use system temp for ember test @ef4
- #8650 [BUGFIX] reset resolve-package-path caches in PackageInfoCache._clear() @jamescdavis
- #8633 Refactor template build pipeline to enable co-located templates. @rwjblue
- #8616 [ENHANCEMENT] Gather hardware information when creating instrumentation summaries @benblank
- #8676 Track the time taken to collect hardware metrics @benblank
- #8678 give ember-cli a progress indicator @stefanpenner
- #8588 [dx] Detail app / addon creation messages @dcyriller
- #8687 Add .git directory to npmignore @rwwagner90
- #8701 Close #8589 addon templates were detected, but no template compilers … @haochuan
- #8747 Update Windows documentation link @loganrosen
- #8772 fix typos :) @aspala
- #8564 Adds babel-eslint as the default ESlint parser @pzuraq/feat
Thank you to all who took the time to contribute!