8.3.14
mantinedev/mantine8.3.14Feb 1, 2026by rtivital
AI Summary
Patch release focused on fixing component interaction issues in Switch, MultiSelect, and Modals. Resolves Playwright testing compatibility and dropdown behavior problems.
Key Highlights
- Fixed Switch checkbox not being recognized by Playwright
- Fixed MultiSelect chevron click not opening dropdown when clearable is enabled
- Fixed types of context modals being inferred incorrectly in @mantine/modals
- Fixed clear button overlapping with pills in MultiSelect
Full Release Notes
## What's Changed - `[@mantine/core]` Switch: Fix checkbox not being recognized by Playwright (#8370, #8645) - `[@mantine/core]` MultiSelect: Fix click on chevron not opening dropdown when clearable is enabled (#8641) - `[@mantine/modals]` Fix types of context modals inferred incorrectly (#8625) - `[@mantine/core]` MultiSelect: Fix clear button overlapping with pills (#8634) ## New Contributors * @ckhe1215 made their first contribution in https://github.com/mantinedev/mantine/pull/8634 * @RaphalRiad made their first contribution in https://github.com/mantinedev/mantine/pull/8625 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.13...8.3.14