9.3.2

MemPalace/mempalace9.3.2Jun 16, 2026by rtivital

AI Summary

This release focuses on bug fixes and minor enhancements across the Mantine component library, specifically improving date pickers, charts, and core layout components.

Key Highlights

  • TimePicker improvements including support for 01-09 hour formatting and a new `closeDropdownOnPresetSelect` prop.
  • DatePicker range presets now correctly respect the specified time values.
  • Splitter component gains a new option to reset its state on double-click.
  • Fixes for Popover dropdown positioning issues when the page is zoomed and iOS touch device compatibility.
  • Various fixes for core components like PasswordInput, Checkbox, and Textarea.

New Features

  • New `closeDropdownOnPresetSelect` prop for TimePicker
  • New reset option for Splitter component

Full Release Notes

## What's Changed
- `[@mantine/core]` Allow undefined className with TypeScript `exactOptionalPropertyTypes` (#8978)
- `[@mantine/dates]` TimePicker: Allow entering 01-09 hours over a selected 00 value (#8970)
- `[@mantine/mcp-server]` Fix cli flags not being handled correctly (#8966)
- `[@mantine/core]` Combobox: Fix default options rendering not fully working with some components combination (#8979)
- `[@mantine/charts]` SankeyChart: Fix incorrect color resolving (#8973)
- `[@mantine/dates]` DatePickerPicker: Fix range presets ignoring specified time (#8980)
- `[@mantine/schedule]` DayView: Fix double top border when events are present
- `[@mantine/dates]` TimePicker: Add `closeDropdownOnPresetSelect` prop support
- `[@mantine/dates]` TimePicker: Fix input getting stuck at maximum value when typing at the last spin input
- `[@mantine/core]` PasswordInput: Fix sections misplaced when `dir` overrides parent direction (#8936)
- `[@mantine/core]` Splitter: Add option to reset on double click (#8957)
- `[@mantine/core]` Popover: Fix dropdown position not updating when page is zommed
- `[@mantine/core]` Text: Fix incorrect default `textWrap` value (#8961)
- `[@mantine/core]` Checkbox: Fix `readOnly` prop not working correctly for controlled checkbox (#8960)
- `[@mantine/core]` Textarea: Fix autosize textarea not growing when resized within Splitter (#8956)

## New Contributors
* @SyntaxHQDEV made their first contribution in https://github.com/mantinedev/mantine/pull/8966
* @bensaufley made their first contribution in https://github.com/mantinedev/mantine/pull/8978

**Full Changelog**: https://github.com/mantinedev/mantine/compare/9.3.1...9.3.2