8.3.7

mantinedev/mantine8.3.7Nov 9, 2025by rtivital

AI Summary

Type exports, focus restoration fixes, and UI fixes for modals, inputs, and tiptap.

Key Highlights

  • Added disabled prop for Radio.Group, Checkbox.Group and Switch.Group
  • Fixed missing sub Menu components exports
  • Fixed tiptap editor control being overridden by custom onClick handler

New Features

  • disabled prop for Radio.Group, Checkbox.Group, and Switch.Group
  • aria-pressed attribute to the visibility toggle in PasswordInput

Full Release Notes

## What's Changed
- `[@mantine/modals]` Add `ConfirmModalProps` type exports (#8414)
- `[@mantine/core]` AppShell: Fix unexpected Header transition when scrollbar becomes hidden via scroll lock (#8420)
- `[@mantine/core]` Add `disabled` prop for Radio.Group, Checkbox.Group and Switch.Group (#8396)
- `[@mantine/core]` Fix missing sub Menu components exports (#8419)
- `[@mantine/tiptap]` Fix editor control being overridden by custom `onClick` handler (#8421)
- `[@mantine/core]` PasswordInput: Add `aria-pressed` attribute to the visibility toggle (#8425)
- `[@mantine/tiptap]` Fix bubble menu being overlapped by the toolbar (#8416)
- `[@mantine/core]` Chip: Remove `iconWrapper` if icon is exlicitly disabled
- `[@mantine/charts]` Add `labelFormatter` support to the default tooltip (#8404)

## New Contributors
* @Visualizeit made their first contribution in https://github.com/mantinedev/mantine/pull/8419
* @Spichkenss made their first contribution in https://github.com/mantinedev/mantine/pull/8407
* @schummar made their first contribution in https://github.com/mantinedev/mantine/pull/8420

**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.6...8.3.7