8.3.4

mantinedev/mantine8.3.4Oct 9, 2025by rtivital

AI Summary

Bug fixes for Select, Calendar, Transition, TimePicker, and DatePicker components.

Key Highlights

  • Select: Allow overriding `rightSection` with `null`
  • Transition: Fix blurry animations
  • TimePicker: Fix custom AM/PM labels being truncated
  • DatePicker: Add missing `multiple` handling to preset types

Full Release Notes

## What's Changed
- `[@mantine/core]` Select: Allow overriding `rightSection` with `null` (#8328)
- `[@mantine/dates]` Calendar: Fix incorrect props types for `hasNextLevel` (#8344)
- `[@mantine/core]` Transition: Fix some animations being blurry (#8070, #8324)
- `[@mantine/dates]` TimePicker: Fix custom amPmLabels being truncated in input and dropdown (#8336)
- `[@mantine/dates]` DatePicker: Add missing `multiple` handling to `DatePickerPreset` type (#8341)


**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.3...8.3.4