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
+24
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,28 @@
1
1
2
+
3
+
## v8.0.0 (2023-08-18)
4
+
5
+
#### :boom: Breaking Change
6
+
*[#494](https://github.com/babel/ember-cli-babel/pull/494) Update `broccoli-babel-transpiler` to v8 ([@bertdeblock](https://github.com/bertdeblock))
7
+
*[#493](https://github.com/babel/ember-cli-babel/pull/493) Drop support for Node v14 and add support for Node v20 ([@bertdeblock](https://github.com/bertdeblock))
*[#493](https://github.com/babel/ember-cli-babel/pull/493) Drop support for Node v14 and add support for Node v20 ([@bertdeblock](https://github.com/bertdeblock))
12
+
*[#479](https://github.com/babel/ember-cli-babel/pull/479) Update normal dependencies ([@bertdeblock](https://github.com/bertdeblock))
13
+
*[#480](https://github.com/babel/ember-cli-babel/pull/480) Only require `@babel/core` when necessary ([@bertdeblock](https://github.com/bertdeblock))
14
+
15
+
#### :memo: Documentation
16
+
*[#467](https://github.com/babel/ember-cli-babel/pull/467) Clarify how to set `enableTypeScriptTransform` in Ember apps, addons and engines ([@ijlee2](https://github.com/ijlee2))
17
+
18
+
#### :house: Internal
19
+
*[#450](https://github.com/babel/ember-cli-babel/pull/450) Remove workaround for `@babel/helper-compilation-functions` bug that was fixed upstream ([@HeroicEric](https://github.com/HeroicEric))
20
+
21
+
#### Committers: 3
22
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
23
+
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
24
+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
0 commit comments