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 useWindowSize hook #76

Merged
merged 6 commits into from
Dec 8, 2023
Merged

feat: add useWindowSize hook #76

merged 6 commits into from
Dec 8, 2023

Conversation

immois
Copy link
Contributor

@immois immois commented Nov 28, 2023

📝 Description:

A hook that track the dimensions of the browser window.

✅ 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 28, 2023

🦋 Changeset detected

Latest commit: e4ad073

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-window-size 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 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52610e8) 92.40% compared to head (e4ad073) 92.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   92.40%   92.69%   +0.29%     
==========================================
  Files          16       17       +1     
  Lines         250      260      +10     
  Branches       65       65              
==========================================
+ Hits          231      241      +10     
  Misses         17       17              
  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 28, 2023 16:05
@immois immois merged commit c705e87 into main Dec 8, 2023
6 checks passed
@immois immois deleted the feat/use-window-size branch December 22, 2023 23:27
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