Skip to content

Conversation

@herokwon
Copy link
Owner

@herokwon herokwon commented Feb 2, 2026

🔍 개요

v0.3.0 배포


🛠 변경 사항

  • pnpm symlink 비활성화 (.npmrc)
  • 코드 블록 및 구문 하이라이트 기능 구현
  • 이미지 삽입 기능 구현
  • 의존성 버전 업데이트

❗ 관련 이슈

* feat(Editor): `CodeHighlightPlugin` 구현

* test(Editor): `CodeHighlightPlugin` 테스트 코드 추가

* design(Editor): 코드 블록 하이라이트 스타일 추가

* feat(Editor/ToolbarPlugin): 코드 블록 토글 버튼 구현

* test(Editor/ToolbarPlugin): 버튼 수 변화에 따른 테스트 케이스 데이터 변경

* feat(Editor): 커스텀 `CodeNode` 클래스 구현

* feat(Editor): `CodeLanguageSelectorPlugin` 구현

* design(Editor): 코드 블록 선택 요소 스타일 추가

* test(Editor): `CodeLanguageSelectPlugin` 테스트 코드 추가

* chore(vitest): `nodes` 디렉토리 제외 패턴 추가
* feat(Editor/nodes): `ImageNode` 클래스 및 Decorate 요소 구현

* feat(Editor/plugins): `ImagePlugin` 구현

* test(Editor/plugins): `ImagePlugin` 테스트 코드 추가

* feat(Editor/plugins): `ToolbarPlugin`에 이미지 삽입 기능 구현

* test(Editor/plugins): 이미지 삽입 기능 추가에 따른 `ToolbarPlugin` 테스트 케이스 수정

* feat(Editor/plugins): `DragDropPlugin` 구현

* test(Editor/plugins): `DragDropPlugin` 테스트 코드 추가
@herokwon herokwon added this to the v0.3.0 milestone Feb 2, 2026
@herokwon herokwon self-assigned this Feb 2, 2026
Copilot AI review requested due to automatic review settings February 2, 2026 11:14
@herokwon herokwon added the 🌏 Deploy 배포 label Feb 2, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request implements version 0.3.0 release with the following key features:

Changes:

  • Disabled pnpm symlinks via .npmrc configuration
  • Implemented code block functionality with syntax highlighting support
  • Implemented image insertion feature with drag-and-drop support
  • Updated multiple dependency versions

Reviewed changes

Copilot reviewed 25 out of 26 changed files in this pull request and generated 17 comments.

Show a summary per file
File Description
.npmrc Added pnpm configuration to disable symlinks
package.json Updated dependency versions; removed @lexical/utils
eslint.config.mjs Added ignore patterns for generated files
src/app/globals.css Added styles for code blocks and syntax highlighting
src/features/Editor/theme.ts Added code highlighting theme classes
src/features/Editor/EditorShell.tsx Integrated new nodes and plugins
src/features/Editor/index.ts Exported new plugins
src/features/Editor/nodes/* Implemented custom CodeNode and ImageNode
src/features/Editor/plugins/* Implemented CodeHighlightPlugin, CodeLanguageSelectPlugin, ImagePlugin, DragDropPlugin
src/features/Editor/plugins/ToolbarPlugin.tsx Added code block and image insertion buttons
src/features/Editor/plugins/ToolbarPlugin.test.tsx Updated tests to use name-based button selection
src/features/Post/components/PostContent.tsx Added CodeHighlightPlugin for post viewing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@herokwon herokwon temporarily deployed to Preview February 2, 2026 11:36 Inactive
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit e1eef8b
URL https://fcbf213e-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit 7d88f2a
URL https://54cc5ea8-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit eb92fea
URL https://a4cc528a-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 이미지 삽입 기능 [Feature] 코드 블록 및 구문 하이라이트 기능

2 participants