7.16.3

mantinedev/mantine7.16.3Feb 8, 2025by rtivital

AI Summary

Patch release fixing rendering issues with TextInput autocomplete, ScrollArea user-select behavior, and DateInput infinite loops, along with accessibility warnings in Carousel.

Key Highlights

  • TextInput autocomplete variant fix
  • ScrollArea user-select fix after scrollbar interaction
  • DateInput Safari infinite loop fix
  • Carousel indicator aria-hidden warning fix

Full Release Notes

## What's Changed
- `[@mantine/core]` Remove `use client` from `isLightColor` function
- `[@mantine/core]` TextInput: Fix autocomplete for `variant` prop not working
- `[@mantine/carousel]` Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
- `[@mantine/core]` Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
- `[@mantine/core]` Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
- `[@mantine/core]` Fix `0` gradient `deg` value not working correctly (#7444)
- `[@mantine/core]` ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
- `[@mantine/dates]` DateInput: Fix infinite loop in Safari (#7442)

## New Contributors
* @kingflamez made their first contribution in https://github.com/mantinedev/mantine/pull/7442
* @webkonstantin made their first contribution in https://github.com/mantinedev/mantine/pull/7423
* @marcinlukanus made their first contribution in https://github.com/mantinedev/mantine/pull/7444

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.16.2...7.16.3