Skip to content

Commit d422743

Browse files
committed
Perf improvement, update deps, changelog, bump version
1 parent 4546fb5 commit d422743

File tree

3 files changed

+202
-197
lines changed

3 files changed

+202
-197
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The following is a list of notable changes to the Mantine DataTable component.
44
Minor versions that are not listed in the changelog are bug fixes and small improvements.
55

6+
## 8.2.0 (2025-07-23)
7+
8+
- **Significant performance improvement by reducing re-renders**, many thanks to [yergom](https://github.com/yergom) for PR [#732](https://github.com/icflorescu/mantine-datatable/pull/732)
9+
- Update deps to ensure compatibility with Mantine 8.2.0
10+
611
## 8.1.3 (2025-07-21)
712

813
- Enhance column resizing behavior for closed columns - many thanks to [Giovambattista Fazioli](https://github.com/gfazioli) for PR [#711](https://github.com/icflorescu/mantine-datatable/pull/711)

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "8.1.3",
3+
"version": "8.2.0",
44
"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",
55
"keywords": [
66
"mantine",
@@ -77,29 +77,29 @@
7777
"@faker-js/faker": "^9.9.0",
7878
"@formkit/auto-animate": "^0.8.2",
7979
"@hello-pangea/dnd": "^18.0.1",
80-
"@mantine/code-highlight": "^8.1.3",
81-
"@mantine/core": "^8.1.3",
82-
"@mantine/dates": "^8.1.3",
83-
"@mantine/hooks": "^8.1.3",
84-
"@mantine/modals": "^8.1.3",
85-
"@mantine/notifications": "^8.1.3",
80+
"@mantine/code-highlight": "^8.2.1",
81+
"@mantine/core": "^8.2.1",
82+
"@mantine/dates": "^8.2.1",
83+
"@mantine/hooks": "^8.2.1",
84+
"@mantine/modals": "^8.2.1",
85+
"@mantine/notifications": "^8.2.1",
8686
"@tabler/icons-react": "^3.34.1",
8787
"@tanstack/react-query": "^5.83.0",
8888
"@types/lodash": "^4.17.20",
89-
"@types/node": "^24.0.15",
89+
"@types/node": "^24.1.0",
9090
"@types/react": "^19.1.8",
9191
"@types/react-dom": "^19.1.6",
92-
"@typescript-eslint/eslint-plugin": "^8.37.0",
93-
"@typescript-eslint/parser": "^8.37.0",
92+
"@typescript-eslint/eslint-plugin": "^8.38.0",
93+
"@typescript-eslint/parser": "^8.38.0",
9494
"clsx": "^2.1.1",
9595
"cssnano": "^7.1.0",
9696
"dayjs": "^1.11.13",
9797
"eslint": "^9.31.0",
98-
"eslint-config-next": "^15.4.2",
98+
"eslint-config-next": "^15.4.3",
9999
"eslint-config-prettier": "^10.1.8",
100100
"lodash": "^4.17.21",
101-
"mantine-contextmenu": "^8.1.3",
102-
"next": "^15.4.2",
101+
"mantine-contextmenu": "^8.2.0",
102+
"next": "^15.4.3",
103103
"postcss": "^8.5.6",
104104
"postcss-cli": "^11.0.1",
105105
"postcss-import": "^16.1.1",

0 commit comments

Comments
 (0)