# Mantine 9.4.1 - Product: Mantine (https://whatsnew.fyi/product/mantine) - Vendor: Mantine - Date: 2026-06-28 - Version: 9.4.1 - Original notes: https://github.com/mantinedev/mantine/releases/tag/9.4.1 - Permalink: https://whatsnew.fyi/product/mantine/releases/9.4.1 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'. --- - **fixed** — Fix some functions in @mantine/form not working correctly with react compiler - **fixed** — Fix Heatmap values outside the provided domain rendering with no fill - **fixed** — Fix RollingNumber rendering -0 for values that round to zero - **fixed** — Fix incorrect marks labels position in Slider in RTL layouts - **fixed** — Fix use-set and use-map hooks using stale values when used with React compiler - **added** — Add FormProviderProps type export to @mantine/form - **fixed** — Fix incorrect multiday events rendering in ResourcesDayView - **fixed** — Fix TimePicker duration values greater than 9999 hours not working - **changed** — Mark non-menuitem dropdown children as presentational in Menu - **fixed** — Fix ref and style props not working in Collapse when transitionDuration is 0 - **fixed** — Fix autosize not working correctly with minRows on initial render in Textarea - **added** — Add events resizing support to ResourcesWeekView ##### What's Changed - `[@mantine/form]` Fix some functions not working correctly with react compiler (#9007) - `[@mantine/charts]` Heatmap: Fix values outside the provided domain rendering with no fill (#8982) - `[@mantine/core]` RollingNumber: Fix rendering `-0` for values that round to zero (#8983) - `[@mantine/core]` Slider: Fix incorrect marks labels position in RTL layouts (#8996) - `[@mantine/hooks]` Fix use-set and use-map hooks using stale values when used with React compiler (#9008) - `[@mantine/form]` Add `FormProviderProps` type export (#9009) - `[@mantine/schedule]` ResourcesDayView: Fix incorrect multiday events rendering (#9014) - `[@mantine/dates]` TimePicker: Fix duration values greater than 9999 hours not working (#9002) - `[@mantine/core]` Menu: Mark `non-menuitem` dropdown children as presentational (#9004) - `[@mantine/core]` Collapse: Fix `ref` and `style` props not working when `transitionDuration: 0` (#9013) - `[@mantine/core]` Textarea: Fix autosize not working correctly with `minRows` on initial render - `[@mantine/schedule]` ResourcesWeekView: Add events resizing support ##### New Contributors * @ayu3456 made their first contribution in https://github.com/mantinedev/mantine/pull/9013 * @Sanjays2402 made their first contribution in https://github.com/mantinedev/mantine/pull/9004 **Full Changelog**: https://github.com/mantinedev/mantine/compare/9.4.0...9.4.1