8.3.8

mantinedev/mantine8.3.8Nov 15, 2025by rtivital

AI Summary

Fixes for shadow DOM keyboard interactions, accessibility, and new props for charts.

Key Highlights

  • Fixed keyboard interactions not working in shadow DOM for Combobox
  • Added cellProps prop support for DonutChart and PieChart
  • Added openDelay prop support to Menu.Sub component

New Features

  • cellProps prop support for DonutChart and PieChart
  • openDelay prop support to Menu.Sub component

Full Release Notes

## What's Changed
- `[@mantine/modals]` Improve types of context modals (#8439)
- `[@mantine/core]` Combobox: Fix keyboard interactions not working when used in shadow DOM (#8438)
- `[@mantine/core]` NumberInput: Fix `,` decimal separator not being converted to `.` when entering value from mobile keyboard
- `[@mantine/core]` NumberInput: Fix incorrect keyboard displayed on iOS 26
- `[@mantine/charts]` Add cellProps prop support to DonutChart and PieChart (#8444)
- `[@mantine/core]` Alert: Allow overriding `role` attribute (#8447)
- `[@mantine/core]` Menu: Add `openDelay` prop support to Menu.Sub component (#8437)

## New Contributors
* @ScotchAndSoda made their first contribution in https://github.com/mantinedev/mantine/pull/8444
* @justinwhall made their first contribution in https://github.com/mantinedev/mantine/pull/8438

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