Skip to content

Commit 65253eb

Browse files
committed
release: cut the v16.2.0 release
1 parent 78e8d72 commit 65253eb

File tree

2 files changed

+20
-112
lines changed

2 files changed

+20
-112
lines changed

CHANGELOG.md

Lines changed: 19 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
<a name="16.2.0-rc.0"></a>
2-
# 16.2.0-rc.0 "metal-mushroom" (2023-08-02)
1+
<a name="16.2.0"></a>
2+
# 16.2.0 "paper-rings" (2023-08-09)
33
### cdk
44
| Commit | Type | Description |
55
| -- | -- | -- |
66
| [626bf533d9](https://github.com/angular/components/commit/626bf533d920251e2b755e29df3835760e23ec56) | feat | **dialog:** expose rendered ComponentRef |
77
### material
88
| Commit | Type | Description |
99
| -- | -- | -- |
10+
| [af1a041239](https://github.com/angular/components/commit/af1a0412397c3887c377ceb7bbd03a37ca41ad8a) | feat | **autocomplete:** add input to require selection from the panel ([#27423](https://github.com/angular/components/pull/27423)) |
1011
| [956aec2c64](https://github.com/angular/components/commit/956aec2c6482b347609c25fd2d8a85679e541ecf) | feat | **bottom-sheet:** expose rendered ComponentRef |
1112
| [30c3e13444](https://github.com/angular/components/commit/30c3e134446b00536b36aa2bbbf840f2aec1c247) | feat | **dialog:** expose rendered ComponentRef |
13+
| [df30433339](https://github.com/angular/components/commit/df304333397ff78024e39ac4e77319e015be5733) | feat | **slide-toggle:** allow for icon to be hidden ([#27330](https://github.com/angular/components/pull/27330)) |
14+
| [2fa3c23301](https://github.com/angular/components/commit/2fa3c2330188e0c4e4dc974e83a81cf26f281509) | fix | **autocomplete:** don't assign to model value while typing when requireSelection is enabled ([#27572](https://github.com/angular/components/pull/27572)) |
15+
| [daa6ca3ecd](https://github.com/angular/components/commit/daa6ca3ecd9e46fcea4ec609ef6d37f50fc3af3b) | fix | **sidenav:** only trap focus when backdrop is enabled ([#27355](https://github.com/angular/components/pull/27355)) |
16+
| [860aa42e17](https://github.com/angular/components/commit/860aa42e177cc722ae0797aa34cb8ef5355c47d9) | fix | **slide-toggle:** change slide-toggle to use MDC's token API ([#26966](https://github.com/angular/components/pull/26966)) |
17+
### material-experimental
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [b77094dc23](https://github.com/angular/components/commit/b77094dc23e99355b7d6bbc4ed41e4a08bdc544c) | feat | **theming:** add M3 token values for checkbox and card ([#27409](https://github.com/angular/components/pull/27409)) |
21+
| [227a741c65](https://github.com/angular/components/commit/227a741c659a17f58b22cd79d47031df2ce12641) | feat | **theming:** Introduce a facade layer between user-facing customizable keys and actual MDC token names ([#27219](https://github.com/angular/components/pull/27219)) |
22+
### material-luxon-adapter
23+
| Commit | Type | Description |
24+
| -- | -- | -- |
25+
| [439d6fc591](https://github.com/angular/components/commit/439d6fc591faf2a236c6027f217a97d906180b6c) | feat | add option to set default calendar ([#27453](https://github.com/angular/components/pull/27453)) |
1226

1327
<!-- CHANGELOG SPLIT MARKER -->
1428

@@ -21,29 +35,6 @@
2135

2236
<!-- CHANGELOG SPLIT MARKER -->
2337

24-
<a name="16.2.0-next.5"></a>
25-
# 16.2.0-next.5 "antimony-anteater" (2023-07-26)
26-
### cdk
27-
| Commit | Type | Description |
28-
| -- | -- | -- |
29-
| [89c5fafea](https://github.com/angular/components/commit/89c5fafea6c7649da96328c349f32efa35ee8c9a) | fix | **listbox:** prevent wrong activeItemIndex after browser tab switch ([#27499](https://github.com/angular/components/pull/27499)) |
30-
| [89ade6a6b](https://github.com/angular/components/commit/89ade6a6b8675e0568eb3b5e1368a67ccfddc2eb) | fix | **testing:** allow for comma key to be sent ([#27486](https://github.com/angular/components/pull/27486)) |
31-
| [8250a0df0](https://github.com/angular/components/commit/8250a0df0462634b3e2a8b6ef4783dc2a9b45820) | fix | **testing:** sending incorrect keyCode for comma ([#27472](https://github.com/angular/components/pull/27472)) |
32-
### material
33-
| Commit | Type | Description |
34-
| -- | -- | -- |
35-
| [6045a0cfa](https://github.com/angular/components/commit/6045a0cfa319bd9bad27a3101ea06c36767566ef) | fix | **chips:** ensure that edit input query is re-evaluated on time ([#27465](https://github.com/angular/components/pull/27465)) |
36-
| [8b0618091](https://github.com/angular/components/commit/8b06180919a88d961f6a5d0101f3fcb697692bd3) | fix | **chips:** increase specificity of chip ripple selector ([#27457](https://github.com/angular/components/pull/27457)) |
37-
| [5c5e34ae4](https://github.com/angular/components/commit/5c5e34ae41bba8fcc5586cb252d2b94754054995) | fix | **form-field:** fix duplicate announcement of form controls ([#27102](https://github.com/angular/components/pull/27102)) |
38-
| [6c846e274](https://github.com/angular/components/commit/6c846e274c9703175d248e573e6474bbef247aec) | fix | **radio:** clear selected radio button from group ([#27466](https://github.com/angular/components/pull/27466)) |
39-
| [6bbf2ea8b](https://github.com/angular/components/commit/6bbf2ea8becf64a462c63fe18cff9755236d99be) | fix | **slide-toggle:** add cursor pointer for label ([#27391](https://github.com/angular/components/pull/27391)) |
40-
### material-luxon-adapter
41-
| Commit | Type | Description |
42-
| -- | -- | -- |
43-
| [439d6fc59](https://github.com/angular/components/commit/439d6fc591faf2a236c6027f217a97d906180b6c) | feat | add option to set default calendar ([#27453](https://github.com/angular/components/pull/27453)) |
44-
45-
<!-- CHANGELOG SPLIT MARKER -->
46-
4738
<a name="16.1.6"></a>
4839
# 16.1.6 "apatite-anchor" (2023-07-26)
4940
### cdk
@@ -64,30 +55,6 @@
6455

6556
<!-- CHANGELOG SPLIT MARKER -->
6657

67-
<a name="16.2.0-next.4"></a>
68-
# 16.2.0-next.4 "honeycomb-huskey" (2023-07-14)
69-
### cdk
70-
| Commit | Type | Description |
71-
| -- | -- | -- |
72-
| [1703c274d](https://github.com/angular/components/commit/1703c274d304228326d0ef723fb497085161c8c5) | fix | **clipboard:** not working inside fullscreen element ([#27456](https://github.com/angular/components/pull/27456)) |
73-
### material
74-
| Commit | Type | Description |
75-
| -- | -- | -- |
76-
| [af1a04123](https://github.com/angular/components/commit/af1a0412397c3887c377ceb7bbd03a37ca41ad8a) | feat | **autocomplete:** add input to require selection from the panel ([#27423](https://github.com/angular/components/pull/27423)) |
77-
| [ff2a3cc6f](https://github.com/angular/components/commit/ff2a3cc6fb8055b10e717d366932f771195a89af) | fix | **autocomplete:** blocking events to other overlays when there are no results ([#27432](https://github.com/angular/components/pull/27432)) |
78-
| [7c8a79629](https://github.com/angular/components/commit/7c8a796294713c6f102885c94088a9c4713ffdd4) | fix | **autocomplete:** clear selected option if input is cleared ([#27422](https://github.com/angular/components/pull/27422)) |
79-
| [fd047217d](https://github.com/angular/components/commit/fd047217da86dbfff3d83482b0d4881ecf84cb49) | fix | **expansion:** panel content visible when placed inside a hidden parent ([#27438](https://github.com/angular/components/pull/27438)) |
80-
### material-experimental
81-
| Commit | Type | Description |
82-
| -- | -- | -- |
83-
| [b77094dc2](https://github.com/angular/components/commit/b77094dc23e99355b7d6bbc4ed41e4a08bdc544c) | feat | **themeing:** add M3 token values for checkbox and card ([#27409](https://github.com/angular/components/pull/27409)) |
84-
### multiple
85-
| Commit | Type | Description |
86-
| -- | -- | -- |
87-
| [95e18c522](https://github.com/angular/components/commit/95e18c522585668fe0017fa90ab8caf89b75ca9a) | fix | avoid component ID collisions between legacy and non-legacy components |
88-
89-
<!-- CHANGELOG SPLIT MARKER -->
90-
9158
<a name="16.1.5"></a>
9259
# 16.1.5 "turquoise-tortoise" (2023-07-13)
9360
### material
@@ -103,24 +70,6 @@
10370

10471
<!-- CHANGELOG SPLIT MARKER -->
10572

106-
<a name="16.2.0-next.3"></a>
107-
# 16.2.0-next.3 "verdelite-volcano" (2023-07-06)
108-
### cdk
109-
| Commit | Type | Description |
110-
| -- | -- | -- |
111-
| [8e4a2ecf0](https://github.com/angular/components/commit/8e4a2ecf022a81edd6c4273039d74dc6b9c39a24) | fix | **menu:** control + option + space not working on VoiceOver ([#27401](https://github.com/angular/components/pull/27401)) |
112-
### material
113-
| Commit | Type | Description |
114-
| -- | -- | -- |
115-
| [0340a4152](https://github.com/angular/components/commit/0340a41529385c7a65f514e6afbceb84732a1aa0) | fix | **button-toggle:** not preserving value if preselected option is removed ([#27398](https://github.com/angular/components/pull/27398)) |
116-
| [c03b5f415](https://github.com/angular/components/commit/c03b5f415f4cccf41f6a5138dce822205a800da9) | fix | **chips:** error if empty getter is accessed too early ([#27405](https://github.com/angular/components/pull/27405)) |
117-
| [b985c7d52](https://github.com/angular/components/commit/b985c7d52cf5ccebbc76610e8843711d79e4df50) | fix | **core:** throw better error messages from typography utils ([#27393](https://github.com/angular/components/pull/27393)) |
118-
| [06f8544e7](https://github.com/angular/components/commit/06f8544e7b7bf8b2cc279a2e30d123c7d74804e1) | fix | **menu:** prevent menu styles from leaking to other components ([#27378](https://github.com/angular/components/pull/27378)) |
119-
| [017a541d4](https://github.com/angular/components/commit/017a541d496bfaaeda2f1207b6e6247213361dd9) | fix | **schematics:** fix template diagnostic in table schematic ([#27407](https://github.com/angular/components/pull/27407)) |
120-
| [daa6ca3ec](https://github.com/angular/components/commit/daa6ca3ecd9e46fcea4ec609ef6d37f50fc3af3b) | fix | **sidenav:** only trap focus when backdrop is enabled ([#27355](https://github.com/angular/components/pull/27355)) |
121-
122-
<!-- CHANGELOG SPLIT MARKER -->
123-
12473
<a name="16.1.4"></a>
12574
# 16.1.4 "andalusite-almond" (2023-07-06)
12675
### cdk
@@ -138,22 +87,6 @@
13887

13988
<!-- CHANGELOG SPLIT MARKER -->
14089

141-
<a name="16.2.0-next.2"></a>
142-
# 16.2.0-next.2 "corduroy-cabin" (2023-06-28)
143-
### cdk
144-
| Commit | Type | Description |
145-
| -- | -- | -- |
146-
| [0d499a3322](https://github.com/angular/components/commit/0d499a3322a3df1145084d0b34c73687fdb1c4a9) | fix | **schematics:** clean up deep imports of devkit APIs ([#27363](https://github.com/angular/components/pull/27363)) |
147-
### material
148-
| Commit | Type | Description |
149-
| -- | -- | -- |
150-
| [65c7cad727](https://github.com/angular/components/commit/65c7cad7271f701659ad1154852bd53ac74f3628) | fix | **badge:** warn if use with mat-icon ([#27368](https://github.com/angular/components/pull/27368)) |
151-
| [e0608cbe59](https://github.com/angular/components/commit/e0608cbe5970d9eb5a94ac4fcb76a51f72c8e0d4) | fix | **chips:** remove button role from editable chips ([#27317](https://github.com/angular/components/pull/27317)) |
152-
| [425c469da8](https://github.com/angular/components/commit/425c469da80559d28bde63f1fce3512f3110dc9c) | fix | **core:** add validation to create-token-slot ([#27357](https://github.com/angular/components/pull/27357)) |
153-
| [cc1b322cc8](https://github.com/angular/components/commit/cc1b322cc8c54a34c3b59a5bb7accbadabb0e19a) | fix | **dialog:** exit animation duration not being picked up ([#27372](https://github.com/angular/components/pull/27372)) |
154-
155-
<!-- CHANGELOG SPLIT MARKER -->
156-
15790
<a name="16.1.3"></a>
15891
# 16.1.3 "linen-latte" (2023-06-28)
15992
### cdk
@@ -170,22 +103,6 @@
170103

171104
<!-- CHANGELOG SPLIT MARKER -->
172105

173-
<a name="16.2.0-next.1"></a>
174-
# 16.2.0-next.1 "plastic-fork" (2023-06-23)
175-
### cdk
176-
| Commit | Type | Description |
177-
| -- | -- | -- |
178-
| [cc52d61a0d](https://github.com/angular/components/commit/cc52d61a0da19d99dc519a005a205e1b0da3f8d5) | fix | **a11y:** don't emit blurred events on the server ([#27315](https://github.com/angular/components/pull/27315)) |
179-
### material
180-
| Commit | Type | Description |
181-
| -- | -- | -- |
182-
| [df30433339](https://github.com/angular/components/commit/df304333397ff78024e39ac4e77319e015be5733) | feat | **slide-toggle:** allow for icon to be hidden ([#27330](https://github.com/angular/components/pull/27330)) |
183-
| [860aa42e17](https://github.com/angular/components/commit/860aa42e177cc722ae0797aa34cb8ef5355c47d9) | fix | **slide-toggle:** change slide-toggle to use MDC's token API ([#26966](https://github.com/angular/components/pull/26966)) |
184-
| [c86e1ef027](https://github.com/angular/components/commit/c86e1ef027e252d582b412661802bac8e088df27) | fix | **slider:** fix voiceover on ios ([#27302](https://github.com/angular/components/pull/27302)) |
185-
| [53242fe58e](https://github.com/angular/components/commit/53242fe58eecd6cf6556e6e343f7323bcc5ef006) | fix | **stepper:** allow child animations to run ([#27338](https://github.com/angular/components/pull/27338)) |
186-
187-
<!-- CHANGELOG SPLIT MARKER -->
188-
189106
<a name="16.1.2"></a>
190107
# 16.1.2 "metal-spoon" (2023-06-23)
191108
### cdk
@@ -205,15 +122,6 @@
205122

206123
<!-- CHANGELOG SPLIT MARKER -->
207124

208-
<a name="16.2.0-next.0"></a>
209-
# 16.2.0-next.0 "syrup-stampede" (2023-06-13)
210-
### material-experimental
211-
| Commit | Type | Description |
212-
| -- | -- | -- |
213-
| [227a741c65](https://github.com/angular/components/commit/227a741c659a17f58b22cd79d47031df2ce12641) | feat | **theming:** Introduce a facade layer between user-facing customizable keys and actual MDC token names ([#27219](https://github.com/angular/components/pull/27219)) |
214-
215-
<!-- CHANGELOG SPLIT MARKER -->
216-
217125
<a name="16.1.0"></a>
218126
# 16.1.0 "epoxy-proxy" (2023-06-13)
219127
### material
@@ -466,7 +374,7 @@ Kristiyan Kostadinov, RuoJia123 and Zach Arend
466374
<a name="15.2.1"></a>
467375
# 15.2.1 "silicone-soliloquy" (2023-03-01)
468376
## Breaking Changes
469-
###
377+
###
470378
- the description for body-1 and body-2 has changed
471379
### material
472380
| Commit | Type | Description |
@@ -478,7 +386,7 @@ Kristiyan Kostadinov, RuoJia123 and Zach Arend
478386
| [a87735e4ba](https://github.com/angular/components/commit/a87735e4bacd5f6abc4c8933c8198ce984df0f33) | fix | **list:** add disabled attribute for mat-list-item buttons ([#26672](https://github.com/angular/components/pull/26672)) |
479387
| [54d157f3d2](https://github.com/angular/components/commit/54d157f3d2b629d6e025ab92edfd64172a81decd) | fix | **schematics:** migrate to mdc components selectively bug ([#26427](https://github.com/angular/components/pull/26427)) |
480388
| [4338e5ee57](https://github.com/angular/components/commit/4338e5ee5724a28a434f2d04d3e1f29d43c4a0b3) | fix | **snack-bar:** misaligned lines on safari for long messages ([#26692](https://github.com/angular/components/pull/26692)) |
481-
###
389+
###
482390
| Commit | Type | Description |
483391
| -- | -- | -- |
484392
| [b71fa77f7d](https://github.com/angular/components/commit/b71fa77f7da620fa10dee32503c772758b15413f) | docs | reverse body-1 and body-2 typography description ([#26330](https://github.com/angular/components/pull/26330)) |
@@ -3608,4 +3516,4 @@ _Breaking changes:_
36083516

36093517
# Changes Prior to 12.0.0
36103518

3611-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
3519+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

package.json

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

0 commit comments

Comments
 (0)