Skip to content
Compare
Choose a tag to compare
@primer primer released this 12 Aug 14:50
· 53 commits to main since this release
fabb389

Permalink to Documentation

Minor Changes

  • #6470 e53228c Thanks @copilot-swe-agent! - Add size prop to ActionList.LinkItem component. The size prop accepts 'medium' (default) or 'large' values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components.

  • #6265 829a933 Thanks @joshblack! - Update IssueLabel component types to support custom content through children and support the as prop

  • #6420 024b82a Thanks @chanakyav! - Adds variant and shape props to AvatarStack component. The variant prop will allow the component to render in a cascade view (by default) or a new stacked view which will evenly space the avatars and remove opacity. The shape prop will allow the avatars to be rendered as circles (by default) or squares.

  • #4744 3c9e322 Thanks @TylerJDev! - Address additional ToggleSwitch a11y feedback

  • #6182 9e49abd Thanks @TylerJDev! - Textarea: Adds minHeight and maxHeight as props

Patch Changes