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.3 (2025-07-21)

- Update dev dependencies to ensure compatibility with Mantine 8.1.3 & Next.js 15.4.x

## 8.1.2 (2025-06-16)

- Update dependencies to ensure compatibility with Mantine 8.1.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 - 2024 Ionuț-Cristian Florescu
Copyright (c) 2023 - 2025 Ionuț-Cristian Florescu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-contextmenu",
"version": "8.1.2",
"version": "8.1.3",
"description": "Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable",
"keywords": [
"ui",
Expand Down Expand Up @@ -73,35 +73,35 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@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.18",
"@types/node": "^24.0.3",
"@mantine/code-highlight": "^8.1.3",
"@mantine/core": "^8.1.3",
"@mantine/hooks": "^8.1.3",
"@mantine/notifications": "^8.1.3",
"@tabler/icons-react": "^3.34.1",
"@types/lodash": "^4.17.20",
"@types/node": "^24.0.15",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.7",
"eslint": "^9.29.0",
"eslint-config-next": "^15.3.4",
"cssnano": "^7.1.0",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.2",
"eslint-plugin-react-hooks": "^5.2.0",
"lodash": "^4.17.21",
"next": "^15.3.4",
"next": "^15.4.2",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-preset-mantine": "^1.17.0",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.0",
"prettier": "^3.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.34.2",
"shiki": "^3.7.0",
"swr": "^2.3.3",
"sharp": "^0.34.3",
"shiki": "^3.8.1",
"swr": "^2.3.4",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
Expand Down
Loading