Skip to content

Commit 5391113

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/docs/url-parse-1.5.10
2 parents c31101f + a646fdf commit 5391113

File tree

132 files changed

+19619
-2202
lines changed

Some content is hidden

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

132 files changed

+19619
-2202
lines changed
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+
ActionMenu: Remove focus trap to enable Tab and Shift+Tab behavior

.changeset/bright-flowers-itch.md

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

.changeset/brown-maps-yawn.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+
The `PageLayout` component now renders [HTML5 landmark elements](https://web.dev/use-landmarks/) (`header`, `aside`, `footer`) to improve the navigation experience for people using assistive technologies (like screen readers)

.changeset/chatty-moose-wait.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+
Adds the option to render a trailing action inside of the TextInput component

.changeset/old-schools-happen.md

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

.changeset/six-trains-guess.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+
Updates the API for token components to align with our size-naming ADR, avatar guidelines, and icon guidelines
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+
Update `@primer/behaviors` for better ESM compatibility

.changeset/stupid-carrots-jam.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+
Adds a toggle switch component

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929

3030
- name: Test
3131
run: npm run test
32+
33+
- name: Type check
34+
run: npm run test:type-check

.github/workflows/visual_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
chromatic:
1010
name: Visual testing
1111
runs-on: ubuntu-latest
12-
environment: visual-testing
12+
environment: ${{ github.ref == 'refs/heads/main' && 'Preview' || 'needs-approval' }}
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2
@@ -28,6 +28,6 @@ jobs:
2828
uses: chromaui/action@v1
2929
with:
3030
buildScriptName: build:storybook
31-
projectToken: 91e12320417c
31+
projectToken: ${{ secrets.CHROMATIC_KEY }}
3232
autoAcceptChanges: github.ref == 'refs/heads/main'
3333
onlyChanged: true

0 commit comments

Comments
 (0)