6.0.22

mantinedev/mantine6.0.22Jul 13, 2024by rtivital

AI Summary

A patch release for the 6.x major version focusing on Popover overflow fixes, Menu focus logic improvements, Switch accessibility fixes, and TypeScript 5.5 compatibility.

Key Highlights

  • Popover size middleware added to fix overflow issues
  • Fix broken focus logic in Menu when `keepMounted` is set
  • Fix accessibility issues in Switch component
  • TypeScript 5.5 compatibility fixes

New Features

  • Popover size middleware
  • Menu focus logic fix
  • Switch accessibility fixes
  • TypeScript 5.5 compatibility

Full Release Notes

## 6.x patch

This is a patch for the previous major version, it does not impact 7.x releases.

## Changes

* `[@mantine/core]` Popover: Add size popover middleware to fix overflow issues in `Popover.Dropdown` (#5214)
* `[@mantine/core]` Menu: Fix broken focus logic when `keepMounted` is set (#5565)
* `[@mantine/core]` Switch: fix accessibility issues (#5755)
* `[@mantine/core]` Fix Typescript 5.5 compatibility

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.21...6.0.22