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
refactor(cdk/scrolling): remove deprecated APIs for v11 (angular#20454)
BREAKING CHANGES:
* The `document` parameter of the `ScrollDispatcher` constructor is now required.
* The `document` parameter of the `ViewportRuler` constructor is now required.
* The `viewportRuler` parameter of the `CdkVirtualScrollViewport` constructor is now required.
Also bumps two autocomplete APIs that were only marked as deprecated 10 days ago to v12 instead of v11.
0 commit comments