You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## Release (2026-02-08)
4
+
5
+
*@ember/optional-features 3.0.0 (major)
6
+
7
+
#### :boom: Breaking Change
8
+
*`@ember/optional-features`
9
+
*[#352](https://github.com/emberjs/ember-optional-features/pull/352) update inquirer and glob (to clear audit warnings) and drop support for node < 20.19 ([@void-mAlex](https://github.com/void-mAlex))
10
+
11
+
#### :rocket: Enhancement
12
+
*`@ember/optional-features`
13
+
*[#358](https://github.com/emberjs/ember-optional-features/pull/358)[e18e] replace glob with tinyglobby ([@mansona](https://github.com/mansona))
14
+
*[#357](https://github.com/emberjs/ember-optional-features/pull/357)[e18e] replace mkdirp with native mkdirSync with recursive: true ([@mansona](https://github.com/mansona))
15
+
*[#356](https://github.com/emberjs/ember-optional-features/pull/356)[e18e] swap from chalk to native styleText ([@mansona](https://github.com/mansona))
0 commit comments