Minor Changes
-
#6470
e53228c
Thanks @copilot-swe-agent! - Addsize
prop to ActionList.LinkItem component. Thesize
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 throughchildren
and support theas
prop -
#6420
024b82a
Thanks @chanakyav! - Addsvariant
andshape
props toAvatarStack
component. Thevariant
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. Theshape
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: AddsminHeight
andmaxHeight
as props
Patch Changes
-
#6330
fbdcac4
Thanks @francinelucca! - feat(SelectPanel): remove aria activedescendant and add a roving tab index -
#6365
ae4dd07
Thanks @langermank! - Addwidth: 100%
toPortal