Skip to content

Commit 08f74ce

Browse files
authored
Merge branch 'main' into feat/navlist-static-to-interactive-subnav-state
2 parents 50b8a99 + adadd38 commit 08f74ce

2,358 files changed

Lines changed: 5006 additions & 2055 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/funny-areas-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-rooms-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Banner: stack inline actions vertically on narrow viewports.

.changeset/pagelayout-remove-reflow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
perf(ActionList): memoize context values, menuItemProps, and aria attributes
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
perf(Banner): replace `:has(.BannerActions)` with `[data-has-actions]` attribute selector
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
perf(Button): replace `:has(.Visual)` with `[data-no-visuals]` attribute selector in link variant styling
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
perf(Dialog): replace `:has(.Footer)` with `[data-has-footer]` attribute selector for footer border detection
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Use stable object reference for DialogContext value to prevent unnecessary re-renders
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Memoize SelectPanel overlayProps, focusTrapSettings, and preventBubbling to reduce allocations on re-renders
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
perf(TextInput): skip redundant character counter updates

0 commit comments

Comments
 (0)