8.3.12

mantinedev/mantine8.3.12Jan 9, 2026by rtivital

AI Summary

Bug fix release addressing positioning and layout issues in Popover, ScrollArea, AppShell, and Tiptap components. Introduces static mode support for nested AppShells.

Key Highlights

  • Fixed Popover flip logic being calculated after shift
  • Fixed bubble menu being overlapped by toolbar in @mantine/tiptap
  • Fixed ScrollArea incorrect overscroll behavior when scrollbar explicitly set
  • Added static mode support for nested AppShells

New Features

  • Added static mode support for nested AppShells

Full Release Notes

## What's Changed
- `[@mantine/core]` Popover: Fix flip logic being calculated after shift (#8590)
- `[@mantine/tiptap]` Fix bubble menu being overlapped by the toolbar (#8589)
- `[@mantine/core]` ScrollArea: Fix incorrect overscroll behavior when `scrollbar` explicitly set on one side (#8591)
- `[@mantine/core]` AppShell: Add static mode support for nested app shells

## New Contributors
* @Hosung99 made their first contribution in https://github.com/mantinedev/mantine/pull/8591
* @kykim00 made their first contribution in https://github.com/mantinedev/mantine/pull/8590

**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.11...8.3.12