|
1 |
| -<a name="18.2.0-rc.0"></a> |
| 1 | +<a name="18.2.0"></a> |
2 | 2 |
|
3 |
| -# 18.2.0-rc.0 (2024-08-07) |
| 3 | +# 18.2.0 (2024-08-14) |
| 4 | + |
| 5 | +### @schematics/angular |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | |
| 9 | +| [4da922e4f](https://github.com/angular/angular-cli/commit/4da922e4f4e905a1274e70adca1d875c025b8b46) | feat | use isolatedModules in generated project | |
4 | 10 |
|
5 | 11 | ### @angular/build
|
6 | 12 |
|
7 |
| -| Commit | Type | Description | |
8 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
9 |
| -| [182ecbd18](https://github.com/angular/angular-cli/commit/182ecbd18817679b27441ffef2431f92910b592f) | fix | allow explicitly disabling TypeScript incremental mode | |
10 |
| -| [34908a3fc](https://github.com/angular/angular-cli/commit/34908a3fcba304da6916b2113863751500268a8c) | fix | lazy load Node.js inspector for dev server | |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | |
| 15 | +| [24aaf1e37](https://github.com/angular/angular-cli/commit/24aaf1e37f49735ce97fe72fced3d53b51d6b631) | feat | support import attribute based loader configuration | |
11 | 16 |
|
12 | 17 | <!-- CHANGELOG SPLIT MARKER -->
|
13 | 18 |
|
|
24 | 29 |
|
25 | 30 | <!-- CHANGELOG SPLIT MARKER -->
|
26 | 31 |
|
27 |
| -<a name="18.2.0-next.3"></a> |
28 |
| - |
29 |
| -# 18.2.0-next.3 (2024-07-31) |
30 |
| - |
31 |
| -### @angular/build |
32 |
| - |
33 |
| -| Commit | Type | Description | |
34 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | |
35 |
| -| [636cb6932](https://github.com/angular/angular-cli/commit/636cb6932425b838ccd14ae6ce8b51663e6ded47) | fix | add CSP `nonce` attribute to script tags when inline critical CSS is disabled | |
36 |
| -| [7d52941a2](https://github.com/angular/angular-cli/commit/7d52941a2e36b1e08001d7042c9d3e258d8e8b34) | fix | prevent build failures with remote CSS imports when Tailwind is configured | |
37 |
| -| [0466fb74a](https://github.com/angular/angular-cli/commit/0466fb74a2559e2b3cbcf0828de5b5e10b729ddb) | fix | resolve error with `extract-i18n` builder for libraries | |
38 |
| - |
39 |
| -<!-- CHANGELOG SPLIT MARKER --> |
40 |
| - |
41 | 32 | <a name="18.1.3"></a>
|
42 | 33 |
|
43 | 34 | # 18.1.3 (2024-07-31)
|
|
52 | 43 |
|
53 | 44 | <!-- CHANGELOG SPLIT MARKER -->
|
54 | 45 |
|
55 |
| -<a name="18.2.0-next.2"></a> |
56 |
| - |
57 |
| -# 18.2.0-next.2 (2024-07-24) |
58 |
| - |
59 |
| -### @angular/build |
60 |
| - |
61 |
| -| Commit | Type | Description | |
62 |
| -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | |
63 |
| -| [37a2138cb](https://github.com/angular/angular-cli/commit/37a2138cb474778ef398a8d4129e1c389dde0f44) | fix | account for HTML base HREF for dev-server externals | |
64 |
| -| [8ff687d03](https://github.com/angular/angular-cli/commit/8ff687d036085508fa18397d7a039ab33cc027c7) | fix | correctly detect comma in Sass URL lexer | |
65 |
| -| [6d6937587](https://github.com/angular/angular-cli/commit/6d6937587f8dfa95c951e775f97abde45710c8a6) | fix | prevent redirection loop | |
66 |
| -| [11a140bab](https://github.com/angular/angular-cli/commit/11a140babb72519a030997b7986946adefd0b824) | fix | serve HTML files directly | |
67 |
| - |
68 |
| -<!-- CHANGELOG SPLIT MARKER --> |
69 |
| - |
70 | 46 | <a name="18.1.2"></a>
|
71 | 47 |
|
72 | 48 | # 18.1.2 (2024-07-24)
|
|
82 | 58 |
|
83 | 59 | <!-- CHANGELOG SPLIT MARKER -->
|
84 | 60 |
|
85 |
| -<a name="18.2.0-next.1"></a> |
86 |
| - |
87 |
| -# 18.2.0-next.1 (2024-07-17) |
88 |
| - |
89 |
| -### @angular-devkit/build-angular |
90 |
| - |
91 |
| -| Commit | Type | Description | |
92 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- | |
93 |
| -| [9baae6e22](https://github.com/angular/angular-cli/commit/9baae6e22c5ad89e2f05b55b46a91ef0fbbe79a2) | fix | skip undefined files when generating budget stats | |
94 |
| - |
95 |
| -### @angular/build |
96 |
| - |
97 |
| -| Commit | Type | Description | |
98 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | |
99 |
| -| [24aaf1e37](https://github.com/angular/angular-cli/commit/24aaf1e37f49735ce97fe72fced3d53b51d6b631) | feat | support import attribute based loader configuration | |
100 |
| -| [394f9ce35](https://github.com/angular/angular-cli/commit/394f9ce35f876e7f82c6817d9424b32ec1eaa4a2) | fix | remove Vite "/@id/" prefix for explicit external dependencies | |
101 |
| -| [855a4b841](https://github.com/angular/angular-cli/commit/855a4b84121ab16594bcd1785d648eccefa4baa3) | fix | resolve only ".wasm" files | |
102 |
| - |
103 |
| -<!-- CHANGELOG SPLIT MARKER --> |
104 |
| - |
105 | 61 | <a name="18.1.1"></a>
|
106 | 62 |
|
107 | 63 | # 18.1.1 (2024-07-17)
|
|
121 | 77 |
|
122 | 78 | <!-- CHANGELOG SPLIT MARKER -->
|
123 | 79 |
|
124 |
| -<a name="18.2.0-next.0"></a> |
125 |
| - |
126 |
| -# 18.2.0-next.0 (2024-07-10) |
127 |
| - |
128 |
| -### @schematics/angular |
129 |
| - |
130 |
| -| Commit | Type | Description | |
131 |
| -| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | |
132 |
| -| [4da922e4f](https://github.com/angular/angular-cli/commit/4da922e4f4e905a1274e70adca1d875c025b8b46) | feat | use isolatedModules in generated project | |
133 |
| - |
134 |
| -<!-- CHANGELOG SPLIT MARKER --> |
135 |
| - |
136 | 80 | <a name="18.1.0"></a>
|
137 | 81 |
|
138 | 82 | # 18.1.0 (2024-07-10)
|
|
0 commit comments