Skip to content

Conversation

DRiFTy17
Copy link
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: N
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

Ensures that slotted styles only apply to slotted <button> elements in the default slot. This fixes a regression caused by #860 where the slotted styles were inadvertently applying to all slotted buttons with role="button" (which happened to include buttons placed within other slots).

@DRiFTy17 DRiFTy17 added patch Increment the patch version when merged skip-release Preserve the current version when merged labels Mar 27, 2025
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner March 27, 2025 17:24
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@DRiFTy17 DRiFTy17 merged commit a63b8db into main Mar 27, 2025
13 checks passed
@DRiFTy17 DRiFTy17 deleted the fix-list-item-slotted-button-selector branch March 27, 2025 18:28
Copy link
Contributor

github-actions bot commented Apr 3, 2025

🚀 PR was released in v3.8.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released. skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants