Skip to content

v35.2.2

Choose a tag to compare

@primer-css primer-css released this 24 May 14:48
· 3762 commits to main since this release
3fdae47

Patch Changes

  • #2058 ab30f14a Thanks @colebemis! - Add draft of NavList component

  • #2038 1c2eeb9c Thanks @mperrotti! - Fixes accessibility bugs in the Select component.

  • #2076 05301033 Thanks @colebemis! - Draft NavList.Item now accepts an as 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 in PageLayout.Content

    Before After
    image image
  • #2087 b319b29d Thanks @mperrotti! - Prevents the onRemove prop from being passed through to the HTML element from Token, AvatarToken, and IssueToken.

  • #2077 30f93ffb Thanks @colebemis! - Adds support for the sx prop on the draft implementation of NavList 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 the display property from inline-block to inline-flex

  • #2064 62d90af8 Thanks @colebemis! - Add support for sub-items in draft implementation of NavList

  • #2057 c8f7e235 Thanks @mperrotti! - - adds color-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 the block prop has not been passed to the input component
  • #2048 4e15985b Thanks @siddharthkp! - ThemeProvider: Bug fix, in colorMode=auto, the theme now syncs with system changes.