Skip to content

Bump ngx-scrollbar from 10.0.1 to 17.0.0 in /angular-app#961

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-app/ngx-scrollbar-17.0.0
Closed

Bump ngx-scrollbar from 10.0.1 to 17.0.0 in /angular-app#961
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-app/ngx-scrollbar-17.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ngx-scrollbar from 10.0.1 to 17.0.0.

Release notes

Sourced from ngx-scrollbar's releases.

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.
  • 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

... (truncated)

Changelog

Sourced from ngx-scrollbar's changelog.

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>

15.1.3

  • enhance: Use injection factory for NG_SCROLLBAR_OPTIONS and NG_SCROLLBAR_POLYFILL to avoid merging custom options with the default options for every scrollbar component.
  • refactor: Use self option when injecting NgScrollbar component in all addon directives.
  • fix: Scrollbar with externalViewport attached scrollbar not destroyed properly causing memory leak, closes#611.

15.1.2

... (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 10.0.1 to 17.0.0.
- [Release notes](https://github.com/MurhafSousli/ngx-scrollbar/releases)
- [Changelog](https://github.com/MurhafSousli/ngx-scrollbar/blob/master/CHANGELOG.md)
- [Commits](MurhafSousli/ngx-scrollbar@v10.0.1...v17.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 21, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Superseded by #970.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-app/ngx-scrollbar-17.0.0 branch January 27, 2025 13:30
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants