9.2.2

bilibili/Index-anisora9.2.2May 27, 2026by rtivital

AI Summary

A bug fix release addressing issues in components like TimePicker, Input, and Mask hooks to improve usability.

Key Highlights

  • Fixes for TimePicker am/pm switching
  • Fixes for use-mask undo and cursor behavior
  • Fixes for Input sections misplacement

New Features

  • Pill overflow handling fix
  • TimePicker am/pm switching fix
  • use-mask undo keyboard shortcut fix
  • use-mask cursor jumping fix
  • Input sections misplaced fix
  • Select clear button visibility fix
  • Modal, Drawer and Spotlight attributes fix
  • Tiptap controls error fix
  • Menu safe area options

Full Release Notes

## What's Changed
- `[@mantine/core]` Pill: Fix incorrect overflow handling (#8929)
- `[@mantine/dates]` TimePicker: Fix incorrect am/pm switching in some cases in production builds (#8911)
- `[@mantine/hooks]` use-mask: Fix undo keyboard shortcut not working (#8927)
- `[@mantine/hooks]` use-mask: Fix cursor jumping on paste/cut (#8926)
- `[@mantine/core]` Input: Fix sections misplaced when `dir` overrides parent direction (#8905)
- `[@mantine/core]` Select: Fix clear button not showing for falsy primitive values (#8901)
- `[@mantine/core]` Fix incorrect attributes type in Modal, Drawer and Spotlight
- `[@mantine/tiptap]` Fix controls throwing errors when editor is destroyed/not initialized (#8900)
- `[@mantine/core]` Menu: Add option to pass safe area polygon options down to Menu.Sub (#8908)

## New Contributors
* @chbaefront made their first contribution in https://github.com/mantinedev/mantine/pull/8908
* @krusche made their first contribution in https://github.com/mantinedev/mantine/pull/8900
* @hyeongjun6364 made their first contribution in https://github.com/mantinedev/mantine/pull/8901
* @Israadaassi1 made their first contribution in https://github.com/mantinedev/mantine/pull/8921

**Full Changelog**: https://github.com/mantinedev/mantine/compare/9.2.1...9.2.2