@primer/react@38.18.0
Minor Changes
-
#7700
91bf343Thanks @francinelucca! - ActionMenu: Graduateprimer_react_action_menu_display_in_viewport_inside_dialogfeature flag. ActionMenu now automatically usesdisplayInViewportwhen rendered inside a Dialog, without requiring the feature flag. -
#7699
1505d9bThanks @francinelucca! - SelectPanel: AdddisplayInViewportprop -
#7662
39c8cf3Thanks @HiroAgustin! - Timeline: UpdateclipSidebarprop to accept'start','end', or'both'in addition toboolean. Use'start'to only clip the top,'end'to only clip the bottom, or'both'/trueto clip both ends. -
#7686
6cd13c0Thanks @JelloBagel! - StateLabel: Add new type:archived
Patch Changes
-
#7690
b492cc8Thanks @HiroAgustin! - fix(Button): Apply inline-flex display to loading wrapper for link variant buttons -
#7696
1acb7d3Thanks @francinelucca! - Fix item dividers not visible in SelectPanel and FilteredActionList whenshowItemDividersis enabled, caused bycontent-visibility: autoclipping the absolutely-positioned divider pseudo-elements. -
#7683
f05fcacThanks @liuliu-dev! - Dialog: dynamically switch footer button layout based on available height. -
#7676
35ca056Thanks @HiroAgustin! - Remove link underline effect on hover for both Link (inline) and Button with variant link (no visuals) -
#7631
0ecaf6fThanks @mattcosta7! - Add test to validate that themutedprop is not leaked as a bare DOM attribute onLink