v16.0.0 #661
MurhafSousli
started this conversation in
General
v16.0.0
#661
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
scrollViewportdirective can be a descent child, not necessarily a direct child of<ng-scrollbar externalViewport>.start,end,right,bottomandcenteroptions toscrollToElement(supports RTL), closes #637.syncSpacerdirective that is applied on<ng-scrollbar externalViewport>component to sync spacer element with content dimension changes.ResizeObserverloop completed with undelivered notifications, closes #650.externalViewportsuch as integrating with 3rd party library.asyncDetectionUse the content observer service from the CDK to detect viewport and content wrapper elements.--scrollbar-thumb-hover-colornot only when hovered but also when active.trackandthumbcontrols uses more accurate measures usinggetBoundingClientRectinstead of direct size properties.InputSignalinstead of standards inputs across components.ngOnInitto initialize the scrollbar component.scrollViewportdirective fromng-scrollbarhostDirectives because it's redundant.TrackAdapternow uses viewport & content dimension signals to update the track size instead ofResizeObserverevents.Breaking changes
cdkVirtualScrollViewportno longer acceptsautovalue, instead usesyncSpacer<ng-scrollbar externalViewport cdkVirtualScrollViewport="auto"><ng-scrollbar externalViewport cdkVirtualScrollViewport syncSpacer>Full Changelog: v15.1.3...v16.0.0
This discussion was created from the release v16.0.0.
Beta Was this translation helpful? Give feedback.
All reactions