9.4.1

OpenBMB/MiniCPM-V9.4.1Jun 28, 2026by rtivital

AI Summary

Patch release fixing React compiler compatibility issues and various rendering bugs across charts, forms, and core components.

Key Highlights

  • Fixed React compiler compatibility for `use-set`, `use-map`, and form functions
  • Fixed heatmap values rendering outside provided domain
  • Fixed Slider marks labels position in RTL layouts
  • Fixed TimePicker duration values > 9999 hours

New Features

  • ResourcesWeekView events resizing support
  • FormProviderProps type export

Full Release Notes

## 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