7.13.3

mantinedev/mantine7.13.3Oct 17, 2024by rtivital

AI Summary

A comprehensive bug fix release addressing style prop handling, component behaviors, and accessibility across various Mantine packages including core, dates, dropzone, and charts.

Key Highlights

  • Fixed size units (cqw, cqh, etc.) in style props
  • Removed confusing props from DateTimePicker timeInputProps
  • Added HEIF image mime type support
  • Fixed valueFormatter in vertical charts
  • Fixed NumberInput min handling for large numbers

Full Release Notes

## What's Changed
- `[@mantine/core]` Fix cqw, cqh, cqi, cqb, cqmax and cqmin size units not being handled correctly in style props
- `[@mantine/dates]` DateTimePicker: Remove `defaultValue` and `value` props from `timeInputProps` types to avoid confusion (#6959)
- `[@mantine/dropzone]` Set `data-disabled` attribute on the root element if `disabled` prop is set (#6946)
- `[@mantine/core]` Modal: Fix default Modal.Root transition being different from Modal component (#6967)
- `[@mantine/core]` ColorInput: Fix `popoverProps={{ opned: true }}` not working (#6968)
- `[@mantine/charts]` Fix `valueFormatter` prop not working correctly with `orientation="vertical"` in BarChart, AreaChart and LineChart components (#6979)
- `[@mantine/core]` Popover: Fix `onOpen` not being called with controlled `opened` state (#6981)
- `[@mantine/core]` NumberInput: Fix incorrect `min` prop handling for large numbers (#6985)
- `[@mantine/dropzone]` Add HEIF image mime type (#6977)
- `[@mantine/core]` PasswordInput: Fix cursor shifting when the visibility button is clicked on touch devices (#6971)

## New Contributors
* @eungyeole made their first contribution in https://github.com/mantinedev/mantine/pull/6957
* @thaynam made their first contribution in https://github.com/mantinedev/mantine/pull/6977

**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.13.2...7.13.3