7.9.2

mantinedev/mantine7.9.2May 17, 2024by rtivital

AI Summary

A bug fix release addressing issues with DateTimePicker, NavLink routing, chart tooltips, and various input behaviors.

Key Highlights

  • Fixed `timeInputProps` not being respected in DateTimePicker.
  • Added react-router support to NavLink to display active route.
  • Fixed incorrect tooltip position in LineChart, AreaChart, and BarChart with vertical orientation.
  • Fixed `readOnly` prop now working on touch devices for Rating component.

Full Release Notes

## What's Changed
- `[@mantine/dates]` DateTimePicker: Fix some of `timeInputProps` not being respected (#6204)
- `[@mantine/core]` NavLink: Add react-router support to display active route (#6180)
- `[@mantine/core]` Fix `nonce` attribute not being set on `<style />` tag generated in color scheme switching script
- `[@mantine/core]` Input: Fix incorrect margins when input wrapper order is explicitly set
- `[@mantine/core]` Pagination: Fix types definition being incompatible with @tabler/icons-react 3.x
- `[@mantine/charts]` Fix incorrect tooltip position in LineChart, AreaChart and BarChart with vertical orientation
- `[@mantine/core]` Rating: Fix `readOnly` prop now working on touch devices (#6202)
- `[@mantine/core]` TagsInput: Fix existing search value being ignored in `onPaste` even handler (#6073)
- `[@mantine/core]` TagsInput: Improve `clearable` prop logic related to dropdown (#6115)

## New Contributors
* @corydeppen made their first contribution in https://github.com/mantinedev/mantine/pull/6180
* @rodda-kyusu made their first contribution in https://github.com/mantinedev/mantine/pull/6204
* @iguit0 made their first contribution in https://github.com/mantinedev/mantine/pull/6233
* @Shadowfita made their first contribution in https://github.com/mantinedev/mantine/pull/6238

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.9.1...7.9.2