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

fix(useScroll): add onError hook and avoid throws by default, fix #3580 #3605

Merged
merged 12 commits into from
Feb 20, 2024

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    315d692 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    974c177 View commit details
    Browse the repository at this point in the history
  2. Update packages/core/useScroll/index.ts

    Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
    steklopod and antfu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2173b85 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Update packages/core/useScroll/index.ts

    Co-authored-by: Brendo Maciel <brendomaciel@users.noreply.github.com>
    steklopod and brendomaciel committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cabd9da View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    7142d23 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f60ad6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2becec2 View commit details
    Browse the repository at this point in the history
  3. chore: update

    antfu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    801181e View commit details
    Browse the repository at this point in the history
  4. chore: lint

    antfu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0cd918c View commit details
    Browse the repository at this point in the history
  5. fix: type fix for getComputedStyle(el), vueuse#3580

    TypeError: The provided value is not of type 'Element'.
    steklopod committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f75c8b1 View commit details
    Browse the repository at this point in the history
  6. chore: fix

    antfu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f56331f View commit details
    Browse the repository at this point in the history
  7. chore: lint

    antfu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    31e90d6 View commit details
    Browse the repository at this point in the history