Releases: primer/react
@primer/react@37.26.0
Minor Changes
- #6138
3325ad6Thanks @copilot-swe-agent! - Add disableFullscreenOnNarrow prop to SelectPanel for opt-out of fullscreen behavior
Patch Changes
-
#6113
96c4b48Thanks @llastflowers! - add new line of CSS to separate underline from hover event -
#6146
6588cf2Thanks @TylerJDev! - ActionList: Ensuresaria-describedbyis applied toActionList.Itemwhen description is present -
#6111
33b6bf1Thanks @francinelucca! - fix(Stack): correctly forward a Ref -
#6139
091165fThanks @francinelucca! - fix(SelectPanel): update input fontSize to 16 on small viewports on iOS -
#6124
ad5e73bThanks @joshblack! - Update Select to correctly merge classes when className is provided -
#5897
6df6cbfThanks @mperrotti! - Updates Dialog to only show border between body and footer when the body scrolls. -
#6129
1a15bacThanks @copilot-swe-agent! - UnderlineNav.Item accepts className prop without overriding existing styling -
#6125
91b3c71Thanks @francinelucca! - fix(DataTable): fix incorrect page numbers rendered bug
@primer/react@37.25.0
Minor Changes
-
#6107
694dd95Thanks @copilot-swe-agent! - feat(ConfirmationDialog): add className, width and height -
#5899
7cf029dThanks @joshblack! - Add support for different sizes to Blankslate -
#6051
a007808Thanks @jonrohan! - Remove the css modules feature flag from the SelectPanel2 experimental component -
#6052
06361d1Thanks @jonrohan! - Remove the CSS module feature flag from the AvatarStack component -
#5899
7cf029dThanks @joshblack! - Add support for HTML attributes being passed to Blankslate components -
#6050
53ef8eaThanks @hectahertz! - Switch to a CSS based solution for the PageLayout sticky pane
Patch Changes
-
#6109
f7471f8Thanks @TylerJDev! - DataTable: Add visually hidden text to sortable DataTable column buttons -
#6055
3b6b1d1Thanks @TylerJDev! - DataTable: Adds outline-offset to focus indicator on pagination buttons -
#6077
cf97cb5Thanks @langermank! - FixSkeletonbackground color -
#6054
3fc7741Thanks @khiga8! - Add support for aria-label on ActionList.Group -
#6095
3beba5bThanks @francinelucca! - fix(Button): correct loading alignment -
#6049
776e05eThanks @TylerJDev! - ActionList: Ensurerole="option"is added whenrole="listbox"is used; allow disabled items to remain focusable -
#6100
a7e99f8Thanks @jonrohan! - Remove unused getBreakpointDeclarations function and any related code.
@primer/react@37.24.0
Minor Changes
-
#5933
ed6e947Thanks @jonrohan! - Remove the CSS modules feature flag from the SegmentedControl component -
#6022
1f53127Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList.Divider component -
#6023
5e514f3Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList.Group component -
#5827
e76835cThanks @jonrohan! - Remove the CSS modules feature flag for Popover -
#5997
882d923Thanks @jamieshark! - Remove CSS modules flag from Pagination. -
#5910
cdd4253Thanks @TylerJDev! - ActionMenu: Adds new proponPositionChangethat is called when the position of the overlay is changed -
#6021
a37d544Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList.TrailingAction component -
#6019
6c2c999Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList/List component -
#6014
2fc9327Thanks @jonrohan! - Remove the CSS modules feature flag from the Token component
Patch Changes
-
#6036
21a3529Thanks @francinelucca! - fix(Overlay): reset maxheight and maxwidth values when on fullscreen -
#6009
261732eThanks @francinelucca! - Fix extra padding on SelectPanel with groups -
#6032
e0ef7e1Thanks @joshblack! - Update theTable.Containercomponent to placeclassNameon outermost element
@primer/react@37.23.0
Minor Changes
-
#6013
2b2b541Thanks @jonrohan! - Remove the CSS modules feature flag from the CheckboxOrRadioGroup component -
#6007
6e03bf9Thanks @joshblack! - Update Flash from sx to CSS Modules -
#6015
237186aThanks @jonrohan! - Remove the CSS modules feature flag from the Select component -
#5991
f1fedf3Thanks @veryfancy! - Add support for theonToggleSortprop toDataTable -
#5907
dbeca84Thanks @bibektamang7! - feat(Datatable): add optional getRowId prop to support custom row identifiers -
#5971
56248f7Thanks @francinelucca! - feat(SelectPanel): display selected items at the top under FF
Patch Changes
-
#6024
a470e14Thanks @francinelucca! - turn off primer_react_select_panel_order_selected_at_top by default -
#5914
159d124Thanks @langermank! - Bumpprimer/primitivesv10 or v11 to prep for next major -
#5996
49fa2c8Thanks @francinelucca! - Fix(Dialog): set height limit of 35% to DialogHeader -
#5995
48909e4Thanks @joshblack! - fix(TextArea): only add class name to outermost element
@primer/react@37.22.0
Minor Changes
-
#5981
b03f78fThanks @jonrohan! - Remove the CSS modules feature flag from the BaseStyles component -
#5970
02ed196Thanks @jonrohan! - Remove the CSS modules feature flag from the TextInput component -
#5984
103c3bfThanks @joshblack! - Add support for theclassNameprop toFormControl.Validation -
#5982
36f1007Thanks @jonrohan! - Remove the CSS modules feature flag from the Overlay component -
#5969
1066419Thanks @jonrohan! - Remove the CSS modules feature flag from the Dialog component -
#5872
2b98c2cThanks @jonrohan! - Remove the CSS modules feature flag from the TooltipV2 component -
#5934
c1ea6cfThanks @jonrohan! - Remove the CSS modules feature flag from the TreeView component -
#5983
8a22d86Thanks @jonrohan! - Remove the CSS modules feature flag from the ProgressBar component -
#5973
6d3fc05Thanks @joshblack! - Update components to use jsx from react/jsx-runtime instead of createElement
Patch Changes
-
#5986
308fe82Thanks @francinelucca! - fix(SelectPanel): do not depend on id for selection comparison -
#5968
0ea045aThanks @jonrohan! - Remove the primer_react_css_modules_staff feature flag. Also needed to rework the feature flag logic for the NavList component. -
#5963
7562cbbThanks @joshblack! - Update Avatar component to correctly merge style when style prop is provided
@primer/react@37.21.0
Minor Changes
-
#5841
fe429d7Thanks @dwsosa! - added default button type to switch button to prevent submit when included in form -
#5929
294dac3Thanks @hectahertz! - Add the framework required to run component stress tests -
#5939
633fd39Thanks @hectahertz! - Implement the secondaryAction prop and deprecate footer -
#5935
4f9aae7Thanks @jonrohan! - Remove the CSS modules feature flag for the PageLayout component
Patch Changes
-
#5942
596388dThanks @hectahertz! - Improve PageLayout performance -
#5962
196de0fThanks @emilybrick! - Fix spacing for SelectPanel header on modal to better align with x button -
#5958
9110f71Thanks @joshblack! - Update ActionList.LinkItem to pass through thevariantprop when the CSS Modules flag is disabled -
#5956
5cb35f3Thanks @hectahertz! - Introduce Save and close on SelectPanel
@primer/react@37.20.0
Minor Changes
-
#5788
cd9987dThanks @jonrohan! - Remove the CSS modules feature flag from Table -
#5875
3014334Thanks @jonrohan! - Remove the CSS modules feature flag from the BranchName component -
#5874
365d53dThanks @jonrohan! - Remove the CSS modules feature flag from the Breadcrumbs component -
#5868
7e6475dThanks @jonrohan! - Remove the CSS modules feature flag from Text -
#5883
703b69dThanks @hectahertz! - SelectPanel: Add variant="modal" -
#5870
7373295Thanks @jonrohan! - Remove the CSS modules feature flag from the Stack component -
#5877
8a7d583Thanks @jonrohan! - Remove the CSS modules feature flag from the PageHeader component -
#5931
96af0aaThanks @jamieshark! - Adds className prop to UnderlineNav component.
Patch Changes
-
#5902
c9659fdThanks @hectahertz! - Fix DialogV1 story broken link -
#5930
876b822Thanks @francinelucca! - fix(SelectPanel): use dvh units for full screen when available
@primer/react@37.19.1
Patch Changes
-
Update data table pagination pageEnd to handle zero based index
-
b926c08Thanks @AAugustine! - Update data table pagination pageEnd to handle zero based index
@primer/react@37.19.0
Minor Changes
-
#5900
ebc6813Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList.Heading component -
#5830
f8760feThanks @iansan5653! - HideTooltipV2tooltips ontouchendevent -
#5873
0a2e3f0Thanks @jonrohan! - Remove the CSS modules feature flag for the TextArea component -
#5693
da85192Thanks @francinelucca! - chore(SkeletonBox): promote to Alpha -
#5876
a78c820Thanks @jonrohan! - Remove the CSS modules feature flag from the SideNav component -
#5882
6eecde6Thanks @francinelucca! - chore(SelectPanel): remove css modules feature flag -
#5851
a812a86Thanks @jamieshark! - Removes feature flag for FormControl -
#5861
ecb449fThanks @jamieshark! - Changes argument signature for toggleSxComponent to simplify -
#5836
c177e5eThanks @jamieshark! - Removes css module flag for UnderlinePanels and associated components.
Patch Changes
-
#5866
f978534Thanks @mperrotti! - Improves how we detect context for inactive item messaging by checking theroleonActionListinstead of relying on parent components, making the logic more robust and consistent. It also fixes incorrect behavior inNavListandSelectPanel, and improves accessibility by correctingariarelationships on tooltip buttons. -
#5912
81821dbThanks @francinelucca! - fix(SelectPanel): always show x button on single select -
#5908
8e7bc0eThanks @francinelucca! - fix(SelectPanel): differentiate onCancel gesture from escape -
#5904
a522fdbThanks @francinelucca! - fix(SelectPanel): disable body scroll on full screen -
#5906
8fa12eaThanks @TylerJDev! - SelectPanelV2: Adddeprecatedstatus to SelectPanelV2 docs and stories -
#5881
ea1fb50Thanks @emilybrick! - fix(SelectPanel): Add margin around notice styles
@primer/react@37.18.0
Permalink to documentation
Minor Changes
-
#5820
bd9225dThanks @hussam-i-am! - feat(Pagination): add renderPage prop to Pagination -
#5546
2aef81aThanks @joshblack! - Add support for importing@primer/react/generated/components.jsonto npm package -
#5826
5f40e43Thanks @francinelucca! - SelectPanel: Implement empty state (behind ff) -
#5803
9c135c4Thanks @broccolinisoup! - StateLabel: Add open and closed states for no icon cases
Patch Changes
-
#5853
ba415bbThanks @iansan5653! - Add workaround for Chrome bug whereKeybindingHintin combination witharia-labelledbyresults in incorrect label -
#5835
2cb629aThanks @siddharthkp! - Overlay: Fix position for fullscreen overlay on narrow screens -
#5629
b7346b2Thanks @hectahertz! - Make Dialog footer scrollable on very short viewports -
#5852
5d66a4cThanks @jonrohan! - bugfix(PageHeader): Use font-weight initial to match the styled component styling -
#5629
b7346b2Thanks @hectahertz! - Update the Dialog stress test story to go fullscreen on narrow screens