Skip to content

Commit 0a15c54

Browse files
committed
release: cut the v17.3.0 release
1 parent 52da8b3 commit 0a15c54

File tree

2 files changed

+14
-39
lines changed

2 files changed

+14
-39
lines changed

CHANGELOG.md

Lines changed: 13 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
1-
<a name="17.3.0-rc.0"></a>
2-
# 17.3.0-rc.0 "silver-shoes" (2024-03-06)
3-
### cdk
4-
| Commit | Type | Description |
5-
| -- | -- | -- |
6-
| [ef68e3215c](https://github.com/angular/components/commit/ef68e3215c992393934cfe15e358185b4ba8ce8b) | fix | **drag-drop:** resolve helper directives with DI for proper hostDirectives support ([#28633](https://github.com/angular/components/pull/28633)) |
7-
| [8f60b62c94](https://github.com/angular/components/commit/8f60b62c9482c1e0044a0da57edf31bf29609e6c) | fix | **overlay:** fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode ([#28233](https://github.com/angular/components/pull/28233)) |
1+
<a name="17.3.0"></a>
2+
# 17.3.0 "cobalt-catfish" (2024-03-14)
83
### material
94
| Commit | Type | Description |
105
| -- | -- | -- |
11-
| [26b376e43e](https://github.com/angular/components/commit/26b376e43e18e9941f44d4d0714696b863250507) | feat | **tooltip:** be able to customize the longpress delay ([#27512](https://github.com/angular/components/pull/27512)) |
12-
| [979e903020](https://github.com/angular/components/commit/979e903020ec8e23747fa35414708be2c99e7e99) | fix | **autocomplete:** prevent hidden overlay from blocking clicks ([#28677](https://github.com/angular/components/pull/28677)) |
13-
| [216ae0cca1](https://github.com/angular/components/commit/216ae0cca12d1a9139f0faf0a85fceb157fc2490) | fix | **autocomplete:** requireSelection sometimes not clearing value when editing after selection ([#28628](https://github.com/angular/components/pull/28628)) |
14-
| [09111d0029](https://github.com/angular/components/commit/09111d00299c7747ed6543d91e257f7224e1119e) | fix | **button-toggle:** Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options ([#28553](https://github.com/angular/components/pull/28553)) |
15-
| [c20bac78fb](https://github.com/angular/components/commit/c20bac78fbd69734ded68e2c411adb2c2913ce02) | fix | **checkbox:** derive checkmark color from palette |
16-
| [577d070ffe](https://github.com/angular/components/commit/577d070ffeb637df89879b2fdee261f280530e9a) | fix | **chips:** derive surface color from palette |
17-
| [a99d8e929f](https://github.com/angular/components/commit/a99d8e929fbf786001b2ba49387c95799359b456) | fix | **core:** mark fields on HasErrorState as nullable ([#28689](https://github.com/angular/components/pull/28689)) |
18-
| [fa2687f1a8](https://github.com/angular/components/commit/fa2687f1a807f6c80c5d523d6add7b98e597c868) | fix | **datepicker:** always move caret to the end of the start input on backspace ([#28669](https://github.com/angular/components/pull/28669)) |
19-
| [c72add69a3](https://github.com/angular/components/commit/c72add69a3877f1b805881aa1de1dbfb3b8f5cea) | fix | **datepicker:** datepicker doesn't announce newly selected range in firefox ([#28529](https://github.com/angular/components/pull/28529)) |
20-
| [24eaa2ed63](https://github.com/angular/components/commit/24eaa2ed6390adc162f06c92c7ee16c839cb7954) | fix | **expansion:** prevent focus from entering the panel while it's animating ([#28646](https://github.com/angular/components/pull/28646)) |
21-
| [dd97c0eb96](https://github.com/angular/components/commit/dd97c0eb96ab6f9f176340f1dea3ce76e436f452) | fix | **schematics:** add typography and density to custom theme ([#28645](https://github.com/angular/components/pull/28645)) |
22-
| [b169320777](https://github.com/angular/components/commit/b169320777bf53c4f147032131f6e9ae8f926e37) | fix | **schematics:** don't interrupt ng add if adding the animations module fails ([#28675](https://github.com/angular/components/pull/28675)) |
23-
| [63a764de61](https://github.com/angular/components/commit/63a764de6147a5c1cb09f388de454eda9ee3414a) | fix | **slide-toggle:** m3 selected track outline ([#28625](https://github.com/angular/components/pull/28625)) |
24-
| [f6e85844a0](https://github.com/angular/components/commit/f6e85844a0f5c033763b30276bf5525e8330417a) | perf | **form-field:** resolve scrolling performance issues ([#27251](https://github.com/angular/components/pull/27251)) |
25-
### material-experimental
26-
| Commit | Type | Description |
27-
| -- | -- | -- |
28-
| [c62c578676](https://github.com/angular/components/commit/c62c5786760e5cf37faa6996fdd9200620126f47) | feat | **theming:** provide hook for formatting toke… ([#28660](https://github.com/angular/components/pull/28660)) |
29-
### multiple
6+
| [26b376e43](https://github.com/angular/components/commit/26b376e43e18e9941f44d4d0714696b863250507) | feat | **tooltip:** be able to customize the longpress delay ([#27512](https://github.com/angular/components/pull/27512)) |
7+
| [09111d002](https://github.com/angular/components/commit/09111d00299c7747ed6543d91e257f7224e1119e) | fix | **button-toggle:** Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options ([#28553](https://github.com/angular/components/pull/28553)) |
8+
| [52da8b33f](https://github.com/angular/components/commit/52da8b33fe62da969e119a6456b076c7445d8f3e) | fix | **core:** avoid solid ripples in buttons ([#28717](https://github.com/angular/components/pull/28717)) |
9+
| [36d82d89c](https://github.com/angular/components/commit/36d82d89c0de445edc7fb19b704bb346b9a859de) | fix | **core:** theming validation for m2 themes firing incorrectly ([#28707](https://github.com/angular/components/pull/28707)) |
10+
| [79b447e2e](https://github.com/angular/components/commit/79b447e2e7b0523326520ba09d163169c13cdfda) | fix | **form-field:** ensure same stacking context as container ([#28713](https://github.com/angular/components/pull/28713)) |
11+
| [63a764de6](https://github.com/angular/components/commit/63a764de6147a5c1cb09f388de454eda9ee3414a) | fix | **slide-toggle:** m3 selected track outline ([#28625](https://github.com/angular/components/pull/28625)) |
12+
| [386f768b6](https://github.com/angular/components/commit/386f768b6c080077a7570ea4f759930641131f6e) | fix | **slider:** fix animation issue ([#28704](https://github.com/angular/components/pull/28704)) |
13+
### google-maps
3014
| Commit | Type | Description |
3115
| -- | -- | -- |
32-
| [cfdfa9a672](https://github.com/angular/components/commit/cfdfa9a672c4edd5136edb7054d55eff3debe4e1) | fix | derive all token values from theme ([#28664](https://github.com/angular/components/pull/28664)) |
16+
| [b4b91be04](https://github.com/angular/components/commit/b4b91be04e23296060b5e7a041bbf8eeae325ee9) | feat | add advanced marker ([#28525](https://github.com/angular/components/pull/28525)) |
17+
| [cc618b450](https://github.com/angular/components/commit/cc618b4501284e10ad5bb93f358f3d8de2c8e7b7) | fix | advanced marker not destroyed |
18+
| [5269e0f9d](https://github.com/angular/components/commit/5269e0f9d42bd045bc28be144cc7bdd457bacd1e) | fix | mapId not being set |
3319

3420
<!-- CHANGELOG SPLIT MARKER -->
3521

@@ -66,17 +52,6 @@
6652

6753
<!-- CHANGELOG SPLIT MARKER -->
6854

69-
<a name="17.3.0-next.0"></a>
70-
# 17.3.0-next.0 "allanite-apricot" (2024-02-22)
71-
### google-maps
72-
| Commit | Type | Description |
73-
| -- | -- | -- |
74-
| [b4b91be04](https://github.com/angular/components/commit/b4b91be04e23296060b5e7a041bbf8eeae325ee9) | feat | add advanced marker ([#28525](https://github.com/angular/components/pull/28525)) |
75-
| [cc618b450](https://github.com/angular/components/commit/cc618b4501284e10ad5bb93f358f3d8de2c8e7b7) | fix | advanced marker not destroyed |
76-
| [5269e0f9d](https://github.com/angular/components/commit/5269e0f9d42bd045bc28be144cc7bdd457bacd1e) | fix | mapId not being set |
77-
78-
<!-- CHANGELOG SPLIT MARKER -->
79-
8055
<a name="17.2.1"></a>
8156
# 17.2.1 "allactite-acorn" (2024-02-22)
8257
### cdk

package.json

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

0 commit comments

Comments
 (0)