Setup
npm install -g ember-cli@3.10.0-beta.1
-- Install new global ember-cli
Project Update
- Run
npx ember-cli-update --to 3.10.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
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
- #8462 blueprints: Update
ember-cli-eslint
to v5.1.0 @Turbo87 - #8461 blueprints: Update
ember-welcome-page
to v4.0.0 @Turbo87 - #8460 blueprints: Update
ember-qunit
to v4.4.1 @Turbo87 - #8396 blueprints: Update dependencies @mistahenry
- #8470 Remove obsolete
BROCCOLI_2
experiment @Turbo87 - #8469 Move all package related path resolution to
resolve-package-path
@stefanpenner - #8515 Corrected tiny typo in JSDoc @rbarbey
- #8517 Add
--output-path
to test command @step2yeung - #8528 Ensure packager respects source map config when concatting @stefanpenner
- #8540 Fixed broken npm link documentation link @yohanmishkin
Thank you to all who took the time to contribute!