You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+30
Original file line number
Diff line number
Diff 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.
0 commit comments