Skip to content

Commit 404afb8

Browse files
committed
release: cut the v15.0.0-next.2 release
1 parent ea4c0aa commit 404afb8

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

Diff for: CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
<a name="15.0.0-next.2"></a>
2+
3+
# 15.0.0-next.2 (2022-09-21)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- Internally the Angular CLI now always sets the TypeScript `target` to `ES2022` and `useDefineForClassFields` to `false` unless the target is set to `ES2022` or later in the TypeScript configuration. To control ECMA version and features use the Browerslist configuration.
10+
- Producing ES5 output is no longer possible. This was needed for Internet Explorer which is no longer supported. All browsers that Angular supports work with ES2015+
11+
- Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and its usage in the Angular CLI is minimal. It's recommended to migrate to another CSS preprocessor that the Angular CLI supports.
12+
13+
### @angular-devkit/core
14+
15+
- Workspace projects with missing `root` is now an error.
16+
17+
### @schematics/angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
21+
| [1c21e470c](https://github.com/angular/angular-cli/commit/1c21e470c76d69d08e5096b46b952dbce330f7ef) | feat | enable error on unknown properties and elements in tests |
22+
23+
### @angular-devkit/build-angular
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------- |
27+
| [1c527a9da](https://github.com/angular/angular-cli/commit/1c527a9da5b55a8421ebca787fd322e879f6d29d) | feat | add esbuild-based builder initial support for fileReplacements |
28+
| [15d3fc6dc](https://github.com/angular/angular-cli/commit/15d3fc6dc3f74462818b3745f6fb4995212a4d22) | feat | export `@angular/platform-server` symbols in server bundle |
29+
| [1e5d4a750](https://github.com/angular/angular-cli/commit/1e5d4a75084dfd2aeebb6a0c0b3039417e14bc84) | feat | use Browserslist to determine ECMA output |
30+
| [12931ba8c](https://github.com/angular/angular-cli/commit/12931ba8c3772b1dd65846cbd6146804b08eab31) | refactor | remove deprecated ES5 support |
31+
| [2ba44a433](https://github.com/angular/angular-cli/commit/2ba44a433c827413a53d12de0ef203f8988ddc2a) | refactor | remove support for Stylus |
32+
33+
### @angular-devkit/core
34+
35+
| Commit | Type | Description |
36+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
37+
| [ea4c0aa2e](https://github.com/angular/angular-cli/commit/ea4c0aa2e84d48be37b75e37c99ad381122297c3) | fix | throw error when project has missing root property |
38+
39+
## Special Thanks
40+
41+
Alan Agius, Charles Lyding, Cédric Exbrayat, Doug Parker, Jason Bedard and Paul Gschwendtner
42+
43+
<!-- CHANGELOG SPLIT MARKER -->
44+
145
<a name="15.0.0-next.1"></a>
246

347
# 15.0.0-next.1 (2022-09-15)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "15.0.0-next.1",
3+
"version": "15.0.0-next.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)