9.0.2
mingrammer/diagrams9.0.2Apr 13, 2026by rtivital
AI Summary
A patch release focused on fixing critical bugs across the core library, dates module, and text editing components to improve stability and correct rendering issues.
Key Highlights
- Fixed DateTimePicker formatting not working with seconds.
- Fixed Textarea error thrown on resize in certain cases.
- Fixed modals infinite rerendering bug when closing from context.
- Fixed invisible caret in empty task list items in RichTextEditor.
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