Skip to content

Conversation

@owjs3901
Copy link
Contributor

Support advenced selector such as has, is

advenced selector has params prop that is required and string array

<Box _is={{
  params: ["test"], // required!
  bg:"red"
}}
a:is(test){
  background: red
}

resolved #447

@changeset-bot
Copy link

changeset-bot bot commented Oct 28, 2025

🦋 Changeset detected

Latest commit: b0eff39

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@devup-ui/wasm Patch
@devup-ui/react Patch
@devup-ui/next-plugin Patch
@devup-ui/rsbuild-plugin Patch
@devup-ui/vite-plugin Patch
@devup-ui/webpack-plugin Patch
@devup-ui/components Patch
@devup-ui/reset-css Patch

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

@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
libs/css/src/lib.rs 100.00% <100.00%> (ø)
.../extractor/extract_global_style_from_expression.rs 100.00% <100.00%> (ø)
...src/extractor/extract_keyframes_from_expression.rs 100.00% <100.00%> (ø)
...tor/src/extractor/extract_style_from_expression.rs 100.00% <100.00%> (ø)
.../extractor/extract_style_from_member_expression.rs 100.00% <ø> (ø)
libs/extractor/src/lib.rs 100.00% <ø> (ø)
libs/extractor/src/prop_modify_utils.rs 100.00% <ø> (ø)
libs/extractor/src/utils.rs 100.00% <ø> (ø)
libs/extractor/src/visit.rs 100.00% <ø> (ø)
...nt-plugin/src/rules/no-useless-responsive/index.ts 100.00% <100.00%> (ø)
... and 1 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@owjs3901 owjs3901 merged commit bfa898a into main Oct 28, 2025
2 checks passed
@owjs3901 owjs3901 deleted the add-params-to-advenced-selector branch October 28, 2025 06:51
@github-actions github-actions bot mentioned this pull request Oct 28, 2025
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.

Functional pseudo selectors drop required parentheses

2 participants