7.17.2
mantinedev/mantine7.17.2Mar 14, 2025by rtivital
AI Summary
Patch release adding new configuration options like Notification loaderProps and ScrollArea offsetScrollbars, while fixing rendering glitches in Transition and Tooltip components.
Key Highlights
- Notification component gains loaderProps support
- ScrollArea now supports offsetScrollbars='present' option
- Tooltip ref prop fix for child elements
- Select dropdown opening fix in Firefox
New Features
- Notification loaderProps
Full Release Notes
## What's Changed - `[@mantine/core]` Menu: Fix missing `withProps` function - `[@mantine/core]` Transition: Fix 1px child elements shift in Chrome for animations with scaling - `[@mantine/core]` ScrollArea: Add `offsetScrollbars="present"` option support (#7527) - `[@mantine/core]` Notification: Add `loaderProps` to pass props down to Loader component (#7577) - `[@mantine/core]` Tooltip: Fix `ref` prop not working correctly on the child element of the tooltip (#7578) - `[@mantine/core]` Select: Fix dropdown not openning in Firefox (#7539) ## New Contributors * @yushihang made their first contribution in https://github.com/mantinedev/mantine/pull/7579 **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.17.1...7.17.2