feat(react-email): useTitleTag flag on Preview component#3554
Conversation
Signed-off-by: gabriel miranda <gabriel@resend.com>
🦋 Changeset detectedLatest commit: 35202e3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
There was a problem hiding this comment.
1 issue found across 3 files
Confidence score: 4/5
- This PR looks safe to merge overall; the only reported issue is a release-labeling mismatch rather than a runtime bug.
- In
.changeset/new-owls-walk.md, the bump should beminorinstead ofpatchbecause addinguseTitleTagtoPreviewis a backward-compatible feature, which can affect downstream versioning expectations. - Given the 4/10 severity and that impact is limited to semver/changeset classification, risk to functionality appears minimal.
- Pay close attention to
.changeset/new-owls-walk.md- ensure the changeset bump type reflects a new feature (minor).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Auto-approved: This PR adds a simple optional useTitleTag prop to the Preview component that defaults to true, preserving existing behavior, and the lockfile changes are routine dependency resolution updates, so the blast radius and risk of breakage are very low.
Re-trigger cubic
Summary by cubic
Add a
useTitleTagprop to thereact-emailPreview component to optionally disable rendering the title tag. Defaults to true; minor release.Written for commit 35202e3. Summary will update on new commits.