Skip to content

Commit 57ad0ed

Browse files
committed
release: cut the v15.1.0-next.3 release
1 parent 37c02af commit 57ad0ed

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="15.1.0-next.3"></a>
2+
3+
# 15.1.0-next.3 (2022-12-14)
4+
5+
## Deprecations
6+
7+
### @angular-devkit/schematics
8+
9+
- The Observable based `SchematicTestRunner.runSchematicAsync` and `SchematicTestRunner.runExternalSchematicAsync` methods have been deprecated in favor of the Promise based `SchematicTestRunner.runSchematic` and `SchematicTestRunner.runExternalSchematic`.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- |
15+
| [8d000d156](https://github.com/angular/angular-cli/commit/8d000d1563684f9a9b6869e549e265f0997187c4) | feat | add environments generation schematic |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
21+
| [216991b9d](https://github.com/angular/angular-cli/commit/216991b9d9ca1d8f09992880a5fa92e7c98813fa) | feat | support inline component Sass styles with esbuild builder |
22+
| [8fd08491a](https://github.com/angular/angular-cli/commit/8fd08491a88bc2b088dcb3ac68a6c328167e38c3) | fix | display actionable error when a style does not exist in Karma builder |
23+
| [97373016c](https://github.com/angular/angular-cli/commit/97373016cfe2635125015b2fec390f43d22ebf31) | fix | downlevel class private methods when targeting Safari <=v15 |
24+
| [27b22b02d](https://github.com/angular/angular-cli/commit/27b22b02dccef2e2d4f2f1f03910f4b70c676f84) | fix | include sources in generated |
25+
| [310144d32](https://github.com/angular/angular-cli/commit/310144d324bd773aa6026f47b345827d5fe48332) | fix | only set ngDevMode when script optimizations are enabled |
26+
| [20376649c](https://github.com/angular/angular-cli/commit/20376649c5e3003b0aa99b9328e2b61699ccba78) | fix | transform async generator class methods for Zone.js support |
27+
| [afe9feaa4](https://github.com/angular/angular-cli/commit/afe9feaa45913cbebe7f22c678d693d96f38584a) | fix | update locale setting snippet to use `globalThis`. |
28+
29+
### @angular-devkit/schematics
30+
31+
| Commit | Type | Description |
32+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
33+
| [207358afb](https://github.com/angular/angular-cli/commit/207358afb89e6515cb8d73f5a3a63d9101e80d97) | feat | add `runSchematic` and `runExternalSchematic` methods |
34+
35+
## Special Thanks
36+
37+
Alan Agius and Charles Lyding
38+
39+
<!-- CHANGELOG SPLIT MARKER -->
40+
141
<a name="15.0.4"></a>
242

343
# 15.0.4 (2022-12-14)

package.json

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

0 commit comments

Comments
 (0)