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(react): useOutsidePointerDown 훅 excludeRefs 신규 props 추가 #635

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

ssi02014
Copy link
Contributor

@ssi02014 ssi02014 commented Dec 10, 2024

Overview

feat(react): useOutsidePointerDown 훅 excludeRefs 신규 props 추가

useEventListener의 options에 useCapture를 의미하는 boolean을 허용합니다. 또한 이를 통해 문서를 개선합니다.

PR Checklist

  • All tests pass.
  • All type checks pass.
  • I have read the Contributing Guide document.
    Contributing Guide

@ssi02014 ssi02014 self-assigned this Dec 10, 2024
Copy link

changeset-bot bot commented Dec 10, 2024

🦋 Changeset detected

Latest commit: 480d507

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

This PR includes changesets to release 1 package
Name Type
@modern-kit/react Minor

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

@ssi02014 ssi02014 force-pushed the feat/outside branch 2 times, most recently from 55d9acb to 757b5a4 Compare December 10, 2024 06:24
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 97.56098% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.19%. Comparing base (33cf068) to head (480d507).
Report is 122 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #635      +/-   ##
==========================================
+ Coverage   97.41%   98.19%   +0.78%     
==========================================
  Files         164      173       +9     
  Lines        1470     1555      +85     
  Branches      361      407      +46     
==========================================
+ Hits         1432     1527      +95     
+ Misses         34       26       -8     
+ Partials        4        2       -2     
Components Coverage Δ
@modern-kit/react 96.95% <ø> (+1.73%) ⬆️
@modern-kit/utils 99.59% <ø> (-0.41%) ⬇️

@ssi02014 ssi02014 force-pushed the feat/outside branch 3 times, most recently from bf0fac9 to db5bd80 Compare December 10, 2024 08:38
@ssi02014 ssi02014 added feature 새로운 기능 추가 @modern-kit/react @modern-kit/react labels Dec 10, 2024
@ssi02014 ssi02014 merged commit c1120fc into main Dec 10, 2024
3 checks passed
@ssi02014 ssi02014 deleted the feat/outside branch December 10, 2024 09:35
@github-actions github-actions bot mentioned this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 @modern-kit/react @modern-kit/react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant