Releases: primer/react
@primer/[email protected]
Patch Changes
-
#7009
c83d6a4
Thanks @siddharthkp! - Export ThemeProviderProps and BaseStylesProps -
#7015
0889246
Thanks @francinelucca! - @primer/react: chore: remove Box, BoxProps export
@primer/styled-react: add Box component -
#7019
4308179
Thanks @francinelucca! - @primer/styled-react: chore(navlist): remove unneeded exports
@primer/react: add missing isSlot checks -
Updated dependencies [
a3765c2
,a108ab9
,3099210
,860ac93
,2fd6c82
,34e7fa8
,a3f7ea9
,0889246
,96968a2
,4308179
,3c32e7e
,4b84948
]:- @primer/[email protected]
@primer/[email protected]
Major Changes
- #7015
0889246
Thanks @francinelucca! - @primer/react: chore: remove Box, BoxProps export
@primer/styled-react: add Box component
Patch Changes
-
#6984
a3765c2
Thanks @mperrotti! - Fixes vertical alignment of prev/next pagination chevrons -
#7014
a108ab9
Thanks @francinelucca! - chore: remove useTheme from IssueLabel -
#6981
3099210
Thanks @mperrotti! - Removes unwanted box-shadow on buttons with 'inactive' prop passed. -
#6877
860ac93
Thanks @mperrotti! - InActionBar
,aria-label
now gets added to therole="toolbar"
element. -
#7017
2fd6c82
Thanks @langermank! - update token close button sizing -
#7000
34e7fa8
Thanks @pksjce! - Add gap prop to ActionBar for customizable spacing between items -
#6973
a3f7ea9
Thanks @jonrohan! - fix(AnchoredOverlay): Omit aria-label and aria-labelledby from renderAnchor props -
#7007
96968a2
Thanks @mperrotti! - Corrects bg color of disabled indeterminate checkbox -
#7019
4308179
Thanks @francinelucca! - @primer/styled-react: chore(navlist): remove unneeded exports
@primer/react: add missing isSlot checks -
#6982
3c32e7e
Thanks @mperrotti! - Uses correct bg color for disabled ToggleSwitch knob -
#6980
4b84948
Thanks @TylerJDev! - ActionBar: Suppliesaria-label
to toolbar inside ofActionBar
@primer/[email protected]
Minor Changes
-
#6944
446956d
Thanks @liuliu-dev! - Remove sx from deprecated ActionList component. -
#6958
3032026
Thanks @siddharthkp! - @primer/react: ExportuseId
anduseSyncedState
@primer/styled-react: AddThemeProvider
andBaseStyles
Patch Changes
-
#6976
2ec5bf2
Thanks @francinelucca! - feat: support custom slots -
#6995
2d37fab
Thanks @francinelucca! - chore: ActionList use forwardedAs in subcomponents -
#6925
ecc81b5
Thanks @francinelucca! - chore(TextInput): remove sx -
#6945
1c84c0f
Thanks @francinelucca! - chore(Octicon): remove sx -
#6904
62df166
Thanks @pksjce! - Remove sx property from Button -
#6968
9fcaedf
Thanks @siddharthkp! - Export BaseStyles -
Updated dependencies [
446956d
,701a9d0
,f61238c
,c58f171
,c395547
,260c74c
,3ced917
,2703bc9
,76f1ca3
,2ec5bf2
,173f76d
,7dd483f
,c1448cc
,8641c7a
,ecc81b5
,3032026
,1c84c0f
,62df166
,32e12c6
]:- @primer/[email protected]
@primer/[email protected]
Major Changes
-
#6944
446956d
Thanks @liuliu-dev! - Remove sx from deprecated ActionList component. -
#6965
f61238c
Thanks @francinelucca! - Chore/remove styled. components: deprecated UnderlineNav, ValidationAnimation, LabelGroup, Tooltip -
#6921
c58f171
Thanks @llastflowers! - Update ActionList component and related components to no longer support sx/styled-components -
#6902
c395547
Thanks @iansan5653! - Support nested children in ActionBar. -
#6930
260c74c
Thanks @mperrotti! - Removessx
prop from DataTable.Container -
#6942
3ced917
Thanks @francinelucca! - Removes sx prop from PageLayout and subcomponents -
#6951
2703bc9
Thanks @francinelucca! - Update FormControl component to no longer support sx -
#6897
c1448cc
Thanks @siddharthkp! - ReplacesuseTheme
usage withtheme
. If an application uses a custom theme that modifies one of the following 5 tokens, they will be reset to the default theme values. (space.2, colors.success.fg, colors.border.default, colors.border.muted, animation.easeOutCubic
) -
#6945
1c84c0f
Thanks @francinelucca! - chore(Octicon): remove sx -
#6904
62df166
Thanks @pksjce! - Remove sx property from Button
Minor Changes
-
#6976
2ec5bf2
Thanks @francinelucca! - feat: support custom slots -
#6919
32e12c6
Thanks @TylerJDev! - TreeView: Addcount
andclassName
support for trailing actions
Patch Changes
-
#6994
701a9d0
Thanks @francinelucca! - chore: prevent slot rewrite on CheckboxOrRadioGroup subcomponents -
#6959
76f1ca3
Thanks @francinelucca! - chore(AvatarStack, CheckboxOrRadioGroup, UnstyledTextInput): cleanup remaining sx props -
#6996
173f76d
Thanks @francinelucca! - chore: add missing slot checks to CheckboxOrRadioGroup, SelectPanel, ActionMenu, Treeview, SegmentedControl and PageHeader -
#6954
7dd483f
Thanks @langermank! - Adjust ConfirmationDialog heading styling -
#6935
8641c7a
Thanks @JelloBagel! - Fix overflow calculations of more menu button in action bar -
#6925
ecc81b5
Thanks @francinelucca! - chore(TextInput): remove sx -
#6958
3032026
Thanks @siddharthkp! - @primer/react: ExportuseId
anduseSyncedState
@primer/styled-react: AddThemeProvider
andBaseStyles
@primer/[email protected]
@primer/[email protected]
Patch Changes
- Updated dependencies [
4378ee8
]:- @primer/[email protected]
@primer/[email protected]
Patch Changes
4378ee8
Thanks @langermank! - Add missing CSS forKeybindingHint
@primer/[email protected]
Patch Changes
013c200
Thanks @francinelucca! - chore: use styled wrapper instead of Box for Label, Token and Spinner
@primer/[email protected]
Minor Changes
-
#6690
c5c2053
Thanks @liuliu-dev! - Remove sx support from the Token component. -
#6611
15c1eb7
Thanks @joshblack! - Update Avatar component to no longer support sx, add sx wrapper to @primer/styled-react
Patch Changes
-
#6910
03c0c59
Thanks @francinelucca! - chore: use forwardedAs prop in styled-react -
#6673
19befd6
Thanks @llastflowers! - Remove support forsx
fromCircleBadge
component -
#6865
eaf7e58
Thanks @francinelucca! - chore: remove sx from Overlay -
#6864
b0abd78
Thanks @jonrohan! - Remove support forsx
from theTabNav
component -
#6923
e5753f0
Thanks @francinelucca! - chore: remove sx from deprecated Dialog -
#6931
d5c5ecf
Thanks @francinelucca! - use UnderlinePanels.Tab, UnderlinePanels.Panel from @primer/react -
Updated dependencies [
15824db
,c5c2053
,19befd6
,2053cb3
,9201d93
,86b3e60
,e3e601c
,19befd6
,eaf7e58
,4196e0e
,b0abd78
,e5753f0
,7ae5db2
,d122122
,af288e6
,d5c5ecf
,15c1eb7
,1f9f582
,1cb348f
,09ee0ea
,0834e9e
,913739d
,2eeff36
,628e601
,0f075d1
]:- @primer/[email protected]
@primer/[email protected]
Major Changes
-
#6874
15824db
Thanks @pksjce! - Remove sx from UnderlinePanels -
#6690
c5c2053
Thanks @liuliu-dev! - Remove sx support from the Token component. -
#6673
19befd6
Thanks @llastflowers! - Update CircleBadge component to no longer support sx -
#6868
2053cb3
Thanks @mperrotti! - Removes Box usage and sx prop from NavList and ActionList -
#6631
86b3e60
Thanks @joshblack! - Remove the sx prop from Label -
#6865
eaf7e58
Thanks @francinelucca! - chore: remove sx from Overlay -
#6825
4196e0e
Thanks @mperrotti! - RemovesBox
component usage andsx
prop from theLink
component, Storybook stories, and a .figma.tsx file -
#6864
b0abd78
Thanks @jonrohan! - Remove support forsx
from theTabNav
component -
#6923
e5753f0
Thanks @francinelucca! - chore: remove sx from deprecated Dialog -
#6729
7ae5db2
Thanks @liuliu-dev! - Update Text component to no longer support sx. -
#6667
d122122
Thanks @liuliu-dev! - Update Tooltip component to no longer support sx. -
#6611
15c1eb7
Thanks @joshblack! - Update Avatar component to no longer support sx, add sx wrapper to @primer/styled-react -
#6844
1f9f582
Thanks @TylerJDev! - UpdateBreadcrumbs
to no longer support sx -
#6812
0834e9e
Thanks @joshblack! - Remove support forsx
from the Dialog component and sub-components -
#6928
2eeff36
Thanks @mperrotti! - Removessx
prop from VisuallyHidden component, and as a result also removessx
prop from CheckboxGroup.Label and RadioGroup.Label -
#6860
628e601
Thanks @joshblack! - Remove support forsx
from theHeading
component -
#6805
0f075d1
Thanks @mperrotti! - Removes usage of Box component from other components.
Minor Changes
-
#6889
9201d93
Thanks @broccolinisoup! - Tooltip: Add delay functionality to tooltips with the options ofinstant
(default),medium
,long
-
#6937
09ee0ea
Thanks @francinelucca! - chore: add styles to formcontrol and subcomponents
Patch Changes
-
#6900
e3e601c
Thanks @francinelucca! - fix(SelectPanel): do not bubble up keyboard events -
#6673
19befd6
Thanks @llastflowers! - Remove support forsx
fromCircleBadge
component -
#6908
af288e6
Thanks @llastflowers! - update FormControl ValidationIcon position -
#6931
d5c5ecf
Thanks @francinelucca! - use UnderlinePanels.Tab, UnderlinePanels.Panel from @primer/react -
#6905
1cb348f
Thanks @lukasoppermann! - Replace StateLabel color with new draft token -
#6927
913739d
Thanks @lukasoppermann! - Link: Adjust text-decoration-offset