v1.1.0
Jan 15, 2026
View as MarkdownGeneral changes
- Fix
onOpenChangeComplete(true)timing (#3558) - Fix touch
openMethodwhen tapping outside element bounds on Safari (#3541) - Fix visually hidden input styles across form components (#3606)
- Fix click and drags outside a nested popup component from closing its parents (#3571)
- Fix forwarded ref types (#3638)
- Fix detached trigger remounting (#3724)
- Include
refinBaseUIComponentProps(#2813) - Remove duplicated
disabledprop (#3650) - Allow
actionsRefto benull(#3682)
Accordion
- Fix keyboard navigation with non-interactive trigger elements (#3684)
Autocomplete
- Add
data-popup-sideanddata-list-emptystate attributes to<Autocomplete.Trigger>(#3491) - Add
loopFocusprop (#3592) - Fix hidden input
idandrequiredprops (#3640)
Button
- Remove discriminated props union (#3643)
Checkbox
- Fix hidden input
idandrequiredprops (#3640)
Combobox
- Add
data-popup-sideanddata-list-emptystate attributes to<Combobox.Trigger>(#3491) - Add
loopFocusprop (#3592) - Add
toolbarrole to<Combobox.Chips>to prevent NVDA from entering browse mode (#3647) - Add
placeholderprop to<Combobox.Value>(#3604) - Fix controlled
valueprop whenitemschange (#3607) - Fix
multiplevalues label resolution in<Combobox.Value>(#3314) - Forward root
idto visible form element (#3722) - Do not trigger Field
onBlurhandlers when opening popup (#3609)
Context Menu
- Avoid creating sibling elements next to trigger (#3645)
CSP Provider
- Add
CSPProvider(#3553)
Dialog
- Fix
Maximum update depth exceedederror with Suspense (#3700) - Fix
<Dialog.Title>forwardedRef type (#3736)
Field
- Add
actionsRefprop (#3395) - Add
nativeLabelprop to<Field.Label>(#3723) - Add missing type export (#3702)
Form
- Add
actionsRefprop (#3395)
Menu
Menubar
- Fix submenu outside-press dismiss on touch (#3556)
Number Field
Popover
- Fix popup auto resize glitches (#3591)
- Fix focus guard handling (#3654)
- Prevent disabling focus management when clicking trigger before hover delay completes (#3572)
- Refactor popup auto resize logic. It is no longer necessary to specify
--positioner-width/--positioner-heightCSS variables on<Popover.Positioner>when using detached triggers unless theViewportpart has been added to the JSX. (#3652)
Preview Card
- Support detached triggers (#3566)
Radio Group
Scroll Area
- Perf improvements (#3536)
Select
- Add
placeholderprop to<Select.Value>(#3604) - Fix support for transform animations when
alignItemWithTriggeris active (#3532) - Fix support for
max-heightpopup style whenalignItemWithTriggeris active (#3573) - Fix
data-filledstate inmultiplemode (#3608) - Fix highlight being removed on popup mouseout when
highlightItemOnHoveris disabled (#3492) - Fix support for individual transform animations when
alignItemWithTriggeris active (#3637) - Fix
multiplevalues label resolution in<Select.Value>(#3314) - Forward root
idto visible form element (#3722) - Do not trigger Field
onBlurhandlers when opening popup (#3609)
Slider
- Fix
onValueCommittednot called for range sliders (#3600)
Switch
Toast
- Fix timers not being rescheduled when updated (#3564)
Tooltip
- Fix popup auto resize glitches (#3591)
- Fix
trackCursorAxishandling (#3679) - Refactor popup auto resize logic. It is no longer necessary to specify
--positioner-width/--positioner-heightCSS variables on<Tooltip.Positioner>when using detached triggers unless theViewportpart has been added to the JSX. (#3652)
mergeProps
- Make
mergePropspublic (#3642)
useRender
- Export missing types (#3565)