diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 89f403268d51b..d57e42c26af7e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -228,7 +228,6 @@ packages/react-components/react-virtualizer @microsoft/xc-uxe @Mitch-At-Work packages/react-components/react-skeleton @microsoft/cxe-red packages/tokens @microsoft/teams-prg packages/react-components/react-tags-preview @microsoft/cxe-coastal @microsoft/teams-prg -packages/react-components/react-data-grid-react-window @microsoft/teams-prg packages/react-components/react-migration-v0-v9 @microsoft/teams-prg packages/react-components/react-datepicker-compat @microsoft/cxe-red @sopranopillow @khmakoto packages/react-components/react-migration-v8-v9 @microsoft/cxe-red @microsoft/cxe-coastal @geoffcoxmsft diff --git a/packages/react-components/react-data-grid-react-window/.babelrc.json b/packages/react-components/react-data-grid-react-window/.babelrc.json deleted file mode 100644 index 38bf1f7a945cf..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.babelrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] -} diff --git a/packages/react-components/react-data-grid-react-window/.eslintrc.json b/packages/react-components/react-data-grid-react-window/.eslintrc.json deleted file mode 100644 index ceea884c70dcc..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.eslintrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["plugin:@fluentui/eslint-plugin/react"], - "root": true -} diff --git a/packages/react-components/react-data-grid-react-window/.npmignore b/packages/react-components/react-data-grid-react-window/.npmignore deleted file mode 100644 index a5817be2414de..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.npmignore +++ /dev/null @@ -1,38 +0,0 @@ -.storybook/ -.vscode/ -bundle-size/ -config/ -coverage/ -docs/ -etc/ -node_modules/ -src/ -stories/ -dist/types/ -temp/ -__fixtures__ -__mocks__ -__tests__ - -*.api.json -*.log -*.spec.* -*.cy.* -*.test.* -*.yml - -# config files -*config.* -*rc.* -.editorconfig -.eslint* -.git* -.prettierignore -.swcrc -project.json - -# exclude gitignore patterns explicitly -!lib -!lib-commonjs -!lib-amd -!dist/*.d.ts diff --git a/packages/react-components/react-data-grid-react-window/.storybook/main.js b/packages/react-components/react-data-grid-react-window/.storybook/main.js deleted file mode 100644 index 26536b61b387f..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.storybook/main.js +++ /dev/null @@ -1,14 +0,0 @@ -const rootMain = require('../../../../.storybook/main'); - -module.exports = /** @type {Omit} */ ({ - ...rootMain, - stories: [...rootMain.stories, '../stories/**/*.stories.mdx', '../stories/**/index.stories.@(ts|tsx)'], - addons: [...rootMain.addons], - webpackFinal: (config, options) => { - const localConfig = { ...rootMain.webpackFinal(config, options) }; - - // add your own webpack tweaks if needed - - return localConfig; - }, -}); diff --git a/packages/react-components/react-data-grid-react-window/.storybook/preview.js b/packages/react-components/react-data-grid-react-window/.storybook/preview.js deleted file mode 100644 index 1939500a3d18c..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.storybook/preview.js +++ /dev/null @@ -1,7 +0,0 @@ -import * as rootPreview from '../../../../.storybook/preview'; - -/** @type {typeof rootPreview.decorators} */ -export const decorators = [...rootPreview.decorators]; - -/** @type {typeof rootPreview.parameters} */ -export const parameters = { ...rootPreview.parameters }; diff --git a/packages/react-components/react-data-grid-react-window/.storybook/tsconfig.json b/packages/react-components/react-data-grid-react-window/.storybook/tsconfig.json deleted file mode 100644 index ea89218a3d916..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.storybook/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "outDir": "", - "allowJs": true, - "checkJs": true, - "types": ["static-assets", "environment", "storybook__addons"] - }, - "include": ["../stories/**/*.stories.ts", "../stories/**/*.stories.tsx", "*.js"] -} diff --git a/packages/react-components/react-data-grid-react-window/.swcrc b/packages/react-components/react-data-grid-react-window/.swcrc deleted file mode 100644 index b4ffa86dee306..0000000000000 --- a/packages/react-components/react-data-grid-react-window/.swcrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/swcrc", - "exclude": [ - "/testing", - "/**/*.cy.ts", - "/**/*.cy.tsx", - "/**/*.spec.ts", - "/**/*.spec.tsx", - "/**/*.test.ts", - "/**/*.test.tsx" - ], - "jsc": { - "parser": { - "syntax": "typescript", - "tsx": true, - "decorators": false, - "dynamicImport": false - }, - "externalHelpers": true, - "transform": { - "react": { - "runtime": "classic", - "useSpread": true - } - }, - "target": "es2019" - }, - "minify": false, - "sourceMaps": true -} diff --git a/packages/react-components/react-data-grid-react-window/CHANGELOG.json b/packages/react-components/react-data-grid-react-window/CHANGELOG.json deleted file mode 100644 index d4f3d784ae7c0..0000000000000 --- a/packages/react-components/react-data-grid-react-window/CHANGELOG.json +++ /dev/null @@ -1,1126 +0,0 @@ -{ - "name": "@fluentui/react-data-grid-react-window", - "entries": [ - { - "date": "Tue, 25 Jul 2023 13:29:23 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.40", - "version": "9.0.0-beta.40", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.7.0", - "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.27.0", - "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43" - } - ] - } - }, - { - "date": "Thu, 20 Jul 2023 18:27:36 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.39", - "version": "9.0.0-beta.39", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.6.1", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.26.2", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - } - ] - } - }, - { - "date": "Mon, 17 Jul 2023 21:27:36 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.38", - "version": "9.0.0-beta.38", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.26.1", - "commit": "df56ccd0c070c01191acc1af2ddf61f458228c0b" - } - ] - } - }, - { - "date": "Thu, 13 Jul 2023 21:25:40 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.37", - "version": "9.0.0-beta.37", - "comments": { - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6", - "comment": "chore: update devDependencies to use * for inner workspace dependencies" - } - ] - } - }, - { - "date": "Tue, 11 Jul 2023 18:46:34 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.37", - "version": "9.0.0-beta.37", - "comments": { - "prerelease": [ - { - "author": "lingfan.gao@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "f9c4ec8d19658d9314d57f890de1a0d886edc116", - "comment": "feat: Deprecates package in favour of @fluentui-contrib/react-data-grid-react-window" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.6.0", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.26.0", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - } - ] - } - }, - { - "date": "Mon, 03 Jul 2023 20:43:09 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.36", - "version": "9.0.0-beta.36", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.25.1", - "commit": "7b6bd85a2edbc0b9257fe300062d657a4c256844" - } - ] - } - }, - { - "date": "Mon, 03 Jul 2023 13:34:28 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.35", - "version": "9.0.0-beta.35", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.5.0", - "commit": "d2c95969c67521ea1df57e1339f8743b09b68772" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.25.0", - "commit": "d2c95969c67521ea1df57e1339f8743b09b68772" - } - ] - } - }, - { - "date": "Mon, 03 Jul 2023 11:57:12 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.34", - "version": "9.0.0-beta.34", - "comments": { - "prerelease": [ - { - "author": "lingfan.gao@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "1745a0bfdb5ad5a0757fe57e2c698bc170a34cfe", - "comment": "fix: Memoize virtualized renderer" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.4.4", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.10.1", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.24.0", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - } - ] - } - }, - { - "date": "Wed, 28 Jun 2023 11:12:25 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.33", - "version": "9.0.0-beta.33", - "comments": { - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "fbe878e9c9785588197481f172c42c2c0a230292", - "comment": "fix: update .npmignore to unify v8 packages and exclude project.json" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.4.3", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.10.0", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.23.1", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - } - ] - } - }, - { - "date": "Tue, 27 Jun 2023 11:21:23 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.32", - "version": "9.0.0-beta.32", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.4.2", - "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.23.0", - "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4" - } - ] - } - }, - { - "date": "Mon, 26 Jun 2023 09:53:55 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.31", - "version": "9.0.0-beta.31", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.4.1", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.9.4", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.22.1", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - } - ] - } - }, - { - "date": "Tue, 20 Jun 2023 12:38:57 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.30", - "version": "9.0.0-beta.30", - "comments": { - "prerelease": [ - { - "author": "jirivyhnalek@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "54316f1ded96bffa3505140ec68031afd0cebdb6", - "comment": "Fixed an issue where columns would overflow when resizableColumns is on" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.4.0", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.9.3", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.22.0", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - } - ] - } - }, - { - "date": "Wed, 31 May 2023 06:46:23 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.29", - "version": "9.0.0-beta.29", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.3.0", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.9.2", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.21.0", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - } - ] - } - }, - { - "date": "Thu, 25 May 2023 10:00:48 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.28", - "version": "9.0.0-beta.28", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.12", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.9.1", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.20.4", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - } - ] - } - }, - { - "date": "Wed, 24 May 2023 20:45:25 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.27", - "version": "9.0.0-beta.27", - "comments": { - "none": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3", - "comment": "chore: update test-ssr script" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.11", - "commit": "3f088b7b09988e7c05af1c953021acc94c273026" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.20.3", - "commit": "3f088b7b09988e7c05af1c953021acc94c273026" - } - ] - } - }, - { - "date": "Thu, 18 May 2023 13:11:08 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.26", - "version": "9.0.0-beta.26", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.10", - "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.20.2", - "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d" - } - ] - } - }, - { - "date": "Thu, 18 May 2023 00:39:05 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.25", - "version": "9.0.0-beta.25", - "comments": { - "none": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208", - "comment": "chore: add test-ssr script to v9 packages" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.9", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.9.0", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.20.1", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - } - ] - } - }, - { - "date": "Fri, 12 May 2023 20:28:25 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.24", - "version": "9.0.0-beta.24", - "comments": { - "prerelease": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "9d6394b6c751092fd1d4e26ccc618b5ba05086ec", - "comment": "chore: move makeStyles() calls to .styles.ts files" - }, - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "c28decb23d191a0daaaf6d5d1832429715102129", - "comment": "chore: exclude .swcrc from being published" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.8", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.8.1", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.20.0", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - } - ], - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e", - "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works" - } - ] - } - }, - { - "date": "Mon, 24 Apr 2023 08:12:33 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.23", - "version": "9.0.0-beta.23", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11", - "comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.7", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.19.1", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - } - ] - } - }, - { - "date": "Mon, 17 Apr 2023 17:53:49 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.22", - "version": "9.0.0-beta.22", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "aed714a47395773c966829e284e4ba9d1926b59c", - "comment": "chore: adopt custom JSX pragma" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.6", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.8.0", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.1", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.19.0", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - } - ] - } - }, - { - "date": "Wed, 12 Apr 2023 09:31:45 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.21", - "version": "9.0.0-beta.21", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.5", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.7.4", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.9", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - } - ] - } - }, - { - "date": "Fri, 07 Apr 2023 00:01:45 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.20", - "version": "9.0.0-beta.20", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.4", - "commit": "7a46cab3d31a233b89b7188e994b24712af5393c" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.8", - "commit": "7a46cab3d31a233b89b7188e994b24712af5393c" - } - ] - } - }, - { - "date": "Tue, 04 Apr 2023 18:44:50 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.19", - "version": "9.0.0-beta.19", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.3", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.7.3", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.7", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - } - ] - } - }, - { - "date": "Fri, 24 Mar 2023 17:36:41 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.18", - "version": "9.0.0-beta.18", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.6", - "commit": "899de68739acdff9e641a1baedec097a6bc07309" - } - ] - } - }, - { - "date": "Fri, 24 Mar 2023 14:58:55 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.17", - "version": "9.0.0-beta.17", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.5", - "commit": "0f198d87130e4f9fcacdaa187b850e507e0b1ec8" - } - ] - } - }, - { - "date": "Fri, 24 Mar 2023 10:15:28 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.16", - "version": "9.0.0-beta.16", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.4", - "commit": "8253bc378281d56e6b4e3a454c185e2ef3672d1d" - } - ] - } - }, - { - "date": "Tue, 21 Mar 2023 21:23:31 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.15", - "version": "9.0.0-beta.15", - "comments": { - "prerelease": [ - { - "author": "tristan.watanabe@gmail.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f", - "comment": "fix: add node field to package.json exports map." - }, - { - "author": "tristan.watanabe@gmail.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c", - "comment": "chore: migrate to swc transpilation approach." - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.2", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.7.2", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.3", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - } - ] - } - }, - { - "date": "Thu, 16 Mar 2023 14:36:59 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.14", - "version": "9.0.0-beta.14", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.1", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.7.1", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.2", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - } - ] - } - }, - { - "date": "Wed, 15 Mar 2023 10:19:53 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.13", - "version": "9.0.0-beta.13", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.2.0", - "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.1", - "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2" - } - ] - } - }, - { - "date": "Mon, 13 Mar 2023 08:58:26 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.12", - "version": "9.0.0-beta.12", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.1.2", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.7.0", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.18.0", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - } - ] - } - }, - { - "date": "Fri, 10 Mar 2023 13:28:40 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.11", - "version": "9.0.0-beta.11", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.17.1", - "commit": "4e092355bfa9457409d7fc3b4e617681bc9d3c85" - } - ] - } - }, - { - "date": "Fri, 10 Mar 2023 07:14:01 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.10", - "version": "9.0.0-beta.10", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.1.1", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.6.2", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.17.0", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - } - ] - } - }, - { - "date": "Wed, 08 Mar 2023 17:42:51 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.9", - "version": "9.0.0-beta.9", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.1.0", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.6.1", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.16.0", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - } - ] - } - }, - { - "date": "Wed, 22 Feb 2023 23:06:07 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.8", - "version": "9.0.0-beta.8", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.4", - "commit": "9ee6caa17f745e014ecba467a4528181ae49be30" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.6", - "commit": "9ee6caa17f745e014ecba467a4528181ae49be30" - } - ] - } - }, - { - "date": "Thu, 16 Feb 2023 19:18:47 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.7", - "version": "9.0.0-beta.7", - "comments": { - "prerelease": [ - { - "author": "mgodbolt@microsoft.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb", - "comment": "fixing build issues" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.5", - "commit": "ca757212da6f77eb0bfe18cf7bfcc8bbab2a5da5" - } - ] - } - }, - { - "date": "Thu, 16 Feb 2023 16:18:01 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.6", - "version": "9.0.0-beta.6", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.4", - "commit": "4af9156bc869948b12610689f15b2a778aa690ca" - } - ] - } - }, - { - "date": "Wed, 15 Feb 2023 11:44:52 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.5", - "version": "9.0.0-beta.5", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.3", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.6.0", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.3", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - } - ] - } - }, - { - "date": "Mon, 13 Feb 2023 23:43:14 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.4", - "version": "9.0.0-beta.4", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.2", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.5.3", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.2", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - } - ] - } - }, - { - "date": "Mon, 13 Feb 2023 09:35:48 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.3", - "version": "9.0.0-beta.3", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.1", - "commit": "b24aed22677cb12a74f185feee89edefd1601b9a" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.1", - "commit": "b24aed22677cb12a74f185feee89edefd1601b9a" - } - ] - } - }, - { - "date": "Fri, 10 Feb 2023 08:50:02 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.2", - "version": "9.0.0-beta.2", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.0", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-utilities to v9.5.2", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.15.0", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - } - ] - } - }, - { - "date": "Tue, 07 Feb 2023 14:13:05 GMT", - "tag": "@fluentui/react-data-grid-react-window_v9.0.0-beta.1", - "version": "9.0.0-beta.1", - "comments": { - "prerelease": [ - { - "author": "lingfangao@hotmail.com", - "package": "@fluentui/react-data-grid-react-window", - "commit": "787d758ce8a3cf9eef16692969877163af8538f9", - "comment": "feat: Initial release react-data-grid-react-window" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-table to v9.0.0-rc.5", - "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66" - }, - { - "author": "beachball", - "package": "@fluentui/react-data-grid-react-window", - "comment": "Bump @fluentui/react-components to v9.14.0", - "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66" - } - ] - } - } - ] -} diff --git a/packages/react-components/react-data-grid-react-window/CHANGELOG.md b/packages/react-components/react-data-grid-react-window/CHANGELOG.md deleted file mode 100644 index cca69279589a4..0000000000000 --- a/packages/react-components/react-data-grid-react-window/CHANGELOG.md +++ /dev/null @@ -1,443 +0,0 @@ -# Change Log - @fluentui/react-data-grid-react-window - -This log was last generated on Tue, 25 Jul 2023 13:29:23 GMT and should not be manually modified. - - - -## [9.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.40) - -Tue, 25 Jul 2023 13:29:23 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.39..@fluentui/react-data-grid-react-window_v9.0.0-beta.40) - -### Changes - -- Bump @fluentui/react-table to v9.7.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball) -- Bump @fluentui/react-components to v9.27.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball) - -## [9.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.39) - -Thu, 20 Jul 2023 18:27:36 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.38..@fluentui/react-data-grid-react-window_v9.0.0-beta.39) - -### Changes - -- Bump @fluentui/react-table to v9.6.1 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) -- Bump @fluentui/react-components to v9.26.2 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) - -## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.38) - -Mon, 17 Jul 2023 21:27:36 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.37..@fluentui/react-data-grid-react-window_v9.0.0-beta.38) - -### Changes - -- Bump @fluentui/react-components to v9.26.1 ([PR #28512](https://github.com/microsoft/fluentui/pull/28512) by beachball) - -## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.37) - -Tue, 11 Jul 2023 18:46:34 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.36..@fluentui/react-data-grid-react-window_v9.0.0-beta.37) - -### Changes - -- feat: Deprecates package in favour of @fluentui-contrib/react-data-grid-react-window ([PR #28476](https://github.com/microsoft/fluentui/pull/28476) by lingfan.gao@microsoft.com) -- Bump @fluentui/react-table to v9.6.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-components to v9.26.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) - -## [9.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.36) - -Mon, 03 Jul 2023 20:43:09 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.35..@fluentui/react-data-grid-react-window_v9.0.0-beta.36) - -### Changes - -- Bump @fluentui/react-components to v9.25.1 ([PR #28420](https://github.com/microsoft/fluentui/pull/28420) by beachball) - -## [9.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.35) - -Mon, 03 Jul 2023 13:34:28 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.34..@fluentui/react-data-grid-react-window_v9.0.0-beta.35) - -### Changes - -- Bump @fluentui/react-table to v9.5.0 ([PR #28394](https://github.com/microsoft/fluentui/pull/28394) by beachball) -- Bump @fluentui/react-components to v9.25.0 ([PR #28394](https://github.com/microsoft/fluentui/pull/28394) by beachball) - -## [9.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.34) - -Mon, 03 Jul 2023 11:57:12 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.33..@fluentui/react-data-grid-react-window_v9.0.0-beta.34) - -### Changes - -- fix: Memoize virtualized renderer ([PR #28372](https://github.com/microsoft/fluentui/pull/28372) by lingfan.gao@microsoft.com) -- Bump @fluentui/react-table to v9.4.4 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-components to v9.24.0 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) - -## [9.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.33) - -Wed, 28 Jun 2023 11:12:25 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.32..@fluentui/react-data-grid-react-window_v9.0.0-beta.33) - -### Changes - -- Bump @fluentui/react-table to v9.4.3 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-components to v9.23.1 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) - -## [9.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.32) - -Tue, 27 Jun 2023 11:21:23 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.31..@fluentui/react-data-grid-react-window_v9.0.0-beta.32) - -### Changes - -- Bump @fluentui/react-table to v9.4.2 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball) -- Bump @fluentui/react-components to v9.23.0 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball) - -## [9.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.31) - -Mon, 26 Jun 2023 09:53:55 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.30..@fluentui/react-data-grid-react-window_v9.0.0-beta.31) - -### Changes - -- Bump @fluentui/react-table to v9.4.1 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-components to v9.22.1 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) - -## [9.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.30) - -Tue, 20 Jun 2023 12:38:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.29..@fluentui/react-data-grid-react-window_v9.0.0-beta.30) - -### Changes - -- Fixed an issue where columns would overflow when resizableColumns is on ([PR #27983](https://github.com/microsoft/fluentui/pull/27983) by jirivyhnalek@microsoft.com) -- Bump @fluentui/react-table to v9.4.0 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-utilities to v9.9.3 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-components to v9.22.0 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) - -## [9.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.29) - -Wed, 31 May 2023 06:46:23 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.28..@fluentui/react-data-grid-react-window_v9.0.0-beta.29) - -### Changes - -- Bump @fluentui/react-table to v9.3.0 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-utilities to v9.9.2 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-components to v9.21.0 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) - -## [9.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.28) - -Thu, 25 May 2023 10:00:48 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.27..@fluentui/react-data-grid-react-window_v9.0.0-beta.28) - -### Changes - -- Bump @fluentui/react-table to v9.2.12 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-utilities to v9.9.1 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-components to v9.20.4 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) - -## [9.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.27) - -Wed, 24 May 2023 20:45:25 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.26..@fluentui/react-data-grid-react-window_v9.0.0-beta.27) - -### Changes - -- Bump @fluentui/react-table to v9.2.11 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball) -- Bump @fluentui/react-components to v9.20.3 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball) - -## [9.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.26) - -Thu, 18 May 2023 13:11:08 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.25..@fluentui/react-data-grid-react-window_v9.0.0-beta.26) - -### Changes - -- Bump @fluentui/react-table to v9.2.10 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball) -- Bump @fluentui/react-components to v9.20.2 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball) - -## [9.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.25) - -Thu, 18 May 2023 00:39:05 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.24..@fluentui/react-data-grid-react-window_v9.0.0-beta.25) - -### Changes - -- Bump @fluentui/react-table to v9.2.9 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-utilities to v9.9.0 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-components to v9.20.1 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) - -## [9.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.24) - -Fri, 12 May 2023 20:28:25 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.23..@fluentui/react-data-grid-react-window_v9.0.0-beta.24) - -### Changes - -- chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com) -- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com) -- Bump @fluentui/react-table to v9.2.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-utilities to v9.8.1 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-components to v9.20.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) - -## [9.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.23) - -Mon, 24 Apr 2023 08:12:33 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.22..@fluentui/react-data-grid-react-window_v9.0.0-beta.23) - -### Changes - -- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com) -- Bump @fluentui/react-table to v9.2.7 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) -- Bump @fluentui/react-components to v9.19.1 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) - -## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.22) - -Mon, 17 Apr 2023 17:53:49 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.21..@fluentui/react-data-grid-react-window_v9.0.0-beta.22) - -### Changes - -- chore: adopt custom JSX pragma ([PR #27552](https://github.com/microsoft/fluentui/pull/27552) by bernardo.sunderhus@gmail.com) -- Bump @fluentui/react-table to v9.2.6 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.1 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-components to v9.19.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) - -## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.21) - -Wed, 12 Apr 2023 09:31:45 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.20..@fluentui/react-data-grid-react-window_v9.0.0-beta.21) - -### Changes - -- Bump @fluentui/react-table to v9.2.5 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) -- Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) -- Bump @fluentui/react-components to v9.18.9 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) - -## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.20) - -Fri, 07 Apr 2023 00:01:45 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.19..@fluentui/react-data-grid-react-window_v9.0.0-beta.20) - -### Changes - -- Bump @fluentui/react-table to v9.2.4 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball) -- Bump @fluentui/react-components to v9.18.8 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball) - -## [9.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.19) - -Tue, 04 Apr 2023 18:44:50 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.18..@fluentui/react-data-grid-react-window_v9.0.0-beta.19) - -### Changes - -- Bump @fluentui/react-table to v9.2.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) -- Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) -- Bump @fluentui/react-components to v9.18.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) - -## [9.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.18) - -Fri, 24 Mar 2023 17:36:41 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.17..@fluentui/react-data-grid-react-window_v9.0.0-beta.18) - -### Changes - -- Bump @fluentui/react-components to v9.18.6 ([PR #27321](https://github.com/microsoft/fluentui/pull/27321) by beachball) - -## [9.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.17) - -Fri, 24 Mar 2023 14:58:55 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.16..@fluentui/react-data-grid-react-window_v9.0.0-beta.17) - -### Changes - -- Bump @fluentui/react-components to v9.18.5 ([PR #27319](https://github.com/microsoft/fluentui/pull/27319) by beachball) - -## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.16) - -Fri, 24 Mar 2023 10:15:28 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.15..@fluentui/react-data-grid-react-window_v9.0.0-beta.16) - -### Changes - -- Bump @fluentui/react-components to v9.18.4 ([PR #27317](https://github.com/microsoft/fluentui/pull/27317) by beachball) - -## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.15) - -Tue, 21 Mar 2023 21:23:31 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.14..@fluentui/react-data-grid-react-window_v9.0.0-beta.15) - -### Changes - -- fix: add node field to package.json exports map. ([PR #27154](https://github.com/microsoft/fluentui/pull/27154) by tristan.watanabe@gmail.com) -- chore: migrate to swc transpilation approach. ([PR #27250](https://github.com/microsoft/fluentui/pull/27250) by tristan.watanabe@gmail.com) -- Bump @fluentui/react-table to v9.2.2 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-utilities to v9.7.2 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-components to v9.18.3 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) - -## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.14) - -Thu, 16 Mar 2023 14:36:59 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.13..@fluentui/react-data-grid-react-window_v9.0.0-beta.14) - -### Changes - -- Bump @fluentui/react-table to v9.2.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) -- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) -- Bump @fluentui/react-components to v9.18.2 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) - -## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.13) - -Wed, 15 Mar 2023 10:19:53 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.12..@fluentui/react-data-grid-react-window_v9.0.0-beta.13) - -### Changes - -- Bump @fluentui/react-table to v9.2.0 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball) -- Bump @fluentui/react-components to v9.18.1 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball) - -## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.12) - -Mon, 13 Mar 2023 08:58:26 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.11..@fluentui/react-data-grid-react-window_v9.0.0-beta.12) - -### Changes - -- Bump @fluentui/react-table to v9.1.2 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) -- Bump @fluentui/react-utilities to v9.7.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) -- Bump @fluentui/react-components to v9.18.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) - -## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.11) - -Fri, 10 Mar 2023 13:28:40 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.10..@fluentui/react-data-grid-react-window_v9.0.0-beta.11) - -### Changes - -- Bump @fluentui/react-components to v9.17.1 ([PR #27146](https://github.com/microsoft/fluentui/pull/27146) by beachball) - -## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.10) - -Fri, 10 Mar 2023 07:14:01 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.9..@fluentui/react-data-grid-react-window_v9.0.0-beta.10) - -### Changes - -- Bump @fluentui/react-table to v9.1.1 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) -- Bump @fluentui/react-utilities to v9.6.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) -- Bump @fluentui/react-components to v9.17.0 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) - -## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.9) - -Wed, 08 Mar 2023 17:42:51 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.8..@fluentui/react-data-grid-react-window_v9.0.0-beta.9) - -### Changes - -- Bump @fluentui/react-table to v9.1.0 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) -- Bump @fluentui/react-utilities to v9.6.1 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) -- Bump @fluentui/react-components to v9.16.0 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) - -## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.8) - -Wed, 22 Feb 2023 23:06:07 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.7..@fluentui/react-data-grid-react-window_v9.0.0-beta.8) - -### Changes - -- Bump @fluentui/react-table to v9.0.4 ([PR #26616](https://github.com/microsoft/fluentui/pull/26616) by beachball) -- Bump @fluentui/react-components to v9.15.6 ([PR #26616](https://github.com/microsoft/fluentui/pull/26616) by beachball) - -## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.7) - -Thu, 16 Feb 2023 19:18:47 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.6..@fluentui/react-data-grid-react-window_v9.0.0-beta.7) - -### Changes - -- fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com) -- Bump @fluentui/react-components to v9.15.5 ([PR #26842](https://github.com/microsoft/fluentui/pull/26842) by beachball) - -## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.6) - -Thu, 16 Feb 2023 16:18:01 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.5..@fluentui/react-data-grid-react-window_v9.0.0-beta.6) - -### Changes - -- Bump @fluentui/react-components to v9.15.4 ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by beachball) - -## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.5) - -Wed, 15 Feb 2023 11:44:52 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.4..@fluentui/react-data-grid-react-window_v9.0.0-beta.5) - -### Changes - -- Bump @fluentui/react-table to v9.0.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) -- Bump @fluentui/react-utilities to v9.6.0 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) -- Bump @fluentui/react-components to v9.15.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) - -## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.4) - -Mon, 13 Feb 2023 23:43:14 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.3..@fluentui/react-data-grid-react-window_v9.0.0-beta.4) - -### Changes - -- Bump @fluentui/react-table to v9.0.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) -- Bump @fluentui/react-utilities to v9.5.3 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) -- Bump @fluentui/react-components to v9.15.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) - -## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.3) - -Mon, 13 Feb 2023 09:35:48 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.2..@fluentui/react-data-grid-react-window_v9.0.0-beta.3) - -### Changes - -- Bump @fluentui/react-table to v9.0.1 ([PR #26800](https://github.com/microsoft/fluentui/pull/26800) by beachball) -- Bump @fluentui/react-components to v9.15.1 ([PR #26800](https://github.com/microsoft/fluentui/pull/26800) by beachball) - -## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.2) - -Fri, 10 Feb 2023 08:50:02 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-data-grid-react-window_v9.0.0-beta.1..@fluentui/react-data-grid-react-window_v9.0.0-beta.2) - -### Changes - -- Bump @fluentui/react-table to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) -- Bump @fluentui/react-utilities to v9.5.2 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) -- Bump @fluentui/react-components to v9.15.0 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) - -## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-data-grid-react-window_v9.0.0-beta.1) - -Tue, 07 Feb 2023 14:13:05 GMT - -### Changes - -- feat: Initial release react-data-grid-react-window ([PR #26731](https://github.com/microsoft/fluentui/pull/26731) by lingfangao@hotmail.com) -- Bump @fluentui/react-table to v9.0.0-rc.5 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball) -- Bump @fluentui/react-components to v9.14.0 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball) diff --git a/packages/react-components/react-data-grid-react-window/LICENSE b/packages/react-components/react-data-grid-react-window/LICENSE deleted file mode 100644 index 5c08b03968f53..0000000000000 --- a/packages/react-components/react-data-grid-react-window/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -@fluentui/react-data-grid-react-window - -Copyright (c) Microsoft Corporation - -All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license diff --git a/packages/react-components/react-data-grid-react-window/README.md b/packages/react-components/react-data-grid-react-window/README.md deleted file mode 100644 index 08636ff1577ca..0000000000000 --- a/packages/react-components/react-data-grid-react-window/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# @fluentui/react-data-grid-react-window - -**This package is deprecated - please use [@fluentui-contrib/react-data-grid-react-window](https://www.npmjs.com/package/@fluentui-contrib/react-data-grid-react-window) instead** diff --git a/packages/react-components/react-data-grid-react-window/config/api-extractor.json b/packages/react-components/react-data-grid-react-window/config/api-extractor.json deleted file mode 100644 index e533bf30b48a2..0000000000000 --- a/packages/react-components/react-data-grid-react-window/config/api-extractor.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "@fluentui/scripts-api-extractor/api-extractor.common.v-next.json" -} diff --git a/packages/react-components/react-data-grid-react-window/config/tests.js b/packages/react-components/react-data-grid-react-window/config/tests.js deleted file mode 100644 index 2e211ae9e2142..0000000000000 --- a/packages/react-components/react-data-grid-react-window/config/tests.js +++ /dev/null @@ -1 +0,0 @@ -/** Jest test setup file. */ diff --git a/packages/react-components/react-data-grid-react-window/docs/Spec.md b/packages/react-components/react-data-grid-react-window/docs/Spec.md deleted file mode 100644 index 2e50fd1992698..0000000000000 --- a/packages/react-components/react-data-grid-react-window/docs/Spec.md +++ /dev/null @@ -1,63 +0,0 @@ -# @fluentui/react-data-grid-react-window Spec - -## Background - -_Description and use cases of this component_ - -## Prior Art - -_Include background research done for this component_ - -- _Link to Open UI research_ -- _Link to comparison of v7 and v0_ -- _Link to GitHub epic issue for the converged component_ - -## Sample Code - -_Provide some representative example code that uses the proposed API for the component_ - -## Variants - -_Describe visual or functional variants of this control, if applicable. For example, a slider could have a 2D variant._ - -## API - -_List the **Props** and **Slots** proposed for the component. Ideally this would just be a link to the component's `.types.ts` file_ - -## Structure - -- _**Public**_ -- _**Internal**_ -- _**DOM** - how the component will be rendered as HTML elements_ - -## Migration - -_Describe what will need to be done to upgrade from the existing implementations:_ - -- _Migration from v8_ -- _Migration from v0_ - -## Behaviors - -_Explain how the component will behave in use, including:_ - -- _Component States_ -- _Interaction_ - - _Keyboard_ - - _Cursor_ - - _Touch_ - - _Screen readers_ - -## Accessibility - -Base accessibility information is included in the design document. After the spec is filled and review, outcomes from it need to be communicated to design and incorporated in the design document. - -- Decide whether to use **native element** or folow **ARIA** and provide reasons -- Identify the **[ARIA](https://www.w3.org/TR/wai-aria-practices-1.2/) pattern** and, if the component is listed there, follow its specification as possible. -- Identify accessibility **variants**, the `role` ([ARIA roles](https://www.w3.org/TR/wai-aria-1.1/#role_definitions)) of the component, its `slots` and `aria-*` props. -- Describe the **keyboard navigation**: Tab Oder and Arrow Key Navigation. Describe any other keyboard **shortcuts** used -- Specify texts for **state change announcements** - [ARIA live regions - ](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions) (number of available items in dropdown, error messages, confirmations, ...) -- Identify UI parts that appear on **hover or focus** and specify keyboard and screen reader interaction with them -- List cases when **focus** needs to be **trapped** in sections of the UI (for dialogs and popups or for hierarchical navigation) -- List cases when **focus** needs to be **moved programatically** (if parts of the UI are appearing/disappearing or other cases) diff --git a/packages/react-components/react-data-grid-react-window/etc/react-data-grid-react-window.api.md b/packages/react-components/react-data-grid-react-window/etc/react-data-grid-react-window.api.md deleted file mode 100644 index 9442501584777..0000000000000 --- a/packages/react-components/react-data-grid-react-window/etc/react-data-grid-react-window.api.md +++ /dev/null @@ -1,67 +0,0 @@ -## API Report File for "@fluentui/react-data-grid-react-window" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -/// - -import type { DataGridBodyProps as DataGridBodyProps_2 } from '@fluentui/react-table'; -import { DataGridCell } from '@fluentui/react-table'; -import { DataGridCellProps } from '@fluentui/react-table'; -import { DataGridHeader } from '@fluentui/react-table'; -import { DataGridHeaderCell } from '@fluentui/react-table'; -import { DataGridHeaderCellProps } from '@fluentui/react-table'; -import { DataGridHeaderProps } from '@fluentui/react-table'; -import { DataGridProps } from '@fluentui/react-table'; -import { DataGridRowProps } from '@fluentui/react-table'; -import { DataGridSelectionCell } from '@fluentui/react-table'; -import { DataGridSelectionCellProps } from '@fluentui/react-table'; -import type { ForwardRefComponent } from '@fluentui/react-utilities'; -import * as React_2 from 'react'; -import type { TableRowData } from '@fluentui/react-table'; - -// @public @deprecated (undocumented) -export const DataGrid: ForwardRefComponent; - -// @public @deprecated (undocumented) -export const DataGridBody: ForwardRefComponent & ((props: DataGridBodyProps) => JSX.Element); - -// @public (undocumented) -export type DataGridBodyProps = Omit & { - itemSize: number; - height: number; - width?: string | number; - children: RowRenderer; - ariaRowIndexStart?: number; -}; - -export { DataGridCell } - -export { DataGridCellProps } - -export { DataGridHeader } - -export { DataGridHeaderCell } - -export { DataGridHeaderCellProps } - -export { DataGridHeaderProps } - -export { DataGridProps } - -// @public @deprecated (undocumented) -export const DataGridRow: ForwardRefComponent & ((props: DataGridRowProps) => JSX.Element); - -export { DataGridRowProps } - -export { DataGridSelectionCell } - -export { DataGridSelectionCellProps } - -// @public (undocumented) -export type RowRenderer = (row: TableRowData, style: React_2.CSSProperties) => React_2.ReactNode; - -// (No @packageDocumentation comment for this package) - -``` diff --git a/packages/react-components/react-data-grid-react-window/jest.config.js b/packages/react-components/react-data-grid-react-window/jest.config.js deleted file mode 100644 index 96dffdf59b0cc..0000000000000 --- a/packages/react-components/react-data-grid-react-window/jest.config.js +++ /dev/null @@ -1,21 +0,0 @@ -// @ts-check - -/** - * @type {import('@jest/types').Config.InitialOptions} - */ -module.exports = { - displayName: 'react-data-grid-react-window', - preset: '../../../jest.preset.js', - transform: { - '^.+\\.tsx?$': [ - 'ts-jest', - { - tsconfig: '/tsconfig.spec.json', - isolatedModules: true, - }, - ], - }, - coverageDirectory: './coverage', - setupFilesAfterEnv: ['./config/tests.js'], - snapshotSerializers: ['@griffel/jest-serializer'], -}; diff --git a/packages/react-components/react-data-grid-react-window/just.config.ts b/packages/react-components/react-data-grid-react-window/just.config.ts deleted file mode 100644 index b7b2c9a33bf43..0000000000000 --- a/packages/react-components/react-data-grid-react-window/just.config.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { preset, task } from '@fluentui/scripts-tasks'; - -preset(); - -task('build', 'build:react-components').cached?.(); diff --git a/packages/react-components/react-data-grid-react-window/package.json b/packages/react-components/react-data-grid-react-window/package.json deleted file mode 100644 index 4b4d42437a647..0000000000000 --- a/packages/react-components/react-data-grid-react-window/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "@fluentui/react-data-grid-react-window", - "version": "9.0.0-beta.40", - "description": "Virtualized DataGrid components and utilities powered by react-window", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/fluentui" - }, - "license": "MIT", - "scripts": { - "build": "just-scripts build", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "just": "just-scripts", - "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "just-scripts generate-api", - "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/react-table": "^9.7.0", - "@fluentui/react-utilities": "^9.10.1", - "@fluentui/react-jsx-runtime": "9.0.0-alpha.12", - "@swc/helpers": "^0.4.14", - "react-window": "^1.8.6" - }, - "peerDependencies": { - "@fluentui/react-components": "^9.27.0", - "@types/react": ">=16.8.0 <19.0.0", - "@types/react-dom": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0", - "react-dom": ">=16.8.0 <19.0.0" - }, - "beachball": { - "disallowedChangeTypes": [ - "major", - "minor", - "patch" - ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "node": "./lib-commonjs/index.js", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" - } -} diff --git a/packages/react-components/react-data-grid-react-window/project.json b/packages/react-components/react-data-grid-react-window/project.json deleted file mode 100644 index acdf6009abf3f..0000000000000 --- a/packages/react-components/react-data-grid-react-window/project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "@fluentui/react-data-grid-react-window", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "implicitDependencies": [], - "sourceRoot": "packages/react-components/react-data-grid-react-window/src", - "tags": ["vNext", "platform:web"] -} diff --git a/packages/react-components/react-data-grid-react-window/src/DataGrid.ts b/packages/react-components/react-data-grid-react-window/src/DataGrid.ts deleted file mode 100644 index f0274f9b91596..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/DataGrid.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './components/DataGrid/index'; diff --git a/packages/react-components/react-data-grid-react-window/src/DataGridBody.ts b/packages/react-components/react-data-grid-react-window/src/DataGridBody.ts deleted file mode 100644 index 67d8574eceebc..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/DataGridBody.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './components/DataGridBody/index'; diff --git a/packages/react-components/react-data-grid-react-window/src/DataGridRow.ts b/packages/react-components/react-data-grid-react-window/src/DataGridRow.ts deleted file mode 100644 index dff1abb3f73e2..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/DataGridRow.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './components/DataGridRow'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/DataGrid.tsx b/packages/react-components/react-data-grid-react-window/src/components/DataGrid/DataGrid.tsx deleted file mode 100644 index 4f5b532823113..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/DataGrid.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import * as React from 'react'; -import { useDataGrid_unstable } from './useDataGrid'; -import { - renderDataGrid_unstable, - useDataGridStyles_unstable, - useDataGridContextValues_unstable, -} from '@fluentui/react-table'; -import type { DataGridProps } from '@fluentui/react-table'; -import type { ForwardRefComponent } from '@fluentui/react-utilities'; - -/** - * @deprecated - please use [\@fluentui-contrib/react-data-grid-react-window](https://www.npmjs.com/package/\@fluentui-contrib/react-data-grid-react-window) instead - */ -export const DataGrid: ForwardRefComponent = React.forwardRef((props, ref) => { - const state = useDataGrid_unstable(props, ref); - - useDataGridStyles_unstable(state); - return renderDataGrid_unstable(state, useDataGridContextValues_unstable(state)); -}); - -// eslint-disable-next-line deprecation/deprecation -DataGrid.displayName = 'DataGrid'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/index.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGrid/index.ts deleted file mode 100644 index 0b3589e2b3bc1..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './DataGrid'; -export * from './useDataGrid'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/useDataGrid.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGrid/useDataGrid.ts deleted file mode 100644 index fab0d21d7ea5a..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGrid/useDataGrid.ts +++ /dev/null @@ -1,27 +0,0 @@ -import * as React from 'react'; -import { DataGridProps, DataGridState, TABLE_SELECTION_CELL_WIDTH } from '@fluentui/react-table'; -import { useDataGrid_unstable as useBaseState } from '@fluentui/react-table'; -import { useFluent, useScrollbarWidth } from '@fluentui/react-components'; - -/** - * Create the state required to render DataGrid. - * - * The returned state can be modified with hooks such as useDataGridStyles_unstable, - * before being passed to renderDataGrid_unstable. - * - * @param props - props from this instance of DataGrid - * @param ref - reference to root HTMLElement of DataGrid - */ -export const useDataGrid_unstable = (props: DataGridProps, ref: React.Ref): DataGridState => { - const { targetDocument } = useFluent(); - const scrollbarWidth = useScrollbarWidth({ targetDocument }); - - let containerWidthOffset = props.containerWidthOffset; - - if (containerWidthOffset === undefined) { - containerWidthOffset = props.selectionMode ? -TABLE_SELECTION_CELL_WIDTH : 0; - containerWidthOffset -= scrollbarWidth || 0; - } - - return useBaseState({ ...props, 'aria-rowcount': props.items.length, containerWidthOffset }, ref); -}; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.tsx b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.tsx deleted file mode 100644 index eb58a4b6761ea..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from 'react'; -import type { ForwardRefComponent } from '@fluentui/react-utilities'; -import { useDataGridBodyStyles_unstable } from './useDataGridBodyStyles.styles'; -import { useDataGridBody_unstable } from './useDataGridBody'; -import { renderDataGridBody_unstable } from './renderDataGridBody'; -import type { DataGridBodyProps } from './DataGridBody.types'; - -/** - * @deprecated - please use [\@fluentui-contrib/react-data-grid-react-window](https://www.npmjs.com/package/\@fluentui-contrib/react-data-grid-react-window) instead - */ -export const DataGridBody: ForwardRefComponent & - ((props: DataGridBodyProps) => JSX.Element) = React.forwardRef((props, ref) => { - const state = useDataGridBody_unstable(props, ref); - - useDataGridBodyStyles_unstable(state); - return renderDataGridBody_unstable(state); -}) as ForwardRefComponent & ((props: DataGridBodyProps) => JSX.Element); - -// eslint-disable-next-line deprecation/deprecation -DataGridBody.displayName = 'DataGridBody'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.types.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.types.ts deleted file mode 100644 index 4adf507d034ae..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/DataGridBody.types.ts +++ /dev/null @@ -1,48 +0,0 @@ -import * as React from 'react'; -import type { - TableRowData, - DataGridBodyProps as DataGridBodyPropsBase, - DataGridBodySlots as DataGridBodySlotsBase, - DataGridBodyState as DataGridBodyStateBase, -} from '@fluentui/react-table'; -import { ListChildComponentProps } from 'react-window'; - -export type DataGridBodySlots = DataGridBodySlotsBase; - -export type RowRenderer = (row: TableRowData, style: React.CSSProperties) => React.ReactNode; - -export type DataGridBodyProps = Omit & { - /** - * The size of each row - */ - itemSize: number; - /** - * The height of the virtualized container - */ - height: number; - /** - * The width of the virtualized container - * @default 100% - */ - width?: string | number; - /** - * Children render function for rows - */ - children: RowRenderer; - /** - * All virtualized rows must have the [aria-rowindex](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-rowindex) - * attribute for correct screen reader navigation. The default start index is 2 since we assume that there is only - * one row in the header. If this is not the case, the start index can be reconfigured through this prop. - * @default 2 - */ - ariaRowIndexStart?: number; -}; - -/** - * State used in rendering DataGridBody - */ -export type DataGridBodyState = Omit & - Pick & - Pick, 'width' | 'ariaRowIndexStart'> & { - virtualizedRow: (props: ListChildComponentProps) => React.ReactElement; - }; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/index.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/index.ts deleted file mode 100644 index 5c9c471c5141a..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from './DataGridBody'; -export * from './DataGridBody.types'; -export * from './renderDataGridBody'; -export * from './useDataGridBody'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/renderDataGridBody.tsx b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/renderDataGridBody.tsx deleted file mode 100644 index b12f3c93a93cb..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/renderDataGridBody.tsx +++ /dev/null @@ -1,28 +0,0 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; -import { getSlotsNext } from '@fluentui/react-utilities'; -import type { DataGridBodyState, DataGridBodySlots } from './DataGridBody.types'; -import { FixedSizeList as List } from 'react-window'; - -/** - * Render the final JSX of DataGridVirtualizedBody - */ -export const renderDataGridBody_unstable = (state: DataGridBodyState) => { - const { slots, slotProps } = getSlotsNext(state); - - return ( - - - {state.virtualizedRow} - - - ); -}; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBody.tsx b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBody.tsx deleted file mode 100644 index 3f56082c60d28..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBody.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import * as React from 'react'; -import type { DataGridBodyProps, DataGridBodyState } from './DataGridBody.types'; -import { - useDataGridBody_unstable as useDataGridBodyBase_unstable, - RowRenderFunction, - TableRowData, - TableRowIdContextProvider, -} from '@fluentui/react-table'; -import { TableRowIndexContextProvider } from '../../contexts/rowIndexContext'; - -/** - * Create the state required to render DataGridBody. - * - * The returned state can be modified with hooks such as useDataGridBodyStyles_unstable, - * before being passed to renderDataGridBody_unstable. - * - * @param props - props from this instance of DataGridBody - * @param ref - reference to root HTMLElement of DataGridBody - */ -export const useDataGridBody_unstable = (props: DataGridBodyProps, ref: React.Ref): DataGridBodyState => { - const { height, itemSize, width = '100%', ariaRowIndexStart = 2, children } = props; - - // cast the row render function to work with unknown args - const renderRowWithUnknown = children as RowRenderFunction; - const baseState = useDataGridBodyBase_unstable({ ...props, children: renderRowWithUnknown }, ref); - - const virtualizedRow: DataGridBodyState['virtualizedRow'] = React.useCallback( - ({ data, index, style }) => { - const row: TableRowData = data[index]; - return ( - - {children(row, style)} - - ); - }, - [ariaRowIndexStart, children], - ); - - return { - ...baseState, - itemSize, - height, - virtualizedRow, - width, - ariaRowIndexStart, - }; -}; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBodyStyles.styles.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBodyStyles.styles.ts deleted file mode 100644 index 3624babfbb5c8..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridBody/useDataGridBodyStyles.styles.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type { DataGridBodyState } from './DataGridBody.types'; -import { useDataGridBodyStyles_unstable as useDataGridBodyStylesBase_unstable } from '@fluentui/react-table'; - -/** - * Apply styling to the DataGridBody slots based on the state - */ -export const useDataGridBodyStyles_unstable = (state: DataGridBodyState): DataGridBodyState => { - useDataGridBodyStylesBase_unstable({ ...state, renderRow: () => null }); - return state; -}; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/DataGridRow.tsx b/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/DataGridRow.tsx deleted file mode 100644 index 021a4935fe9dc..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/DataGridRow.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from 'react'; -import { useDataGridRowStyles_unstable, renderDataGridRow_unstable } from '@fluentui/react-table'; -import { useDataGridRow_unstable } from './useDataGridRow.styles'; -import type { DataGridRowProps } from '@fluentui/react-table'; -import type { ForwardRefComponent } from '@fluentui/react-utilities'; - -/** - * @deprecated - please use [\@fluentui-contrib/react-data-grid-react-window](https://www.npmjs.com/package/\@fluentui-contrib/react-data-grid-react-window) instead - */ -export const DataGridRow: ForwardRefComponent & - ((props: DataGridRowProps) => JSX.Element) = React.forwardRef((props, ref) => { - const state = useDataGridRow_unstable(props, ref); - - useDataGridRowStyles_unstable(state); - return renderDataGridRow_unstable(state); -}) as ForwardRefComponent & ((props: DataGridRowProps) => JSX.Element); - -// eslint-disable-next-line deprecation/deprecation -DataGridRow.displayName = 'DataGridRow'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/index.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/index.ts deleted file mode 100644 index a5ab3d0a834cd..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './DataGridRow'; -export * from './useDataGridRow.styles'; diff --git a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/useDataGridRow.styles.ts b/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/useDataGridRow.styles.ts deleted file mode 100644 index b7e73da01d1b7..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/components/DataGridRow/useDataGridRow.styles.ts +++ /dev/null @@ -1,18 +0,0 @@ -import * as React from 'react'; -import type { DataGridRowProps, DataGridRowState } from '@fluentui/react-table'; -import { useDataGridRow_unstable as useBaseState } from '@fluentui/react-table'; -import { useTableRowIndexContext } from '../../contexts/rowIndexContext'; - -/** - * Create the state required to render DataGridRow. - * - * The returned state can be modified with hooks such as useDataGridRowStyles_unstable, - * before being passed to renderDataGridRow_unstable. - * - * @param props - props from this instance of DataGridRow - * @param ref - reference to root HTMLElement of DataGridRow - */ -export const useDataGridRow_unstable = (props: DataGridRowProps, ref: React.Ref): DataGridRowState => { - const rowIndex = useTableRowIndexContext(); - return useBaseState({ ...props, 'aria-rowindex': rowIndex }, ref); -}; diff --git a/packages/react-components/react-data-grid-react-window/src/contexts/rowIndexContext.ts b/packages/react-components/react-data-grid-react-window/src/contexts/rowIndexContext.ts deleted file mode 100644 index 6ff39e8372cba..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/contexts/rowIndexContext.ts +++ /dev/null @@ -1,9 +0,0 @@ -import * as React from 'react'; - -const rowIndexContext = React.createContext(undefined); - -export const tableRowIndexContextDefaultValue = undefined; - -export const useTableRowIndexContext = () => React.useContext(rowIndexContext) ?? tableRowIndexContextDefaultValue; - -export const TableRowIndexContextProvider = rowIndexContext.Provider; diff --git a/packages/react-components/react-data-grid-react-window/src/index.ts b/packages/react-components/react-data-grid-react-window/src/index.ts deleted file mode 100644 index 7f29fe93f0449..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// eslint-disable-next-line deprecation/deprecation -export { DataGridBody } from './DataGridBody'; -// eslint-disable-next-line deprecation/deprecation -export { DataGrid } from './DataGrid'; -// eslint-disable-next-line deprecation/deprecation -export { DataGridRow } from './DataGridRow'; - -export { DataGridCell, DataGridHeader, DataGridHeaderCell, DataGridSelectionCell } from '@fluentui/react-table'; - -export type { - DataGridCellProps, - DataGridHeaderCellProps, - DataGridHeaderProps, - DataGridSelectionCellProps, - DataGridRowProps, - DataGridProps, -} from '@fluentui/react-table'; - -export type { DataGridBodyProps, RowRenderer } from './DataGridBody'; diff --git a/packages/react-components/react-data-grid-react-window/src/testing/isConformant.ts b/packages/react-components/react-data-grid-react-window/src/testing/isConformant.ts deleted file mode 100644 index a3d988f29a172..0000000000000 --- a/packages/react-components/react-data-grid-react-window/src/testing/isConformant.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { isConformant as baseIsConformant } from '@fluentui/react-conformance'; -import type { IsConformantOptions, TestObject } from '@fluentui/react-conformance'; -import griffelTests from '@fluentui/react-conformance-griffel'; - -export function isConformant( - testInfo: Omit, 'componentPath'> & { componentPath?: string }, -) { - const defaultOptions: Partial> = { - tsConfig: { configName: 'tsconfig.spec.json' }, - componentPath: require.main?.filename.replace('.test', ''), - extraTests: griffelTests as TestObject, - }; - - baseIsConformant(defaultOptions, testInfo); -} diff --git a/packages/react-components/react-data-grid-react-window/tsconfig.json b/packages/react-components/react-data-grid-react-window/tsconfig.json deleted file mode 100644 index 1941a041d46c1..0000000000000 --- a/packages/react-components/react-data-grid-react-window/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "compilerOptions": { - "target": "ES2019", - "noEmit": true, - "isolatedModules": true, - "importHelpers": true, - "jsx": "react", - "noUnusedLocals": true, - "preserveConstEnums": true - }, - "include": [], - "files": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - }, - { - "path": "./.storybook/tsconfig.json" - } - ] -} diff --git a/packages/react-components/react-data-grid-react-window/tsconfig.lib.json b/packages/react-components/react-data-grid-react-window/tsconfig.lib.json deleted file mode 100644 index 6f90cf95c005b..0000000000000 --- a/packages/react-components/react-data-grid-react-window/tsconfig.lib.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "noEmit": false, - "lib": ["ES2019", "dom"], - "declaration": true, - "declarationDir": "../../../dist/out-tsc/types", - "outDir": "../../../dist/out-tsc", - "inlineSources": true, - "types": ["static-assets", "environment"] - }, - "exclude": [ - "./src/testing/**", - "**/*.spec.ts", - "**/*.spec.tsx", - "**/*.test.ts", - "**/*.test.tsx", - "**/*.stories.ts", - "**/*.stories.tsx" - ], - "include": ["./src/**/*.ts", "./src/**/*.tsx"] -} diff --git a/packages/react-components/react-data-grid-react-window/tsconfig.spec.json b/packages/react-components/react-data-grid-react-window/tsconfig.spec.json deleted file mode 100644 index 911456fe4b4d9..0000000000000 --- a/packages/react-components/react-data-grid-react-window/tsconfig.spec.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "module": "CommonJS", - "outDir": "dist", - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.spec.tsx", - "**/*.test.ts", - "**/*.test.tsx", - "**/*.d.ts", - "./src/testing/**/*.ts", - "./src/testing/**/*.tsx" - ] -} diff --git a/tsconfig.base.all.json b/tsconfig.base.all.json index 393b0e11afd31..09bf88da9e6be 100644 --- a/tsconfig.base.all.json +++ b/tsconfig.base.all.json @@ -104,7 +104,6 @@ "@fluentui/react-conformance": ["packages/react-conformance/src/index.ts"], "@fluentui/react-conformance-griffel": ["packages/react-components/react-conformance-griffel/src/index.ts"], "@fluentui/react-context-selector": ["packages/react-components/react-context-selector/src/index.ts"], - "@fluentui/react-data-grid-react-window": ["packages/react-components/react-data-grid-react-window/src/index.ts"], "@fluentui/react-datepicker-compat": ["packages/react-components/react-datepicker-compat/src/index.ts"], "@fluentui/react-dialog": ["packages/react-components/react-dialog/src/index.ts"], "@fluentui/react-divider": ["packages/react-components/react-divider/src/index.ts"], diff --git a/tsconfig.base.json b/tsconfig.base.json index 50f5eed7d2277..c1fe5483f49a4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -37,7 +37,6 @@ "@fluentui/react-conformance": ["packages/react-conformance/src/index.ts"], "@fluentui/react-conformance-griffel": ["packages/react-components/react-conformance-griffel/src/index.ts"], "@fluentui/react-context-selector": ["packages/react-components/react-context-selector/src/index.ts"], - "@fluentui/react-data-grid-react-window": ["packages/react-components/react-data-grid-react-window/src/index.ts"], "@fluentui/react-datepicker-compat": ["packages/react-components/react-datepicker-compat/src/index.ts"], "@fluentui/react-dialog": ["packages/react-components/react-dialog/src/index.ts"], "@fluentui/react-divider": ["packages/react-components/react-divider/src/index.ts"],