v34.4.0
版本发布时间: 2022-02-09 04:59:43
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
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! - AllowKeyPaths
type to accept any type in order to remove need for// @ts-ignore
internally. -
#1820
50c7bfaa
Thanks @colebemis! - Add draftPageLayout
component