Skip to content

Commit 780d57b

Browse files
committed
release: cut the v16.0.0-next.2 release
1 parent aa554ba commit 780d57b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="16.0.0-next.2"></a>
2+
# 16.0.0-next.2 "feather-shark" (2023-03-16)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [5c5617de4](https://github.com/angular/components/commit/5c5617de4b63daf2bec94f2fc539c48c93a984d3) | fix | **checkbox:** fix ARIA semantics and use native DOM properties ([#26710](https://github.com/angular/components/pull/26710)) |
7+
| [e3917ea17](https://github.com/angular/components/commit/e3917ea173fdadfe20dba332d69c3d84ea6a8d32) | fix | **chips:** chip label appearing above sticky columns ([#26794](https://github.com/angular/components/pull/26794)) |
8+
| [f6ea2ff92](https://github.com/angular/components/commit/f6ea2ff92d7e2952742d84c64f684d0251eabc90) | fix | **chips:** don't prevent default mousedown action ([#26765](https://github.com/angular/components/pull/26765)) |
9+
| [d444c5889](https://github.com/angular/components/commit/d444c588905f5fd4f9587d215385125e16c70cfb) | fix | **chips:** styling not cleared on basic chips in listbox and grid ([#26771](https://github.com/angular/components/pull/26771)) |
10+
| [946cc6743](https://github.com/angular/components/commit/946cc6743c4d0f46c943fca7fdb2ed07148535d9) | fix | **tabs:** update MatTab _scrollToLabel function to always display a label from its start ([#26736](https://github.com/angular/components/pull/26736)) ([#26737](https://github.com/angular/components/pull/26737)) |
11+
## Special Thanks
12+
Boyi Li, Jessica Janiuk, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="15.2.3"></a>
217
# 15.2.3 "aluminum-statue" (2023-03-16)
318
### 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-next.1",
57+
"version": "16.0.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^16.0.0-next.2",
6060
"@angular/common": "^16.0.0-next.2",

0 commit comments

Comments
 (0)