General changes
Autocomplete
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) by @atomiks
Collapsible
- Remove
render={null}(#3407) by @mj12albert
Combobox
Dialog
- Close when pressing focusable element outside (#3380) by @atomiks
- Fix closing after pointer lock exit in Firefox (#3379) by @atomiks
Menu
- Add
highlightItemOnHoverprop (#3377) by @atomiks - Do not import client components from MenuStore (#3409) by @michaldudak
Number Field
- Ensure hidden input participates in form validation (#3374) by @atomiks
- Improve symbol replacement logic (#3376) by @atomiks
- Fix fractional step snapping (#3375) by @atomiks
- Fix parsing numbers with Swiss locale (#3361) by @michaldudak
- Fix pointer lock release when soft clicking in Firefox (#3378) by @atomiks
Popover
- Close when pressing focusable element outside (#3380) by @atomiks
- Fix modal backdrop on touch (#3383) by @atomiks
- Fix popover glitching when flipped (#3364) by @michaldudak
Select
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) by @atomiks
Tabs
- Breaking change: Fix Panel
keepMountedbehavior.
Thevalueprop is now required on<Tabs.Tab>and<Tabs.Panel>parts.
(#3372) by @atomiks
Toast
- Recalculate content height when layout size is fixed (#3359) by @atomiks
- Fix multiple swipe directions on same axis (#3392) by @mj12albert
Tooltip
- Improve contained triggers performance (#3385) by @michaldudak
All contributors of this release in alphabetical order: @atomiks, @michaldudak, @mj12albert, @oliviertassinari, @pondorasti, @romgrk