Setup
npm install -g ember-cli@3.9.0
-- Install new global ember-cli
Project Update
- Run
npx ember-cli-update --to 3.9.0
-- 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
- #8444 Ensure Node 11 does not issue warning @jeanduplessis
- #8425 Update Broccoli website URL @hakilebara
- #8383 Update
ember-welcome-page
usage to angle brackets @locks - #8435 Don't add extra slash in dist paths @knownasilya
- #8358 In MU apps, exclude TS test files from the app JS file @ppcano
- #8373 package-info-cache: Add
heimdalljs-logger
logging @Turbo87 - #8379 Fix the module path for MU non-acceptance tests @ppcano
- #8387 Fix non-acceptance tests for MU addons @ppcano
- #8289 Include addon styles for MU apps @ppcano
- #8399 Improve jQuery deprecation message @simonihmig
- #8397 Update packages @btecu
- #8432 Fix how MU blueprints fetches
ember-source
@ppcano - #8433 MU blueprints: enable
EMBER_MODULE_UNIFICATION
feature flag @ppcano - #8414
preprocessTemplates
is called only once in MU layout @ppcano - #8434 Fix comment on the
environment.js
blueprint files @ppcano
Thank you to all who took the time to contribute!