Skip to content

v35.25.0

Choose a tag to compare

@primer-css primer-css released this 19 Apr 23:19
· 3015 commits to main since this release
14c00e7

Permalink to documentation

Minor Changes

Patch Changes

  • #3124 5b3cf499 Thanks @mattcosta7! - replace createRef with useRef

  • #3149 4c2d121f Thanks @colebemis! - FormControl is now SSR-compatible.

    Warning: In this new implementation, FormControl.Caption, FormControl.Label, FormControl.LeadingVisual, and FormControl.Validation must be direct children of FormControl.

  • #3114 f5c7f299 Thanks @radglob! - Adds the option to declare multiple segments in a ProgressBar.

  • #3127 5224fcbf Thanks @siddharthkp! - Suppress SSR warning for useLayoutEffect in NavList, use useIsomorphicLayoutEffect instead of useLayoutEffect

  • #3165 d749f495 Thanks @broccolinisoup! - UnderlineNav2: Add transparent outline for focus to support WHCM

  • #3120 9e40fdf4 Thanks @simurai! - Bump @primer/primitives to 7.11.5

  • #3093 8b5307da Thanks @simurai! - Bump @primer/primitives to 7.11.3

  • #3097 a38c00e6 Thanks @colebemis! - TreeView is now SSR-compatible.

    Warning: In this new implementation, TreeView.LeadingVisual and TreeView.TrailingView must be direct children of TreeView.Item.

  • #3170 1f2df9b7 Thanks @lukasoppermann! - When an inline description is added to the item the normal text is set to bold

  • #3160 4b05b19e Thanks @joshblack! - Update PageLayout.Pane to provide a warning instead of an error when overflow is detected and no label has been provided

  • #3094 16cae51a Thanks @mperrotti! - Fixes styling issue where PointerBox would show a border between the caret and the box if the background color was transparent.

  • #3112 bd4e1393 Thanks @langermank! - Adds shadow and color change to IssueLabelToken on hover

  • #3146 a19b721c Thanks @colebemis! - CheckboxGroup and RadioGroup are now SSR-compatible.

    Warning: In this new implementation, CheckboxGroup.Caption, CheckboxGroup.Label, and CheckboxGroup.Validation must be direct children of CheckboxGroup. The same applies to RadioGroup.