chore(deps): update @primer/react to v37 #1746
Open
+41
−587
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
36.27.0
->37.19.1
Release Notes
primer/react (@primer/react)
v37.19.1
Compare Source
Patch Changes
Update data table pagination pageEnd to handle zero based index
b926c08
Thanks @AAugustine! - Update data table pagination pageEnd to handle zero based indexv37.19.0
Compare Source
Minor Changes
#5900
ebc6813
Thanks @jonrohan! - Remove the CSS modules feature flag from the ActionList.Heading component#5830
f8760fe
Thanks @iansan5653! - HideTooltipV2
tooltips ontouchend
event#5873
0a2e3f0
Thanks @jonrohan! - Remove the CSS modules feature flag for the TextArea component#5693
da85192
Thanks @francinelucca! - chore(SkeletonBox): promote to Alpha#5876
a78c820
Thanks @jonrohan! - Remove the CSS modules feature flag from the SideNav component#5882
6eecde6
Thanks @francinelucca! - chore(SelectPanel): remove css modules feature flag#5851
a812a86
Thanks @jamieshark! - Removes feature flag for FormControl#5861
ecb449f
Thanks @jamieshark! - Changes argument signature for toggleSxComponent to simplify#5836
c177e5e
Thanks @jamieshark! - Removes css module flag for UnderlinePanels and associated components.Patch Changes
#5866
f978534
Thanks @mperrotti! - Improves how we detect context for inactive item messaging by checking therole
onActionList
instead of relying on parent components, making the logic more robust and consistent. It also fixes incorrect behavior inNavList
andSelectPanel
, and improves accessibility by correctingaria
relationships on tooltip buttons.#5912
81821db
Thanks @francinelucca! - fix(SelectPanel): always show x button on single select#5908
8e7bc0e
Thanks @francinelucca! - fix(SelectPanel): differentiate onCancel gesture from escape#5904
a522fdb
Thanks @francinelucca! - fix(SelectPanel): disable body scroll on full screen#5906
8fa12ea
Thanks @TylerJDev! - SelectPanelV2: Adddeprecated
status to SelectPanelV2 docs and stories#5881
ea1fb50
Thanks @emilybrick! - fix(SelectPanel): Add margin around notice stylesv37.18.0
Compare Source
Permalink to documentation
Minor Changes
#5820
bd9225d
Thanks @hussam-i-am! - feat(Pagination): add renderPage prop to Pagination#5546
2aef81a
Thanks @joshblack! - Add support for importing@primer/react/generated/components.json
to npm package#5826
5f40e43
Thanks @francinelucca! - SelectPanel: Implement empty state (behind ff)#5803
9c135c4
Thanks @broccolinisoup! - StateLabel: Add open and closed states for no icon casesPatch Changes
#5853
ba415bb
Thanks @iansan5653! - Add workaround for Chrome bug whereKeybindingHint
in combination witharia-labelledby
results in incorrect label#5835
2cb629a
Thanks @siddharthkp! - Overlay: Fix position for fullscreen overlay on narrow screens#5629
b7346b2
Thanks @hectahertz! - Make Dialog footer scrollable on very short viewports#5852
5d66a4c
Thanks @jonrohan! - bugfix(PageHeader): Use font-weight initial to match the styled component styling#5629
b7346b2
Thanks @hectahertz! - Update the Dialog stress test story to go fullscreen on narrow screensv37.17.0
Compare Source
Minor Changes
#5804
687343c
Thanks @jonrohan! - Remove CSS modules feature flag from the InlineMessage component#5786
0f165d4
Thanks @jonrohan! - Remove the CSS modules feature flag from the Timeline component#5793
4213a86
Thanks @jonrohan! - Remove the CSS modules feature flag from the Autocomplete component.#5741
d32dd27
Thanks @mperrotti! - AddshasBorder
prop to PageHeader to allow a bottom border#5810
2411aa9
Thanks @hussam-i-am! - ActionList.Group + ActionList.TrailingAction: add missing className propLabelGroup: add missing className prop
#5792
4e85438
Thanks @jonrohan! - Remove the CSS modules feature flag from the KeybindingHint Component.#5790
acc5d27
Thanks @hectahertz! - Add Notice to SelectPanel#5821
3a102a7
Thanks @jamieshark! - Adds util function to swap out SX enabled components.#5795
1555b1b
Thanks @jonrohan! - Remove the CSS modules feature flag from the ConfirmationDialog component#5787
9272a8c
Thanks @jonrohan! - Remove the CSS module feature flag from SkeletonAvatar SkeletonBox and SkeletonTextPatch Changes
#5811
91b52f7
Thanks @TylerJDev! - DialogV2: Fix CSS issue whereflex-grow
wasn't getting applied via classname#5436
11b8d4c
Thanks @TylerJDev! - ShowTooltip
on close button inDialog
#5832
b6c7690
Thanks @francinelucca! - chore(SelectPanel): put fullscreen functionality behind FF#5816
59e62c1
Thanks @langermank! - Bug fix:className
passed to PageLayout twice#5761
94bc6e4
Thanks @siddharthkp! - SelectPanel: Make SelectPanel full screen on narrow devices with a Save button#5797
fbc6f97
Thanks @broccolinisoup! - SubNav: Update selected styles to only apply todata-selected='true'
v37.16.0
Compare Source
Minor Changes
#5763
d3926d1
Thanks @hussam-i-am! - chore(Box): Mark Box and its props as deprecated#5772
0970415
Thanks @jonrohan! - Removing the CSS modules feature flag from the SubNav component.#5785
fbd7fc9
Thanks @jonrohan! - Remove CSS modules feature flag from VisuallyHidden#5760
8b492cf
Thanks @TylerJDev! - Radio: Removesaria-invalid
andaria-required
fromRadio
, as they are not supported on the element's role.#5759
76bf60d
Thanks @siddharthkp! - AnchoredOverlay: Add prop to set responsive variant. Example:variant: {regular: 'anchored', narrow: 'anchored'}
#5725
d3b48b1
Thanks @lukasoppermann! - Allow button count prop to accept a number or a string, to allow for human format, like 3.2kPatch Changes
#5768
7b2eb4e
Thanks @joshblack! - Update CSS Custom Property used in skeletons to fix animation behind feature flag.#5773
9e18567
Thanks @lukasoppermann! - Update icon color for Blankslate to--fgColor-muted
to align with Figma and Primer ViewComponents#5764
c63e805
Thanks @joshblack! - Update base component for Checkbox and Radio to pass along correct prop type in React 19#5765
86a6211
Thanks @joshblack! - Update ordering of selectors to improve rendering of checked Radio options#5649
63ca6f2
Thanks @joshblack! - Update BaseStyles to set data-color-mode to auto when colorMode in ThemeProvider is auto#5767
e0c34d0
Thanks @mperrotti! - Upgrades tab-container-elementv37.15.0
Compare Source
Minor Changes
#4686
6b137a4
Thanks @TylerJDev! - AddNavList.ShowMoreItem
component to support showing more content within aNavList
.#5726
2646c12
Thanks @smockle! - feat: SupportclassName
prop inFormControl.Caption
component#5716
d62a494
Thanks @hussam-i-am! - chore: Ensure class names conform to PascalCase#5666
7400549
Thanks @TylerJDev! - ActionBar: Improvesdisabled
state onActionBar.IconButton
; includesdisabled
state in overflow menu#5737
454ff20
Thanks @hussam-i-am! - fix(SplitPageLayout): add className propPatch Changes
#5738
a4137bc
Thanks @jamieshark! - Update FormControl to use CSS Modules GA feature flag.#5742
86cd9f0
Thanks @francinelucca! - fix: user red focus state for inputs when in error state#5705
2857a8e
Thanks @iansan5653! - FixAvatarStack
stackingz-index
bugs by creating a new stacking context around the component#5710
b1cdc63
Thanks @jonrohan! - Moving AvatarStack toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving PageLayout toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving Pagination toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving SegmentedControl toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving SelectPanel toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving SubNav toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving Token toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving Tooltip toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving BaseStyles toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving SideNav toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving ConfirmationDialog toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving DataTable toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving UnderlinePanels toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving InlineMessage toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving KeybindingHint toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving NavList toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving Overlay toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving PageHeader toprimer_react_css_modules_ga
feature flag#5710
b1cdc63
Thanks @jonrohan! - Moving Autocomplete toprimer_react_css_modules_ga
feature flag#5743
9d78410
Thanks @langermank! - MoveActionList
feature flag to GA#5733
7849c95
Thanks @francinelucca! - fix(TextInput): use cursor text on wrapper#5714
0cfafe8
Thanks @mperrotti! - Fixes AvatarStack styling bugs. Primarily, preventing avatars from appearing above overlays such as dialog modals.v37.14.0
Compare Source
Minor Changes
#5687
2bbc5a0
Thanks @TylerJDev! - Blankslate: Add support for button inBlankslate.PrimaryAction
#5510
37a91b5
Thanks @jonrohan! - Remove CSS modules feature flag from HeaderPatch Changes
#5712
22508b7
Thanks @jonrohan! - bugfix(SelectPanel): Set border-top-color on selectpanel footer#5686
64f183b
Thanks @jonrohan! - TheUnderlinePanels
component wasn't supporting passing inclassName
. Adding to the prop list#5661
1262f5a
Thanks @TylerJDev! - SubNav: Addsaria-current
to selected links#5562
947b59d
Thanks @francinelucca! - fix(SelectPanel): Correctly recalculate position on overflow#5655
56baa0a
Thanks @hectahertz! - Fix LinkButton types and storiesv37.13.0
Compare Source
Minor Changes
dbcb8f7
Thanks @khiga8! - feat: Introduce Tooltip to SegmentedControlIconButtonPatch Changes
#5636
c2165af
Thanks @ktravers! - Update useOpenAndCloseFocus hook to apply return focus when preventFocusOnOpen prop is given#5662
613cf0c
Thanks @kendallgassner! - Autocomplete: Use aria-live to announce "no selectable options".#5669
b2bc006
Thanks @jonrohan! - Move FormControl css modules feature flag from team to staff#5628
621c878
Thanks @hectahertz! - Update the Dialog stress test story to go fullscreen on narrow screens#5667
10436f5
Thanks @lukasoppermann! - Replaced raw values for duration and easing with primitives#4481
6e7da1e
Thanks @TylerJDev! - AllowsActionMenu
andSelectPanel
items to remain focusable whendisabled
#5683
8bb78e1
Thanks @jonrohan! - Remove the CSS modules feature flag from the Hidden componentv37.12.0
Compare Source
Permalink to documentation
Minor Changes
#5466
eb0857d
Thanks @jonrohan! - Remove CSS modules feature flag from Spinner#5492
469f703
Thanks @joshblack! - Update dependency range for React dependencies to include 19.x#5608
3a41430
Thanks @hussam-i-am! - feat(AvatarStack): add style prop#5139
59e0efa
Thanks @broccolinisoup! - [SelectPanel] Implement loading states#5174
cf80bf2
Thanks @TylerJDev! - TreeView: Addsaria-label
prop toTreeView.Subtree
Patch Changes
#5606
f291e81
Thanks @joshblack! - Update BaseStyles to no longer pass system props when feature flag is enabled#5595
2db6c92
Thanks @francinelucca! - fix(useResizeObserver): undefined variable alternative#5593
2b05aad
Thanks @camertron! - Fix experimental SelectPanel anchoring behavior#5657
de4fc48
Thanks @langermank! - Remove style from sx#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for Autocomplete fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for Overlay fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for PageHeader fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for PageLayout fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for Pagination fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for SegmentedControl fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for SelectPanel fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for SideNav fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for SubNav fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for Token fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for TooltipV2 fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for AvatarStack fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for UnderlinePanels fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for UnderlineTabbedInterface fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for BaseStyles fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for ConfirmationDialog fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for DataTable fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for Hidden fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for InlineMessage fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for KeybindingHint fromteam
tostaff
#5610
32b1f2f
Thanks @jonrohan! - Moving CSS component feature flag for NavList fromteam
tostaff
#5605
d14c48c
Thanks @francinelucca! - fix(Button): do not render main spinner if there is a count when loading#5590
d045ae4
Thanks @hectahertz! - Pagination: Optimize the page rendering algorithm and prevent layout shifts.v37.11.2
Compare Source
37.11.2
N/A, re-release of v37.11.1
v37.11.1
Compare Source
Patch Changes
a12ab59
Thanks @hussam-i-am! - fix(FormControl): fix spacing in vertical layouts"v37.11.0
Compare Source
Minor Changes
#5583
db6c360
Thanks @brphelps! - Banner now supports onDismiss used when using variant critical.#5578
88b8533
Thanks @hussam-i-am! - Update FormControl to use CSS Modules behind feature flag#5540
20788da
Thanks @langermank! - - Convert ActionBar to CSS Modules#5527
ccc3c99
Thanks @ddoyle2017! - Add an onSelect callback for UnderlinePanels.TabPatch Changes
#5568
42c20dd
Thanks @khiga8! - bug: ensure Announce components work without pre-existing text node#5591
12f1af7
Thanks @jonrohan! - Move Popover CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move Textarea CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move UnstyledTextInput CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move SelectPanel2 CSS modules feature flag from staff to ga#5551
c0360db
Thanks @camertron! - Fix an issue in useAnnouncements.tsx causing a TypeError in production. The activeItem variable may be null.#5591
12f1af7
Thanks @jonrohan! - Move Breadcrumbs CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move ProgressBar CSS modules feature flag from staff to ga#5552
c87e80c
Thanks @camertron! - Avoid accessing properties of potentially null document.body in PageLayout#5591
12f1af7
Thanks @jonrohan! - Move Dialog CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move Timeline CSS modules feature flag from staff to ga#5585
d76cd26
Thanks @langermank! - Promote ActionList to staff#5467
c7b109d
Thanks @langermank! - Addflex-shrink
to IconButton#5584
b661959
Thanks @joshblack! - Update specificity for ButtonBase to be at least 0,1,0#5567
8bdff77
Thanks @langermank! - Hide NavList sub items if collapsed#5591
12f1af7
Thanks @jonrohan! - Move DialogV1 CSS modules feature flag from staff to ga#5591
12f1af7
Thanks @jonrohan! - Move TreeView CSS modules feature flag from staff to ga#5549
16c572e
Thanks @francinelucca! - fix(SelectPanel): pass anchorId to AnchoredOverlay#5591
12f1af7
Thanks @jonrohan! - Move CheckboxOrRadioGroup CSS modules feature flag from staff to gav37.10.0
Compare Source
Minor Changes
#5457
b1e5699
Thanks @jonrohan! - Remove CSS modules feature flag from ButtonGroup#5458
b763ecd
Thanks @jonrohan! - Remove CSS modules feature flag from Details#5463
b55025c
Thanks @jonrohan! - Remove CSS modules feature flag from Radio#5462
8b8ec3c
Thanks @jonrohan! - Remove the CSS module feature flag from PageheadPatch Changes
e352e19
Thanks @hectahertz! - Pagination: Hides thePagination
Previous and Next buttons from the accessibility tree when they are disabled.v37.9.1
Compare Source
Permalink to documentation
37.9.1
Patch Changes
8c1cff4
Thanks @francinelucca! - fix(ActionList): remove className from menuItemProps to prevent duplicate className bugv37.9.0
Compare Source
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 flagPatch 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](https://redirect.github.com/primer/react/pull
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.