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

feat: add useEventListener hook #75

Merged
merged 4 commits into from
Nov 25, 2023
Merged

feat: add useEventListener hook #75

merged 4 commits into from
Nov 25, 2023

Conversation

immois
Copy link
Contributor

@immois immois commented Nov 24, 2023

πŸ“ Description:

A hook that enables you to add event listeners to a target element or document.

βœ… Pull Request Checklist:

  • Add/Update feature.
  • Add/Update test.
  • Add/Update documentation.
  • Add/Update stories in storybook.
  • Bug fix.
  • Is this a breaking change

Copy link

changeset-bot bot commented Nov 24, 2023

πŸ¦‹ Changeset detected

Latest commit: 9dab644

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@raddix/use-event-listener Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (c704260) 92.27% compared to head (9dab644) 92.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   92.27%   92.71%   +0.43%     
==========================================
  Files          15       16       +1     
  Lines         233      247      +14     
  Branches       61       63       +2     
==========================================
+ Hits          215      229      +14     
  Misses         16       16              
  Partials        2        2              

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@immois immois marked this pull request as ready for review November 24, 2023 23:52
@immois immois merged commit be45286 into main Nov 25, 2023
6 checks passed
@immois immois deleted the feat/use-event-listener branch November 25, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant