9.0.2

oumi-ai/oumi9.0.2Apr 13, 2026by rtivital

AI Summary

A patch release for the Mantine UI library focusing on bug fixes across multiple components including schedule, dates, core, modals, and tiptap.

Key Highlights

  • Fixed DateTimePicker formatting when using `withSeconds` in `timePickerProps`.
  • Fixed invisible caret in empty task list items within RichTextEditor.
  • Fixed rrule package imports to ensure compatibility with ESM-only bundlers.
  • Fixed incorrect default colors resolver for custom colors in the light variant.
  • Fixed `modals.closeAll()` causing infinite rerendering when called from context modals.

Full Release Notes

## What's Changed
- `[@mantine/schedule]` Change default events border-radius to sm
- `[@mantine/dates]` DateTimePicker: Fix formatting not working with `withSeconds` set on `timePickerProps` only
- `[@mantine/core]` Textarea: Fix error thrown on resize in some cases
- `[@mantine/modals]` Fix `modals.closeAll()` called from comtext modal causing infinite rerendering
- `[@mantine/tiptap]` RichTextEditor: Fix invisible caret in empty task list items
- `[@mantine/schedule]` Fix rrule package imports bot being compatible with esm only bundlers
- `[@mantine/schedule]` Fix `onEventClick` called when event is resizing
- `[@mantine/core]` Fix incorrect default colors resolver for custom colors in light variant

## New Contributors
* @dkpark10 made their first contribution in https://github.com/mantinedev/mantine/pull/8807
* @sdelpercio made their first contribution in https://github.com/mantinedev/mantine/pull/8826

**Full Changelog**: https://github.com/mantinedev/mantine/compare/9.0.1...9.0.2