Skip to content

<>::

Compare
Choose a tag to compare
@Turbo87 Turbo87 released this 11 Jan 10:14
· 3234 commits to master since this release

Setup

npm install -g ember-cli@3.7.1 -- Install new global ember-cli

Project Update

  1. Run npx ember-cli-update --to 3.7.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.
  2. 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

  • #8357 blueprints/addon: Fix incorrect job formatting in .travis.yml config @buschtoens

Thank you to all who took the time to contribute!