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,3 +1,27 @@
1
+
2
+
## v8.0.0-beta.0 (2023-01-24)
3
+
4
+
#### :boom: Breaking Change
5
+
*[#460](https://github.com/babel/ember-cli-babel/pull/460) Update `broccoli-babel-transpiler` to v8.0.0-beta.1 ([@bertdeblock](https://github.com/bertdeblock))
6
+
*[#458](https://github.com/babel/ember-cli-babel/pull/458) Drop support for the `includePolyfill` option ([@bertdeblock](https://github.com/bertdeblock))
7
+
*[#454](https://github.com/babel/ember-cli-babel/pull/454) Drop support for Node < v14 and add support for Node v16 and v18 ([@bertdeblock](https://github.com/bertdeblock))
8
+
*[#452](https://github.com/babel/ember-cli-babel/pull/452) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9
+
10
+
#### :rocket: Enhancement
11
+
*[#454](https://github.com/babel/ember-cli-babel/pull/454) Drop support for Node < v14 and add support for Node v16 and v18 ([@bertdeblock](https://github.com/bertdeblock))
12
+
13
+
#### :bug: Bug Fix
14
+
*[#452](https://github.com/babel/ember-cli-babel/pull/452) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15
+
16
+
#### :memo: Documentation
17
+
*[#464](https://github.com/babel/ember-cli-babel/pull/464) Add upgrading to v8 guide ([@bertdeblock](https://github.com/bertdeblock))
18
+
19
+
#### Committers: 4
20
+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
0 commit comments