- Menu component was migrated to context, it no longer parses children – Menu.Item, Menu.Label components can now be wrapped with other components and stored in fragments
- List component was migrated to context – same new options are available for List.Item as for Menu.Item
- NextLink component was added to
@mantine/next
package to simplify Next.js Link usage with Menu