Skip to content

Commit c9decb5

Browse files
committed
release: cut the v18.0.0-next.0 release
1 parent c64b9d4 commit c9decb5

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
<a name="18.0.0-next.0"></a>
2+
3+
# 18.0.0-next.0 (2024-03-21)
4+
5+
## Breaking Changes
6+
7+
### @angular/cli
8+
9+
- Node.js support for versions <18.19.1 and <20.11.1 has been removed.
10+
11+
### @angular-devkit/build-angular
12+
13+
- The support for the legacy Sass build pipeline, previously accessible via `NG_BUILD_LEGACY_SASS` when utilizing webpack-based builders, has been removed.
14+
15+
## Deprecations
16+
17+
### @angular-devkit/schematics
18+
19+
- `NodePackageLinkTask` in `@angular-devkit/schematics`. A custom task should be created instead.
20+
21+
### @angular/cli
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------- |
25+
| [ac3019570](https://github.com/angular/angular-cli/commit/ac301957093d0689c98f7debe98fbb2546c9b442) | feat | add `ng dev` alias to `ng serve` |
26+
| [c7b208555](https://github.com/angular/angular-cli/commit/c7b208555e34cc5ebf9cf2d335d257e72297cae9) | refactor | remove support for Node.js versions <18.19.1 and <20.11.1 |
27+
28+
### @schematics/angular
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
32+
| [f452589e2](https://github.com/angular/angular-cli/commit/f452589e2c921448b76a138a5f34ba92ad05e297) | feat | use TypeScript bundler module resolution for new projects |
33+
34+
### @angular-devkit/build-angular
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------ |
38+
| [ee9ec2301](https://github.com/angular/angular-cli/commit/ee9ec2301fd24972cf8de8b230e1ca088dbc0449) | fix | `Internal server error: Invalid URL` when using a non localhost IP |
39+
| [8a54875cb](https://github.com/angular/angular-cli/commit/8a54875cbb654f95d5213b2d84190bd3814d6810) | fix | handle wrapping of class expressions emitted by esbuild |
40+
| [97973059e](https://github.com/angular/angular-cli/commit/97973059ec56a573629f7a367757773a3cfabe17) | refactor | remove Sass legacy implementation |
41+
42+
### @angular-devkit/schematics
43+
44+
| Commit | Type | Description |
45+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------- |
46+
| [797584583](https://github.com/angular/angular-cli/commit/797584583138c9223bf238ae8f352e77575bd25a) | refactor | deprecate `NodePackageLinkTask` |
47+
48+
<!-- CHANGELOG SPLIT MARKER -->
49+
150
<a name="17.3.1"></a>
251

352
# 17.3.1 (2024-03-20)

0 commit comments

Comments
 (0)