Releases: primer/react
@primer/[email protected]
Patch Changes
-
#6726
50c230fThanks @joshblack! - Refactor ToggleSwitch export type to match original type from @primer/react -
#6726
50c230fThanks @joshblack! - Remove several components that have no sx usage -
#6703
f87899bThanks @siddharthkp! - Export theming utilities from styled-react -
Updated dependencies [
d883432,7d7b797,d74d73e,c6d923f,50c230f,1aa7404,e177d55,6def61e,0077b96,2d01fc4,50c230f,e3f26cc,ab5ffb0,45a52c1,5bbaae7,5c30443,65ae375,c8f3879]:- @primer/[email protected]
@primer/[email protected]
Major Changes
-
#6634
d883432Thanks @TylerJDev! - CircleOcticon: Remove componentCircleOcticon -
#6713
7d7b797Thanks @copilot-swe-agent! - Deprecate TextInputWithTokens component. The component has been moved to the deprecated entrypoint due to low usage and accessibility implications. Import from@primer/react/deprecatedinstead of@primer/react. -
#6272
d74d73eThanks @llastflowers! - remove unusedcontrastfrom Select component -
#6652
c6d923fThanks @llastflowers! - Update AvatarStack component to no longer support sx -
#6716
e177d55Thanks @liuliu-dev! - Remove sx prop support from the SelectPanel component. -
#6737
2d01fc4Thanks @liuliu-dev! - Remove sx prop support from the Select component. -
#6706
e3f26ccThanks @TylerJDev! - Deprecate CircleBadge component -
#6676
ab5ffb0Thanks @mperrotti! - Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsxRemoves WidthProps from ProgressBar.tsx
-
#6735
45a52c1Thanks @liuliu-dev! - Update SideNav component to no longer support sx. -
#6682
5bbaae7Thanks @llastflowers! - Update LabelGroup component to no longer support sx -
#6680
5c30443Thanks @llastflowers! - Update Details component to no longer support sx -
#6625
65ae375Thanks @llastflowers! - Update BranchName component to no longer support sx
Minor Changes
-
#6726
50c230fThanks @joshblack! - Add ProgressBarItemProps and ProgressBarItemProps type exports to @primer/react -
#6726
50c230fThanks @joshblack! - Add ToggleSwitchProps type to package exports
Patch Changes
-
#6701
1aa7404Thanks @pksjce! - Banner: Should prefer aria-labelled-by over aria-label -
#6715
6def61eThanks @liuliu-dev! - Remove sx from the SkeletonBox component. -
#6750
0077b96Thanks @pksjce! - v38: Make sure Banner is exported from main and experimental -
#6751
c8f3879Thanks @pksjce! - v38: Move pointerbox to deprecated still maintaining the main export
@primer/[email protected]
Minor Changes
-
#6627
6111046Thanks @liuliu-dev! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react. -
#6612
7ad9b81Thanks @joshblack! - Add all components from @primer/react as exports to package
Patch Changes
@primer/[email protected]
Major Changes
-
#6627
6111046Thanks @liuliu-dev! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react. -
#6607
133d5a5Thanks @jonrohan! - Remove sx prop support from the VisuallyHidden component -
#6622
247b3f7Thanks @francinelucca! - BREAKING CHANGE: remove AvatarToken
BREAKING CHANGE: make Caret component internal only -
#6595
de5a4b7Thanks @copilot-swe-agent! - Remove AvatarPair component from codebase -
#6656
3a778b9Thanks @liuliu-dev! - Update StateLabel component to no longer support sx. -
#6610
65fc87dThanks @jonrohan! - Remove sx prop support from the Stack component -
#6613
3ab94c5Thanks @llastflowers! - Update SplitPageLayout component to no longer support sx
@primer/[email protected]
@primer/[email protected]
Major Changes
Minor Changes
-
#6542
f4ded58Thanks @TylerJDev! - CircleOcticon: Deprecate component -
#6535
e6c7614Thanks @hussam-i-am! - fix(Label): Add missing ref for Label without sx prop -
#6468
1f531cbThanks @copilot-swe-agent! - Deprecate AvatarPair component - move to @primer/react/deprecated
Patch Changes
-
#6592
bdac258Thanks @langermank! - Add support forloadingfooter buttons in ConfirmationDialog -
#6509
3b3cf52Thanks @joshblack! - Update layout for Banner to address extra spacing below description when no actions are included -
#6431
0c21301Thanks @langermank! - Addborderandbackground-colortokens toProgressBarCSS, which increases contrast for high contrast themes -
#6603
f781f7fThanks @langermank! - Only show focus outline forRadioiffocus-visible -
#6604
77a60e7Thanks @joshblack! - Add @github/mini-throttle as dependency to project to help with bundle output -
#6478
77c8739Thanks @llastflowers! - Update Select component to correctly pass className to TextInputWraper for styling purposes -
#6429
661eae0Thanks @devinmcinnis! - Anchor elements render as interactive elements in TokenBase
@primer/[email protected]
Minor Changes
-
#6470
e53228cThanks @copilot-swe-agent! - Addsizeprop to ActionList.LinkItem component. Thesizeprop accepts'medium'(default) or'large'values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components. -
#6265
829a933Thanks @joshblack! - Update IssueLabel component types to support custom content throughchildrenand support theasprop -
#6420
024b82aThanks @chanakyav! - Addsvariantandshapeprops toAvatarStackcomponent. Thevariantprop will allow the component to render in a cascade view (by default) or a new stacked view which will evenly space the avatars and remove opacity. Theshapeprop will allow the avatars to be rendered as circles (by default) or squares. -
#4744
3c9e322Thanks @TylerJDev! - Address additional ToggleSwitch a11y feedback -
#6182
9e49abdThanks @TylerJDev! - Textarea: AddsminHeightandmaxHeightas props
Patch Changes
-
#6330
fbdcac4Thanks @francinelucca! - feat(SelectPanel): remove aria activedescendant and add a roving tab index -
#6365
ae4dd07Thanks @langermank! - Addwidth: 100%toPortal
@primer/[email protected]
Minor Changes
-
#6350
8731f43Thanks @liuliu-dev! - Addsiconandactionprops toSelectPanelMessageto improve UX and accessibility. -
#6378
3f68aa7Thanks @langermank! - Addsizeprop toActionList.Item
Patch Changes
-
#6339
3d19045Thanks @francinelucca! - chore(FilteredActionList): remove modern action list FF -
#6349
b831e20Thanks @langermank! - Alignfontwith PVC for Tooltip -
#6341
744102bThanks @ompharate! - Update TextInput TypeScript types to make shared props optional -
#6404
c6bda10Thanks @hectahertz! - SelectPanel announces loading prop changes
@primer/[email protected]
Patch Changes
-
#6370
56e4638Thanks @francinelucca! - chore: update typescript-plugin-css-modules to v5.2.0 -
#6373
95c23acThanks @llastflowers! - update SelectPanel default empty state message to be more generic -
#6321
8cced18Thanks @francinelucca! - fix(SelectPanel): prioritize message over loading status -
#6346
271630fThanks @TylerJDev! - SelectPanel: Ensure empty message live region reads from provided or default message -
#6323
c65abcbThanks @adierkens! - Add support for prefers-reduced-motion animations on TooltipV2 & Overlay -
#6331
86a7af6Thanks @joshblack! - Update icon color in Blankslate to use --fgColor-muted -
#6329
14d6afdThanks @llastflowers! - Add new SelectPanelSelect allfeature -
#6374
ad76aa8Thanks @francinelucca! - fix(SelectPanel): add loading state to stories -
#6327
61130b8Thanks @liuliu-dev! - Fix SelectPanel close button alignment in narrow viewports. -
#6262
82e9237Thanks @langermank! - Adjust ActionList label font-weight if a list has both items with descriptions AND without -
#6371
73ce4b4Thanks @mattcosta7! - corrects peer dependencies around react-is and types
@primer/[email protected]
Minor Changes
-
#6260
8210573Thanks @adierkens! - Stack.Item: add support forshrinkprop -
#6303
c77acc4Thanks @pksjce! - Add height, width and overflow to Popover component -
#6273
0cb9a5dThanks @jonrohan! - chore(DataTable.Pagination): Convert DataTable.Pagination to CSS modules -
#6083
26232b3Thanks @jonrohan! - Convert_VisuallyHiddeninternal component to CSS modules
Patch Changes
-
#6311
db0b27aThanks @jonrohan! - chore: Migrate from toggleSxComponent to BoxWithFallback helper -
#6277
b384225Thanks @liuliu-dev! - Fix Button styles while dragging inactive variants -
#6302
4c9aa4bThanks @llastflowers! - Change padding in TextInput before leading visual and after trailing visual from 12px to 8px. -
#5960
e88782aThanks @joshblack! - Advances remaining Skeleton components to 'alpha' status -
#6326
3b6d68aThanks @adierkens! - Fix alignment styles for Banner component with hidden titles -
#6314
a5a0afeThanks @liuliu-dev! - Add basic link styles to BaseStyles.