Skip to content

Commit a69da91

Browse files
committed
release: cut the v16.0.0-rc.1 release
1 parent c4a64a1 commit a69da91

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="16.0.0-rc.1"></a>
2+
# 16.0.0-rc.1 "gallium-grill" (2023-04-19)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0d56af508](https://github.com/angular/components/commit/0d56af5089d537c8b10f913eb2c607912ee51fff) | fix | **layout:** resolve CSP errors |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [e092663d5](https://github.com/angular/components/commit/e092663d56b21a0d226d6083398953c80d1b0c2b) | fix | **button:** add specificity to icon button density ([#26911](https://github.com/angular/components/pull/26911)) |
11+
| [9147660f5](https://github.com/angular/components/commit/9147660f520d255cfc8c7ef535a58702948270ac) | fix | **core:** remove tabindex from mat-option ([#26917](https://github.com/angular/components/pull/26917)) |
12+
| [c4a64a15c](https://github.com/angular/components/commit/c4a64a15c87a3a9a0f499a44e6d9a6dfd6aab677) | fix | **form-field:** inconsistent height for non-text inputs ([#26941](https://github.com/angular/components/pull/26941)) |
13+
| [c6644d65d](https://github.com/angular/components/commit/c6644d65dbfa9b90f0ec982883c417b852e25694) | fix | **legacy-progress-spinner:** avoid CSP errors |
14+
| [f8a70bf06](https://github.com/angular/components/commit/f8a70bf06089937f298d798e503cf91a31313491) | fix | **schematics:** reference correct entrypoint in schematic definition ([#26930](https://github.com/angular/components/pull/26930)) |
15+
| [ead5efc4c](https://github.com/angular/components/commit/ead5efc4c54909cd9e53e9fe430c0d488e2097d1) | fix | **tabs:** remove background color from tabs ([#26905](https://github.com/angular/components/pull/26905)) |
16+
### cdk-experimental
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
| [d4d2ea5a4](https://github.com/angular/components/commit/d4d2ea5a45f232477681bd164dcb871347beaf8b) | fix | **column-resize:** avoid CSP errors |
20+
| [412c691c5](https://github.com/angular/components/commit/412c691c5e22d93ba2f58ee96018ec020a02a33e) | fix | **table-scroll-container:** avoid CSP errors |
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="16.0.0-rc.0"></a>
225
# 16.0.0-rc.0 "quilt-quail" (2023-04-13)
326
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "16.0.0-rc.0",
57+
"version": "16.0.0-rc.1",
5858
"dependencies": {
5959
"@angular/animations": "^16.0.0-next.7",
6060
"@angular/common": "^16.0.0-next.7",

0 commit comments

Comments
 (0)