feat: v0.2.0 — DOM 레이어 + 브라우저 전역 빌드 + 홈페이지#2
Merged
Merged
Conversation
- bind/observe: <input data-hangul="ko|en"> 입력 모드 강제 (IME 조합 중 미개입, compositionend 후 변환, prefix 변환으로 커서 보존) - ko 모드는 enToKo(koToEn(v)) 정규화로 점진 타이핑이 실제 IME처럼 조합됨 - IIFE 빌드 dist/kokey.global.js (5KB min) + unpkg/jsdelivr 필드 - site/ 라이브 데모 + pages.yml (공식 Pages actions, main 푸시마다 배포) - jsdom 테스트 9개 추가 (24 total)
npm 유사 이름 규칙이 unscoped 'kokey' publish를 차단 (hdkey와 유사, E403). @devslab 스코프로 전환 — ssrf-guard-js와 동일 스코프, publishConfig.access=public 추가. v0.1.0 태그는 publish 실패 상태라 삭제 후 이 PR 머지 뒤 재태깅.
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.
What / 무엇
DOM 레이어 (로드맵 v0.2)
bind(el, mode?)/observe(root?)—<input data-hangul="ko|en">입력 모드 강제compositionend후 변환 (조합 안전)ko모드는enToKo(koToEn(v))정규화 — 점진 타이핑이 실제 IME처럼 조합 (d→ㅇ, k→아, s→안 …)브라우저
<script>/ CDN (jsDelivr·unpkg)dist/kokey.global.js(5KB minified), 전역kokeyunpkg/jsdelivr필드 →https://cdn.jsdelivr.net/npm/kokey/dist/kokey.global.js홈페이지
site/index.html— 라이브 데모 (data-hangul 인풋 2개 + 양방향 변환기)pages.yml— main 푸시마다 공식 Pages actions로 배포 (enablement: true로 첫 실행 시 Pages 자동 활성화)Verification / 검증
머지 후
git tag v0.2.0 && git push origin v0.2.0→ npm publish