Assets
2
Setup
npm install -g ember-cli@3.5.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- 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 normalgitworkflow. - 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
The following changes are required if you are upgrading from the previous
version:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #7798 Add Broccoli 2.0 support @oligriffiths
- #7916 Support node-http-proxy timeout options @jboler
- #7937 Update fallback default browser targets from IE9 -> IE11. @arthirm
- #7984 Reject when command args validation fails @zonkyio
- #7946 upgrade ember-cli-htmlbars to 3.x @stefanpenner
- #7976 Upgrade ember-source to master in
newblueprint @dcyriller - #8025 Update MU blueprint to latest canary @CodingItWrong
- #8000 Adding
--inoption toember generateandember destroyto allow blueprint generation for in repo addons in custom paths. @scalvert - #8028 Add
publicto the list of disallowed application names @twokul
Thank you to all who took the time to contribute!
rwjblue
released this
Assets
2
Setup
npm install -g ember-cli@3.4.3 -- 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- 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 normalgitworkflow. - 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
The following changes are required if you are upgrading from the previous
version:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember newdiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #8044 Fix livereload issues when SSL is enabled. @SparshithNR
- #8046 Do not to fail to build if
testsfolder is not present @twokul - #8047 Fix
app.importtransforms for tests @twokul - #8048 Make sure app content always "wins" over addon content. @twokul
- #8057 Ensure livereload support does not break proxied websockets. @rwjblue
- #8058 Tweak invalid / missing package log output to be more actionable @dcombslinkedin
Thank you to all who took the time to contribute!
rwjblue
released this
Assets
2
Setup
npm install -g ember-cli@3.4.2 -- 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- 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 normalgitworkflow. - 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
The following changes are required if you are upgrading from the previous
version:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #8024 [BUGFIX] Remove 2.12 scenario from travis.yml @cibernox
- #8033 Restore
stylesbehaviour @twokul - #8038 Ensure livereload proxy is scoped to only live reload prefix. @rwjblue
Thank you to all who took the time to contribute!
twokul
released this
Setup
npm install -g ember-cli@3.4.2-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.ember-cli-update-- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.
Changelog
The following changes are required if you are upgrading from the previous
version:
- Users
- Upgrade your project's ember-cli version - docs
- Addon Developers
- No changes required
- Core Contributors
- No changes required
Community Contributions
Thank you to all who took the time to contribute!
twokul
released this
Setup
npm install -g ember-cli@3.4.1 -- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp-- Delete temporary development folders.npm install --save-dev ember-cli@3.4.1-- Update project'spackage.jsonto use latest version.npm install-- Reinstall NPM dependencies.npm install -g ember-cli-update-- Install Ember CLI update tool globally.ember-cli-update-- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.
Changelog
The following changes are required if you are upgrading from the previous version:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
- Core Contributors
- No changes required
Community Contributions
- #7791 Add Node 10 to support matrix @stefanpenner
- #7803 Migrate to using Travis stages @rwjblue
- #7808 Drop Node 4 support @Turbo87
- #7947 Add support for in repo addons in non-conventional directories @scalvert
- #7954 Add template linting @rwjblue
- #7956 Embrace stages in CI @rwjblue
- #7977 Use existing build from specified path @SparshithNR
- #7997 Update
ember-dataandember-sourceto 3.4.0 @btecu - #8019 Revert "[PERF] Speed up package info cache" @rwjblue
- #8013 Fix SASS compilation issues @twokul
Quick note about ember-cli@3.4.0: it was unpublished from NPM because the published tar file contained a
bug. NPM is write-only (that is you can unpublish a package but you cannot re-publish it with the same version) and that leaves us with only one option: publish a new version. We effectively fast-forwarded to 3.4.1.