v35.2.2
Patch Changes
-
#2058
ab30f14aThanks @colebemis! - Add draft ofNavListcomponent -
#2038
1c2eeb9cThanks @mperrotti! - Fixes accessibility bugs in the Select component. -
#2076
05301033Thanks @colebemis! - DraftNavList.Itemnow accepts anasprop, allowing it to be rendered as a Next.js or React Router link -
#2082
3252b74cThanks @mperrotti! - Fixes broken links in the documentation -
#2075
56dbbd32Thanks @colebemis! - Fix overflow issues inPageLayout.ContentBefore After 

-
#2087
b319b29dThanks @mperrotti! - Prevents theonRemoveprop from being passed through to the HTML element from Token, AvatarToken, and IssueToken. -
#2077
30f93ffbThanks @colebemis! - Adds support for thesxprop on the draft implementation ofNavListand all its subcomponents (e.g.,NavList.Item) -
#2050
0f9edcacThanks @mperrotti! - Finishes updating components with the global focus styles defined in Primer CSS (this PR) -
#2054
a682735fThanks @colebemis! - Fixes layout bug with ButtonGroup by changing thedisplayproperty frominline-blocktoinline-flex -
#2064
62d90af8Thanks @colebemis! - Add support for sub-items in draft implementation of NavList -
#2057
c8f7e235Thanks @mperrotti! - - addscolor-schemestyle 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 theblockprop has not been passed to the input component
-
#2048
4e15985bThanks @siddharthkp! - ThemeProvider: Bug fix, incolorMode=auto, the theme now syncs with system changes.