Skip to content

Commit fc6512c

Browse files
authored
Merge branch 'main' into chore/deps-remove-react-aria-ssr
2 parents b77530e + 5c7571c commit fc6512c

Some content is hidden

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

42 files changed

+4783
-4072
lines changed

.changeset/beige-crews-flow.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+
ActionBar: Overflow menu items should be able to trigger dialogs

.changeset/fair-cooks-return.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+
experimental/SelectPanel: Do not render children of `<dialog>` when closed

.changeset/fair-sloths-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
experimental/SelectPanel: Add back button

.changeset/fluffy-pugs-care.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+
Switches focus styles to target `a.focus-visible` instead of `a:focus-visible`.

.changeset/gold-baboons-live.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+
Adding aria-invalid="true" to TextInput when error.

.changeset/grumpy-shirts-march.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+
Bugfix: `aria-invalid` is overriden in TextInput

.changeset/mighty-pears-deny.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+
TextInput: Remove redundant `aria-label` attribute from `TextInput.Action` when it already has an `aria-labelledby`.

.changeset/neat-toes-build.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+
experimental/SelectPanel: Move focus to first item if there is no filter input

.changeset/wicked-rings-prove.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+
Tooltip2: Render tooltip element as `span` instead of `div`

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
environment_url: '${{ needs.deploy-preview.outputs.deployment_url }}/storybook'
6565
- name: Update storybook deployment status (success)
6666
if: success()
67-
uses: chrnorm/[email protected].1
67+
uses: chrnorm/[email protected].3
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}/storybook'
7171
state: 'success'
7272
deployment-id: ${{ steps.storybook.outputs.deployment_id }}
7373
- name: Update storybook deployment status (failure)
7474
if: failure()
75-
uses: chrnorm/[email protected].1
75+
uses: chrnorm/[email protected].3
7676
with:
7777
token: ${{ secrets.GITHUB_TOKEN }}
7878
state: 'failure'

0 commit comments

Comments
 (0)