Skip to content

Commit 88fc8ec

Browse files
committed
release: cut the v20.0.0-next.0 release
1 parent 801e7e0 commit 88fc8ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="20.0.0-next.0"></a>
2+
# 20.0.0-next.0 "metal-cat" (2025-03-05)
3+
## Breaking Changes
4+
### material
5+
- `tabindex` values set as `[attr.tabindex]` set on a Material button might not work as expected. Use `tabindex` for static values, or `[tabindex]`/`[tabIndex]` for dynamic ones.
6+
### multiple
7+
- * `DialogConfig.componentFactoryResolver` has been removed.
8+
* The constructor of `DomPortalOutlet` has changed.
9+
* `ComponentPortal.componentFactoryResolver` has been removed.
10+
* The constructor signature of `ComponentPortal` has changed.
11+
* `MatDialogConfig.componentFactoryResolver` has been removed.
12+
### cdk-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [fc46997442](https://github.com/angular/components/commit/fc46997442b72bc1ba395fcd5f008b0358e5c91f) | feat | **ui-patterns:** listbox ui pattern ([#30495](https://github.com/angular/components/pull/30495)) |
16+
### material
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
| [6a5943d8b0](https://github.com/angular/components/commit/6a5943d8b0fe6042c885e608d7d2a071e27dd802) | fix | **button:** combine MatButton and MatAnchor ([#30492](https://github.com/angular/components/pull/30492)) |
20+
### cdk
21+
| Commit | Type | Description |
22+
| -- | -- | -- |
23+
| [69eedd75f7](https://github.com/angular/components/commit/69eedd75f79ceec549ecaf0a8dfc38c36e33f02a) | fix | **drag-drop:** incorrect type DragConstrainPosition ([#30510](https://github.com/angular/components/pull/30510)) |
24+
### multiple
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
| [cda5c8e686](https://github.com/angular/components/commit/cda5c8e686b0c4394b382db08c2d0b4b793ac7d6) | fix | remove remaining references to ComponentFactoryResolver ([#30569](https://github.com/angular/components/pull/30569)) |
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="19.2.2"></a>
232
# 19.2.2 "metal-llama" (2025-03-05)
333
### cdk

0 commit comments

Comments
 (0)