Docs/v1.10.1 react 19 support#25
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis 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. ChangesReact 19 Documentation and Version Update
Estimated code review effort: 1 (Trivial) | ~3 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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-safeprovides beyond native hoisting (EN/KR READMEs). - Updated compatibility messaging to explicitly include React 19.
- Bumped package version from
1.10.0to1.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.
|
|
||
| - **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 |
|
|
||
| - **`index.html` 기본값 덮어쓰기** - 네이티브 호이스팅은 `index.html`에 이미 있는 태그와 중복 제거를 하지 않아 크롤러가 기본 태그와 페이지별 태그를 둘 다 볼 수 있지만, `react-head-safe`는 기존 태그를 교체합니다 | ||
| - **Twitter Card 자동 생성** - OG props에서 Twitter 태그를 자동으로 파생합니다 | ||
| - **버전 간 일관성** - React 17, 18에서도 동일한 API로 동작하므로 마이그레이션 전에 미리 도입할 수 있습니다 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit