Skip to content

Docs/v1.10.1 react 19 support#25

Merged
umsungjun merged 2 commits into
mainfrom
docs/v1.10.1-react-19-support
Jul 7, 2026
Merged

Docs/v1.10.1 react 19 support#25
umsungjun merged 2 commits into
mainfrom
docs/v1.10.1-react-19-support

Conversation

@umsungjun

@umsungjun umsungjun commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Documentation
    • Expanded the README in English and Korean with updated React 19 guidance.
    • Clarified compatibility across React 17–19 and noted full support for React 18 and 19.
    • Added a section explaining how the library works alongside React 19’s built-in metadata handling.
  • Chores
    • Bumped the package version to 1.10.1.

Copilot AI review requested due to automatic review settings July 7, 2026 02:55
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-head-safe Ready Ready Preview, Comment Jul 7, 2026 2:55am

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 16b8cb95-fb08-4267-9c5b-b2d531acf8af

📥 Commits

Reviewing files that changed from the base of the PR and between 48e413b and 72d07aa.

📒 Files selected for processing (3)
  • README.ko.md
  • README.md
  • package.json

📝 Walkthrough

Walkthrough

This PR adds documentation to README.md and README.ko.md explaining react-head-safe's compatibility with React 19's built-in metadata hoisting, adds a compatibility bullet to Features, updates Installation notes, and bumps package.json version from 1.10.0 to 1.10.1.

Changes

React 19 Documentation and Version Update

Layer / File(s) Summary
React 19 compatibility documentation
README.md, README.ko.md
Adds a new section explaining how react-head-safe differs from and complements React 19's native metadata hoisting (override/dedup behavior, Twitter Card generation, consistent API across React 17–19), adds a "React 17–19 Compatible" bullet to Features, and updates Installation text to state full support for React 18 and React 19.
Package version bump
package.json
Increments the package version from 1.10.0 to 1.10.1.

Estimated code review effort: 1 (Trivial) | ~3 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/v1.10.1-react-19-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@umsungjun umsungjun merged commit f44eced into main Jul 7, 2026
4 of 5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the documentation and package versioning to reflect React 19 support for react-head-safe, clarifying how the library complements React 19’s native head/metadata hoisting.

Changes:

  • Added a React 19 comparison section explaining what value react-head-safe provides beyond native hoisting (EN/KR READMEs).
  • Updated compatibility messaging to explicitly include React 19.
  • Bumped package version from 1.10.0 to 1.10.1.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Adds React 19 guidance and updates compatibility/support messaging.
README.ko.md Mirrors the React 19 guidance and compatibility/support messaging in Korean.
package.json Version bump to 1.10.1.

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

Comment thread README.md

- **Overrides `index.html` defaults** - Native hoisting does not deduplicate against tags already present in `index.html`, so crawlers may see both the default and the page-specific tag; `react-head-safe` replaces the existing one
- **Automatic Twitter Cards** - Twitter tags are derived from OG props automatically
- **Consistent across versions** - The same API works identically on React 17 and 18, so you can adopt it before migrating
Comment thread README.ko.md

- **`index.html` 기본값 덮어쓰기** - 네이티브 호이스팅은 `index.html`에 이미 있는 태그와 중복 제거를 하지 않아 크롤러가 기본 태그와 페이지별 태그를 둘 다 볼 수 있지만, `react-head-safe`는 기존 태그를 교체합니다
- **Twitter Card 자동 생성** - OG props에서 Twitter 태그를 자동으로 파생합니다
- **버전 간 일관성** - React 17, 18에서도 동일한 API로 동작하므로 마이그레이션 전에 미리 도입할 수 있습니다
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants