Skip to content

Commit 7298721

Browse files
committed
add cli changes
1 parent 0b70801 commit 7298721

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/ember-4-8-released.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,23 @@ While it is recommended to keep Ember CLI versions in sync with Ember and Ember
9090

9191
#### Bug Fixes
9292

93+
Ember CLI 4.8 introduced 4 bug fixes.
94+
95+
- [#10014](https://github.com/ember-cli/ember-cli/pull/10014) - a fix that makes sure newly installed addons are discovered when running ember install.
96+
- [#9920](https://github.com/ember-cli/ember-cli/pull/9920) - a fix that makes sure a blueprint’s options object and project instance are always available for all public hooks.
97+
- [#9987](https://github.com/ember-cli/ember-cli/pull/9987) - a fix that makes sure we handle rebuild failures without exiting.
98+
- [#9988](https://github.com/ember-cli/ember-cli/pull/9988) - a fix for a glob matching issue when npm-run-all and Yarn 2+ are used together.
9399

94100
#### Features
95101

102+
Ember CLI 4.8 introduced 2 features.
103+
104+
- [#9945](https://github.com/ember-cli/ember-cli/pull/9945) - Added Node v18 to engines in the app and addon blueprints (removes support for Node v17, which is a breaking change).
105+
- [#9975](https://github.com/ember-cli/ember-cli/pull/9975) - Updated the app and addon blueprints to use const to avoid unnecessary linting errors.
96106

97107
#### Deprecations
98108

109+
Ember CLI 4.8 introduced 0 deprecations.
99110

100111
## Thank You!
101112

0 commit comments

Comments
 (0)