Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@modern-kit/react@1.6.0
Minor Changes
#167
e00b236
Thanks @Sangminnn! - feat(react): useHover 신규 훅 추가 - @Sangminnn#163
28f9877
Thanks @Collection50! - feat(react): OutsideClick 컴포넌트 구현 - @Collection50#154
589dd5b
Thanks @ssi02014! - feat(react): useDocumentTitle 커스텀 훅 추가 - @ssi02014Patch Changes
#161
fdb918e
Thanks @ssi02014! - fix(utils): clipboard 관련 함수 네이밍 변경 - @ssi02014#173
04ab39e
Thanks @ssi02014! - fix(react): useInterval enabled 속성 추가 - @ssi02014#178
9958080
Thanks @ssi02014! - feat(react): useInterval startInterval/stopInterval 함수 추가 - @ssi02014@modern-kit/utils@1.5.0
Minor Changes
#159
7842e3e
Thanks @ssi02014! - feat(utils): countOccurrencesInArray 유틸 함수 추가 - @ssi02014#182
60b6e37
Thanks @Collection50! - feat(utils): excludeElements 신규 유틸 함수 추가 - @Collection50#172
6930cc7
Thanks @ssi02014! - feat(utils): rem 신규 유틸 함수 추가 - @ssi02014Patch Changes
#168
73a9f34
Thanks @hoonloper! - fix(utils): 특수 문자에 대한 개수와 공백에 대한 처리 추가 - @hoonloper#161
fdb918e
Thanks @ssi02014! - fix(utils): clipboard 관련 함수 네이밍 변경 - @ssi02014#151
16d958f
Thanks @hoonloper! - fix(utils): deepCopy 순환참조 이슈 수정 및 Date, Regex 테스트 코드 추가 - @hoonloper#164, #165
b193474
Thanks @hoonloper! - feat(utils): deepEqual, delay 함수 개선 - @hoonloper#165
b0e872d
Thanks @hoonloper! - feat(utils): delay 인자 음수, NaN 검증 추가 - @hoonloper