Permalink to documentation
Minor Changes
-
#5448
00600f7
Thanks @mperrotti! - Corrects horizontal padding of<Button>
when the button only contains an icon and a counter label (no button text label). -
#5398
215d8e6
Thanks @langermank! - Convert ActionList, ActionList sub components and NavList to CSS Modules -
#5453
b07f806
Thanks @hussam-i-am! - Convert Autocomplete to CSS modules behind feature flag -
#5443
f03ae58
Thanks @jonrohan! - Deprecate use of sx prop by deprecating theSxProp
type definition -
#5484
efb1659
Thanks @hussam-i-am! - Fix responsive width of PageLayout -
#5456
e990fdb
Thanks @langermank! - chore(deps): update @primer/octicons-react to 19.13.0 -
#5451
59a1346
Thanks @randall-krauskopf! - Convert Box usage in Autocomplete to CSS modules behind feature flag -
#5435
5cba52a
Thanks @joshblack! - Update Table to use CSS Modules behind feature flag
Patch Changes
-
#5123
becad7d
Thanks @langermank! - Bug fix: ButtonGroup with Tooltip border-radius is incorrect -
#5382
83607df
Thanks @jonrohan! - Move Skeleton component css module feature flag to ga -
#5441
30e8c31
Thanks @joshblack! - test: add check for story ids in generated docs -
#5386
177eadc
Thanks @jonrohan! - Move Select component css module feature flag to ga -
#5388
e3856ba
Thanks @jonrohan! - Move TreeView component css module feature flag to staff -
#5384
eedbdbd
Thanks @jonrohan! - Move Stack component css module feature flag to ga -
#5444
8e481ca
Thanks @JelloBagel! - Fix Typography and Common props for BaseStyles when CSS modules feature flag is enabled -
#5387
e29c40c
Thanks @jonrohan! - Move Breadcrumbs component css module feature flag to ga -
#5380
fcc041d
Thanks @jonrohan! - Move Header component css module feature flag to ga -
#5476
578a33d
Thanks @TylerJDev! - ActionBar: Fixes issue whereActionBar
overflow menu would persist even if it was no longer needed; allows overflow menu to appear on initial render if there is no space for all items.