v35.3.0
Minor Changes
-
#2112
74e1d138Thanks @colebemis! - NavList is ready to use. You can now import it from the main bundle:import {NavList} from '@primer/react'
Patch Changes
-
#2083
ea69ccd6Thanks @ty-v1! - Export new Dialog component from the@primer/react/draftsbundle:- import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog' + import {Dialog} from '@primer/react/drafts'
-
#2117
6e3532cfThanks @dgreif! - Allow minor version updates for production dependencies -
#2095
db5e629cThanks @hectahertz! - Communicate the SelectPanel multi-select capability to assistive technologies.