Skip to content

chore(v7): trim docs duplication, fix stale gradient/filter/@supports claims#1004

Merged
quantizor merged 3 commits into
mainfrom
claude/cleanup-v7-docs-CUOhA
May 13, 2026
Merged

chore(v7): trim docs duplication, fix stale gradient/filter/@supports claims#1004
quantizor merged 3 commits into
mainfrom
claude/cleanup-v7-docs-CUOhA

Conversation

@quantizor
Copy link
Copy Markdown
Contributor

  • whats-new: tighten Highlights bullets, link out to native + plugins sections
    instead of restating their content; drop the disableCSSOMInjection mention
    that appeared in both Highlights and Removed.
  • migration: collapse the dedicated rscPlugin / rtlPlugin / SCPlugin sections
    into a single pointer at the plugins page; defer native specifics to
    native.mdx and the compatibility matrix.
  • native: qualify hover with the RN 0.85 feature-flag default, flag the
    conic-gradient gap and platform-conditional filter / blend-mode / skew rows
    in Limitations.
  • cssCompat: add @supports row. The native parser routes its condition through
    the same evaluator as @media / @container, which only understands media
    features, so feature-test conditions never gate anything on native and the
    inner block always applies.
  • Bump styled-components prerelease to 20260513034901.

…claims

- whats-new: tighten Highlights bullets, link out to native + plugins sections
  instead of restating their content; drop the disableCSSOMInjection mention
  that appeared in both Highlights and Removed.
- migration: collapse the dedicated rscPlugin / rtlPlugin / SCPlugin sections
  into a single pointer at the plugins page; defer native specifics to
  native.mdx and the compatibility matrix.
- native: qualify hover with the RN 0.85 feature-flag default, flag the
  conic-gradient gap and platform-conditional filter / blend-mode / skew rows
  in Limitations.
- cssCompat: add @supports row. The native parser routes its condition through
  the same evaluator as @media / @container, which only understands media
  features, so feature-test conditions never gate anything on native and the
  inner block always applies.
- Bump styled-components prerelease to 20260513034901.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 13, 2026

⚠️ No Changeset found

Latest commit: 61d0f85

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

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

Project Deployment Actions Updated (UTC)
styled-components Ready Ready Preview, Comment May 13, 2026 2:50pm

Request Review

ReactNativeFeatureFlags.shouldPressibilityUseW3CPointerEventsForHover was
overflowing the docs column. Move it into a small fenced code block that
also shows users how to actually flip the flag.
Each Removed bullet in whats-new.mdx restated the matching section in the
migration guide, so the section was pure duplication. Removed it; readers
land on Highlights and then the migration guide directly below.

Em-dash sweep: kept one in migration.mdx where it punctuates naturally,
swapped the rest to colons (in name: description bullets) or semicolons /
periods elsewhere.
@quantizor quantizor merged commit 775e9af into main May 13, 2026
3 checks passed
@quantizor quantizor deleted the claude/cleanup-v7-docs-CUOhA branch May 13, 2026 14:52
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.

2 participants