Skip to content

Commit 32729f2

Browse files
committed
update changelogs
1 parent 6406daa commit 32729f2

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.changeset/kind-icons-tan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@radix-ui/react-one-time-password-field': patch
33
---
44

5-
Fix: disable otp input
5+
Fixed a bug so that all input elements are disabled when the `Root` component is disabled

.changeset/nasty-pandas-float.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@radix-ui/react-presence': patch
33
---
44

5-
Handle the animationend event correctly when keyframe has escapable characters. Fixes #2763.
5+
Handle the `animationend` event correctly when keyframe has escapable characters (#2763)

.changeset/rude-toys-think.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@radix-ui/react-popper': patch
33
---
44

5-
Prevent render loop in Popper
5+
Fixed a bug to prevent infinite render loops in

.changeset/sad-trees-slide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@radix-ui/react-focus-guards': patch
33
---
44

5-
Add prop types for `FocusGuard`
5+
Added internal prop types

.changeset/slick-ravens-eat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@radix-ui/primitive': patch
33
---
44

5-
Added DOM utilities
5+
Added internal DOM utilities

.changeset/stupid-moons-juggle.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
'@radix-ui/react-toast': patch
33
---
44

5-
Fix accessibility issues: aria-hidden on focusable element & not allowed role=status on list item element
5+
Fixed accessibility issues:
6+
7+
- Removed `aria-hidden` from the focusable element, as these elements are already empty and won't be read by screen readers
8+
- Removed `role=status` from list item element (see [w3.org documentation for List Item](https://www.w3.org/TR/html-aria/#docconformance))
9+
- Remove useless default `aria-atomic` from `role=status`

0 commit comments

Comments
 (0)