v35.12.0
版本发布时间: 2022-10-19 14:39:17
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Permalink to documentation
Minor Changes
-
#2435
e335cc4b
Thanks @colebemis! - SplitPageLayout has moved from@primer/react/drafts
to@primer/react
:- import {SplitPageLayout} from '@primer/react/drafts' + import {SplitPageLayout} from '@primer/react'
Patch Changes
-
#2428
7ad9e77d
Thanks @joshblack! - Update TreeView focus ring styles and call event.preventDefault() in arrow key events -
#2444
2b6323ca
Thanks @colebemis! - Dialog: Remove landmark elements to improve accessibility -
#2429
e7802ed9
Thanks @colebemis! - TreeView: Addstate
prop toTreeView.SubTree
component -
#2432
99309e00
Thanks @joshblack! - Update useStickyPaneHeight and useMedia to not warn during SSR -
#2433
a08997b3
Thanks @joshblack! - Update TreeView hover and focus styles to work in Windows High Contrast Mode -
#2446
e00d03c1
Thanks @colebemis! - TreeView: Use correct design tokens and icons -
#2429
e7802ed9
Thanks @colebemis! - TreeView: Improve accessibility of async items -
#2434
57c3b4d8
Thanks @joshblack! - Add support for labels in TreeView.LeadingVisual and TreeView.TrailingVisual -
#2360
0f41dfec
Thanks @joshblack! - Update types to support TypeScript v4.8.3 -
#2326
31bbec8c
Thanks @joshblack! - Update the sticky layout algorithm for PageLayout and PageLayout.Pane -
#2442
6b559a97
Thanks @joshblack! - Inline ESM-only dependencies in CommonJS bundle -
#2443
3012faec
Thanks @colebemis! - TreeView: Use roving tabindex instead ofaria-activedescendant
for improved VoiceOver support in Safari