9.5.1
games-on-whales/wolf9.5.1Aug 2, 2026by github-actions[bot]
AI Summary
This release focuses on bug fixes and minor enhancements across the Mantine component library integration, specifically improving Tiptap controls, scroll spy, and various UI components like ColorInput, Checkbox, and Tooltip.
Key Highlights
- Fixed Tiptap controls being disabled before element focus.
- Fixed source code control wrapping content with extra p tags.
- Added `fullWidth` prop support to ColorInput.
- Added `interactive` prop support to Tooltip.
- Added `onSizeChange` and `onResizeStart` props to FloatingWindow.
New Features
- use-scroll-spy now allows usage with refs.
- ColorInput supports `fullWidth` prop.
- Tooltip supports `interactive` prop.
- Cascader adds safe area polygon support.
- PasswordInput allows changing focusability of visibility toggle.
- ScatterChart adds option for a second Y-axis.
- YearView adds `renderDay` prop and option to hide weekends.
- ResourcesMonthView adds option to resize events.
Full Release Notes
- `[@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)