2026-03-01
요약 (AI 작성)
3개의 주요 프로젝트에서 활동이 있었습니다.
-
cheolsu-proxy에서는 코드 스타일을 정리하고 의존성을 업데이트하며 Tauri 설정을 개선하는 작업을 했습니다. 과거 v1 크레이트를 제거하고 모듈을 재정비하면서 효율적인 코드를 작성했습니다.
-
hwpjs 프로젝트는 CLI 버전을 동적으로 읽어오도록 개선하고, JSON 데이터 표준 복원, 리눅스 빌드 설명 업데이트 등의 작업을 포함하여 대대적 수정을 진행했습니다. 이와 관련된 PR들은 대부분 병합되었습니다.
-
react-wasm-table 프로젝트에서는 테이블 내 콘텐츠 및 캔버스에 Sparklines를 추가하는 등, 주요 기능 확장을 진행했으며, 테이블 컴포넌트의 사용성을 더욱 향상시켰습니다.
커밋
ohah/cheolsu-proxy
- style: apply cargo fmt
- chore: update docs, deps, proxy and tauri config
- chore: move agent commands from .cursor to .claude
ohah/hwpjs
- chore(node): bump to 0.1.0-rc.6 and refresh release artifacts
- docs(hwpjs): CONTRIBUTING - Colima/Apple Silicon Linux 빌드 설명 보강
- fix(core): restore COLORREF JSON to {r,g,b} and fix test compilation
- fix(core): table and HTML viewer updates with snapshot refresh
- fix(node): read CLI version from package.json instead of hardcoding
ohah/react-wasm-table
- feat(grid): add Sparkline canvas component and demo page
- docs(grid): document Sparkline in canvas-components; add renderer tests
- feat(grid): use TableCellContent for table children (ReactNode | RenderInstruction)
- feat(demo): add Expanding demo and centralize tanstack routes