8.3.3
mantinedev/mantine8.3.3Oct 2, 2025by rtivital
AI Summary
Bug fixes for Checkbox, Spotlight, Tabs, DateInput, hooks, Popover, and AppShell components.
Key Highlights
- Checkbox: Fix `iconColor` prop not working
- Spotlight: Add `scrollareaProps` to wrapper
- Tabs: Fix `aria-controls` not being overridden
- use-did-update: Fix hook not working in strict mode
Full Release Notes
## What's Changed - `[@mantine/core]` Checkbox: Fix `iconColor` prop not working as intended in some cases (#8271) - `[@mantine/spotlight]` Add `scrollareaProps` to pass props down to the actions list wrapper (#8300) - `[@mantine/core]` Tabs: Fix `aria-controls` not being overriden by `...others` (#8248) - `[@mantine/dates]` DateInput: Fix invalid date `value` crashing component (#8290) - `[@mantine/hooks]` use-did-update: Fix hook not working in react strict mode (#8306) - `[@mantine/core]` Popover: Fix excessive dropdown position recalculations (#8308) - `[@mantine/core]` AppShell: Fix performance issues on first render (#8287) ## New Contributors * @macaroni10y made their first contribution in https://github.com/mantinedev/mantine/pull/8308 * @barkinkaradeniz-tr made their first contribution in https://github.com/mantinedev/mantine/pull/8306 * @sjroesink made their first contribution in https://github.com/mantinedev/mantine/pull/8290 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.2...8.3.3