Skip to content

Commit

Permalink
Merge pull request #585 from icflorescu/next
Browse files Browse the repository at this point in the history
Ensure compatibility with Mantine 7.9
  • Loading branch information
icflorescu committed May 3, 2024
2 parents 84ce3ca + 62a48a3 commit 8861abc
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: '20'
cache: yarn
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.next/cache
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.

## 7.8.2 (2024-05-03)

- Update dev dependencies to ensure compatibility with Mantine 7.9
- Update GitHub workflow action versions

## 7.8.2 (2024-04-26)

- Add `rowExpansion.expandable` property defining if row can be expanded (see [#579](https://github.com/icflorescu/mantine-datatable/issues/579), by [@camdarley](https://github.com/camdarley))
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "7.8.2",
"version": "7.9.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 @@ -75,28 +75,28 @@
"@ducanh2912/next-pwa": "^10.2.6",
"@faker-js/faker": "^8.4.1",
"@formkit/auto-animate": "^0.8.2",
"@mantine/code-highlight": "^7.8.1",
"@mantine/core": "^7.8.1",
"@mantine/dates": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/modals": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "^5.32.0",
"@mantine/code-highlight": "^7.9.0",
"@mantine/core": "^7.9.0",
"@mantine/dates": "^7.9.0",
"@mantine/hooks": "^7.9.0",
"@mantine/modals": "^7.9.0",
"@mantine/notifications": "^7.9.0",
"@tabler/icons-react": "^3.3.0",
"@tanstack/react-query": "^5.32.1",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"dayjs": "^1.11.11",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"mantine-contextmenu": "^7.8.1",
"mantine-contextmenu": "^7.9.0",
"next": "^14.2.3",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
Expand Down
Loading

0 comments on commit 8861abc

Please sign in to comment.