chore(v7): trim docs duplication, fix stale gradient/filter/@supports claims#1004
Merged
Conversation
…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.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
instead of restating their content; drop the disableCSSOMInjection mention
that appeared in both Highlights and Removed.
into a single pointer at the plugins page; defer native specifics to
native.mdx and the compatibility matrix.
conic-gradient gap and platform-conditional filter / blend-mode / skew rows
in Limitations.
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.