Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The following is a list of notable changes to the Mantine ContextMenu component.
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.

## 8.1.2 (2025-06-16)

- Update dependencies to ensure compatibility with Mantine 8.1.1

## 8.1.1 (2025-06-11)

- Fix issue [#183](https://github.com/icflorescu/mantine-contextmenu/issues/183) - classes and styles provided to `showContextMenu` are now properly applied to submenus
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Craft your applications for productivity and meet your users’ expectations by

[![Mantine ContextMenu](https://user-images.githubusercontent.com/581999/294179957-e5b07f1f-701b-49a9-a518-4e42afb8b70a.png)](https://icflorescu.github.io/mantine-contextmenu/)

**⚠️ NOTE: Mantine ContextMenu V8.1 is compatible with Mantine V8.1 (and probably V7).**
**⚠️ NOTE: Mantine ContextMenu V8.x is compatible with Mantine V8.x (and probably V7).**
**💡 If you're looking for the old version that works with [Mantine V6](https://v6.mantine.dev), head over to [Mantine ContextMenu V6](https://icflorescu.github.io/mantine-contextmenu-v6).**

## Features
Expand Down
2 changes: 1 addition & 1 deletion app/(home)/HomePageSubtitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function HomePageSubtitle() {
<Text size="sm">
compatible with{' '}
<ExternalLink className="nowrap" to={MANTINE_LINK}>
Mantine V8.1 <IconExternalLink className={classes.linkIcon} />
Mantine V8.x <IconExternalLink className={classes.linkIcon} />
</ExternalLink>
</Text>
</Group>
Expand Down
4 changes: 2 additions & 2 deletions components/VersionBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export function VersionBadge() {
<IconAlertSquareRoundedFilled />
</Box>
<br />
This version works with Mantine V8
This version works with Mantine V8.x
<br />
(and probably V7).
(and probably V7.x).
<br />
If you’re using
<br />
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@mantine/code-highlight": "^8.1.0",
"@mantine/core": "^8.1.0",
"@mantine/hooks": "^8.1.0",
"@mantine/notifications": "^8.1.0",
"@mantine/code-highlight": "^8.1.1",
"@mantine/core": "^8.1.1",
"@mantine/hooks": "^8.1.1",
"@mantine/notifications": "^8.1.1",
"@tabler/icons-react": "^3.34.0",
"@types/lodash": "^4.17.17",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.7",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-config-next": "^15.3.3",
"eslint-plugin-react-hooks": "^5.2.0",
"lodash": "^4.17.21",
Expand Down
Loading