# Mantine changelog > A React component and hooks library with dark mode and accessibility built in. - Vendor: Mantine - Category: Frameworks & Libraries - Official site: https://mantine.dev - Tracked by: What's New (https://whatsnew.fyi/product/mantine) - Harvested from: GitHub (mantinedev/mantine) - Entries below: 11 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 9.5.1 - Date: 2026-08-02 - Version: 9.5.1 - Original notes: https://github.com/mantinedev/mantine/releases/tag/9.5.1 - Permalink: https://whatsnew.fyi/product/mantine/releases/9.5.1 - **fixed** — Fix tiptap controls being initially disabled before element is focused - **fixed** — Fix tiptap source code control wrapping content with extra p tag - **added** — Allow use-scroll-spy hook usage with refs - **added** — Add fullWidth prop support to ColorInput - **fixed** — Fix incorrect indeterminate aria attributes handling in Checkbox.Card - **fixed** — Fix FloatingIndicator position and size calculation under scaled ancestors - **added** — Add interactive prop support to Tooltip - **added** — Add safe area polygon support to Cascader - **added** — Add option to change whether the visibility toggle is focusable in PasswordInput - **added** — Add option to add second y axis to ScatterChart - **added** — Add renderDay prop support to YearView - **added** — Add option to hide weekend days in YearView - **fixed** — Fix InputWrapper component: div triggering typescript error if passed to descriptionProps - **added** — Add option to resize events in ResourcesMonthView - **added** — Add support for onSizeChange and onResizeStart props to FloatingWindow - `[@mantine/tiptap]` Fix controls being initially disabledbefore element is focused - `[@mantine/tiptap]` Fix source code control wrapping content with extra p tag - `[@mantine/hooks]` use-scroll-spy: Allow usage with refs (#9025) - `[@mantine/core]` ColorInput: Add support for fullWidth prop (#9061) - `[@mantine/core]` Checkbox: Fix incottect indeterminate aria attributes handling in Checkbox.Card (#9095) - `[@mantine/core]` FloatingIndicator: Fix position and size calculation under scaled ancestors (#9071) - `[@mantine/core]` Tooltip: Add interactive prop support (#9072) - `[@mantine/core]` Cascader: Add safe area polygon support - `[@mantine/core]` PasswordInput: Add option to change whether the visibility toggle is focusable (#9090) - `[@mantine/charts]` ScatterChart: Add option to add second y axis - `[@mantine/schedule]` YearView: Add `renderDay` prop support - `[@mantine/schedule]` YearView: Add option to hide weekend days - `[@mantine/core]` InputWrapper: Fix `component: div` triggering typescript error if passed to `descriptionProps` - `[@mantine/schedule]` ResourcesMonthView: Add option to resize events - `[@mantine/core]` FloatingWindow: Add support for `onSizeChange` and `onResizeStart` props (#9085) ### 9.5.0 — 9.5.0 🤖 - Date: 2026-07-27 - Version: 9.5.0 - Original notes: https://github.com/mantinedev/mantine/releases/tag/9.5.0 - Permalink: https://whatsnew.fyi/product/mantine/releases/9.5.0 - **changed** — Migrate linting and formatting toolchain from ESLint and Prettier to oxc, with oxlint as the linter and oxfmt as the formatter - **added** — Add oxc-config-mantine package as a replacement for eslint-config-mantine for shared code style configuration - **added** — Add withNativeLevelSelect prop to DatePicker and all other date picker components to replace calendar header level button with native select elements - **added** — Add yearsSelectRange prop to date picker components for configuring the range of years available in the native select - **added** — Add opposite prop to Timeline.Item component to render content on the opposite side of the timeline - **added** — Add alternate prop to Timeline.Item component to switch the position of content and opposite [View changelog with demos on mantine.dev website](https://mantine.dev/changelog/9-5-0) ##### Support Mantine development You can now sponsor Mantine development with [OpenCollective](https://opencollective.com/mantinedev). All funds are used to improve Mantine and create new features and components. ##### Migration to oxc Mantine has migrated its linting and formatting toolchain from ESLint and Prettier to [oxc](https://oxc.rs) – [oxlint](https://www.npmjs.com/package/oxlint) is now used as the linter and [oxfmt](https://www.npmjs.com/package/oxfmt) as the formatter. Both tools are written in Rust and are significantly faster than their predecessors, which makes linting and formatting the entire codebase almost instant. The shared configuration is available as a new [oxc-config-mantine](https://mantine.dev/oxc-config-mantine) package (a replacement for the previous `eslint-config-mantine`). You can use it in your own projects to follow the same code style and conventions as Mantine. ##### Native level select in date pickers [DatePicker](https://mantine.dev/dates/date-picker) and all other date picker components ([DatePickerInput](https://mantine.dev/dates/date-picker-input), [MonthPicker](https://mantine.dev/dates/month-picker), [YearPicker](https://mantine.dev/dates/year-picker), [DateTimePicker](https://mantine.dev/dates/date-time-picker), etc.) now support the `withNativeLevelSelect` prop. When enabled, it replaces the calendar header level button with native `