Skip to content

Commit d6ea06b

Browse files
committed
docs: release notes for the v18.0.0-rc.3 release
1 parent 386d766 commit d6ea06b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="18.0.0-rc.3"></a>
2+
3+
# 18.0.0-rc.3 (2024-05-21)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
9+
| [41ab6c8c3](https://github.com/angular/angular-cli/commit/41ab6c8c3486d7cf7c41c18ae3b603376f647605) | fix | add `--version` option |
10+
| [1039f6d79](https://github.com/angular/angular-cli/commit/1039f6d7997523dd4657c5c2a06631e6075b7bc0) | fix | change update guide link to angular.dev |
11+
| [fa99a01ba](https://github.com/angular/angular-cli/commit/fa99a01bad43b78195a082bb9ec746b469b002b3) | fix | clarify optional migration instructions during ng update |
12+
| [f4670fcb1](https://github.com/angular/angular-cli/commit/f4670fcb1af20a53501b557fc0e6126afce766d5) | fix | eliminate prompts during `ng version` command |
13+
| [a99ec6a54](https://github.com/angular/angular-cli/commit/a99ec6a5453fb732500ef7abff67f76511a74da3) | fix | keep cli package first in update package group metadata |
14+
15+
### @angular-devkit/schematics
16+
17+
| Commit | Type | Description |
18+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------------------- |
19+
| [86b53c585](https://github.com/angular/angular-cli/commit/86b53c585faf3e31c9931a4eeb792187678b5f7a) | fix | `SchematicTestRunner.runExternalSchematic` fails with "The encoded data was not valid for encoding utf-8" |
20+
21+
### @angular/build
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
25+
| [411115303](https://github.com/angular/angular-cli/commit/41111530349db1ac199c3ac1d4eccbde8b023123) | fix | add console note about development server raw file size |
26+
| [4d7cd5e3e](https://github.com/angular/angular-cli/commit/4d7cd5e3ed303c53b2cc63720b9a577e2f46f170) | fix | correctly wrap class expressions with static properties or blocks emitted by esbuild |
27+
| [dff4deaeb](https://github.com/angular/angular-cli/commit/dff4deaeb366d0ff734ae02abdbaa1fcdcd901aa) | fix | ensure recreated files are watched |
28+
| [d10fece2c](https://github.com/angular/angular-cli/commit/d10fece2c17183e18d04733dec22459ced1cc1c8) | fix | properly rebase Sass url() values with leading interpolations |
29+
| [3f2963835](https://github.com/angular/angular-cli/commit/3f2963835759fa3eed1faf64a7b87d5dcf8a6fa3) | perf | add persistent caching of JavaScript transformations |
30+
| [a15eb7d1c](https://github.com/angular/angular-cli/commit/a15eb7d1c6a26f5d94da5566f8b4ac1810ea1361) | perf | improve rebuild time for file loader usage with prebundling |
31+
32+
<!-- CHANGELOG SPLIT MARKER -->
33+
134
<a name="18.0.0-rc.2"></a>
235

336
# 18.0.0-rc.2 (2024-05-08)

0 commit comments

Comments
 (0)