v35.25.0
Permalink to documentation
Minor Changes
-
#3186
2b147794Thanks @joshblack! - Modules under an internal export pattern are not able to be imported from outside @primer/react -
#3090
1b8bb16fThanks @kendallgassner! - Experimental Support: exporting useResponsiveValue -
#3055
42037c98Thanks @joshblack! - Add Table.Skeleton component
Patch Changes
-
#3124
5b3cf499Thanks @mattcosta7! - replace createRef with useRef -
#3149
4c2d121fThanks @colebemis! -FormControlis now SSR-compatible.Warning: In this new implementation,
FormControl.Caption,FormControl.Label,FormControl.LeadingVisual, andFormControl.Validationmust be direct children ofFormControl. -
#3114
f5c7f299Thanks @radglob! - Adds the option to declare multiple segments in a ProgressBar. -
#3127
5224fcbfThanks @siddharthkp! - Suppress SSR warning for useLayoutEffect in NavList, use useIsomorphicLayoutEffect instead of useLayoutEffect -
#3165
d749f495Thanks @broccolinisoup! - UnderlineNav2: Add transparent outline for focus to support WHCM -
#3120
9e40fdf4Thanks @simurai! - Bump @primer/primitives to7.11.5 -
#3093
8b5307daThanks @simurai! - Bump @primer/primitives to7.11.3 -
#3097
a38c00e6Thanks @colebemis! -TreeViewis now SSR-compatible.Warning: In this new implementation,
TreeView.LeadingVisualandTreeView.TrailingViewmust be direct children ofTreeView.Item. -
#3170
1f2df9b7Thanks @lukasoppermann! - When an inline description is added to the item the normal text is set to bold -
#3160
4b05b19eThanks @joshblack! - Update PageLayout.Pane to provide a warning instead of an error when overflow is detected and no label has been provided -
#3094
16cae51aThanks @mperrotti! - Fixes styling issue where PointerBox would show a border between the caret and the box if the background color was transparent. -
#3112
bd4e1393Thanks @langermank! - Adds shadow and color change to IssueLabelToken on hover -
#3146
a19b721cThanks @colebemis! -CheckboxGroupandRadioGroupare now SSR-compatible.Warning: In this new implementation,
CheckboxGroup.Caption,CheckboxGroup.Label,andCheckboxGroup.Validationmust be direct children ofCheckboxGroup. The same applies toRadioGroup.