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 11.0.0 to 13.0.3 #2682

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2024

Bumps ngx-scrollbar from 11.0.0 to 13.0.3.

Release notes

Sourced from ngx-scrollbar's releases.

v13.0.2

What's Changed

  • fix: scrollViewport directive removes custom CSS classes applied on the viewport element, closes #505 in 8e1f663.

Full Changelog: MurhafSousli/ngx-scrollbar@v13.0.1...v13.0.2

v13.0.1

What's Changed

  • feat: Add reached event unit tests.
  • fix: Reached event is not fired, closes #495 in 5233793.
  • enhance: Reached directives should subscribe to the scroll event outside angular zone.
  • refactor: Replace the usage of the deprecated pluck RXJS operator with map

Full Changelog: MurhafSousli/ngx-scrollbar@v13.0.0...v13.0.1

v13.0.0

What's Changed

Breaking changes

  • SmoothScrollModule has been removed, you can import SmoothScroll directive directly instead!
  • NgScrollModule.withConfig() function has been removed, use NG_SCROLLBAR_OPTIONS to set the global config instead!

Full Changelog: MurhafSousli/ngx-scrollbar@v12.0.1...v13.0.0

v12.0.1

What's Changed

New Contributors

Full Changelog: MurhafSousli/ngx-scrollbar@v12.0.0...v12.0.1

v12.0.0

What's Changed

Full Changelog: MurhafSousli/ngx-scrollbar@v11.0.0...v12.0.0

Changelog

Sourced from ngx-scrollbar's changelog.

Changelog

14.0.0

  • fix: Scrollbar buttons - arrow icons are not being displayed in Safari mobile.

14.0.0-beta.8

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

14.0.0-beta.7

  • regret: Use offsetWidth and offsetHeight again instead of getBoundingClientRect due to incorrect value when scrollbar is used in an overlay such as matSelect.
  • fix: (reachedEnd) does not work without subscribing to (reachedBottom).

Breaking changes:

  • Remove NgScrollbarReachModule.
  • Rename the directive MatSelectViewport to NgScrollbarMatSelectViewport.

14.0.0-beta.6

  • feat: Add scrollbar buttons using buttons options, closes #465.
  • refactor: Reuse similar code in track, thumb and buttons directives.
  • refactor: content wrapper selector should be direct child of the viewport.
  • refactor: Use swithcMap instead of expand for track long ongoing pointer down event.
  • refactor: Only use getRtlScrollAxisType once on initialization in SmoothScrollManager.
  • refactor: matSelectViewport use instant scroll function to scroll to the selected item in the list.
  • refactor: Use getBoundingClientRect in all directives instead of offsetWidth and offsetHeight for high precision calculation.

Breaking Changes

  • The default value for the CSS variable --scrollbar-offset became 0 (was 4 before).
  • The default value for the CSS variable --scrollbar-border-radius became 0px (was 7px before).

14.0.0-beta.5

  • fix: Should not initialize the scrollbar if externalSpacer selector was set but was not found.
  • refactor: Unify properties in track and thumb directives.
  • refactor: When asyncDecetion="true" reset viewport adapter properties if viewport / content wrapper elements are removed.
  • enhance: Add missing unit tests,

14.0.0-beta.4

  • feat: Added support for dynamically initializing scrollbars for content rendered async (3rd party libraries) using asyncDetection="auto".

... (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:/MurhafSousli/ngx-scrollbar) from 11.0.0 to 13.0.3.
- [Release notes](https:/MurhafSousli/ngx-scrollbar/releases)
- [Changelog](https:/MurhafSousli/ngx-scrollbar/blob/master/CHANGELOG.md)
- [Commits](https:/MurhafSousli/ngx-scrollbar/commits)

---
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 Apr 14, 2024
@github-actions github-actions bot merged commit fc862c6 into master Apr 14, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ngx-scrollbar-13.0.3 branch April 14, 2024 14:54
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