Skip to content

Commit fd44eb1

Browse files
committed
release: cut the v19.0.0-next.12 release
1 parent 03d4bd2 commit fd44eb1

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="19.0.0-next.12"></a>
2+
3+
# 19.0.0-next.12 (2024-10-21)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- Protractor is no longer supported.
10+
11+
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
12+
13+
- https://angular.dev/tools/cli/end-to-end
14+
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
15+
16+
### @angular-devkit/build-angular
17+
18+
| Commit | Type | Description |
19+
| --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------- |
20+
| [62877bdf2](https://github.com/angular/angular-cli/commit/62877bdf2b0449d8c12a167c59d0c24c77467f37) | refactor | remove Protractor builder and schematics |
21+
22+
### @angular/build
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
26+
| [1654acf0f](https://github.com/angular/angular-cli/commit/1654acf0ff3010b619a22d11f17eec9975d8e2a2) | fix | relax constraints on external stylesheet component id |
27+
28+
### @angular/ssr
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- |
32+
| [44077f54e](https://github.com/angular/angular-cli/commit/44077f54e9a95afa5c1f85cf198aaa3412ee08d8) | fix | designate package as side-effect free |
33+
34+
<!-- CHANGELOG SPLIT MARKER -->
35+
136
<a name="19.0.0-next.11"></a>
237

338
# 19.0.0-next.11 (2024-10-16)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "19.0.0-next.11",
3+
"version": "19.0.0-next.12",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)