v1.0.0-rc.0
Dec 4, 2025
View as MarkdownGeneral changes
- Fix missing
'use client'directives (#3408)
Autocomplete
- Fix
keepHighlightfocus sync (#3399)
Checkbox
- Breaking change: Match native unchecked state in form submission.
The Checkbox will not submit the"off"value with a form when unchecked anymore, unless the newuncheckedValueprop is set. (#3406)
Collapsible
- Remove
render={null}(#3407)
Combobox
- Breaking change: Removed the
keepHighlightprop (#3377)
Dialog
- Close when pressing focusable element outside (#3380)
- Fix closing after pointer lock exit in Firefox (#3379)
Menu
Number Field
- Ensure hidden input participates in form validation (#3374)
- Improve symbol replacement logic (#3376)
- Fix fractional step snapping (#3375)
- Fix parsing numbers with Swiss locale (#3361)
- Fix pointer lock release when soft clicking in Firefox (#3378)
Popover
- Close when pressing focusable element outside (#3380)
- Fix modal backdrop on touch (#3383)
- Fix popover glitching when flipped (#3364)
Select
- Add
highlightItemOnHoverprop (#3377)
Switch
- Breaking change: Match native off state in form submission.
The Switch will not submit the"off"value with a form when unchecked anymore, unless the newuncheckedValueprop is set. (#3406)
Tabs
- Breaking change: Fix Panel
keepMountedbehavior.
Thevalueprop is now required on<Tabs.Tab>and<Tabs.Panel>. (#3372)
Toast
- Recalculate content height when layout size is fixed (#3359)
- Fix multiple swipe directions on same axis (#3392)
Tooltip
- Improve contained triggers performance (#3385)