Skip to content

Commit 99ded1d

Browse files
committed
release: cut the v21.2.0-rc.0 release
1 parent a21412b commit 99ded1d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="21.2.0-rc.0"></a>
2+
3+
# 21.2.0-rc.0 (2026-02-18)
4+
5+
<!-- CHANGELOG SPLIT MARKER -->
6+
17
<a name="19.2.20"></a>
28

39
# 19.2.20 (2026-02-13)
@@ -2401,7 +2407,6 @@
24012407
- Protractor is no longer supported.
24022408

24032409
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.
2404-
24052410
- https://angular.dev/tools/cli/end-to-end
24062411
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
24072412

@@ -6036,7 +6041,6 @@ Alan Agius, Charles Lyding and Doug Parker
60366041
### @angular/cli
60376042

60386043
- Several changes to the `ng analytics` command syntax.
6039-
60406044
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60416045
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60426046

@@ -6066,7 +6070,6 @@ Alan Agius, Charles Lyding and Doug Parker
60666070
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60676071

60686072
Valid extensions for `scripts` are:
6069-
60706073
- `.js`
60716074
- `.cjs`
60726075
- `.mjs`
@@ -6075,7 +6078,6 @@ Alan Agius, Charles Lyding and Doug Parker
60756078
- `.mjsx`
60766079

60776080
Valid extensions for `styles` are:
6078-
60796081
- `.css`
60806082
- `.less`
60816083
- `.sass`

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": "21.2.0-next.2",
3+
"version": "21.2.0-rc.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)