Skip to content

Commit f33c83b

Browse files
committed
release: cut the v15.0.0-rc.0 release
1 parent 0971e39 commit f33c83b

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="15.0.0-rc.0"></a>
2+
# 15.0.0-rc.0 "plastic-platypus" (2022-10-26)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [9e4d57cd2](https://github.com/angular/components/commit/9e4d57cd21b6408a36fba2fcfa2245adcdeb8289) | fix | **listbox:** prevent form submission on click ([#25858](https://github.com/angular/components/pull/25858)) |
7+
| [48d666b11](https://github.com/angular/components/commit/48d666b111563539cb827393f40f034362082d5f) | fix | **listbox:** remove incorrect usage of validator ([#25856](https://github.com/angular/components/pull/25856)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [4926cc57e](https://github.com/angular/components/commit/4926cc57eeb74f26c658d97ff0e7078f32535bca) | fix | **chips:** allow focusing disabled listbox options ([#25771](https://github.com/angular/components/pull/25771)) |
12+
| [59b5d5ef4](https://github.com/angular/components/commit/59b5d5ef44f749a959a9fec1fa2c941a0c5074a5) | fix | **datepicker:** changed after checked error during overlapping open/close sequence ([#25843](https://github.com/angular/components/pull/25843)) |
13+
| [0971e3948](https://github.com/angular/components/commit/0971e39485e416a33b5f8e6f3797cc7f003cc600) | fix | **datepicker:** unable to click datepicker toggle when form field is disabled ([#25863](https://github.com/angular/components/pull/25863)) |
14+
| [3b7c93930](https://github.com/angular/components/commit/3b7c939308c3b49db66e649746782891630dbd0f) | fix | **menu:** custom origin in focusFirstItem not respected on open ([#25812](https://github.com/angular/components/pull/25812)) |
15+
| [1655a6902](https://github.com/angular/components/commit/1655a69021593ed92140eb23a0cdfb19d6c2e90c) | fix | **radio:** radio not preselected with static value and an ngIf ([#25852](https://github.com/angular/components/pull/25852)) |
16+
| [b85bb6eed](https://github.com/angular/components/commit/b85bb6eed3e25f16cae20b0979a7868dec6b1869) | fix | **schematics:** remove `node_modules` prefix from prebuilt theme |
17+
| [de301a876](https://github.com/angular/components/commit/de301a8768978defea0e502ed8379d511ed99c86) | fix | **schematics:** respect specified directory in mdc migration ([#25810](https://github.com/angular/components/pull/25810)) |
18+
| [9a5f931aa](https://github.com/angular/components/commit/9a5f931aa189accddef0736dbe09249f9acfcb15) | fix | **schematics:** switch away from legacy components ([#25839](https://github.com/angular/components/pull/25839)) |
19+
| [03f19cb6d](https://github.com/angular/components/commit/03f19cb6dfc9932e8212303d8e7eac4cc9ef2416) | fix | **select:** don't assign typeahead value after blur ([#25811](https://github.com/angular/components/pull/25811)) |
20+
| [3c01ef310](https://github.com/angular/components/commit/3c01ef3101ce4a59766306fbe204bc3de6e78f0c) | fix | **slide-toggle:** animations not disabled with NoopAnimationsModule ([#25821](https://github.com/angular/components/pull/25821)) |
21+
| [169a03b30](https://github.com/angular/components/commit/169a03b30e9785c13ff9e5c40a847d022acf78b7) | fix | **tabs:** scroll position lost when tab header is hidden ([#25855](https://github.com/angular/components/pull/25855)) |
22+
| [4fbe16816](https://github.com/angular/components/commit/4fbe168167fe1bb86b44b0a5a7faff7072e437ce) | fix | **tabs:** wrong disabled class on tab pagination button ([#25832](https://github.com/angular/components/pull/25832)) |
23+
### multiple
24+
| Commit | Type | Description |
25+
| -- | -- | -- |
26+
| [fa599b703](https://github.com/angular/components/commit/fa599b70334ea3feccf324a11fb7fc7462fb1e06) | fix | ensure all public theming mixins are exposed at top-level ([#25805](https://github.com/angular/components/pull/25805)) |
27+
## Special Thanks
28+
Alan Agius, Alvaro Junqueira, Andrew Seguin, Kristiyan Kostadinov, Miles Malerba, Wagner Maciel and Zach Arend
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="15.0.0-next.5"></a>
233
# 15.0.0-next.5 "snow-swan" (2022-10-12)
334
## Deprecations

package.json

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

0 commit comments

Comments
 (0)