8.3.6

mantinedev/mantine8.3.6Oct 29, 2025by rtivital

AI Summary

Chart customization options and fixes for time pickers, lists, and checkboxes.

Key Highlights

  • Added options to set curveType per series in LineChart and AreaChart
  • Fixed dates range being affected by user timezone in Heatmap
  • Added option to change placeholders in TimePicker

New Features

  • curveType option per series in LineChart and AreaChart
  • labelFormatter support to the default tooltip
  • option to change placeholders in TimePicker

Full Release Notes

## What's Changed
- `[@mantine/charts]` Add options to set `curveType` per series in LineChart and AreaChart components (#8403)
- `[@mantine/charts]` Heatmap: Fix dates range being affected by the user timezone (#8371)
- `[@mantine/core]` Chip: Allow disabling icon by setting `icon={null}` (#8382)
- `[@mantine/core]` List: Fix unexpected padding with `listStyleType="none"` (#8393)
- `[@mantine/dates]` TimePicker: Add option to change placeholders (#8387)
- `[@mantine/core]` Checkbox: Fix data-indeterminate not being set correctly (#8385)
- `[@mantine/dates]` TimePicker: Fix time being clamped incorrectly when only `min` or `max` defined
- `[@mantine/core]` NumberInput: Fix zero value represented as string being transformed to empty string on blur
- `[@mantine/core]` Chip: Fix incorrect size calculations for `size="xs"` (#8367)

## New Contributors
* @LaExploradora made their first contribution in https://github.com/mantinedev/mantine/pull/8387
* @drewhoener made their first contribution in https://github.com/mantinedev/mantine/pull/8403

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