feat: v0.3.0 — Vue 디렉티브 + React 훅 (main 재타겟)#5
Merged
Conversation
- vHangul: Vue 3 디렉티브 (값 생략 시 data-hangul 속성 폴백, 모드 변경 시 리바인드) - useHangul: ref 콜백 반환 React 훅 (useMemo + createRefBinder) - createRefBinder: 프레임워크 무관 ref 콜백 팩토리 (코어에 추가) - vue/react는 optional peerDependency — 코어 zero-dep 유지, 번들에 external - 테스트 6개 추가 (30 total)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR #3가 main이 아닌
feature/dom-layer로 머지되는 바람에 v0.3 내용이 main에 반영되지 않았습니다 (#2가 먼저 main에 머지된 상태였음). 이 PR은 같은 내용을 main으로 다시 올립니다 — origin/main 머지 완료, 충돌 없음, typecheck ✓ vitest 30/30 ✓.내용은 #3와 동일:
@devslab/kokey/vue—vHangul디렉티브@devslab/kokey/react—useHangul훅createRefBinder코어 추가, vue/react optional peerDeps머지 후
v0.3.0태깅하면 npm publish 됩니다.