Skip to content
Merged

Next #831

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
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache: pnpm

- name: Restore pnpm store
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
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 DataTable component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.

## 9.4.0 (2026-07-15)

- Update dev deps to ensure compatibility with Mantine 9.4.0

## 9.3.1 (2026-06-19)

- Update dev deps to ensure compatibility with Mantine 9.3.1
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
"files": {
"includes": ["**", "!**/.next", "!**/dist", "!**/out", "!**/public", "!**/next-env.d.ts", "!**/*.css"]
},
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "9.3.1",
"version": "9.4.0",
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
"keywords": [
"mantine",
Expand Down Expand Up @@ -74,40 +74,40 @@
"format": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "2.5.0",
"@biomejs/biome": "2.5.3",
"@docsearch/css": "4.6.3",
"@docsearch/react": "4.6.3",
"@faker-js/faker": "10.5.0",
"@formkit/auto-animate": "0.9.0",
"@formkit/auto-animate": "0.10.0",
"@hello-pangea/dnd": "18.0.1",
"@mantine/code-highlight": "9.3.2",
"@mantine/core": "^9.3.2",
"@mantine/dates": "9.3.2",
"@mantine/hooks": "^9.3.2",
"@mantine/modals": "9.3.2",
"@mantine/notifications": "9.3.2",
"@mantine/code-highlight": "9.4.1",
"@mantine/core": "^9.4.1",
"@mantine/dates": "9.4.1",
"@mantine/hooks": "^9.4.1",
"@mantine/modals": "9.4.1",
"@mantine/notifications": "9.4.1",
"@tabler/icons-react": "3.44.0",
"@tanstack/react-query": "5.101.0",
"@tanstack/react-query": "5.101.2",
"@types/lodash": "4.17.24",
"@types/node": "25.9.3",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"clsx": "2.1.1",
"cssnano": "8.0.2",
"dayjs": "1.11.21",
"lodash": "4.18.1",
"mantine-contextmenu": "9.3.0",
"next": "16.2.9",
"postcss": "8.5.15",
"mantine-contextmenu": "9.3.1",
"next": "16.2.10",
"postcss": "8.5.19",
"postcss-cli": "11.0.1",
"postcss-import": "16.1.1",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sharp": "0.35.1",
"shiki": "4.2.0",
"swr": "2.4.1",
"sharp": "0.35.3",
"shiki": "4.3.1",
"swr": "2.4.2",
"tsup": "8.5.1",
"typescript": "6.0.3"
},
Expand Down
Loading