9.0.2
mantinedev/mantine9.0.2Apr 13, 2026by rtivital
AI Summary
A bug fix release fixing schedule border radius, formatting, textarea resize errors, and tiptap caret visibility.
Key Highlights
- Changed default events border-radius to sm
- Fixed DateTimePicker formatting with `withSeconds`
- Fixed Textarea resize errors
- Fixed modals infinite rerendering
- Fixed invisible caret in empty task lists
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