v1.0.0-beta.7
Nov 27, 2025
View as MarkdownGeneral changes
- Fix error about
props.refaccess in React <=18 (#3257) - Prefer non-adaptive anchoring position in
<Positioner>components and fixautoFocusscroll jumps (#3250) - Make popups’
data-anchor-hiddenstate attribute check for anchor presence in layout (#3267) - Prevent popups from sticking after hover when pressing
<a>tags inside them (#3318) - Improve performance when detached triggers are used (#3277)
- Fix iOS VoiceOver voice control accessibility in non-modal popups (#3340)
Alert Dialog
- Fix trigger registration loop (#3249)
- Fix focus restoration when focused element is hidden with CSS (#3313)
Checkbox Group
- Fix
aria-describedbyon checkbox group (#3269)
Combobox
- Revert overload types to ensure typed wrappers work correctly (#3254)
- Fix ignored
filteredItemsinstances (#3272) - Fix loop when passing
undefinedtoitemsprop (#3348)
Context Menu
- Block mouseup at initial cursor point (#3274)
Dialog
- Fix trigger registration loop (#3249)
- Fix focus restoration when focused element is hidden with CSS (#3313)
Form
- Fix cast
reftype (#3324)
Menu
- Fix trigger registration loop (#3249)
- Do not pass
keyto the rendered element (#3255) - Fix nested dialog from closing on Shift+Tab (#3346)
- Ensure submenu triggers participate in composite list (#3344)
Navigation Menu
- Fix Safari 18 issue where
<Positioner>width may be set to 0 on hover (#3309)
Number Field
- Fix literal space handling with symbols (#3334)
Popover
- Fix trigger registration loop (#3249)
- Do not pass
keyto the rendered element (#3255) - Fix focus restoration when focused element is hidden with CSS (#3313)
Select
- Revert overload types to ensure typed wrappers work correctly (#3254)
Slider
Tooltip
- Fix trigger registration loop (#3249)