Skip to content

Commit 6f043bc

Browse files
Revert "Version Packages (#4031)" (#4090)
This reverts commit 629741f.
1 parent 6e4ef1c commit 6f043bc

13 files changed

+64
-37
lines changed

.changeset/cold-pigs-shop.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+
Deprecate `MarkdownEditor`, `MarkdownViewer`, `InlineAutocomplete`, and related hooks

.changeset/empty-starfishes-relate.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: Do not wrap the tooltip span and its trigger in a div

.changeset/fresh-hotels-begin.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+
Sync theme in effect

.changeset/khaki-rules-breathe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Use `aria-required` instead of `required` on required form elements
6+
7+
<!-- Changed components: TextInput, Textarea -->

.changeset/light-frogs-leave.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
TextInput, Textarea: Does not pass `aria-required` attribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom.
6+
7+
<!-- Changed components: TextInput, Textarea -->

.changeset/many-ants-pump.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Adapts Blankslate to render proportionally in narrow areas.
6+
7+
<!-- Changed components: Blankslate -->

.changeset/mighty-ghosts-swim.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+
Fix an issue where the scrollable Dialog body could not be focused with the keyboard

.changeset/rotten-apples-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+
use <BaseStyles> in confirm()

.changeset/smooth-tips-breathe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
Supports inactive ActionList items by letting users pass the required message to the `inactiveText` prop.
6+
7+
<!-- Changed components: ActionList, ActionMenu, NavList -->

.changeset/sweet-onions-heal.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+
Fixed confirm() leaving <div>s in the DOM.

0 commit comments

Comments
 (0)