Skip to content

Commit e08a63b

Browse files
zeakdclaude
andauthored
chore: changeset for v0.2.0 (#146)
* chore: changeset for v0.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: oxfmt 범위 제한 + changeset for v0.2.0 - oxfmt: packages/ + website/src/ 만 체크 (.gitignore로 dist 제외) - v0.2.0 changeset 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e7d21b1 commit e08a63b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.changeset/v0.2.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'react-naver-maps': minor
3+
---
4+
5+
React 19 전용으로 재작성. 네이버맵 SDK 충실성 우선.
6+
7+
- 오버레이 컴포넌트 11종: NaverMap, Marker, InfoWindow, GroundOverlay, CustomOverlay, Circle, Rectangle, Ellipse, Polygon, Polyline, Container
8+
- Layer 컴포넌트 3종: CadastralLayer, StreetLayer, TrafficLayer
9+
- useOverlay: 바닐라 OverlayView 상속 객체를 React 생명주기에 연결
10+
- useListener: 네이버맵 네이티브 이벤트 escape hatch (콜백 안정화)
11+
- useKVO, useControlledKVO: KVO 속성 감시 및 동기화
12+
- Suspense 지원: React 19 use()와 스크립트 로딩 통합
13+
- 성능 개선: KVO 구독 제거, 렌더 시점 dirty diff

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pnpm exec oxlint --ignore-path .gitignore --ignore-pattern 'website/public/0.1.0/**' --ignore-pattern 'website/public/0.0.13/**'
2-
pnpm exec oxfmt --check --ignore-path .gitignore --ignore-path .oxfmtignore .
2+
pnpm exec oxfmt --check --ignore-path .gitignore packages/ website/src/
33
pnpm exec tsc -b

0 commit comments

Comments
 (0)