v35.2.2
版本发布时间: 2022-05-24 22:48:58
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Patch Changes
-
#2058
ab30f14a
Thanks @colebemis! - Add draft ofNavList
component -
#2038
1c2eeb9c
Thanks @mperrotti! - Fixes accessibility bugs in the Select component. -
#2076
05301033
Thanks @colebemis! - DraftNavList.Item
now accepts anas
prop, allowing it to be rendered as a Next.js or React Router link -
#2082
3252b74c
Thanks @mperrotti! - Fixes broken links in the documentation -
#2075
56dbbd32
Thanks @colebemis! - Fix overflow issues inPageLayout.Content
Before After -
#2087
b319b29d
Thanks @mperrotti! - Prevents theonRemove
prop from being passed through to the HTML element from Token, AvatarToken, and IssueToken. -
#2077
30f93ffb
Thanks @colebemis! - Adds support for thesx
prop on the draft implementation ofNavList
and all its subcomponents (e.g.,NavList.Item
) -
#2050
0f9edcac
Thanks @mperrotti! - Finishes updating components with the global focus styles defined in Primer CSS (this PR) -
#2054
a682735f
Thanks @colebemis! - Fixes layout bug with ButtonGroup by changing thedisplay
property frominline-block
toinline-flex
-
#2064
62d90af8
Thanks @colebemis! - Add support for sub-items in draft implementation of NavList -
#2057
c8f7e235
Thanks @mperrotti! - - addscolor-scheme
style to inputs so they get the correct user-agent dark/light styles- crops ToggleSwitch knob's shadow inside the toggle switch boundaries
- changes FormControl styles to prevent
<select>
,<textarea>
,<input>
from filling the parent's width when theblock
prop has not been passed to the input component
-
#2048
4e15985b
Thanks @siddharthkp! - ThemeProvider: Bug fix, incolorMode=auto
, the theme now syncs with system changes.