Skip to content

Commit

Permalink
release v1.3.3 - upgrade tanstack
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 7, 2023
1 parent 82966e3 commit dfed23e
Show file tree
Hide file tree
Showing 7 changed files with 993 additions and 936 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mantine React Table
# Mantine React Table <sup>V1</sup>

View the [Docs Site](https://www.mantine-react-table.com/)

A fork of [Material React Table](https://www.material-react-table.com)
An official fork of [Material React Table](https://www.material-react-table.com)

V1 released July 18, 2023

Expand Down
26 changes: 13 additions & 13 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@
"@mantine/prism": "6.0.21",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.3",
"@tabler/icons-react": "2.35.0",
"@tanstack/react-query": "^4.35.3",
"@types/mdx": "^2.0.7",
"@next/mdx": "^13.5.4",
"@tabler/icons-react": "2.38.0",
"@tanstack/react-query": "^4.36.1",
"@types/mdx": "^2.0.8",
"dayjs": "^1.11.10",
"export-to-csv": "^1.0.0",
"export-to-csv": "^1.1.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.6.0",
"mantine-react-table": "workspace:*",
"next": "13.5.3",
"next": "13.5.4",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"next-plausible": "^3.11.1",
"raw-loader": "^4.0.2",
"typescript": "5.2.2"
Expand Down
10 changes: 9 additions & 1 deletion apps/mantine-react-table-docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,22 @@ import { IconInfoCircle } from '@tabler/icons-react';
{' for more info.'}
<br />
{'Or join the '}
<Anchor sx={{ display: 'inline' }} href="https://discord.gg/5wqyRx6fnm" target="_blank">
<Anchor
sx={{ display: 'inline' }}
href="https://discord.gg/5wqyRx6fnm"
target="_blank"
>
{'MRT Discord'}
</Anchor>
{' to follow along with development.'}
</Alert>

### V1

#### V1.3.3 - 2023-10-07

- Upgraded to latest TanStack Table `v8.10.6` and `@tanstack/react-virtual v3.0.0-beta.63` various performance improvements and bug fixes

#### V1.3.2 - 2023-10-03

- Fixed `creatingRow` state not able to be properly self managed when using `onCreatingRowChange`
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.14"
"turbo": "^1.10.15"
},
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mantine-react-table/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mantine React Table
# Mantine React Table <sup>V1</sup>

View the [Docs Site](https://www.mantine-react-table.com/)

A fork of [Material React Table](https://www.material-react-table.com)
An official fork of [Material React Table](https://www.material-react-table.com)

V1 released July 18, 2023

Expand Down
52 changes: 26 additions & 26 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.2",
"version": "1.3.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 @@ -67,47 +67,47 @@
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-typescript": "^11.1.5",
"@size-limit/preset-small-lib": "^9.0.0",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-storysource": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@tabler/icons-react": "2.35.0",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@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/testing-library": "^0.2.2",
"@tabler/icons-react": "2.38.0",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^3.29.3",
"rollup": "^4.0.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^9.0.0",
"storybook": "^7.4.5",
"storybook": "^7.4.6",
"storybook-dark-mode": "^3.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.10.3",
"@tanstack/react-virtual": "3.0.0-beta.60"
"@tanstack/react-table": "8.10.6",
"@tanstack/react-virtual": "3.0.0-beta.63"
},
"peerDependencies": {
"@emotion/react": ">=11",
Expand Down
Loading

1 comment on commit dfed23e

@vercel
Copy link

@vercel vercel bot commented on dfed23e Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.