Skip to content

@primer/react@38.18.0

Choose a tag to compare

@liuliu-dev liuliu-dev released this 30 Mar 20:20
· 30 commits to main since this release
1625489

Minor Changes

  • #7700 91bf343 Thanks @francinelucca! - ActionMenu: Graduate primer_react_action_menu_display_in_viewport_inside_dialog feature flag. ActionMenu now automatically uses displayInViewport when rendered inside a Dialog, without requiring the feature flag.

  • #7699 1505d9b Thanks @francinelucca! - SelectPanel: Add displayInViewport prop

  • #7662 39c8cf3 Thanks @HiroAgustin! - Timeline: Update clipSidebar prop to accept 'start', 'end', or 'both' in addition to boolean. Use 'start' to only clip the top, 'end' to only clip the bottom, or 'both'/true to clip both ends.

  • #7686 6cd13c0 Thanks @JelloBagel! - StateLabel: Add new type: archived

Patch Changes

  • #7690 b492cc8 Thanks @HiroAgustin! - fix(Button): Apply inline-flex display to loading wrapper for link variant buttons

  • #7696 1acb7d3 Thanks @francinelucca! - Fix item dividers not visible in SelectPanel and FilteredActionList when showItemDividers is enabled, caused by content-visibility: auto clipping the absolutely-positioned divider pseudo-elements.

  • #7683 f05fcac Thanks @liuliu-dev! - Dialog: dynamically switch footer button layout based on available height.

  • #7676 35ca056 Thanks @HiroAgustin! - Remove link underline effect on hover for both Link (inline) and Button with variant link (no visuals)

  • #7631 0ecaf6f Thanks @mattcosta7! - Add test to validate that the muted prop is not leaked as a bare DOM attribute on Link