Skip to content

v34.4.0

Choose a tag to compare

@primer-css primer-css released this 08 Feb 20:59
· 3894 commits to main since this release
ce7bef3

Minor Changes

Patch Changes

  • #1824 4eab65e5 Thanks @siddharthkp! - Overlay: Attach escape handler to overlay container instead of document to fix stopPropagation

  • #1840 1c4786c7 Thanks @jclem! - Set Node.js and npm versions to ">=12" and ">=7", respectively, in package.json manifests, and update package-lock.json files accordingly.

  • #1828 6a695bdc Thanks @siddharthkp! - ActionMenu2 + DropdownMenu2: A keyboard user will be able to wrap through options

  • #1810 35ad7084 Thanks @siddharthkp! - ActionMenu2 + DropdownMenu2: Focus the correct element when Menu is opened with keyboard. See detailed spec.

    • ArrowDown | Space | Enter: first element
    • ArrowUp: last element
  • #1842 11011f55 Thanks @jclem! - Allow KeyPaths type to accept any type in order to remove need for // @ts-ignore internally.

  • #1820 50c7bfaa Thanks @colebemis! - Add draft PageLayout component