Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ngx-scrollbar from 13.0.3 to 18.0.0 #3204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps ngx-scrollbar from 13.0.3 to 18.0.0.

Release notes

Sourced from ngx-scrollbar's releases.

v18.0.0

What's Changed

  • refactor: Change the transformer interface of the sensorThrottleTime input, closes #682.

Possible breaking changes

  • refactor: Prevent provideScrollbarPolyfill from being accidentally referenced in @Component in a component injector.

Full Changelog: MurhafSousli/ngx-scrollbar@v17.0.0...v18.0.0

v17.0.0

What's Changed

  • Upgrade to Angular 19.
  • refactor: Use afterRenderEffect when suitable instead of effect.
  • refactor: In <ng-scrollbar externalViewport> use LinkedSignal to set external elements.
  • enhance: Make --scrollbar-button-size settable from :root.

Full Changelog: MurhafSousli/ngx-scrollbar@v16.1.1...v17.0.0

v16.1.1

What's Changed

  • fix: Bug with visibility="visible" closes #674.
  • refactor: In effects, move onCleanup function inside untracked function in the PointerEventsAdapter class.
  • refactor: Use from instead of fromPromise to convert a promise to observable.

Full Changelog: MurhafSousli/ngx-scrollbar@v16.1.0...v16.1.1

v16.1.0

What's Changed

  • feat: Disable / Suppress the scroll bar during runtime, in #658.
  • fix: Wrong track size when used in 3rd party dropdown components, in #669.
  • fix: Scrollbar buttons icons not showing in Safari, in #664.

Full Changelog: MurhafSousli/ngx-scrollbar@v16.0.0...v16.1.0

v16.0.0

What's Changed

  • feat: scrollViewport directive can be a descent child, not necessarily a direct child of <ng-scrollbar externalViewport>.
  • feat: Add start, end, right, bottom and center options to scrollToElement (supports RTL), closes #637.
  • feat: Add syncSpacer directive that is applied on <ng-scrollbar externalViewport> component to sync spacer element with content dimension changes.

... (truncated)

Changelog

Sourced from ngx-scrollbar's changelog.

18.0.0

  • refactor: Change the transformer interface of the sensorThrottleTime input, closes #682.

Possible breaking changes

  • refactor: Prevent provideScrollbarPolyfill from being accidentally referenced in @Component in a component injector.

17.0.0

  • Upgrade to Angular 19.
  • refactor: Use afterRenderEffect when suitable instead of effect.
  • refactor: In <ng-scrollbar externalViewport> use LinkedSignal to set external elements.
  • enhance: Make --scrollbar-button-size settable from :root.

16.1.1

  • fix: Bug with visibility="visible" closes #674.
  • refactor: In effects, move onCleanup function inside untracked function in the PointerEventsAdapter class.
  • refactor: Use from instead of fromPromise to convert a promise to observable.

16.1.0

  • feat: Disable / Suppress the scroll bar during runtime, in #658.
  • fix: Wrong track size when used in 3rd party dropdown components, in #669.
  • fix: Scrollbar buttons icons not showing in Safari, in #664.

16.0.0

  • fix: asyncDetection scrollbars rendering delay.
  • feat: scrollViewport directive can be a descent child, not necessarily a direct child of <ng-scrollbar externalViewport>.
  • feat: Add start, end, right, bottom and center options to scrollToElement (supports RTL), closes #637.
  • feat: Add syncSpacer directive that is applied on <ng-scrollbar externalViewport> component to sync spacer element with content dimension changes.
  • fix: ResizeObserver loop completed with undelivered notifications, closes #650.
  • enhance: Improve scrollbar rendering speed that uses externalViewport such as integrating with 3rd party library.
  • enhance: Use the shared resize observer from the CDK to do the necessary calculation.
  • enhance: asyncDetection Use the content observer service from the CDK to detect viewport and content wrapper elements.
  • enhance: use --scrollbar-thumb-hover-color not only when hovered but also when active.
  • enhance: track and thumb controls uses more accurate measures using getBoundingClientRect instead of direct size properties.
  • refactor: Switch to InputSignal instead of standards inputs across components.
  • refactor: Use effects instead of ngOnInit to initialize the scrollbar component.
  • refactor: Remove scrollViewport directive from ng-scrollbar hostDirectives because it's redundant.
  • refactor: the TrackAdapter now uses viewport & content dimension signals to update the track size instead of ResizeObserver events.

Breaking changes

  • Minimum compatibility is Angular v17.3.0
  • The directive cdkVirtualScrollViewport no longer accepts auto value, instead use syncSpacer
    • Before <ng-scrollbar externalViewport cdkVirtualScrollViewport="auto">
    • After <ng-scrollbar externalViewport cdkVirtualScrollViewport syncSpacer>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ngx-scrollbar](https://github.com/MurhafSousli/ngx-scrollbar) from 13.0.3 to 18.0.0.
- [Release notes](https://github.com/MurhafSousli/ngx-scrollbar/releases)
- [Changelog](https://github.com/MurhafSousli/ngx-scrollbar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MurhafSousli/ngx-scrollbar/commits/v18.0.0)

---
updated-dependencies:
- dependency-name: ngx-scrollbar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants