apps/mantine.dev/src/pages/changelog/8-3-0.mdx
import { ProgressDemos, HeatmapDemos, MiniCalendarDemos, SelectDemos } from '@docs/demos'; import { Layout } from '@/layout'; import { MDX_DATA } from '@/mdx';
export default Layout(MDX_DATA.Changelog830);
You can now sponsor Mantine development with OpenCollective. All funds are used to improve Mantine and create new features and components.
<SponsorButton />New MiniCalendar component:
<Demo data={MiniCalendarDemos.usage} />Progress now supports vertical orientation:
<Demo data={ProgressDemos.vertical} />Heatmap now supports splitMonths prop to visually separate months with a spacer column and render only days that belong to each month in its columns.
Select, MultiSelect, and other components with
clearable prop now allow displaying the clear button next to the right section:
@mantine/tiptap now supports Tiptap 3. It is
recommended to update all @tiptap/* packages to version 3.2.0 or later.
Your application might require some modifications related to Tiptap 3. If you want to update your application to TipTap 3, follow migration guide.
You can now use LLMs.txt file with Cursor and other IDEs. The file is automatically updated with each release and includes every demo and documentation page from mantine.dev. It is about 1.8mb. You can find the latest version of LLMs.txt here and further documentation here.
clearSearchOnChange prop to clear search input when an item is selected.@hello-pangea/dndreverseTimeControlsList prop to reverse the order of time controls in the dropdown. Use this option if you want the order of controls to match keyboard controls (up and down arrow) direction.dir attribute mutations of the root element (usually <html />) and updates internal state automatically.data prop.