7.10.2

mantinedev/mantine7.10.2Jun 13, 2024by rtivital

AI Summary

A patch release fixing bugs in Select, Stepper, PieChart, ScrollArea, and Combobox components.

Key Highlights

  • Fix Select controlled state changes handling
  • Fix PieChart inner label formatting
  • Fix ScrollArea click events in Firefox
  • Fix Combobox footer and header click triggering dropdown close

Full Release Notes

## What's Changed
- `[@mantine/core]` Select: Fix incorrect state changes handling when both `value` and `searchValue` are controlled (#6272)
- `[@mantine/core]` Stepper: Fix `autoContrast` prop being added to the DOM element
- `[@mantine/charts]` PieChart: Fix inner label not using formatted value (#6328)
- `[@mantine/core]` Fix incorrect color resolving logic in border style prop resolver (#6326)
- `[@mantine/modals]` Fix incorrect styles of the confirmation modal when it is used without any description (#6325)
- `[@mantine/core]` ScrollArea: Fix click events being triggered when scrollbar drag is released over an interactive element in Firefox (#6354)
- `[@mantine/core]` Combobox: Fix clicks on footer and header triggering dropdown close (#6344)
- `[@mantine/core]` PasswordInput: Fix `withErrorStyles` prop being passed to the DOM element (#6348)

## New Contributors
* @stefanzmf made their first contribution in https://github.com/mantinedev/mantine/pull/6344
* @Prasiddha22 made their first contribution in https://github.com/mantinedev/mantine/pull/6325
* @ShionTerunaga made their first contribution in https://github.com/mantinedev/mantine/pull/6332
* @djdduty made their first contribution in https://github.com/mantinedev/mantine/pull/6326
* @Jones-Griffin made their first contribution in https://github.com/mantinedev/mantine/pull/6328
* @floriankapaun made their first contribution in https://github.com/mantinedev/mantine/pull/6272

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.10.1...7.10.2