Skip to content

v35.29.0

Compare
Choose a tag to compare
@primer primer released this 06 Sep 18:07
· 1179 commits to main since this release
6ce0ba5

Permalink to documentation

Minor Changes

  • #3692 4046e058 Thanks @broccolinisoup! - Octicons: Upgrade react-octicons to v19.7.0

  • #3647 e480a4a4 Thanks @paxos! - Adds onSelectSuggestion callback to InlineAutocomplete

  • #3607 c0e22fc1 Thanks @langermank! - Update ActionList checkbox styles to form checkbox styles (impacts ActionMenu and SelectPanel)

  • #3632 3a8b841c Thanks @iansan5653! - Allow consumers to make components that are compatible with FormControl by reading forwarded props in from the useFormControlForwardedProps hook

Patch Changes

  • #3675 ade10e64 Thanks @radglob! - PageLayout.Content no longer renders as main by default. Instead, developers may add a main landmark within Pagelayout.Content themselves.

  • #3709 edc0168e Thanks @mperrotti! - Fixes a bug where children of AvatarStack would still show a transition when the component re-renders with a different number of children. Fixes #3688

  • #3698 d759fd32 Thanks @gracepark! - Adds the defaultOpen prop to NavList.Item

  • #3662 2ca670a8 Thanks @joshblack! - Update type exports to prevent missing export warnings

  • #3654 556d826a Thanks @langermank! - Use control CSS var with fallback for form component border-color

  • #3689 5d992715 Thanks @jdrush89! - Fix dialog bug where escape would move focus when dialog was closed