Skip to content

v35.9.0

Compare
Choose a tag to compare
@primer-css primer-css released this 09 Sep 21:34
· 1585 commits to main since this release
974f91b

Permalink to documentation

Minor Changes

Patch Changes

  • #2266 4cc6e52a Thanks @siddharthkp! - ActionMenu: Fix keyboard navigation for ActionMenu inside Overlay by re-enabling focus trap. It was disabled in v35.6.0, that led to a regression for ActionMenu within focus zones (example: AnchoredOverlay)

  • #2252 e52415e1 Thanks @joshblack! - Update ButtonBase.tsx to memoize calls to styles to improve performance

  • #2318 10305092 Thanks @iansan5653! - - Fix InlineAutocomplete accessibility hint affecting page layout outside of the suggestions

    • Fix suggestion icons not being visible in InlineAutocomplete items
  • #2206 3a38e6e3 Thanks @maximedegreve! - Add missing border on avatars

  • #2294 4536b87a Thanks @joshblack! - Change the default markup of PageLayout.Pane from <aside> to <div>