Skip to content

Commit

Permalink
release v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 20, 2023
1 parent dae311c commit 7edb712
Show file tree
Hide file tree
Showing 7 changed files with 1,010 additions and 973 deletions.
36 changes: 18 additions & 18 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,43 @@
},
"dependencies": {
"@docsearch/js": "3.5.2",
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.2.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "^7.1.3",
"@mantine/core": "^7.1.3",
"@mantine/dates": "^7.1.3",
"@mantine/hooks": "^7.1.3",
"@mantine/modals": "^7.1.3",
"@mantine/code-highlight": "^7.1.5",
"@mantine/core": "^7.1.5",
"@mantine/dates": "^7.1.5",
"@mantine/hooks": "^7.1.5",
"@mantine/modals": "^7.1.5",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.4",
"@next/mdx": "^13.5.6",
"@tabler/icons-react": "2.39.0",
"@tanstack/react-query": "^4.36.1",
"@types/mdx": "^2.0.8",
"@tanstack/react-query": "^5.0.0",
"@types/mdx": "^2.0.9",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.7.0",
"mantine-react-table": "workspace:*",
"next": "13.5.4",
"next": "13.5.6",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"next-plausible": "^3.11.1",
"eslint-config-next": "13.5.6",
"next-plausible": "^3.11.2",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.8.0",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.0.3",
"turbo": "^1.10.15"
"turbo": "^1.10.16"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine-react-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ V1 released July 18, 2023

### _Quickly Create React Data Tables with Mantine_

### __Built with [Mantine <sup>V5</sup>](https://mantine.dev/) and [TanStack Table <sup>V8</sup>](https://tanstack.com/table/v8)__
### __Built with [Mantine <sup>V7</sup>](https://mantine.dev/) and [TanStack Table <sup>V8</sup>](https://tanstack.com/table/v8)__

<img src="https://mantine-react-table.com/banner.png" alt="MRT" height="50"/>

Expand Down
1 change: 1 addition & 0 deletions packages/mantine-react-table/build-locales.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import typescript from '@rollup/plugin-typescript';

const supportedLocales = [
'ar',
'az',
'bg',
'cs',
'da',
Expand Down
48 changes: 24 additions & 24 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"license": "MIT",
"name": "mantine-react-table",
"description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down Expand Up @@ -63,58 +63,58 @@
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@faker-js/faker": "^8.1.0",
"@mantine/core": "^7.1.3",
"@mantine/dates": "^7.1.3",
"@mantine/hooks": "^7.1.3",
"@faker-js/faker": "^8.2.0",
"@mantine/core": "^7.1.5",
"@mantine/dates": "^7.1.5",
"@mantine/hooks": "^7.1.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@size-limit/preset-small-lib": "^9.0.0",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-storysource": "^7.4.6",
"@storybook/blocks": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-vite": "^7.4.6",
"@storybook/addon-a11y": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-storysource": "^7.5.1",
"@storybook/blocks": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "2.39.0",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.51.0",
"eslint-plugin-perfectionist": "^2.2.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.8.0",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.1.0",
"rollup": "^4.1.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^9.0.0",
"storybook": "^7.4.6",
"storybook": "^7.5.1",
"storybook-dark-mode": "^3.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^4.4.11"
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^4.5.0"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-virtual": "3.0.0-beta.65",
"@tanstack/react-virtual": "3.0.0-beta.66",
"clsx": "^2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mantine-react-table/src/head/MRT_TableHeadCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ export const MRT_TableHeadCell = <TData extends Record<string, any> = {}>({
>
{headerElement}
</Flex>
{column.getCanSort() && (
<MRT_TableHeadCellSortLabel header={header} table={table} />
)}
{column.getCanFilter() && (
<MRT_TableHeadCellFilterLabel header={header} table={table} />
)}
{column.getCanSort() && (
<MRT_TableHeadCellSortLabel header={header} table={table} />
)}
</Flex>
{columnDefType !== 'group' && (
<Flex
Expand Down
Loading

0 comments on commit 7edb712

Please sign in to comment.