v35.3.0
版本发布时间: 2022-06-20 17:16:58
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Minor Changes
-
#2112
74e1d138
Thanks @colebemis! - NavList is ready to use. You can now import it from the main bundle:import {NavList} from '@primer/react'
Patch Changes
-
#2083
ea69ccd6
Thanks @ty-v1! - Export new Dialog component from the@primer/react/drafts
bundle:- import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog' + import {Dialog} from '@primer/react/drafts'
-
#2117
6e3532cf
Thanks @dgreif! - Allow minor version updates for production dependencies -
#2095
db5e629c
Thanks @hectahertz! - Communicate the SelectPanel multi-select capability to assistive technologies.