v14.0.0-beta.8
Pre-release
Pre-release
·
29 commits
to master
since this release
What's Changed
- feat: Support complex markup with
scrollToElement
function, closes #268. - feat: Add
provideSmoothScrollOptions
function to ease overriding the default smooth scroll options. - refactor: Enhance and simplify smooth scroll manager.
- refactor: Enhance track drag code and functionality.
- refactor: Simplify and reuse code in thumb drag code.
- refactor: Reuse code in scrollbar button component.
- regret: Use
offsetWidth
andoffsetHeight
again instead ofgetBoundingClientRect
due to incorrect value when scrollbar is used in an overlay such asmatSelect
. - fix:
(reachedEnd)
does not work without subscribing to(reachedBottom)
.
Breaking changes:
- Remove
NgScrollbarReachModule
. - Rename the directive
MatSelectViewport
toNgScrollbarMatSelectViewport
.