Skip to content

Commit 6d0eb65

Browse files
committed
release: cut the v15.2.0-next.4 release
1 parent dd8c66b commit 6d0eb65

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="15.2.0-next.4"></a>
2+
3+
# 15.2.0-next.4 (2023-02-08)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
9+
| [234f265d1](https://github.com/angular/angular-cli/commit/234f265d161796a7cdfc2edbaa7e9a50d99a4863) | fix | error if Angular compiler is used in a schematic |
10+
| [7bcb19cdd](https://github.com/angular/angular-cli/commit/7bcb19cddb676c650b1592aae81eceb66e8511fe) | fix | only set `DebugView` when `NG_DEBUG` is passed |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
16+
| [88fddc050](https://github.com/angular/angular-cli/commit/88fddc05039ee92d60267cf565b19ae1b56ad633) | fix | remove bootstrapping wrapping in universal schematic |
17+
18+
### @angular-devkit/build-angular
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
22+
| [01b3bcf89](https://github.com/angular/angular-cli/commit/01b3bcf898108f9b879da4a791fa2a21c6d9f7c5) | feat | add Less stylesheet support to experimental esbuild-based builder |
23+
| [8cf0d17fb](https://github.com/angular/angular-cli/commit/8cf0d17fb1b39ea7bbd1c751995a56de3df45114) | feat | support JIT compilation with esbuild |
24+
| [bfc0faced](https://github.com/angular/angular-cli/commit/bfc0facedda1150177b84fbc82f195678ce00b1e) | fix | build optimizer support for spec-compliant downlevel class properties |
25+
| [d9c697b2b](https://github.com/angular/angular-cli/commit/d9c697b2bc284e432c9c1ab76b1179789e253c92) | fix | do not fail compilation when spec pattern does not match |
26+
| [df7c7f430](https://github.com/angular/angular-cli/commit/df7c7f430c5f4ec2b9b4d2f316ed9b4a8e2a5772) | fix | fix support of Safari TP versions |
27+
| [bf3be56db](https://github.com/angular/angular-cli/commit/bf3be56db8b3a1ef8a0e02dfc5de914651d8ec93) | fix | load polyfills and runtime as scripts instead of modules |
28+
29+
## Special Thanks
30+
31+
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Kristiyan Kostadinov and Ricardo
32+
33+
<!-- CHANGELOG SPLIT MARKER -->
34+
135
<a name="15.1.5"></a>
236

337
# 15.1.5 (2023-02-08)

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.2.0-next.3",
3+
"version": "15.2.0-next.4",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)