@primer/react@38.21.0
Minor Changes
-
#7760
b2e0efdThanks @siddharthkp! - Deprecate theuseResponsiveValuehook. -
#7724
d813099Thanks @francinelucca! - Add stabledata-componentselectors to multiple components following ADR-023:- ActionBar
- ActionList and friends
- Button
- FilteredActionList and friends
- Link
- LinkButton
- Pagination
- SelectPanel and friends
- Table and friends
- TextInput
- TextInputWithTokens
- TooltipV2
This enables consumers to query and test components using stable selectors like
[data-component="Table.Row"]. -
#7766
b3f06f1Thanks @TylerJDev! - AnchoredOverlay: (Behind feature flag) Make popover API usage opt-in -
#7763
b288d6eThanks @liuliu-dev! - Add borderRadius prop to Card component.
Patch Changes
-
#7714
e974d9fThanks @hectahertz! - perf(ActionList): replace :has() selector with JS-computed attribute -
#7754
9e3fe4bThanks @liuliu-dev! - Breadcrumbs: On narrow viewports, only show the current page breadcrumb and the overflow menu whenoverflow="menu"is set. -
#7757
ed82a1eThanks @liuliu-dev! - SelectPanel: Lock body scroll when modal variant is on. -
#7734
421ebf0Thanks @llastflowers! - add data-component attributes for Avatar, AvatarStack, Banner, & BaseStyles