Skip to content

Commit 1f381e6

Browse files
authored
Merge branch 'main' into jfuchs/typecheck-script
2 parents 381ac3f + 5eb7ade commit 1f381e6

Some content is hidden

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

61 files changed

+3143
-190
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/components': patch
3+
---
4+
5+
ActionList: Better labels and description for accessible ActionList.Item
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/components': patch
3+
---
4+
5+
ActionList: Improve keyboard accessibility with focus styles cross browser

.changeset/brown-squids-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/components": patch
3+
---
4+
5+
Add a utility to provide useIsoMorphicEffect function and use that instead of useLayoutEffect everywhere

.changeset/hip-ravens-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/components': patch
3+
---
4+
5+
Fixes a styling bug in TextInput components while using its `icon` and `block` props together
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/components": patch
3+
---
4+
5+
Add support for draft issues to the StateLabel component

.changeset/tall-moles-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/components': minor
3+
---
4+
5+
Add experimental `ActionList` with composable API

.changeset/young-ties-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/components": patch
3+
---
4+
5+
Rename `@primer/components/unreleased` to `@primer/components/drafts` to avoid confusion when referring to it.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- next_major
67
jobs:
78
release:
89
name: Release

.github/workflows/release_canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches-ignore:
55
- 'main'
6+
- 'next_major'
67
- 'changeset-release/main'
78
# To avoid unnecessary noise, we don't create canary releases when these paths change:
89
paths-ignore:

docs/content/ActionList2.mdx

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)