diff --git a/.storybook/preview.js b/.storybook/preview.js index f7b5ec871b75a..e11c0740ea23c 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -46,8 +46,8 @@ export const parameters = { 'react-scripts': 'latest', }, optionalDependencies: { - '@fluentui/react-components': 'rc', // necessary for FluentProvider - '@fluentui/react-icons': 'beta', + '@fluentui/react-components': '^9.0.0', // necessary for FluentProvider + '@fluentui/react-icons': 'rc', }, indexTsx: dedent` import * as ReactDOM from 'react-dom'; diff --git a/apps/perf-test-react-components/CHANGELOG.json b/apps/perf-test-react-components/CHANGELOG.json index 0cb65d581f0a5..3a6dc7436adcc 100644 --- a/apps/perf-test-react-components/CHANGELOG.json +++ b/apps/perf-test-react-components/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/perf-test-react-components", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/perf-test-react-components_v9.0.0-rc.0", + "version": "9.0.0-rc.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-avatar to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-button to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-provider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/perf-test-react-components_v9.0.0-rc.0", diff --git a/apps/perf-test-react-components/CHANGELOG.md b/apps/perf-test-react-components/CHANGELOG.md index 531a196179f1c..72aa16b849ad5 100644 --- a/apps/perf-test-react-components/CHANGELOG.md +++ b/apps/perf-test-react-components/CHANGELOG.md @@ -1,11 +1,22 @@ # Change Log - @fluentui/perf-test-react-components -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test-react-components_v9.0.0-rc.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test-react-components_v9.0.0-rc.0..@fluentui/perf-test-react-components_v9.0.0-rc.0) + +### Patches + +- Bump @fluentui/react-avatar to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-provider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test-react-components_v9.0.0-rc.0) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test-react-components_v9.0.0-rc.0..@fluentui/perf-test-react-components_v9.0.0-rc.0) diff --git a/apps/perf-test-react-components/package.json b/apps/perf-test-react-components/package.json index 13b40784062c8..6418d34bed28c 100644 --- a/apps/perf-test-react-components/package.json +++ b/apps/perf-test-react-components/package.json @@ -15,10 +15,10 @@ "@fluentui/eslint-plugin": "*" }, "dependencies": { - "@griffel/core": "1.4.0", - "@fluentui/react-avatar": "^9.0.0", - "@fluentui/react-button": "^9.0.0", - "@fluentui/react-provider": "^9.0.0", + "@griffel/core": "^1.4.1", + "@fluentui/react-avatar": "^9.0.1", + "@fluentui/react-button": "^9.0.1", + "@fluentui/react-provider": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/scripts": "^1.0.0", "@microsoft/load-themed-styles": "^1.10.26", diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json index 8a332e7265727..df58c45f78103 100644 --- a/apps/public-docsite-v9/package.json +++ b/apps/public-docsite-v9/package.json @@ -24,10 +24,10 @@ "@fluentui/react": "^8.77.2", "@fluentui/scripts": "^1.0.0", "@fluentui/storybook": "^1.0.0", - "@fluentui/react-components": "^9.0.0-rc.15", + "@fluentui/react-components": "^9.0.1", "@fluentui/react-storybook-addon": "^9.0.0-rc.1", - "@fluentui/react-theme": "^9.0.0-rc.10", - "@griffel/react": "1.2.0", + "@fluentui/react-theme": "^9.0.0", + "@griffel/react": "^1.2.0", "react": "16.14.0", "react-dom": "16.14.0", "tslib": "^2.1.0" diff --git a/apps/ssr-tests-v9/CHANGELOG.json b/apps/ssr-tests-v9/CHANGELOG.json index f942c6a5dd93f..31e892682fe98 100644 --- a/apps/ssr-tests-v9/CHANGELOG.json +++ b/apps/ssr-tests-v9/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/ssr-tests-v9", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/ssr-tests-v9_v9.0.0", + "version": "9.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ssr-tests-v9", + "comment": "Bump @fluentui/react-components to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/ssr-tests-v9_v9.0.0", diff --git a/apps/ssr-tests-v9/CHANGELOG.md b/apps/ssr-tests-v9/CHANGELOG.md index df38cd7c1087c..68931ecb10edc 100644 --- a/apps/ssr-tests-v9/CHANGELOG.md +++ b/apps/ssr-tests-v9/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/ssr-tests-v9 -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests-v9_v9.0.0..@fluentui/ssr-tests-v9_v9.0.0) + +### Patches + +- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0) + Tue, 28 Jun 2022 15:14:23 GMT ### Patches diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json index 2856144358212..db3423de5f3f1 100644 --- a/apps/ssr-tests-v9/package.json +++ b/apps/ssr-tests-v9/package.json @@ -17,7 +17,7 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/react-components": "^9.0.0" + "@fluentui/react-components": "^9.0.1" }, "devDependencies": { "@fluentui/eslint-plugin": "*", diff --git a/apps/ts-minbar-test-react-components/CHANGELOG.json b/apps/ts-minbar-test-react-components/CHANGELOG.json index a139ec10da93a..6b6d60af112c8 100644 --- a/apps/ts-minbar-test-react-components/CHANGELOG.json +++ b/apps/ts-minbar-test-react-components/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/ts-minbar-test-react-components", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0", + "version": "9.0.0-rc.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ts-minbar-test-react-components", + "comment": "Bump @fluentui/react-components to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0", diff --git a/apps/ts-minbar-test-react-components/CHANGELOG.md b/apps/ts-minbar-test-react-components/CHANGELOG.md index ae5316c50d793..bc18f5d4a6eaa 100644 --- a/apps/ts-minbar-test-react-components/CHANGELOG.md +++ b/apps/ts-minbar-test-react-components/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/ts-minbar-test-react-components -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0..@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0) + +### Patches + +- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0..@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0) diff --git a/apps/ts-minbar-test-react-components/package.json b/apps/ts-minbar-test-react-components/package.json index 98a43a5069bfc..14f0c535b1f7f 100644 --- a/apps/ts-minbar-test-react-components/package.json +++ b/apps/ts-minbar-test-react-components/package.json @@ -5,7 +5,7 @@ "description": "Testing Fluent UI React Components compatibility with Typescript 3.9", "license": "MIT", "dependencies": { - "@fluentui/react-components": "^9.0.0" + "@fluentui/react-components": "^9.0.1" }, "scripts": { "build": "just-scripts build", diff --git a/apps/vr-tests-react-components/CHANGELOG.json b/apps/vr-tests-react-components/CHANGELOG.json index ca6810749e362..e89291639ed06 100644 --- a/apps/vr-tests-react-components/CHANGELOG.json +++ b/apps/vr-tests-react-components/CHANGELOG.json @@ -1,6 +1,165 @@ { "name": "@fluentui/vr-tests-react-components", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/vr-tests-react-components_v9.0.0-rc.0", + "version": "9.0.0-rc.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-accordion to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-avatar to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-badge to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-button to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-card to v9.0.0-beta.21", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-checkbox to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-divider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-image to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-input to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-link to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-menu to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-popover to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-positioning to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-provider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-radio to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-select to v9.0.0-beta.5", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-slider to v9.0.0-beta.21", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-spinner to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-spinbutton to v9.0.0-beta.16", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-switch to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-tabs to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-text to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-textarea to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-tooltip to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/vr-tests-react-components_v9.0.0-rc.0", diff --git a/apps/vr-tests-react-components/CHANGELOG.md b/apps/vr-tests-react-components/CHANGELOG.md index 134b95807432d..a4c364765c195 100644 --- a/apps/vr-tests-react-components/CHANGELOG.md +++ b/apps/vr-tests-react-components/CHANGELOG.md @@ -1,11 +1,44 @@ # Change Log - @fluentui/vr-tests-react-components -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests-react-components_v9.0.0-rc.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests-react-components_v9.0.0-rc.0..@fluentui/vr-tests-react-components_v9.0.0-rc.0) + +### Patches + +- Bump @fluentui/react-accordion to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-avatar to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-badge to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-card to v9.0.0-beta.21 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-checkbox to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-divider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-image to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-input to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-link to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-menu to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-popover to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-provider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-radio to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-select to v9.0.0-beta.5 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-slider to v9.0.0-beta.21 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-spinner to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-spinbutton to v9.0.0-beta.16 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-switch to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabs to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-text to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-textarea to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tooltip to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests-react-components_v9.0.0-rc.0) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests-react-components_v9.0.0-rc.0..@fluentui/vr-tests-react-components_v9.0.0-rc.0) diff --git a/apps/vr-tests-react-components/package.json b/apps/vr-tests-react-components/package.json index 1863ae9b35bdc..9d780021c8515 100644 --- a/apps/vr-tests-react-components/package.json +++ b/apps/vr-tests-react-components/package.json @@ -17,37 +17,37 @@ "@fluentui/eslint-plugin": "*" }, "dependencies": { - "@fluentui/react-accordion": "^9.0.0", - "@fluentui/react-avatar": "^9.0.0", - "@fluentui/react-badge": "^9.0.0", - "@fluentui/react-button": "^9.0.0", - "@fluentui/react-card": "9.0.0-beta.20", - "@fluentui/react-checkbox": "^9.0.0", - "@fluentui/react-divider": "^9.0.0", + "@fluentui/react-accordion": "^9.0.1", + "@fluentui/react-avatar": "^9.0.1", + "@fluentui/react-badge": "^9.0.1", + "@fluentui/react-button": "^9.0.1", + "@fluentui/react-card": "9.0.0-beta.21", + "@fluentui/react-checkbox": "^9.0.1", + "@fluentui/react-divider": "^9.0.1", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-image": "^9.0.0", - "@fluentui/react-input": "^9.0.0", - "@fluentui/react-label": "^9.0.0", - "@fluentui/react-link": "^9.0.0", - "@fluentui/react-menu": "^9.0.0", - "@fluentui/react-popover": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", - "@fluentui/react-provider": "^9.0.0", - "@fluentui/react-radio": "^9.0.0", - "@fluentui/react-select": "9.0.0-beta.4", + "@fluentui/react-image": "^9.0.1", + "@fluentui/react-input": "^9.0.1", + "@fluentui/react-label": "^9.0.1", + "@fluentui/react-link": "^9.0.1", + "@fluentui/react-menu": "^9.0.1", + "@fluentui/react-popover": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", + "@fluentui/react-provider": "^9.0.1", + "@fluentui/react-radio": "^9.0.1", + "@fluentui/react-select": "9.0.0-beta.5", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-slider": "9.0.0-beta.20", - "@fluentui/react-spinner": "^9.0.0", - "@fluentui/react-spinbutton": "9.0.0-beta.15", - "@fluentui/react-switch": "^9.0.0", - "@fluentui/react-tabs": "^9.0.0", - "@fluentui/react-text": "^9.0.0", - "@fluentui/react-textarea": "^9.0.0", + "@fluentui/react-slider": "9.0.0-beta.21", + "@fluentui/react-spinner": "^9.0.1", + "@fluentui/react-spinbutton": "9.0.0-beta.16", + "@fluentui/react-switch": "^9.0.1", + "@fluentui/react-tabs": "^9.0.1", + "@fluentui/react-text": "^9.0.1", + "@fluentui/react-textarea": "^9.0.1", "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-tooltip": "^9.0.0", + "@fluentui/react-tooltip": "^9.0.1", "@fluentui/react-utilities": "^9.0.0", "@fluentui/scripts": "^1.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "react": "16.14.0", "react-dom": "16.14.0", "screener-storybook": "0.23.0", diff --git a/apps/vr-tests-react-components/src/stories/AvatarGroup.stories.tsx b/apps/vr-tests-react-components/src/stories/AvatarGroup.stories.tsx new file mode 100644 index 0000000000000..d6d7ef2145aab --- /dev/null +++ b/apps/vr-tests-react-components/src/stories/AvatarGroup.stories.tsx @@ -0,0 +1,96 @@ +import * as React from 'react'; +import { storiesOf } from '@storybook/react'; +import Screener from 'screener-storybook/src/screener'; +import { AvatarGroup, AvatarGroupItem, AvatarGroupProps } from '@fluentui/react-avatar'; +import { TestWrapperDecorator } from '../utilities/TestWrapperDecorator'; + +const names = [ + 'Katri Athokas', + 'Elvia Atkins', + 'Mauricio August', + 'Colin Ballinger', + 'Lydia Bauer', + 'Amanda Brady', + 'Henry Brill', + 'Celeste Burton', + 'Robin Counts', + 'Tim Deboer', + 'Cameron Evans', + 'Isaac Fielder', + 'Cecil Folk', + 'Miguel Garcia', + 'Wanda Howard', + 'Mona Kane', + 'Kat Larsson', + 'Ashley McCarthy', + 'Johnie McConnell', + 'Allan Munger', + 'Erik Nason', + 'Kristin Patterson', + 'Daisy Phillips', + 'Carole Poland', + 'Carlos Slattery', + 'Robert Tolbert', + 'Kevin Sturgis', + 'Charlotte Waltson', + 'Elliot Woodward', +]; + +const sizes = [16, 20, 24, 28, 32, 36, 40, 48, 56, 64, 72, 96, 120, 128]; + +const AvatarGroupList: React.FC = props => { + return ( +
+ {sizes.map(size => ( + + {names.map(name => ( + + ))} + + ))} +
+ ); +}; + +// Non-interactive stories +storiesOf('AvatarGroup Converged', module) + .addDecorator(TestWrapperDecorator) + .addDecorator(story => ( + {story()} + )) + .addStory('basic', () => , { + includeHighContrast: true, + includeDarkMode: true, + }) + .addStory('layoutPie', () => , { + includeHighContrast: true, + includeDarkMode: true, + }) + .addStory('layoutStack', () => , { + includeHighContrast: true, + includeDarkMode: true, + }) + .addStory('overflowIndicator', () => ); + +// Interactive stories +storiesOf('AvatarGroup Converged', module) + .addDecorator(TestWrapperDecorator) + .addDecorator(story => ( + + {story()} + + )) + .addStory( + 'overflowContent', + () => ( + + {names.map(name => ( + + ))} + + ), + { + includeHighContrast: true, + includeDarkMode: true, + }, + ); diff --git a/change/@fluentui-react-avatar-0ebe3e03-9d8f-48f7-a4c0-2a95b7014e2e.json b/change/@fluentui-react-avatar-0ebe3e03-9d8f-48f7-a4c0-2a95b7014e2e.json new file mode 100644 index 0000000000000..3ce8f528ae52b --- /dev/null +++ b/change/@fluentui-react-avatar-0ebe3e03-9d8f-48f7-a4c0-2a95b7014e2e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: Adding unit tests for AvatarGroup. ", + "packageName": "@fluentui/react-avatar", + "email": "esteban.230@hotmail.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-avatar-398ce0cf-a9ba-4202-bc72-488f974333c9.json b/change/@fluentui-react-avatar-398ce0cf-a9ba-4202-bc72-488f974333c9.json new file mode 100644 index 0000000000000..130637fd53195 --- /dev/null +++ b/change/@fluentui-react-avatar-398ce0cf-a9ba-4202-bc72-488f974333c9.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "docs: Adding readme and migration guide for AvatarGroup.", + "packageName": "@fluentui/react-avatar", + "email": "esteban.230@hotmail.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-utilities-02a46ee6-1b76-40d0-8e0f-8233baf7d8f4.json b/change/@fluentui-react-utilities-02a46ee6-1b76-40d0-8e0f-8233baf7d8f4.json new file mode 100644 index 0000000000000..34ba618213d1a --- /dev/null +++ b/change/@fluentui-react-utilities-02a46ee6-1b76-40d0-8e0f-8233baf7d8f4.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "chore: improve error message in useIsSSR()", + "packageName": "@fluentui/react-utilities", + "email": "olfedias@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/package.json b/package.json index d060ed40657a8..9ff1516643787 100644 --- a/package.json +++ b/package.json @@ -86,11 +86,11 @@ "@cypress/react": "5.12.4", "@cypress/webpack-dev-server": "1.8.3", "@fluentui/react-icons": "^2.0.172-rc.8", - "@griffel/babel-preset": "1.3.2", + "@griffel/babel-preset": "^1.3.3", "@griffel/eslint-plugin": "1.0.0", - "@griffel/jest-serializer": "1.0.5", - "@griffel/react": "1.2.0", - "@griffel/webpack-loader": "2.0.7", + "@griffel/jest-serializer": "^1.0.5", + "@griffel/react": "^1.2.0", + "@griffel/webpack-loader": "^2.0.7", "@microsoft/api-extractor": "7.18.1", "@microsoft/eslint-plugin-sdl": "0.1.9", "@nrwl/cli": "13.8.1", diff --git a/packages/fluentui/react-northstar/package.json b/packages/fluentui/react-northstar/package.json index d343be95b218e..d0040b6eee6af 100644 --- a/packages/fluentui/react-northstar/package.json +++ b/packages/fluentui/react-northstar/package.json @@ -14,7 +14,7 @@ "@fluentui/react-component-ref": "^0.63.1", "@fluentui/react-icons-northstar": "^0.63.1", "@fluentui/react-northstar-styles-renderer": "^0.63.1", - "@fluentui/react-portal-compat-context": "^9.0.0-rc.2", + "@fluentui/react-portal-compat-context": "^9.0.0", "@fluentui/react-proptypes": "^0.63.1", "@fluentui/state": "^0.63.1", "@fluentui/styles": "^0.63.1", diff --git a/packages/react-components/react-accordion/CHANGELOG.json b/packages/react-components/react-accordion/CHANGELOG.json index 750b6939dcec8..c73da5af1bfbf 100644 --- a/packages/react-components/react-accordion/CHANGELOG.json +++ b/packages/react-components/react-accordion/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-accordion", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:46 GMT", + "tag": "@fluentui/react-accordion_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-accordion", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-accordion", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-accordion", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:10 GMT", "tag": "@fluentui/react-accordion_v9.0.0", diff --git a/packages/react-components/react-accordion/CHANGELOG.md b/packages/react-components/react-accordion/CHANGELOG.md index 472430799dbac..2af550135a09f 100644 --- a/packages/react-components/react-accordion/CHANGELOG.md +++ b/packages/react-components/react-accordion/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-accordion -This log was last generated on Tue, 28 Jun 2022 15:14:10 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:46 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.1) + +Tue, 28 Jun 2022 17:39:46 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0..@fluentui/react-accordion_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0) Tue, 28 Jun 2022 15:14:10 GMT diff --git a/packages/react-components/react-accordion/package.json b/packages/react-components/react-accordion/package.json index 647a3b695a25b..b481a917b73da 100644 --- a/packages/react-components/react-accordion/package.json +++ b/packages/react-components/react-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-accordion", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI accordion component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,7 +28,7 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { @@ -36,10 +36,10 @@ "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-alert/CHANGELOG.json b/packages/react-components/react-alert/CHANGELOG.json index 20d4634a789bc..ae9c6bab4601a 100644 --- a/packages/react-components/react-alert/CHANGELOG.json +++ b/packages/react-components/react-alert/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-alert", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:46 GMT", + "tag": "@fluentui/react-alert_v9.0.0-beta.5", + "version": "9.0.0-beta.5", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-alert", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-alert", + "comment": "Bump @fluentui/react-button to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-alert", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:12 GMT", "tag": "@fluentui/react-alert_v9.0.0-beta.4", diff --git a/packages/react-components/react-alert/CHANGELOG.md b/packages/react-components/react-alert/CHANGELOG.md index fdd1fbe9dc577..ffca2ef56223a 100644 --- a/packages/react-components/react-alert/CHANGELOG.md +++ b/packages/react-components/react-alert/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-alert -This log was last generated on Tue, 28 Jun 2022 15:14:12 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:46 GMT and should not be manually modified. +## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.5) + +Tue, 28 Jun 2022 17:39:46 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.4..@fluentui/react-alert_v9.0.0-beta.5) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.4) Tue, 28 Jun 2022 15:14:12 GMT diff --git a/packages/react-components/react-alert/package.json b/packages/react-components/react-alert/package.json index 9928d5d2cf219..a32096a84fe7f 100644 --- a/packages/react-components/react-alert/package.json +++ b/packages/react-components/react-alert/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-alert", - "version": "9.0.0-beta.4", + "version": "9.0.0-beta.5", "description": "An alert component to display brief messages", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,15 +27,15 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-button": "^9.0.0", + "@fluentui/react-button": "^9.0.1", "@fluentui/react-icons": "^2.0.172-rc.8", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-avatar/CHANGELOG.json b/packages/react-components/react-avatar/CHANGELOG.json index f45c932e99cee..76aa3e32bed24 100644 --- a/packages/react-components/react-avatar/CHANGELOG.json +++ b/packages/react-components/react-avatar/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/react-avatar", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:46 GMT", + "tag": "@fluentui/react-avatar_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-avatar", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-avatar", + "comment": "Bump @fluentui/react-badge to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-avatar", + "comment": "Bump @fluentui/react-popover to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-avatar", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-avatar", + "comment": "Bump @fluentui/react-tooltip to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-avatar", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:14 GMT", "tag": "@fluentui/react-avatar_v9.0.0", diff --git a/packages/react-components/react-avatar/CHANGELOG.md b/packages/react-components/react-avatar/CHANGELOG.md index d896811d68925..22e041c2dd0da 100644 --- a/packages/react-components/react-avatar/CHANGELOG.md +++ b/packages/react-components/react-avatar/CHANGELOG.md @@ -1,9 +1,23 @@ # Change Log - @fluentui/react-avatar -This log was last generated on Tue, 28 Jun 2022 15:14:14 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:46 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.1) + +Tue, 28 Jun 2022 17:39:46 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0..@fluentui/react-avatar_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-badge to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-popover to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tooltip to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0) Tue, 28 Jun 2022 15:14:14 GMT diff --git a/packages/react-components/react-avatar/MIGRATION-AvatarGroup.md b/packages/react-components/react-avatar/MIGRATION-AvatarGroup.md new file mode 100644 index 0000000000000..95caf79c12ae8 --- /dev/null +++ b/packages/react-components/react-avatar/MIGRATION-AvatarGroup.md @@ -0,0 +1,35 @@ +# AvatarGroup Migration + +## Migration from v0 + +`v0` does not have a component similar to `AvatarGroup`. + +## Migration from v8 + +AvatarGroup and Facepile have similar APIs, but the main difference is how they interact with AvatarGroupItem/Persona. AvatarGroup receives AvatarGroupItems as children and places them in their respective place, this means AvatarGroup has no control over AvatarGroupItem. `size` is the only property of AvatarGroupItem that is modified by AvatarGroup to make all AvatarGroupItems the same size. Face adding functionality is not supported. + +Avatars must not be used inside an AvatarGroup, instead AvatarGroupItems are used since it has extra functionality used only in AvatarGroups. This includes adding a label when the AvatarGroupItem is rendered in the overflow Popover and specific styling for each layout. + +AvatarGroup has extra functionality that Facepile does not have, this includes: + - When the AvatarGroupItems are overflowing, a Popover is rendered that contains all the overflowed AvatarGroupItems. The Popover is triggered when the overflow button is clicked. + - AvatarGroup supports three layouts: `spread` (default), `stack`, and `pie`. + +## Property mapping + +| v8 `Facepile` | v9 `AvatarGroup` | +| ------------------------ | -------------------------------------------------------- | +| `personas` | `children` | +| `addButtonProps` | - | +| `className` | `className` | +| `getPersonaProps` | `AvatarGroupItem`'s props | +| `maxDisplayablePersonas` | `maxAvatars` | +| `onRenderPersona` | Render function for the AvatarGroupItem | +| `onRenderPersonaCoin` | Render function for the `avatar` slot in AvatarGroupItem | +| `onRenderPersonaWrapper` | - | +| `overflowButtonProps` | `overflowButton` slot props | +| `overflowButtonType` | `overflowIndicator` | +| `overflowPersonas` | - | +| `personaSize` | `size` | +| `showAddButton` | - | +| `showTooltip` | - | +| `styles` | (theme) | diff --git a/packages/react-components/react-avatar/README-AvatarGroup.md b/packages/react-components/react-avatar/README-AvatarGroup.md new file mode 100644 index 0000000000000..5a0e935fd0a86 --- /dev/null +++ b/packages/react-components/react-avatar/README-AvatarGroup.md @@ -0,0 +1,39 @@ +# @fluentui/react-avatar + +**React AvatarGroup component for [Fluent UI](https://dev.microsoft.com/fluentui)** + +The AvatarGroup component represents a group of multiple people or entities by taking care of the arrangement of individual Avatars in a spread, stack, or pie layout. + +## STATUS: WIP 🚧 + +These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release. + +## Usage + +To import AvatarGroup and AvatarGroupItem: + +```js +import { AvatarGroup, AvatarGroupItem } from '@fluentui/react-avatar'; +``` + +Once the AvatarGroup component graduates to a production release, the component will be available at: + +```js +import { AvatarGroup, AvatarGroupItem } from '@fluentui/react-components'; +``` + +### Examples + +```jsx + + + + + + + + + + + +``` diff --git a/packages/react-components/react-avatar/package.json b/packages/react-components/react-avatar/package.json index e4a68bdb80fa6..f8df55663908b 100644 --- a/packages/react-components/react-avatar/package.json +++ b/packages/react-components/react-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-avatar", - "version": "9.0.0", + "version": "9.0.1", "description": "React components for building Microsoft web experiences.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,21 +28,21 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0", "es6-weak-map": "^2.0.2" }, "dependencies": { - "@fluentui/react-badge": "^9.0.0", + "@fluentui/react-badge": "^9.0.1", "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-popover": "^9.0.0", + "@fluentui/react-popover": "^9.0.1", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-tooltip": "^9.0.0", + "@fluentui/react-tooltip": "^9.0.1", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-avatar/src/components/AvatarGroup/AvatarGroup.test.tsx b/packages/react-components/react-avatar/src/components/AvatarGroup/AvatarGroup.test.tsx index 50ff191fa4ac9..afd352337a065 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroup/AvatarGroup.test.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroup/AvatarGroup.test.tsx @@ -2,24 +2,176 @@ import * as React from 'react'; import { AvatarGroup } from './AvatarGroup'; import { AvatarGroupItem } from '../AvatarGroupItem'; import { isConformant } from '../../common/isConformant'; -import { render } from '@testing-library/react'; +import { render, RenderResult, screen, within } from '@testing-library/react'; +import { avatarGroupClassNames } from './useAvatarGroupStyles'; + +// testing-library's queryByRole function doesn't look inside portals +function queryByRoleList(result: RenderResult) { + const lists = result.baseElement.querySelectorAll('*[role="list"]'); + if (!lists?.length) { + return null; + } else { + expect(lists.length).toBe(1); + return lists.item(0) as HTMLElement; + } +} + +const getOverflowContentElement = (result: RenderResult) => { + // overflowButton needs to be clicked otherwise overflowContent won't be rendered. + result.queryByRole('button')?.click(); + return queryByRoleList(result)!; +}; describe('AvatarGroup', () => { - // TODO: Remove component-has-static-classnames-object from disabled tests. isConformant({ Component: AvatarGroup, displayName: 'AvatarGroup', disabledTests: [ 'component-has-static-classname', 'component-has-static-classname-exported', - 'component-has-static-classnames-object', + 'make-styles-overrides-win', ], + testOptions: { + 'has-static-classnames': [ + { + props: {}, + expectedClassNames: { + root: avatarGroupClassNames.root, + overflowButton: avatarGroupClassNames.overflowButton, + overflowContent: avatarGroupClassNames.overflowContent, + }, + getPortalElement: getOverflowContentElement, + }, + ], + }, + requiredProps: { + children: [ + , + , + , + , + , + , + , + , + , + ], + }, + }); + + it('renders an overflow indicator when AvatarGroupItems overflow', () => { + render( + + + + + + + + + + + , + ); + + expect(screen.getByText('+5')).toBeTruthy(); + }); + + it('renders an icon overflow indicator when size is less than 24', () => { + render( + + + + + + + + + + + , + ); + + expect(screen.getByRole('button').textContent).toBe(''); + }); + + it('ignores maxAvatars when using pie layout', () => { + render( + + + + + + + + + + + , + ); + + // maxAvatars is 3 when the layout is pie, but it also renders a transparent button + // so it needs to check for 3 children + 1 button + expect(screen.getByRole('group').children.length).toBe(4); }); - // TODO add more tests here, and create visual regression tests in /apps/vr-tests + it('renders the avatars in the correct order when using a stack or spread layout', () => { + render( + + + + + + + + + + + , + ); - it('renders a default state', () => { - const result = render( + const avatarChildren = screen.getByRole('group').children; + + expect(avatarChildren.item(0)?.textContent).toBe('AM'); + expect(avatarChildren.item(1)?.textContent).toBe('DP'); + expect(avatarChildren.item(2)?.textContent).toBe('RT'); + expect(avatarChildren.item(3)?.textContent).toBe('KS'); + }); + + it('renders all AvatarGroupItems inside the overflowContent when using a pie layout', () => { + const { baseElement } = render( + + + + + + + + + + + , + ); + + const button = screen.getByRole('button'); + button.click(); + // overflowContent is rendered in a portal, so using baseElement let's you access its content + const avatarGroupItems = within(baseElement as HTMLElement).getAllByRole('listitem'); + const avatarGroupItemAvatars = avatarGroupItems.map(item => within(item).getByRole('img')); + + expect(avatarGroupItemAvatars[0].textContent).toBe('KA'); + expect(avatarGroupItemAvatars[1].textContent).toBe('EA'); + expect(avatarGroupItemAvatars[2].textContent).toBe('CE'); + expect(avatarGroupItemAvatars[3].textContent).toBe('WH'); + expect(avatarGroupItemAvatars[4].textContent).toBe('MK'); + expect(avatarGroupItemAvatars[5].textContent).toBe('AM'); + expect(avatarGroupItemAvatars[6].textContent).toBe('DP'); + expect(avatarGroupItemAvatars[7].textContent).toBe('RT'); + expect(avatarGroupItemAvatars[8].textContent).toBe('KS'); + }); + + it('handles maxAvatars', () => { + render( @@ -32,6 +184,25 @@ describe('AvatarGroup', () => { , ); - expect(result.container).toMatchSnapshot(); + + expect(screen.getByRole('group').children.length).toBe(5); + }); + + it('handles custom maxAvatars', () => { + render( + + + + + + + + + + + , + ); + + expect(screen.getByRole('group').children.length).toBe(8); }); }); diff --git a/packages/react-components/react-avatar/src/components/AvatarGroup/__snapshots__/AvatarGroup.test.tsx.snap b/packages/react-components/react-avatar/src/components/AvatarGroup/__snapshots__/AvatarGroup.test.tsx.snap deleted file mode 100644 index bfa93f3954302..0000000000000 --- a/packages/react-components/react-avatar/src/components/AvatarGroup/__snapshots__/AvatarGroup.test.tsx.snap +++ /dev/null @@ -1,87 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`AvatarGroup renders a default state 1`] = ` -
-
-
- - - AM - - -
-
- - - DP - - -
-
- - - RT - - -
-
- - - KS - - -
- -
-
-`; diff --git a/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroup.tsx b/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroup.tsx index 048a3eeffd8ab..cf87dc41e7077 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroup.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroup.tsx @@ -1,5 +1,4 @@ import * as React from 'react'; -import { AvatarGroupItem } from '../AvatarGroupItem/AvatarGroupItem'; import { getNativeElementProps, resolveShorthand } from '@fluentui/react-utilities'; import { MoreHorizontalRegular } from '@fluentui/react-icons'; import { PopoverSurface } from '@fluentui/react-popover'; @@ -19,14 +18,6 @@ export const useAvatarGroup_unstable = (props: AvatarGroupProps, ref: React.Ref< const { overflowIndicator = size < 24 ? 'icon' : 'count' } = props; const childrenArray = React.Children.toArray(children); - if ( - process.env.NODE_ENV !== 'production' && - childrenArray.find(child => React.isValidElement(child) && child.type !== AvatarGroupItem) - ) { - // eslint-disable-next-line no-console - console.warn("AvatarGroup's children must be of type AvatarGroupItems."); - } - let rootChildren = childrenArray; let overflowChildren; let overflowButtonChildren; diff --git a/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroupStyles.ts b/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroupStyles.ts index 9b33bd69d5bf6..ab5e115998e29 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroupStyles.ts +++ b/packages/react-components/react-avatar/src/components/AvatarGroup/useAvatarGroupStyles.ts @@ -22,6 +22,7 @@ const useStyles = makeStyles({ }, pie: { clipPath: 'circle(50%)', + backgroundColor: tokens.colorTransparentStroke, '@media (forced-colors: active)': { backgroundColor: 'CanvasText', }, diff --git a/packages/react-components/react-avatar/src/components/AvatarGroupItem/AvatarGroupItem.test.tsx b/packages/react-components/react-avatar/src/components/AvatarGroupItem/AvatarGroupItem.test.tsx index 35216e231fbc2..2298b41cba76f 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroupItem/AvatarGroupItem.test.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroupItem/AvatarGroupItem.test.tsx @@ -14,7 +14,11 @@ describe('AvatarGroupItem', () => { isConformant({ Component: AvatarGroupItem, displayName: 'AvatarGroupItem', - disabledTests: ['component-has-static-classname', 'component-has-static-classname-exported'], + disabledTests: [ + 'component-has-static-classname', + 'component-has-static-classname-exported', + 'make-styles-overrides-win', + ], primarySlot: 'avatar', renderOptions: { wrapper: ContextWrapper, diff --git a/packages/react-components/react-badge/CHANGELOG.json b/packages/react-components/react-badge/CHANGELOG.json index e05a6cb32c240..9a0d861917f47 100644 --- a/packages/react-components/react-badge/CHANGELOG.json +++ b/packages/react-components/react-badge/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-badge", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:47 GMT", + "tag": "@fluentui/react-badge_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-badge", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-badge", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:19 GMT", "tag": "@fluentui/react-badge_v9.0.0", diff --git a/packages/react-components/react-badge/CHANGELOG.md b/packages/react-components/react-badge/CHANGELOG.md index ea6c1731f2e0f..bd125c6c23c16 100644 --- a/packages/react-components/react-badge/CHANGELOG.md +++ b/packages/react-components/react-badge/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-badge -This log was last generated on Tue, 28 Jun 2022 15:14:19 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:47 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.1) + +Tue, 28 Jun 2022 17:39:47 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0..@fluentui/react-badge_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0) Tue, 28 Jun 2022 15:14:19 GMT diff --git a/packages/react-components/react-badge/package.json b/packages/react-components/react-badge/package.json index 418bac78a458b..3779ef9adc33b 100644 --- a/packages/react-components/react-badge/package.json +++ b/packages/react-components/react-badge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-badge", - "version": "9.0.0", + "version": "9.0.1", "description": "React components for building web experiences", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,12 +28,12 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-icons": "^2.0.172-rc.8", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-badge/src/stories/Badge/BadgeColor.stories.tsx b/packages/react-components/react-badge/src/stories/Badge/BadgeColor.stories.tsx index 9e979fb9f47ae..914e560602dce 100644 --- a/packages/react-components/react-badge/src/stories/Badge/BadgeColor.stories.tsx +++ b/packages/react-components/react-badge/src/stories/Badge/BadgeColor.stories.tsx @@ -39,7 +39,7 @@ Color.parameters = { story: 'A badge can have different colors.' + ' The available colors are `brand`, `danger`, `important`, `informative`, ' + - '`severe`, `severe`, `success` or `warning`.' + + '`severe`, `subtle`, `success` or `warning`.' + ' The default is `brand`.', }, }, diff --git a/packages/react-components/react-button/CHANGELOG.json b/packages/react-components/react-button/CHANGELOG.json index bd5147395adcd..6afd954b62d29 100644 --- a/packages/react-components/react-button/CHANGELOG.json +++ b/packages/react-components/react-button/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-button", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:47 GMT", + "tag": "@fluentui/react-button_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-button", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-button", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-button", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:26 GMT", "tag": "@fluentui/react-button_v9.0.0", diff --git a/packages/react-components/react-button/CHANGELOG.md b/packages/react-components/react-button/CHANGELOG.md index e120192f4051e..174dfc26774e5 100644 --- a/packages/react-components/react-button/CHANGELOG.md +++ b/packages/react-components/react-button/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-button -This log was last generated on Tue, 28 Jun 2022 15:13:26 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:47 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.1) + +Tue, 28 Jun 2022 17:39:47 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0..@fluentui/react-button_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0) Tue, 28 Jun 2022 15:13:26 GMT diff --git a/packages/react-components/react-button/package.json b/packages/react-components/react-button/package.json index 8bbb9a134ccd7..f034f40799ff2 100644 --- a/packages/react-components/react-button/package.json +++ b/packages/react-components/react-button/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-button", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Button component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,17 +29,17 @@ "@fluentui/a11y-testing": "^0.1.0", "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.0", "@fluentui/react-aria": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-card/CHANGELOG.json b/packages/react-components/react-card/CHANGELOG.json index 55d51eebf6f19..aff2f639a374f 100644 --- a/packages/react-components/react-card/CHANGELOG.json +++ b/packages/react-components/react-card/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@fluentui/react-card", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:47 GMT", + "tag": "@fluentui/react-card_v9.0.0-beta.21", + "version": "9.0.0-beta.21", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-card", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-card", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-card", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-card", + "comment": "Bump @fluentui/react-text to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-card", + "comment": "Bump @fluentui/react-button to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:27 GMT", "tag": "@fluentui/react-card_v9.0.0-beta.20", diff --git a/packages/react-components/react-card/CHANGELOG.md b/packages/react-components/react-card/CHANGELOG.md index 280bf0e1aaaae..c5e8402cc3634 100644 --- a/packages/react-components/react-card/CHANGELOG.md +++ b/packages/react-components/react-card/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui/react-card -This log was last generated on Tue, 28 Jun 2022 15:13:27 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:47 GMT and should not be manually modified. +## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.21) + +Tue, 28 Jun 2022 17:39:47 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.20..@fluentui/react-card_v9.0.0-beta.21) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-text to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.20) Tue, 28 Jun 2022 15:13:27 GMT diff --git a/packages/react-components/react-card/package.json b/packages/react-components/react-card/package.json index dc0c3ce39ab86..113a68ba6b465 100644 --- a/packages/react-components/react-card/package.json +++ b/packages/react-components/react-card/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-card", - "version": "9.0.0-beta.20", + "version": "9.0.0-beta.21", "private": false, "description": "Card container components for Fluent UI React.", "main": "lib-commonjs/index.js", @@ -31,15 +31,15 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0", - "@fluentui/react-text": "^9.0.0", - "@fluentui/react-button": "^9.0.0" + "@fluentui/react-text": "^9.0.1", + "@fluentui/react-button": "^9.0.1" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-utilities": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-checkbox/CHANGELOG.json b/packages/react-components/react-checkbox/CHANGELOG.json index 43f8b8d37a2d1..8b38ba06a59af 100644 --- a/packages/react-components/react-checkbox/CHANGELOG.json +++ b/packages/react-components/react-checkbox/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-checkbox", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:47 GMT", + "tag": "@fluentui/react-checkbox_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-checkbox", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-checkbox", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-checkbox", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-checkbox", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:29 GMT", "tag": "@fluentui/react-checkbox_v9.0.0", diff --git a/packages/react-components/react-checkbox/CHANGELOG.md b/packages/react-components/react-checkbox/CHANGELOG.md index ab8c6df21242c..51eb409e64517 100644 --- a/packages/react-components/react-checkbox/CHANGELOG.md +++ b/packages/react-components/react-checkbox/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-checkbox -This log was last generated on Tue, 28 Jun 2022 15:13:29 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:47 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.1) + +Tue, 28 Jun 2022 17:39:47 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0..@fluentui/react-checkbox_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0) Tue, 28 Jun 2022 15:13:29 GMT diff --git a/packages/react-components/react-checkbox/package.json b/packages/react-components/react-checkbox/package.json index d9502b93d2bd7..e15f045b5fc96 100644 --- a/packages/react-components/react-checkbox/package.json +++ b/packages/react-components/react-checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-checkbox", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI checkbox component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,16 +27,16 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-label": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-label": "^9.0.1", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-combobox/CHANGELOG.json b/packages/react-components/react-combobox/CHANGELOG.json index 5b574effc381e..529cbc99b90cf 100644 --- a/packages/react-components/react-combobox/CHANGELOG.json +++ b/packages/react-components/react-combobox/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-combobox", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:48 GMT", + "tag": "@fluentui/react-combobox_v9.0.0-beta.5", + "version": "9.0.0-beta.5", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-combobox", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-combobox", + "comment": "Bump @fluentui/react-portal to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-combobox", + "comment": "Bump @fluentui/react-positioning to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-combobox", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:31 GMT", "tag": "@fluentui/react-combobox_v9.0.0-beta.4", diff --git a/packages/react-components/react-combobox/CHANGELOG.md b/packages/react-components/react-combobox/CHANGELOG.md index 4913ba73c58ab..da7df8c08137e 100644 --- a/packages/react-components/react-combobox/CHANGELOG.md +++ b/packages/react-components/react-combobox/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-combobox -This log was last generated on Tue, 28 Jun 2022 15:13:31 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:48 GMT and should not be manually modified. +## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.5) + +Tue, 28 Jun 2022 17:39:48 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.0.0-beta.4..@fluentui/react-combobox_v9.0.0-beta.5) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-portal to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.4) Tue, 28 Jun 2022 15:13:31 GMT diff --git a/packages/react-components/react-combobox/package.json b/packages/react-components/react-combobox/package.json index f59eedc00ca77..18ec1f464e443 100644 --- a/packages/react-components/react-combobox/package.json +++ b/packages/react-components/react-combobox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-combobox", - "version": "9.0.0-beta.4", + "version": "9.0.0-beta.5", "description": "Fluent UI React Combobox component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,18 +28,18 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.0", "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-portal": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", + "@fluentui/react-portal": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-components/CHANGELOG.json b/packages/react-components/react-components/CHANGELOG.json index 0bf54725df623..7dd8dc8fa4d95 100644 --- a/packages/react-components/react-components/CHANGELOG.json +++ b/packages/react-components/react-components/CHANGELOG.json @@ -1,6 +1,215 @@ { "name": "@fluentui/react-components", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:45 GMT", + "tag": "@fluentui/react-components_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-accordion", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-avatar", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-badge", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-button", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-checkbox", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-components", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-divider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-image", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-input", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-label", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-link", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-menu", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-popover", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-portal", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-positioning", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-provider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-radio", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-spinner", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-switch", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tabs", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tabster", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-text", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-textarea", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tooltip", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + } + ], + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-alert", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-card", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-combobox", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-conformance-griffel", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-overflow", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-select", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-slider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-spinbutton", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-toolbar", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:15 GMT", "tag": "@fluentui/react-components_v9.0.0", diff --git a/packages/react-components/react-components/CHANGELOG.md b/packages/react-components/react-components/CHANGELOG.md index b273f25d1795b..1a92c131fadf6 100644 --- a/packages/react-components/react-components/CHANGELOG.md +++ b/packages/react-components/react-components/CHANGELOG.md @@ -1,9 +1,86 @@ # Change Log - @fluentui/react-components -This log was last generated on Tue, 28 Jun 2022 15:13:15 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:45 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.1) + +Tue, 28 Jun 2022 17:39:45 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0..@fluentui/react-components_v9.0.1) + +### Patches + +- `@fluentui/react-accordion` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-avatar` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-badge` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-button` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-checkbox` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-components` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-divider` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-image` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-input` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-label` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-link` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-menu` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-popover` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-portal` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-positioning` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-provider` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-radio` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-spinner` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-switch` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-tabs` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-tabster` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-text` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-textarea` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-tooltip` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) + +### Changes + +- `@fluentui/react-alert` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-card` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-combobox` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-conformance-griffel` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-overflow` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-select` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-slider` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-spinbutton` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- `@fluentui/react-toolbar` + - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0) Tue, 28 Jun 2022 15:13:15 GMT diff --git a/packages/react-components/react-components/package.json b/packages/react-components/react-components/package.json index 409dc21b86721..068bedc357bf8 100644 --- a/packages/react-components/react-components/package.json +++ b/packages/react-components/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-components", - "version": "9.0.0", + "version": "9.0.1", "description": "Suite package for converged React components", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -32,40 +32,40 @@ "react-hook-form": "^5.7.2" }, "dependencies": { - "@fluentui/react-accordion": "^9.0.0", - "@fluentui/react-alert": "9.0.0-beta.4", - "@fluentui/react-avatar": "^9.0.0", - "@fluentui/react-badge": "^9.0.0", - "@fluentui/react-button": "^9.0.0", - "@fluentui/react-card": "9.0.0-beta.20", - "@fluentui/react-checkbox": "^9.0.0", - "@fluentui/react-combobox": "^9.0.0-beta.4", - "@fluentui/react-divider": "^9.0.0", - "@fluentui/react-image": "^9.0.0", - "@fluentui/react-input": "^9.0.0", - "@fluentui/react-label": "^9.0.0", - "@fluentui/react-link": "^9.0.0", - "@fluentui/react-menu": "^9.0.0", - "@fluentui/react-overflow": "9.0.0-beta.5", - "@fluentui/react-popover": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", - "@fluentui/react-provider": "^9.0.0", - "@fluentui/react-radio": "^9.0.0", - "@fluentui/react-select": "9.0.0-beta.4", + "@fluentui/react-accordion": "^9.0.1", + "@fluentui/react-alert": "9.0.0-beta.5", + "@fluentui/react-avatar": "^9.0.1", + "@fluentui/react-badge": "^9.0.1", + "@fluentui/react-button": "^9.0.1", + "@fluentui/react-card": "9.0.0-beta.21", + "@fluentui/react-checkbox": "^9.0.1", + "@fluentui/react-combobox": "^9.0.0-beta.5", + "@fluentui/react-divider": "^9.0.1", + "@fluentui/react-image": "^9.0.1", + "@fluentui/react-input": "^9.0.1", + "@fluentui/react-label": "^9.0.1", + "@fluentui/react-link": "^9.0.1", + "@fluentui/react-menu": "^9.0.1", + "@fluentui/react-overflow": "9.0.0-beta.6", + "@fluentui/react-popover": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", + "@fluentui/react-provider": "^9.0.1", + "@fluentui/react-radio": "^9.0.1", + "@fluentui/react-select": "9.0.0-beta.5", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-slider": "9.0.0-beta.20", - "@fluentui/react-spinbutton": "9.0.0-beta.15", - "@fluentui/react-spinner": "^9.0.0", - "@fluentui/react-switch": "^9.0.0", - "@fluentui/react-tabs": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", - "@fluentui/react-textarea": "^9.0.0", + "@fluentui/react-slider": "9.0.0-beta.21", + "@fluentui/react-spinbutton": "9.0.0-beta.16", + "@fluentui/react-spinner": "^9.0.1", + "@fluentui/react-switch": "^9.0.1", + "@fluentui/react-tabs": "^9.0.1", + "@fluentui/react-tabster": "^9.0.1", + "@fluentui/react-textarea": "^9.0.1", "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-toolbar": "9.0.0-beta.1", - "@fluentui/react-tooltip": "^9.0.0", + "@fluentui/react-toolbar": "9.0.0-beta.2", + "@fluentui/react-tooltip": "^9.0.1", "@fluentui/react-utilities": "^9.0.0", - "@fluentui/react-text": "^9.0.0", - "@griffel/react": "1.2.0", + "@fluentui/react-text": "^9.0.1", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-conformance-griffel/CHANGELOG.json b/packages/react-components/react-conformance-griffel/CHANGELOG.json index fb11f3dd86eae..6a2cb2a1fbac9 100644 --- a/packages/react-components/react-conformance-griffel/CHANGELOG.json +++ b/packages/react-components/react-conformance-griffel/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-conformance-griffel", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:48 GMT", + "tag": "@fluentui/react-conformance-griffel_v9.0.0-beta.10", + "version": "9.0.0-beta.10", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-conformance-griffel", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-conformance-griffel", + "comment": "Bump @fluentui/react-conformance to v0.14.0", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:33 GMT", "tag": "@fluentui/react-conformance-griffel_v9.0.0-beta.9", diff --git a/packages/react-components/react-conformance-griffel/CHANGELOG.md b/packages/react-components/react-conformance-griffel/CHANGELOG.md index 717babf6674d1..234c69923cdd3 100644 --- a/packages/react-components/react-conformance-griffel/CHANGELOG.md +++ b/packages/react-components/react-conformance-griffel/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-conformance-griffel -This log was last generated on Tue, 28 Jun 2022 15:13:33 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:48 GMT and should not be manually modified. +## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-conformance-griffel_v9.0.0-beta.10) + +Tue, 28 Jun 2022 17:39:48 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-conformance-griffel_v9.0.0-beta.9..@fluentui/react-conformance-griffel_v9.0.0-beta.10) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance to v0.14.0 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-conformance-griffel_v9.0.0-beta.9) Tue, 28 Jun 2022 15:13:33 GMT diff --git a/packages/react-components/react-conformance-griffel/package.json b/packages/react-components/react-conformance-griffel/package.json index cabd938a60fed..a7c444e0cfa7b 100644 --- a/packages/react-components/react-conformance-griffel/package.json +++ b/packages/react-components/react-conformance-griffel/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-conformance-griffel", - "version": "9.0.0-beta.9", + "version": "9.0.0-beta.10", "description": "A set of conformance tests for Griffel CSS-in-JS", "main": "lib/index.js", "typings": "dist/index.d.ts", @@ -32,7 +32,7 @@ "@fluentui/react-conformance": "^0.13.1" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "beachball": { diff --git a/packages/react-components/react-dialog/CHANGELOG.json b/packages/react-components/react-dialog/CHANGELOG.json index 4dec4583f9f73..cac59e306a255 100644 --- a/packages/react-components/react-dialog/CHANGELOG.json +++ b/packages/react-components/react-dialog/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-dialog", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-dialog_v9.0.0-beta.6", + "version": "9.0.0-beta.6", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@fluentui/react-dialog", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/react-dialog_v9.0.0-beta.6", diff --git a/packages/react-components/react-dialog/CHANGELOG.md b/packages/react-components/react-dialog/CHANGELOG.md index 0c04f6fbafb9e..f06da48f1007a 100644 --- a/packages/react-components/react-dialog/CHANGELOG.md +++ b/packages/react-components/react-dialog/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/react-dialog -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.0.0-beta.6) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.0.0-beta.6..@fluentui/react-dialog_v9.0.0-beta.6) + +### Changes + +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.0.0-beta.6) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.0.0-beta.6..@fluentui/react-dialog_v9.0.0-beta.6) diff --git a/packages/react-components/react-dialog/package.json b/packages/react-components/react-dialog/package.json index 4677913461b75..70a26e5a80d4d 100644 --- a/packages/react-components/react-dialog/package.json +++ b/packages/react-components/react-dialog/package.json @@ -28,11 +28,11 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-divider/CHANGELOG.json b/packages/react-components/react-divider/CHANGELOG.json index 3821a5ba052e2..e57aab8636d10 100644 --- a/packages/react-components/react-divider/CHANGELOG.json +++ b/packages/react-components/react-divider/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-divider", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:48 GMT", + "tag": "@fluentui/react-divider_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-divider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-divider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:34 GMT", "tag": "@fluentui/react-divider_v9.0.0", diff --git a/packages/react-components/react-divider/CHANGELOG.md b/packages/react-components/react-divider/CHANGELOG.md index 67f3209b12ade..09e5c8d512fd9 100644 --- a/packages/react-components/react-divider/CHANGELOG.md +++ b/packages/react-components/react-divider/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-divider -This log was last generated on Tue, 28 Jun 2022 15:13:34 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:48 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.1) + +Tue, 28 Jun 2022 17:39:48 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0..@fluentui/react-divider_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0) Tue, 28 Jun 2022 15:13:34 GMT diff --git a/packages/react-components/react-divider/package.json b/packages/react-components/react-divider/package.json index f37fe8d1915d4..1e8a8b8cc2289 100644 --- a/packages/react-components/react-divider/package.json +++ b/packages/react-components/react-divider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-divider", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI component to visually separate content.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,11 +28,11 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-image/CHANGELOG.json b/packages/react-components/react-image/CHANGELOG.json index 1f80846797b42..9f8c6ca547ca8 100644 --- a/packages/react-components/react-image/CHANGELOG.json +++ b/packages/react-components/react-image/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-image", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:49 GMT", + "tag": "@fluentui/react-image_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-image", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-image", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:36 GMT", "tag": "@fluentui/react-image_v9.0.0", diff --git a/packages/react-components/react-image/CHANGELOG.md b/packages/react-components/react-image/CHANGELOG.md index af3a3ddd3b738..5ad2af089265d 100644 --- a/packages/react-components/react-image/CHANGELOG.md +++ b/packages/react-components/react-image/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-image -This log was last generated on Tue, 28 Jun 2022 15:13:36 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:49 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.1) + +Tue, 28 Jun 2022 17:39:49 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0..@fluentui/react-image_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0) Tue, 28 Jun 2022 15:13:36 GMT diff --git a/packages/react-components/react-image/package.json b/packages/react-components/react-image/package.json index 5a833f618bba4..77b8e5eebb3da 100644 --- a/packages/react-components/react-image/package.json +++ b/packages/react-components/react-image/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-image", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Image component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,11 +28,11 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-utilities": "^9.0.0", "@fluentui/react-theme": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-input/CHANGELOG.json b/packages/react-components/react-input/CHANGELOG.json index 0322190b9df8a..cd46ee078fddd 100644 --- a/packages/react-components/react-input/CHANGELOG.json +++ b/packages/react-components/react-input/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-input", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:49 GMT", + "tag": "@fluentui/react-input_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-input", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-text to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:37 GMT", "tag": "@fluentui/react-input_v9.0.0", diff --git a/packages/react-components/react-input/CHANGELOG.md b/packages/react-components/react-input/CHANGELOG.md index 458e47b8a9e59..2e56f089b9d39 100644 --- a/packages/react-components/react-input/CHANGELOG.md +++ b/packages/react-components/react-input/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-input -This log was last generated on Tue, 28 Jun 2022 15:13:37 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:49 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.1) + +Tue, 28 Jun 2022 17:39:49 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0..@fluentui/react-input_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-text to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0) Tue, 28 Jun 2022 15:13:37 GMT diff --git a/packages/react-components/react-input/package.json b/packages/react-components/react-input/package.json index c5d81de071f38..7e3e04b6d03f4 100644 --- a/packages/react-components/react-input/package.json +++ b/packages/react-components/react-input/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-input", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Input component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,14 +28,14 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", - "@fluentui/react-text": "^9.0.0", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", + "@fluentui/react-text": "^9.0.1", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-label/CHANGELOG.json b/packages/react-components/react-label/CHANGELOG.json index a04c045f20f26..fb56cbfc0f167 100644 --- a/packages/react-components/react-label/CHANGELOG.json +++ b/packages/react-components/react-label/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-label", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:49 GMT", + "tag": "@fluentui/react-label_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-label", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-label", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:38 GMT", "tag": "@fluentui/react-label_v9.0.0", diff --git a/packages/react-components/react-label/CHANGELOG.md b/packages/react-components/react-label/CHANGELOG.md index f1b3059c90498..894e8a2ee6c2d 100644 --- a/packages/react-components/react-label/CHANGELOG.md +++ b/packages/react-components/react-label/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-label -This log was last generated on Tue, 28 Jun 2022 15:13:38 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:49 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.1) + +Tue, 28 Jun 2022 17:39:49 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0..@fluentui/react-label_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0) Tue, 28 Jun 2022 15:13:38 GMT diff --git a/packages/react-components/react-label/package.json b/packages/react-components/react-label/package.json index 279a392c7db86..72072f52d2a44 100644 --- a/packages/react-components/react-label/package.json +++ b/packages/react-components/react-label/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-label", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Label component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,13 +28,13 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-link/CHANGELOG.json b/packages/react-components/react-link/CHANGELOG.json index 942e8e177ce41..5c348512898fa 100644 --- a/packages/react-components/react-link/CHANGELOG.json +++ b/packages/react-components/react-link/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-link", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:49 GMT", + "tag": "@fluentui/react-link_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-link", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:40 GMT", "tag": "@fluentui/react-link_v9.0.0", diff --git a/packages/react-components/react-link/CHANGELOG.md b/packages/react-components/react-link/CHANGELOG.md index 9cb3c56d7c728..9a80c676209d3 100644 --- a/packages/react-components/react-link/CHANGELOG.md +++ b/packages/react-components/react-link/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-link -This log was last generated on Tue, 28 Jun 2022 15:13:40 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:49 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.1) + +Tue, 28 Jun 2022 17:39:49 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0..@fluentui/react-link_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0) Tue, 28 Jun 2022 15:13:40 GMT diff --git a/packages/react-components/react-link/package.json b/packages/react-components/react-link/package.json index 2404edde42bd1..e7949390bb938 100644 --- a/packages/react-components/react-link/package.json +++ b/packages/react-components/react-link/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-link", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Link component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,15 +29,15 @@ "@fluentui/a11y-testing": "^0.1.0", "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-list/CHANGELOG.json b/packages/react-components/react-list/CHANGELOG.json index 8e38e1c0c5bc9..bf354132dc326 100644 --- a/packages/react-components/react-list/CHANGELOG.json +++ b/packages/react-components/react-list/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-list", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-list_v9.0.0-alpha.0", + "version": "9.0.0-alpha.0", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@fluentui/react-list", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/react-list_v9.0.0-alpha.0", diff --git a/packages/react-components/react-list/CHANGELOG.md b/packages/react-components/react-list/CHANGELOG.md index fe7195af6828d..8e577e2b9e2cf 100644 --- a/packages/react-components/react-list/CHANGELOG.md +++ b/packages/react-components/react-list/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/react-list -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.0.0-alpha.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.0.0-alpha.0..@fluentui/react-list_v9.0.0-alpha.0) + +### Changes + +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.0.0-alpha.0) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.0.0-alpha.0..@fluentui/react-list_v9.0.0-alpha.0) diff --git a/packages/react-components/react-list/package.json b/packages/react-components/react-list/package.json index 1983b11f1c821..60986c4cf3586 100644 --- a/packages/react-components/react-list/package.json +++ b/packages/react-components/react-list/package.json @@ -28,13 +28,13 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-menu/CHANGELOG.json b/packages/react-components/react-menu/CHANGELOG.json index 474198cf8605d..d0dd6160faa88 100644 --- a/packages/react-components/react-menu/CHANGELOG.json +++ b/packages/react-components/react-menu/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@fluentui/react-menu", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:50 GMT", + "tag": "@fluentui/react-menu_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-menu", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-portal to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-positioning to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:41 GMT", "tag": "@fluentui/react-menu_v9.0.0", diff --git a/packages/react-components/react-menu/CHANGELOG.md b/packages/react-components/react-menu/CHANGELOG.md index 95fbe67257b00..40f7ef4e2b1b9 100644 --- a/packages/react-components/react-menu/CHANGELOG.md +++ b/packages/react-components/react-menu/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui/react-menu -This log was last generated on Tue, 28 Jun 2022 15:13:41 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:50 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.1) + +Tue, 28 Jun 2022 17:39:50 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0..@fluentui/react-menu_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-portal to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0) Tue, 28 Jun 2022 15:13:41 GMT diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json index 10a706ef3f4c3..a296f88f58863 100644 --- a/packages/react-components/react-menu/package.json +++ b/packages/react-components/react-menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-menu", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI menu component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -30,20 +30,20 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.0", "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-portal": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", + "@fluentui/react-portal": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-overflow/CHANGELOG.json b/packages/react-components/react-overflow/CHANGELOG.json index 9a735712f6edf..e88551896b7ff 100644 --- a/packages/react-components/react-overflow/CHANGELOG.json +++ b/packages/react-components/react-overflow/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-overflow", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:50 GMT", + "tag": "@fluentui/react-overflow_v9.0.0-beta.6", + "version": "9.0.0-beta.6", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-overflow", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:44 GMT", "tag": "@fluentui/react-overflow_v9.0.0-beta.5", diff --git a/packages/react-components/react-overflow/CHANGELOG.md b/packages/react-components/react-overflow/CHANGELOG.md index 924b804a8a8d9..cff1732b39ba1 100644 --- a/packages/react-components/react-overflow/CHANGELOG.md +++ b/packages/react-components/react-overflow/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-overflow -This log was last generated on Tue, 28 Jun 2022 15:13:44 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:50 GMT and should not be manually modified. +## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.6) + +Tue, 28 Jun 2022 17:39:50 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.5..@fluentui/react-overflow_v9.0.0-beta.6) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) + ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.5) Tue, 28 Jun 2022 15:13:44 GMT diff --git a/packages/react-components/react-overflow/package.json b/packages/react-components/react-overflow/package.json index 24c278f033ec8..19924748facbf 100644 --- a/packages/react-components/react-overflow/package.json +++ b/packages/react-components/react-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-overflow", - "version": "9.0.0-beta.5", + "version": "9.0.0-beta.6", "description": "React bindings for @fluentui/priority-overflow", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -34,7 +34,7 @@ "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-popover/CHANGELOG.json b/packages/react-components/react-popover/CHANGELOG.json index 61d3ec6f09831..768b8c0f91bfd 100644 --- a/packages/react-components/react-popover/CHANGELOG.json +++ b/packages/react-components/react-popover/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@fluentui/react-popover", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:50 GMT", + "tag": "@fluentui/react-popover_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-popover", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-portal to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-positioning to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:46 GMT", "tag": "@fluentui/react-popover_v9.0.0", diff --git a/packages/react-components/react-popover/CHANGELOG.md b/packages/react-components/react-popover/CHANGELOG.md index 99356b3662bf7..c0dbe05cc1c48 100644 --- a/packages/react-components/react-popover/CHANGELOG.md +++ b/packages/react-components/react-popover/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui/react-popover -This log was last generated on Tue, 28 Jun 2022 15:13:46 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:50 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.1) + +Tue, 28 Jun 2022 17:39:50 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0..@fluentui/react-popover_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-portal to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0) Tue, 28 Jun 2022 15:13:46 GMT diff --git a/packages/react-components/react-popover/package.json b/packages/react-components/react-popover/package.json index ce44c15d30468..604a2b8b4fd37 100644 --- a/packages/react-components/react-popover/package.json +++ b/packages/react-components/react-popover/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-popover", - "version": "9.0.0", + "version": "9.0.1", "description": "Popover component for Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -30,18 +30,18 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-context-selector": "^9.0.0", - "@fluentui/react-portal": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", + "@fluentui/react-portal": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-portal-compat/CHANGELOG.json b/packages/react-components/react-portal-compat/CHANGELOG.json index a1d03d7411b92..f4f76b0ec0cf9 100644 --- a/packages/react-components/react-portal-compat/CHANGELOG.json +++ b/packages/react-components/react-portal-compat/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-portal-compat", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-portal-compat_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-portal-compat", + "comment": "Bump @fluentui/react-components to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:50 GMT", "tag": "@fluentui/react-portal-compat_v9.0.0", diff --git a/packages/react-components/react-portal-compat/CHANGELOG.md b/packages/react-components/react-portal-compat/CHANGELOG.md index 7ffe04c560d05..8d6be5b894914 100644 --- a/packages/react-components/react-portal-compat/CHANGELOG.md +++ b/packages/react-components/react-portal-compat/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-portal-compat -This log was last generated on Tue, 28 Jun 2022 15:13:50 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.1) + +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.0..@fluentui/react-portal-compat_v9.0.1) + +### Patches + +- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.0) Tue, 28 Jun 2022 15:13:50 GMT diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json index f45a0304e3399..c7fd073b9ed1f 100644 --- a/packages/react-components/react-portal-compat/package.json +++ b/packages/react-components/react-portal-compat/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-portal-compat", - "version": "9.0.0", + "version": "9.0.1", "description": "A package that contains compatibility layer for React Portals", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -26,7 +26,7 @@ }, "devDependencies": { "@fluentui/eslint-plugin": "*", - "@fluentui/react-components": "^9.0.0", + "@fluentui/react-components": "^9.0.1", "@fluentui/react-shared-contexts": "^9.0.0", "@fluentui/scripts": "^1.0.0" }, @@ -35,7 +35,7 @@ "tslib": "^2.1.0" }, "peerDependencies": { - "@fluentui/react-components": "^9.0.0", + "@fluentui/react-components": "^9.0.1", "@types/react": ">=16.8.0 <18.0.0", "react": ">=16.8.0 <18.0.0" }, diff --git a/packages/react-components/react-portal/CHANGELOG.json b/packages/react-components/react-portal/CHANGELOG.json index 4740ec7c1d650..cd44d0296eb77 100644 --- a/packages/react-components/react-portal/CHANGELOG.json +++ b/packages/react-components/react-portal/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-portal", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:50 GMT", + "tag": "@fluentui/react-portal_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-portal", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:48 GMT", "tag": "@fluentui/react-portal_v9.0.0", diff --git a/packages/react-components/react-portal/CHANGELOG.md b/packages/react-components/react-portal/CHANGELOG.md index 8e1f600e1e536..56b5e5a789d5f 100644 --- a/packages/react-components/react-portal/CHANGELOG.md +++ b/packages/react-components/react-portal/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-portal -This log was last generated on Tue, 28 Jun 2022 15:13:48 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:50 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.1) + +Tue, 28 Jun 2022 17:39:50 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0..@fluentui/react-portal_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0) Tue, 28 Jun 2022 15:13:48 GMT diff --git a/packages/react-components/react-portal/package.json b/packages/react-components/react-portal/package.json index e3312abafbe18..06cc4897252c3 100644 --- a/packages/react-components/react-portal/package.json +++ b/packages/react-components/react-portal/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-portal", - "version": "9.0.0", + "version": "9.0.1", "description": "A utility component that creates portals compatible with Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -32,9 +32,9 @@ }, "dependencies": { "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-positioning/CHANGELOG.json b/packages/react-components/react-positioning/CHANGELOG.json index 6e882e4f83971..d8c6ec7ada7f3 100644 --- a/packages/react-components/react-positioning/CHANGELOG.json +++ b/packages/react-components/react-positioning/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-positioning", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:51 GMT", + "tag": "@fluentui/react-positioning_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-positioning", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:51 GMT", "tag": "@fluentui/react-positioning_v9.0.0", diff --git a/packages/react-components/react-positioning/CHANGELOG.md b/packages/react-components/react-positioning/CHANGELOG.md index 2e60a88fa72f4..178d586c46028 100644 --- a/packages/react-components/react-positioning/CHANGELOG.md +++ b/packages/react-components/react-positioning/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-positioning -This log was last generated on Tue, 28 Jun 2022 15:13:51 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:51 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.1) + +Tue, 28 Jun 2022 17:39:51 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0..@fluentui/react-positioning_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0) Tue, 28 Jun 2022 15:13:51 GMT diff --git a/packages/react-components/react-positioning/package.json b/packages/react-components/react-positioning/package.json index b43e81bed729c..9230002ac10e7 100644 --- a/packages/react-components/react-positioning/package.json +++ b/packages/react-components/react-positioning/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-positioning", - "version": "9.0.0", + "version": "9.0.1", "description": "A react wrapper around Popper.js for Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,7 +28,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-shared-contexts": "^9.0.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", diff --git a/packages/react-components/react-provider/CHANGELOG.json b/packages/react-components/react-provider/CHANGELOG.json index 31678f4106ca9..2cd10ceb4cf00 100644 --- a/packages/react-components/react-provider/CHANGELOG.json +++ b/packages/react-components/react-provider/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-provider", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:51 GMT", + "tag": "@fluentui/react-provider_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-provider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:52 GMT", "tag": "@fluentui/react-provider_v9.0.0", diff --git a/packages/react-components/react-provider/CHANGELOG.md b/packages/react-components/react-provider/CHANGELOG.md index 03d533fb44f00..b6646f2a8b1c2 100644 --- a/packages/react-components/react-provider/CHANGELOG.md +++ b/packages/react-components/react-provider/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-provider -This log was last generated on Tue, 28 Jun 2022 15:13:52 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:51 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.1) + +Tue, 28 Jun 2022 17:39:51 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0..@fluentui/react-provider_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0) Tue, 28 Jun 2022 15:13:52 GMT diff --git a/packages/react-components/react-provider/package.json b/packages/react-components/react-provider/package.json index e566ac85db9af..c44dd8846e921 100644 --- a/packages/react-components/react-provider/package.json +++ b/packages/react-components/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-provider", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React provider component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,14 +28,14 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/core": "1.4.0", - "@griffel/react": "1.2.0", + "@griffel/core": "^1.4.1", + "@griffel/react": "^1.2.0", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-radio/CHANGELOG.json b/packages/react-components/react-radio/CHANGELOG.json index 0107b8051d1b4..130dcafeea728 100644 --- a/packages/react-components/react-radio/CHANGELOG.json +++ b/packages/react-components/react-radio/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-radio", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:51 GMT", + "tag": "@fluentui/react-radio_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-radio", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:53 GMT", "tag": "@fluentui/react-radio_v9.0.0", diff --git a/packages/react-components/react-radio/CHANGELOG.md b/packages/react-components/react-radio/CHANGELOG.md index 7be27b1ced47a..87d4f96c900b6 100644 --- a/packages/react-components/react-radio/CHANGELOG.md +++ b/packages/react-components/react-radio/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-radio -This log was last generated on Tue, 28 Jun 2022 15:13:53 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:51 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.1) + +Tue, 28 Jun 2022 17:39:51 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0..@fluentui/react-radio_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0) Tue, 28 Jun 2022 15:13:53 GMT diff --git a/packages/react-components/react-radio/package.json b/packages/react-components/react-radio/package.json index 2f700285434c0..1f29ec454c2dc 100644 --- a/packages/react-components/react-radio/package.json +++ b/packages/react-components/react-radio/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-radio", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI Radio component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,16 +28,16 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9" + "@fluentui/react-conformance-griffel": "9.0.0-beta.10" }, "dependencies": { "@fluentui/react-context-selector": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-label": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-label": "^9.0.1", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-select/CHANGELOG.json b/packages/react-components/react-select/CHANGELOG.json index f53afba001213..a8780e6319090 100644 --- a/packages/react-components/react-select/CHANGELOG.json +++ b/packages/react-components/react-select/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-select", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:51 GMT", + "tag": "@fluentui/react-select_v9.0.0-beta.5", + "version": "9.0.0-beta.5", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-select", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-select", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:55 GMT", "tag": "@fluentui/react-select_v9.0.0-beta.4", diff --git a/packages/react-components/react-select/CHANGELOG.md b/packages/react-components/react-select/CHANGELOG.md index dcc5f0b0cce1b..0b76bdd7578ff 100644 --- a/packages/react-components/react-select/CHANGELOG.md +++ b/packages/react-components/react-select/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-select -This log was last generated on Tue, 28 Jun 2022 15:13:55 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:51 GMT and should not be manually modified. +## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.5) + +Tue, 28 Jun 2022 17:39:51 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.4..@fluentui/react-select_v9.0.0-beta.5) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.4) Tue, 28 Jun 2022 15:13:55 GMT diff --git a/packages/react-components/react-select/package.json b/packages/react-components/react-select/package.json index 3b6f8147027fe..d10e0fe7d1bfb 100644 --- a/packages/react-components/react-select/package.json +++ b/packages/react-components/react-select/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-select", - "version": "9.0.0-beta.4", + "version": "9.0.0-beta.5", "description": "Fluent UI React Select component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,13 +28,13 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9" + "@fluentui/react-conformance-griffel": "9.0.0-beta.10" }, "dependencies": { "@fluentui/react-icons": "^2.0.172-rc.8", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-slider/CHANGELOG.json b/packages/react-components/react-slider/CHANGELOG.json index 0db2106857935..f6b7553d9a64a 100644 --- a/packages/react-components/react-slider/CHANGELOG.json +++ b/packages/react-components/react-slider/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-slider", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:52 GMT", + "tag": "@fluentui/react-slider_v9.0.0-beta.21", + "version": "9.0.0-beta.21", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-slider", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:59 GMT", "tag": "@fluentui/react-slider_v9.0.0-beta.20", diff --git a/packages/react-components/react-slider/CHANGELOG.md b/packages/react-components/react-slider/CHANGELOG.md index 18878c7c170b8..cd7f1b8419eba 100644 --- a/packages/react-components/react-slider/CHANGELOG.md +++ b/packages/react-components/react-slider/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-slider -This log was last generated on Tue, 28 Jun 2022 15:13:59 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:52 GMT and should not be manually modified. +## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.21) + +Tue, 28 Jun 2022 17:39:52 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.20..@fluentui/react-slider_v9.0.0-beta.21) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.20) Tue, 28 Jun 2022 15:13:59 GMT diff --git a/packages/react-components/react-slider/package.json b/packages/react-components/react-slider/package.json index d268b169687bd..698192027b468 100644 --- a/packages/react-components/react-slider/package.json +++ b/packages/react-components/react-slider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-slider", - "version": "9.0.0-beta.20", + "version": "9.0.0-beta.21", "description": "Fluent UI React Slider component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,14 +28,14 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", - "@fluentui/react-label": "^9.0.0", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", + "@fluentui/react-label": "^9.0.1", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-spinbutton/CHANGELOG.json b/packages/react-components/react-spinbutton/CHANGELOG.json index f95d524fa2837..ec45231e74b92 100644 --- a/packages/react-components/react-spinbutton/CHANGELOG.json +++ b/packages/react-components/react-spinbutton/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-spinbutton", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:52 GMT", + "tag": "@fluentui/react-spinbutton_v9.0.0-beta.16", + "version": "9.0.0-beta.16", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-spinbutton", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-input to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:00 GMT", "tag": "@fluentui/react-spinbutton_v9.0.0-beta.15", diff --git a/packages/react-components/react-spinbutton/CHANGELOG.md b/packages/react-components/react-spinbutton/CHANGELOG.md index ea9d020a9bec4..88d27ffff4415 100644 --- a/packages/react-components/react-spinbutton/CHANGELOG.md +++ b/packages/react-components/react-spinbutton/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-spinbutton -This log was last generated on Tue, 28 Jun 2022 15:14:00 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:52 GMT and should not be manually modified. +## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.16) + +Tue, 28 Jun 2022 17:39:52 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.15..@fluentui/react-spinbutton_v9.0.0-beta.16) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-input to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.15) Tue, 28 Jun 2022 15:14:00 GMT diff --git a/packages/react-components/react-spinbutton/package.json b/packages/react-components/react-spinbutton/package.json index 14e1f6b6357b2..afe61a579efb9 100644 --- a/packages/react-components/react-spinbutton/package.json +++ b/packages/react-components/react-spinbutton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-spinbutton", - "version": "9.0.0-beta.15", + "version": "9.0.0-beta.16", "description": "Fluent UI React SpinButton component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,15 +28,15 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", - "@fluentui/react-label": "^9.0.0", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", + "@fluentui/react-label": "^9.0.1", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/keyboard-keys": "^9.0.0", "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-input": "^9.0.0", + "@fluentui/react-input": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-spinner/CHANGELOG.json b/packages/react-components/react-spinner/CHANGELOG.json index ce49558cfce01..e32e51ae904a3 100644 --- a/packages/react-components/react-spinner/CHANGELOG.json +++ b/packages/react-components/react-spinner/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-spinner", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:52 GMT", + "tag": "@fluentui/react-spinner_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-spinner", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:02 GMT", "tag": "@fluentui/react-spinner_v9.0.0", diff --git a/packages/react-components/react-spinner/CHANGELOG.md b/packages/react-components/react-spinner/CHANGELOG.md index e733a5c2d7a08..f5192b1d6b0d1 100644 --- a/packages/react-components/react-spinner/CHANGELOG.md +++ b/packages/react-components/react-spinner/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-spinner -This log was last generated on Tue, 28 Jun 2022 15:14:02 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:52 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.1) + +Tue, 28 Jun 2022 17:39:52 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.0..@fluentui/react-spinner_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.0) Tue, 28 Jun 2022 15:14:02 GMT diff --git a/packages/react-components/react-spinner/package.json b/packages/react-components/react-spinner/package.json index d06c752e5b610..a4f5bd190a836 100644 --- a/packages/react-components/react-spinner/package.json +++ b/packages/react-components/react-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-spinner", - "version": "9.0.0", + "version": "9.0.1", "description": "Spinner component for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,14 +28,14 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-label": "^9.0.0", + "@fluentui/react-label": "^9.0.1", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-storybook-addon/CHANGELOG.json b/packages/react-components/react-storybook-addon/CHANGELOG.json index fcd1b002481cd..a37a900a9f28d 100644 --- a/packages/react-components/react-storybook-addon/CHANGELOG.json +++ b/packages/react-components/react-storybook-addon/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-storybook-addon", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-storybook-addon_v9.0.0-rc.1", + "version": "9.0.0-rc.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-storybook-addon", + "comment": "Bump @fluentui/react-provider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/react-storybook-addon_v9.0.0-rc.1", diff --git a/packages/react-components/react-storybook-addon/CHANGELOG.md b/packages/react-components/react-storybook-addon/CHANGELOG.md index 1e8ed712cd13d..25fec1e7dad19 100644 --- a/packages/react-components/react-storybook-addon/CHANGELOG.md +++ b/packages/react-components/react-storybook-addon/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/react-storybook-addon -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v9.0.0-rc.1) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v9.0.0-rc.1..@fluentui/react-storybook-addon_v9.0.0-rc.1) + +### Patches + +- Bump @fluentui/react-provider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v9.0.0-rc.1) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v9.0.0-rc.1..@fluentui/react-storybook-addon_v9.0.0-rc.1) diff --git a/packages/react-components/react-storybook-addon/package.json b/packages/react-components/react-storybook-addon/package.json index 4bd85287f857a..e11c2b63c99db 100644 --- a/packages/react-components/react-storybook-addon/package.json +++ b/packages/react-components/react-storybook-addon/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-provider": "^9.0.0", + "@fluentui/react-provider": "^9.0.1", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-storybook/CHANGELOG.json b/packages/react-components/react-storybook/CHANGELOG.json index cbf6b5063a620..83d8597e3bec0 100644 --- a/packages/react-components/react-storybook/CHANGELOG.json +++ b/packages/react-components/react-storybook/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-storybook", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-storybook_v9.0.0-rc.1", + "version": "9.0.0-rc.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-storybook", + "comment": "Bump @fluentui/react-provider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/react-storybook_v9.0.0-rc.1", diff --git a/packages/react-components/react-storybook/CHANGELOG.md b/packages/react-components/react-storybook/CHANGELOG.md index eafb99d78d3a7..940e0fb5b42ea 100644 --- a/packages/react-components/react-storybook/CHANGELOG.md +++ b/packages/react-components/react-storybook/CHANGELOG.md @@ -1,11 +1,20 @@ # Change Log - @fluentui/react-storybook -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook_v9.0.0-rc.1) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook_v9.0.0-rc.1..@fluentui/react-storybook_v9.0.0-rc.1) + +### Patches + +- Bump @fluentui/react-provider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook_v9.0.0-rc.1) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook_v9.0.0-rc.1..@fluentui/react-storybook_v9.0.0-rc.1) diff --git a/packages/react-components/react-storybook/package.json b/packages/react-components/react-storybook/package.json index 6fd0f43e89fc5..3d4515c043282 100644 --- a/packages/react-components/react-storybook/package.json +++ b/packages/react-components/react-storybook/package.json @@ -30,7 +30,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-provider": "^9.0.0", + "@fluentui/react-provider": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-switch/CHANGELOG.json b/packages/react-components/react-switch/CHANGELOG.json index f95e5e2df9f43..528419a113612 100644 --- a/packages/react-components/react-switch/CHANGELOG.json +++ b/packages/react-components/react-switch/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-switch", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:52 GMT", + "tag": "@fluentui/react-switch_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-switch", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-label to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:04 GMT", "tag": "@fluentui/react-switch_v9.0.0", diff --git a/packages/react-components/react-switch/CHANGELOG.md b/packages/react-components/react-switch/CHANGELOG.md index a970668a46737..bd3889ff9c5bb 100644 --- a/packages/react-components/react-switch/CHANGELOG.md +++ b/packages/react-components/react-switch/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-switch -This log was last generated on Tue, 28 Jun 2022 15:14:04 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:52 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.1) + +Tue, 28 Jun 2022 17:39:52 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.0.0..@fluentui/react-switch_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.0) Tue, 28 Jun 2022 15:14:04 GMT diff --git a/packages/react-components/react-switch/package.json b/packages/react-components/react-switch/package.json index 650d282eb07ca..33ba37037292b 100644 --- a/packages/react-components/react-switch/package.json +++ b/packages/react-components/react-switch/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-switch", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Switch component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,16 +28,16 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-icons": "^2.0.172-rc.8", - "@fluentui/react-label": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-label": "^9.0.1", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-tabs/CHANGELOG.json b/packages/react-components/react-tabs/CHANGELOG.json index 7dfe1730e4ded..d0c4271003660 100644 --- a/packages/react-components/react-tabs/CHANGELOG.json +++ b/packages/react-components/react-tabs/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-tabs", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:53 GMT", + "tag": "@fluentui/react-tabs_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tabs", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-tabs", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-tabs", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:06 GMT", "tag": "@fluentui/react-tabs_v9.0.0", diff --git a/packages/react-components/react-tabs/CHANGELOG.md b/packages/react-components/react-tabs/CHANGELOG.md index 64cdc143aa536..a5626e0387088 100644 --- a/packages/react-components/react-tabs/CHANGELOG.md +++ b/packages/react-components/react-tabs/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log - @fluentui/react-tabs -This log was last generated on Tue, 28 Jun 2022 15:14:06 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:53 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.1) + +Tue, 28 Jun 2022 17:39:53 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0..@fluentui/react-tabs_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0) Tue, 28 Jun 2022 15:14:06 GMT diff --git a/packages/react-components/react-tabs/package.json b/packages/react-components/react-tabs/package.json index 9b665e9828594..2fa605787a817 100644 --- a/packages/react-components/react-tabs/package.json +++ b/packages/react-components/react-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-tabs", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React tabs components", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,15 +27,15 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-context-selector": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", + "@fluentui/react-tabster": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { @@ -46,7 +46,6 @@ "scheduler": "^0.19.0 || ^0.20.0" }, "beachball": { - "tag": "beta", "disallowedChangeTypes": [ "major" ] diff --git a/packages/react-components/react-tabster/CHANGELOG.json b/packages/react-components/react-tabster/CHANGELOG.json index d41ec8ecc561b..4e0baa0bd48b6 100644 --- a/packages/react-components/react-tabster/CHANGELOG.json +++ b/packages/react-components/react-tabster/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-tabster", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:53 GMT", + "tag": "@fluentui/react-tabster_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tabster", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:17 GMT", "tag": "@fluentui/react-tabster_v9.0.0", diff --git a/packages/react-components/react-tabster/CHANGELOG.md b/packages/react-components/react-tabster/CHANGELOG.md index 6b98ade5823c7..6d76d2b940786 100644 --- a/packages/react-components/react-tabster/CHANGELOG.md +++ b/packages/react-components/react-tabster/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-tabster -This log was last generated on Tue, 28 Jun 2022 15:13:17 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:53 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.1) + +Tue, 28 Jun 2022 17:39:53 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0..@fluentui/react-tabster_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0) Tue, 28 Jun 2022 15:13:17 GMT diff --git a/packages/react-components/react-tabster/package.json b/packages/react-components/react-tabster/package.json index 04c259c809ede..466614363ed0c 100644 --- a/packages/react-components/react-tabster/package.json +++ b/packages/react-components/react-tabster/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-tabster", - "version": "9.0.0", + "version": "9.0.1", "description": "Utilities for focus management and facade for tabster", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -31,7 +31,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-shared-contexts": "^9.0.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", diff --git a/packages/react-components/react-text/CHANGELOG.json b/packages/react-components/react-text/CHANGELOG.json index 423127c8e9759..a7defdc1eaafc 100644 --- a/packages/react-components/react-text/CHANGELOG.json +++ b/packages/react-components/react-text/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-text", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:53 GMT", + "tag": "@fluentui/react-text_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-text", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-text", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:19 GMT", "tag": "@fluentui/react-text_v9.0.0", diff --git a/packages/react-components/react-text/CHANGELOG.md b/packages/react-components/react-text/CHANGELOG.md index 17dc78b983713..2b11ce3027f10 100644 --- a/packages/react-components/react-text/CHANGELOG.md +++ b/packages/react-components/react-text/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-text -This log was last generated on Tue, 28 Jun 2022 15:13:19 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:53 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.1) + +Tue, 28 Jun 2022 17:39:53 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0..@fluentui/react-text_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0) Tue, 28 Jun 2022 15:13:19 GMT diff --git a/packages/react-components/react-text/package.json b/packages/react-components/react-text/package.json index c2cb2bbd7a523..672d556dbbdb5 100644 --- a/packages/react-components/react-text/package.json +++ b/packages/react-components/react-text/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-text", - "version": "9.0.0", + "version": "9.0.1", "description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,11 +28,11 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", "tslib": "^2.1.0" diff --git a/packages/react-components/react-textarea/CHANGELOG.json b/packages/react-components/react-textarea/CHANGELOG.json index 270adcb761f59..d366a7062307e 100644 --- a/packages/react-components/react-textarea/CHANGELOG.json +++ b/packages/react-components/react-textarea/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-textarea", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-textarea_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-textarea", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-textarea", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:20 GMT", "tag": "@fluentui/react-textarea_v9.0.0", diff --git a/packages/react-components/react-textarea/CHANGELOG.md b/packages/react-components/react-textarea/CHANGELOG.md index 88cf88405214a..aa15366c328e5 100644 --- a/packages/react-components/react-textarea/CHANGELOG.md +++ b/packages/react-components/react-textarea/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-textarea -This log was last generated on Tue, 28 Jun 2022 15:13:20 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.1) + +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.0..@fluentui/react-textarea_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.0) Tue, 28 Jun 2022 15:13:20 GMT diff --git a/packages/react-components/react-textarea/package.json b/packages/react-components/react-textarea/package.json index 4da3ce7888554..9ab116c10fd8c 100644 --- a/packages/react-components/react-textarea/package.json +++ b/packages/react-components/react-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-textarea", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI TextArea component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,13 +28,13 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-toolbar/CHANGELOG.json b/packages/react-components/react-toolbar/CHANGELOG.json index 7d500fa82d923..b8722f9744d33 100644 --- a/packages/react-components/react-toolbar/CHANGELOG.json +++ b/packages/react-components/react-toolbar/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/react-toolbar", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-toolbar_v9.0.0-beta.2", + "version": "9.0.0-beta.2", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-toolbar", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-toolbar", + "comment": "Bump @fluentui/react-button to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-toolbar", + "comment": "Bump @fluentui/react-divider to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-toolbar", + "comment": "Bump @fluentui/react-radio to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-toolbar", + "comment": "Bump @fluentui/react-tabster to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-toolbar", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:22 GMT", "tag": "@fluentui/react-toolbar_v9.0.0-beta.1", diff --git a/packages/react-components/react-toolbar/CHANGELOG.md b/packages/react-components/react-toolbar/CHANGELOG.md index 13f1d9f328182..e0eb88f159d2e 100644 --- a/packages/react-components/react-toolbar/CHANGELOG.md +++ b/packages/react-components/react-toolbar/CHANGELOG.md @@ -1,9 +1,23 @@ # Change Log - @fluentui/react-toolbar -This log was last generated on Tue, 28 Jun 2022 15:13:22 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. +## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.2) + +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.1..@fluentui/react-toolbar_v9.0.0-beta.2) + +### Changes + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-divider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-radio to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.1) Tue, 28 Jun 2022 15:13:22 GMT diff --git a/packages/react-components/react-toolbar/package.json b/packages/react-components/react-toolbar/package.json index 849a5f5b43494..0bbeb2edaa014 100644 --- a/packages/react-components/react-toolbar/package.json +++ b/packages/react-components/react-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-toolbar", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "description": "React components for building web experiences", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,17 +27,17 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-button": "^9.0.0", - "@fluentui/react-divider": "^9.0.0", + "@fluentui/react-button": "^9.0.1", + "@fluentui/react-divider": "^9.0.1", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@fluentui/react-radio": "^9.0.0", - "@fluentui/react-tabster": "^9.0.0", - "@griffel/react": "1.2.0", + "@fluentui/react-radio": "^9.0.1", + "@fluentui/react-tabster": "^9.0.1", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-tooltip/CHANGELOG.json b/packages/react-components/react-tooltip/CHANGELOG.json index a7e32d669f0e4..3161f6d516d36 100644 --- a/packages/react-components/react-tooltip/CHANGELOG.json +++ b/packages/react-components/react-tooltip/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@fluentui/react-tooltip", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/react-tooltip_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-tooltip", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b", + "comment": "fix: Use caret dependency range for Griffel" + }, + { + "author": "beachball", + "package": "@fluentui/react-tooltip", + "comment": "Bump @fluentui/react-portal to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-tooltip", + "comment": "Bump @fluentui/react-positioning to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/react-tooltip", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:13:24 GMT", "tag": "@fluentui/react-tooltip_v9.0.0", diff --git a/packages/react-components/react-tooltip/CHANGELOG.md b/packages/react-components/react-tooltip/CHANGELOG.md index d17727f22af78..4613b59d807d6 100644 --- a/packages/react-components/react-tooltip/CHANGELOG.md +++ b/packages/react-components/react-tooltip/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-tooltip -This log was last generated on Tue, 28 Jun 2022 15:13:24 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.1) + +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0..@fluentui/react-tooltip_v9.0.1) + +### Patches + +- fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com) +- Bump @fluentui/react-portal to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0) Tue, 28 Jun 2022 15:13:24 GMT diff --git a/packages/react-components/react-tooltip/package.json b/packages/react-components/react-tooltip/package.json index 037118662789e..52d8d8afcf5a4 100644 --- a/packages/react-components/react-tooltip/package.json +++ b/packages/react-components/react-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-tooltip", - "version": "9.0.0", + "version": "9.0.1", "description": "React components for building web experiences", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,16 +28,16 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.9", + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-portal": "^9.0.0", - "@fluentui/react-positioning": "^9.0.0", + "@fluentui/react-portal": "^9.0.1", + "@fluentui/react-positioning": "^9.0.1", "@fluentui/react-shared-contexts": "^9.0.0", "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-utilities/src/ssr/SSRContext.tsx b/packages/react-components/react-utilities/src/ssr/SSRContext.tsx index 00b39062e895f..b204c9561ed2e 100644 --- a/packages/react-components/react-utilities/src/ssr/SSRContext.tsx +++ b/packages/react-components/react-utilities/src/ssr/SSRContext.tsx @@ -55,8 +55,14 @@ export function useIsSSR(): boolean { if (!isInSSRContext && !canUseDOM()) { // eslint-disable-next-line no-console console.error( - 'When server rendering, you must wrap your application in an to ensure consistent ids are ' + - 'generated between the client and server.', + [ + '@fluentui/react-components: ', + 'When server rendering, you must wrap your application in an to ensure consistent ids are ' + + 'generated between the client and server.', + '\n', + '\n', + 'Check documentation at https://aka.ms/fluentui-ssr', + ].join(''), ); } } diff --git a/packages/react-components/theme-designer/CHANGELOG.json b/packages/react-components/theme-designer/CHANGELOG.json index b5ce0e45790a7..eef320551adc8 100644 --- a/packages/react-components/theme-designer/CHANGELOG.json +++ b/packages/react-components/theme-designer/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/theme-designer", "entries": [ + { + "date": "Tue, 28 Jun 2022 17:39:54 GMT", + "tag": "@fluentui/theme-designer_v9.0.0-alpha.0", + "version": "9.0.0-alpha.0", + "comments": { + "prerelease": [ + { + "author": "beachball", + "package": "@fluentui/theme-designer", + "comment": "Bump @fluentui/react-components to v9.0.1", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + }, + { + "author": "beachball", + "package": "@fluentui/theme-designer", + "comment": "Bump @fluentui/react-alert to v9.0.0-beta.5", + "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 15:14:23 GMT", "tag": "@fluentui/theme-designer_v9.0.0-alpha.0", diff --git a/packages/react-components/theme-designer/CHANGELOG.md b/packages/react-components/theme-designer/CHANGELOG.md index 3617041227e71..cd39e02829dee 100644 --- a/packages/react-components/theme-designer/CHANGELOG.md +++ b/packages/react-components/theme-designer/CHANGELOG.md @@ -1,11 +1,21 @@ # Change Log - @fluentui/theme-designer -This log was last generated on Tue, 28 Jun 2022 15:14:23 GMT and should not be manually modified. +This log was last generated on Tue, 28 Jun 2022 17:39:54 GMT and should not be manually modified. ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme-designer_v9.0.0-alpha.0) +Tue, 28 Jun 2022 17:39:54 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme-designer_v9.0.0-alpha.0..@fluentui/theme-designer_v9.0.0-alpha.0) + +### Changes + +- Bump @fluentui/react-components to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) +- Bump @fluentui/react-alert to v9.0.0-beta.5 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball) + +## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme-designer_v9.0.0-alpha.0) + Tue, 28 Jun 2022 15:14:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme-designer_v9.0.0-alpha.0..@fluentui/theme-designer_v9.0.0-alpha.0) diff --git a/packages/react-components/theme-designer/package.json b/packages/react-components/theme-designer/package.json index 3ae69e88e32a8..2032d5fa5a6cf 100644 --- a/packages/react-components/theme-designer/package.json +++ b/packages/react-components/theme-designer/package.json @@ -30,14 +30,14 @@ "dependencies": { "@fluentui/react-theme": "^9.0.0", "@fluentui/react-utilities": "^9.0.0", - "@griffel/react": "1.2.0", + "@griffel/react": "^1.2.0", "tslib": "^2.1.0", - "@fluentui/react-components": "^9.0.0", + "@fluentui/react-components": "^9.0.1", "@fluentui/react-icons": "^2.0.172-rc.8", "@fluent-blocks/colors": "9.1.0", "codesandbox-import-utils": "2.2.3", "@types/dedent": "0.7.0", - "@fluentui/react-alert": "9.0.0-beta.4" + "@fluentui/react-alert": "9.0.0-beta.5" }, "peerDependencies": { "@types/react": ">=16.8.0 <18.0.0", diff --git a/packages/react-components/theme-designer/src/components/AccessibilityChecker/AccessibilityChecker.stories.tsx b/packages/react-components/theme-designer/src/components/AccessibilityChecker/AccessibilityChecker.stories.tsx index 9c5f3811a4788..02ffd923c7d4a 100644 --- a/packages/react-components/theme-designer/src/components/AccessibilityChecker/AccessibilityChecker.stories.tsx +++ b/packages/react-components/theme-designer/src/components/AccessibilityChecker/AccessibilityChecker.stories.tsx @@ -1,9 +1,9 @@ import { AccessibilityChecker } from './AccessibilityChecker'; import { getBrandTokensFromPalette } from '../../utils/getBrandTokensFromPalette'; -import { createDarkTheme } from '@fluentui/react-components'; +import { createLightTheme } from '@fluentui/react-components'; export default { component: AccessibilityChecker }; const brand = getBrandTokensFromPalette('#006bc7'); -const lightTheme = createDarkTheme(brand); +const lightTheme = createLightTheme(brand); export const Default = { args: { theme: lightTheme } }; diff --git a/packages/react-components/theme-designer/src/components/ColorTokens/ColorTokens.stories.tsx b/packages/react-components/theme-designer/src/components/ColorTokens/ColorTokens.stories.tsx index 11263348a9684..1c5c902ae910d 100644 --- a/packages/react-components/theme-designer/src/components/ColorTokens/ColorTokens.stories.tsx +++ b/packages/react-components/theme-designer/src/components/ColorTokens/ColorTokens.stories.tsx @@ -1,9 +1,7 @@ import { ColorTokens } from './ColorTokens'; import { getBrandTokensFromPalette } from '../../utils/getBrandTokensFromPalette'; -import { createDarkTheme } from '@fluentui/react-components'; export default { component: ColorTokens }; const brand = getBrandTokensFromPalette('#006bc7'); -const lightTheme = createDarkTheme(brand); -export const Default = { args: { theme: lightTheme } }; +export const Default = { args: { brand: brand, isDark: false } }; diff --git a/packages/react-components/theme-designer/src/components/Content/Content.stories.tsx b/packages/react-components/theme-designer/src/components/Content/Content.stories.tsx index 6733f60a6eb37..91efeda4bb426 100644 --- a/packages/react-components/theme-designer/src/components/Content/Content.stories.tsx +++ b/packages/react-components/theme-designer/src/components/Content/Content.stories.tsx @@ -1,10 +1,9 @@ import { Content } from './Content'; import { getBrandTokensFromPalette } from '../../utils/getBrandTokensFromPalette'; -import { createLightTheme, createDarkTheme } from '@fluentui/react-components'; +import { createLightTheme } from '@fluentui/react-components'; export default { component: Content }; const brand = getBrandTokensFromPalette('#006BC7'); const lightTheme = createLightTheme(brand); -const darkTheme = createDarkTheme(brand); -export const Default = { args: { brand: brand, darkTheme: darkTheme, lightTheme: lightTheme } }; +export const Default = { args: { brand: brand, theme: lightTheme, isDark: false } }; diff --git a/packages/react-components/theme-designer/src/components/ExportButton/ExportLink.tsx b/packages/react-components/theme-designer/src/components/ExportButton/ExportLink.tsx index 65944269fad35..2e62472d5694e 100644 --- a/packages/react-components/theme-designer/src/components/ExportButton/ExportLink.tsx +++ b/packages/react-components/theme-designer/src/components/ExportButton/ExportLink.tsx @@ -9,292 +9,302 @@ export interface ExportLinkProps { overrides: Partial; } +const defaultFileToPreview = encodeURIComponent('/index.tsx'); + export const ExportLink: React.FC = props => { const { brand, isDark, overrides } = props; - const defaultFileToPreview = encodeURIComponent('/index.tsx'); - const codeSandboxParameters = getParameters({ - files: { - 'example.tsx': { - isBinary: false, - content: dedent` - import * as React from 'react'; - import { makeStyles, makeStaticStyles, mergeClasses, shorthands } from '@griffel/react'; - import { - tokens, - Body1, - Title3, - TabList, - Tab, - Input, - Button, - Caption1, - Menu, - MenuTrigger, - MenuList, - MenuButton, - MenuItemCheckbox, - MenuPopover, - Slider, - Badge, - Switch, - Radio, - RadioGroup, - Checkbox, - Avatar, - Theme, - } from '@fluentui/react-components'; - import { - SearchRegular, - bundleIcon, - CutRegular, - CutFilled, - ClipboardPasteRegular, - ClipboardPasteFilled, - EditRegular, - EditFilled, - ChevronRightRegular, - MeetNowRegular, - MeetNowFilled, - CalendarLtrFilled, - CalendarLtrRegular, - } from '@fluentui/react-icons'; - export interface ContentProps { - className?: string; - theme: Theme; - } + const content = dedent` + import * as React from 'react'; + import { makeStyles, makeStaticStyles, mergeClasses, shorthands } from '@griffel/react'; + import { + tokens, + Body1, + Title3, + TabList, + Tab, + Input, + Button, + Caption1, + Menu, + MenuTrigger, + MenuList, + MenuButton, + MenuItemCheckbox, + MenuPopover, + Slider, + Badge, + Switch, + Radio, + RadioGroup, + Checkbox, + Avatar, + Theme, + } from '@fluentui/react-components'; + import { + SearchRegular, + bundleIcon, + CutRegular, + CutFilled, + ClipboardPasteRegular, + ClipboardPasteFilled, + EditRegular, + EditFilled, + ChevronRightRegular, + MeetNowRegular, + MeetNowFilled, + CalendarLtrFilled, + CalendarLtrRegular, + } from '@fluentui/react-icons'; + + export interface ContentProps { + className?: string; + theme: Theme; + } + + const useStaticStyles = makeStaticStyles({ + body: { + position: "fixed", + margin: "0px", + top: "0px", + left: "0px", + height: "100vh" + } + }); + + const useStyles = makeStyles({ + root: { + height: "100vh", + display: 'grid', + alignItems: 'start', + justifyContent: 'center', + gridTemplateColumns: 'repeat(3, 1fr)', + gridTemplateRows: 'auto', + gridColumnGap: tokens.spacingHorizontalXXXL, + }, + col1: { + display: 'flex', + justifyContent: 'space-between', + alignItems: 'left', + flexDirection: 'column', + flexGrow: 1, + ...shorthands.gap(tokens.spacingVerticalL), + }, + col2: { + display: 'flex', + flexDirection: 'column', + alignItems: 'center', + ...shorthands.gap(tokens.spacingVerticalL), + }, + col3: { + display: 'grid', + gridTemplateColumns: '1fr 1fr', + gridTemplateRows: 'repeat(4, auto)', + gridRowGap: tokens.spacingVerticalS, + gridColumnGap: tokens.spacingHorizontalS, + justifyContent: 'center', + alignItems: 'center', + }, + twoCol: { + gridColumnStart: 1, + gridColumnEnd: 3, + }, + icons: { + display: 'grid', + gridTemplateColumns: 'auto auto', + gridTemplateRows: 'auto auto', + gridRowGap: tokens.spacingVerticalS, + gridColumnGap: tokens.spacingHorizontalS, + justifyContent: 'center', + }, + twoRow: { + display: 'flex', + flexDirection: 'column', + alignItems: 'center', + justifyContent: 'center', + }, + }); + + export const Column1 = () => { + const styles = useStyles(); + useStaticStyles(); + return ( +
+ Make an impression + + Make a big impression with this clean, modern, and mobile-friendly site. Use it to communicate + information to people inside or outside your team. Share your ideas, results, and more in this + visually compelling format. + + +
+ ); + }; - const useStaticStyles = makeStaticStyles({ - body: { - position: "fixed", - margin: "0px", - top: "0px", - left: "0px", - height: "100vh" + export const DemoMenu = () => { + const CutIcon = bundleIcon(CutFilled, CutRegular); + const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular); + const EditIcon = bundleIcon(EditFilled, EditRegular); + return ( + + + Select + + + + } name="edit" value="cut"> + Cut + + } name="edit" value="paste"> + Paste + + } name="edit" value="edit"> + Edit + + + + + ); + }; + + export const Column2 = () => { + const styles = useStyles(); + return ( +
+ + Home + Pages + Documents + + } size="small" /> } - }); + /> + +
+ ); + }; - const useStyles = makeStyles({ - root: { - height: "100vh", - display: 'grid', - alignItems: 'start', - justifyContent: 'center', - gridTemplateColumns: 'repeat(3, 1fr)', - gridTemplateRows: 'auto', - gridColumnGap: tokens.spacingHorizontalXXXL, - }, - col1: { - display: 'flex', - justifyContent: 'space-between', - alignItems: 'left', - flexDirection: 'column', - flexGrow: 1, - ...shorthands.gap(tokens.spacingVerticalL), - }, - col2: { - display: 'flex', - flexDirection: 'column', - alignItems: 'center', - ...shorthands.gap(tokens.spacingVerticalL), - }, - col3: { - display: 'grid', - gridTemplateColumns: '1fr 1fr', - gridTemplateRows: 'repeat(4, auto)', - gridRowGap: tokens.spacingVerticalS, - gridColumnGap: tokens.spacingHorizontalS, - justifyContent: 'center', - alignItems: 'center', - }, - twoCol: { - gridColumnStart: 1, - gridColumnEnd: 3, - }, - icons: { - display: 'grid', - gridTemplateColumns: 'auto auto', - gridTemplateRows: 'auto auto', - gridRowGap: tokens.spacingVerticalS, - gridColumnGap: tokens.spacingHorizontalS, - justifyContent: 'center', - }, - twoRow: { - display: 'flex', - flexDirection: 'column', - alignItems: 'center', - justifyContent: 'center', - }, - }); + export const DemoIcons = () => { + const styles = useStyles(); + const MeetNowIcon = bundleIcon(MeetNowFilled, MeetNowRegular); + const CalendarLtrIcon = bundleIcon(CalendarLtrFilled, CalendarLtrRegular); + return ( +
+ } /> + } /> + } /> + } /> +
+ ); + }; - export const Column1 = () => { - const styles = useStyles(); - useStaticStyles(); - return ( -
- Make an impression - - Make a big impression with this clean, modern, and mobile-friendly site. Use it to communicate - information to people inside or outside your team. Share your ideas, results, and more in this - visually compelling format. - - -
- ); - }; + export const Column3 = () => { + const styles = useStyles(); + return ( +
+ + + + +
+ + +
+
+ + +
+
+ + + + +
+
+ ); + }; - export const DemoMenu = () => { - const CutIcon = bundleIcon(CutFilled, CutRegular); - const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular); - const EditIcon = bundleIcon(EditFilled, EditRegular); - return ( - - - Select - - - - } name="edit" value="cut"> - Cut - - } name="edit" value="paste"> - Paste - - } name="edit" value="edit"> - Edit - - - - - ); - }; + export const Example: React.FC = props => { + const styles = useStyles(); + return ( +
+ Examples +
+ + + +
+
+ ); + }; + `; - export const Column2 = () => { - const styles = useStyles(); - return ( -
- - Home - Pages - Documents - - } size="small" /> - } - /> - -
- ); - }; + const indexHtmlContent = '
'; - export const DemoIcons = () => { - const styles = useStyles(); - const MeetNowIcon = bundleIcon(MeetNowFilled, MeetNowRegular); - const CalendarLtrIcon = bundleIcon(CalendarLtrFilled, CalendarLtrRegular); - return ( -
- } /> - } /> - } /> - } /> -
- ); - }; + const createIndexContent = dedent` + import * as ReactDOM from 'react-dom'; + import { FluentProvider, ${isDark ? 'createDarkTheme' : 'createLightTheme'} } from '@fluentui/react-components'; + import type { BrandVariants, Theme } from '@fluentui/react-theme'; + import { Example } from './example'; - export const Column3 = () => { - const styles = useStyles(); - return ( -
- - - - -
- - -
-
- - -
-
- - - - -
-
- ); - }; + const brand: BrandVariants = ${JSON.stringify(brand)}; - export const Example: React.FC = props => { - const styles = useStyles(); - return ( -
- Examples -
- - - -
-
- ); - }; - `, - }, - 'index.html': { - isBinary: false, - content: '
', - }, - 'index.tsx': { - isBinary: false, - content: dedent` - import * as ReactDOM from 'react-dom'; - import { FluentProvider, ${ - isDark ? 'createDarkTheme' : 'createLightTheme' - } } from '@fluentui/react-components'; - import type { BrandVariants, Theme } from '@fluentui/react-theme'; - import { Example } from './example'; + const overrides: Partial = ${JSON.stringify(overrides)}; - const brand: BrandVariants = ${JSON.stringify(brand)}; + const theme: Theme = { ...${isDark ? 'createDarkTheme' : 'createLightTheme'}(brand), ...overrides }; - const overrides: Partial = ${JSON.stringify(overrides)}; + ReactDOM.render( + + + , + document.getElementById('root'), + ); + `; - const theme: Theme = { ...${isDark ? 'createDarkTheme' : 'createLightTheme'}(brand), ...overrides }; + const packageContent = dedent` + {"dependencies":{"@fluentui/react-components":"rc","react":"^17","react-dom":"^17","react-scripts":"latest"}} + `; - ReactDOM.render( - - - , - document.getElementById('root'), - ); - `, - }, - 'package.json': { - isBinary: false, - content: dedent` - {"dependencies":{"@fluentui/react-components":"rc","react":"^17","react-dom":"^17","react-scripts":"latest"}} - `, + const link = React.useMemo(() => { + const codeSandboxParameters = getParameters({ + files: { + 'example.tsx': { + isBinary: false, + content: content, + }, + 'index.html': { + isBinary: false, + content: indexHtmlContent, + }, + 'index.tsx': { + isBinary: false, + content: createIndexContent, + }, + 'package.json': { + isBinary: false, + content: packageContent, + }, }, - }, - }); + }); - const link = `https://codesandbox.io/api/v1/sandboxes/define?parameters=${codeSandboxParameters}&query=file%3D${defaultFileToPreview}`; + return `https://codesandbox.io/api/v1/sandboxes/define?parameters=${codeSandboxParameters}&query=file%3D${defaultFileToPreview}`; + }, [content, createIndexContent, packageContent]); return (
- + Preview theme in CodeSandbox
diff --git a/packages/react-components/theme-designer/src/components/Sidebar/EditTab.tsx b/packages/react-components/theme-designer/src/components/Sidebar/EditTab.tsx index a5675e29d9901..663b629f984df 100644 --- a/packages/react-components/theme-designer/src/components/Sidebar/EditTab.tsx +++ b/packages/react-components/theme-designer/src/components/Sidebar/EditTab.tsx @@ -2,6 +2,7 @@ import * as React from 'react'; import { makeStyles, shorthands } from '@griffel/react'; import { Label, Input, Switch, Slider, tokens } from '@fluentui/react-components'; +import { useDebounce } from '../../utils/useDebounce'; import type { CustomAttributes, DispatchTheme } from '../../useThemeDesignerReducer'; @@ -52,7 +53,7 @@ export const EditTab: React.FC = props => { const initialForm: CustomAttributes = formState; - const formReducer = (state: CustomAttributes, action: { attributes: CustomAttributes; type: string }) => { + const formReducer = (state: CustomAttributes, action: { attributes: CustomAttributes }) => { setFormState(action.attributes); dispatchState({ ...form, type: 'Custom', customAttributes: action.attributes, overrides: {} }); return action.attributes; @@ -60,20 +61,26 @@ export const EditTab: React.FC = props => { const [form, dispatchForm] = React.useReducer(formReducer, initialForm); + const [lastForm, setLastForm] = React.useState(initialForm); + const debouncedForm = useDebounce(lastForm, 10); + React.useEffect(() => { + dispatchForm({ attributes: debouncedForm }); + }, [debouncedForm]); + const toggleTheme = () => { - dispatchForm({ attributes: { ...form, isDark: !form.isDark }, type: 'isDark' }); + setLastForm({ ...form, ...form, isDark: !form.isDark }); }; const handleOnChange = (e: React.ChangeEvent) => { - dispatchForm({ attributes: { ...form, keyColor: e.target.value }, type: 'keyColor' }); + setLastForm({ ...form, keyColor: e.target.value }); }; const handleHueTorsionChange = (e: React.ChangeEvent) => { - dispatchForm({ attributes: { ...form, hueTorsion: parseInt(e.target.value, 10) / 10 }, type: 'hueTorsion' }); + setLastForm({ ...form, hueTorsion: parseInt(e.target.value, 10) }); }; const handleLightCpChange = (e: React.ChangeEvent) => { - dispatchForm({ attributes: { ...form, lightCp: parseInt(e.target.value, 10) / 100 }, type: 'lightCp' }); + setLastForm({ ...form, lightCp: parseInt(e.target.value, 10) }); }; const handleDarkCpChange = (e: React.ChangeEvent) => { - dispatchForm({ attributes: { ...form, darkCp: parseInt(e.target.value, 10) / 100 }, type: 'darkCp' }); + setLastForm({ ...form, darkCp: parseInt(e.target.value, 10) }); }; return ( @@ -95,32 +102,11 @@ export const EditTab: React.FC = props => { - + - + - + ); diff --git a/packages/react-components/theme-designer/src/utils/useDebounce.ts b/packages/react-components/theme-designer/src/utils/useDebounce.ts index f7f054dcc717c..ce9b2f0a745ba 100644 --- a/packages/react-components/theme-designer/src/utils/useDebounce.ts +++ b/packages/react-components/theme-designer/src/utils/useDebounce.ts @@ -1,6 +1,7 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ import { useEffect, useState } from 'react'; -export function useDebounce(value: string, delay: number) { +export function useDebounce(value: any, delay: number) { const [debouncedValue, setDebouncedValue] = useState(value); useEffect(() => { const handler = document.defaultView?.setTimeout(() => { diff --git a/packages/react/CHANGELOG.json b/packages/react/CHANGELOG.json index 28ce1757fc2cc..0576ca59cb4b7 100644 --- a/packages/react/CHANGELOG.json +++ b/packages/react/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react", "entries": [ + { + "date": "Wed, 29 Jun 2022 07:42:20 GMT", + "tag": "@fluentui/react_v8.77.2", + "version": "8.77.2", + "comments": { + "none": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react", + "commit": "267e10e8adb913ba4151054d5b805ac1fe513e35", + "comment": "feat: Bump @fluentui/react-portal-compat-context to 9.0.0" + } + ] + } + }, { "date": "Tue, 28 Jun 2022 07:39:04 GMT", "tag": "@fluentui/react_v8.77.2", diff --git a/packages/react/package.json b/packages/react/package.json index b2a8f5cde3175..c51d3952667c5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -50,7 +50,7 @@ "@fluentui/merge-styles": "^8.5.2", "@fluentui/react-focus": "^8.7.2", "@fluentui/react-hooks": "^8.6.0", - "@fluentui/react-portal-compat-context": "^9.0.0-rc.2", + "@fluentui/react-portal-compat-context": "^9.0.0", "@fluentui/react-window-provider": "^2.2.1", "@fluentui/set-version": "^8.2.1", "@fluentui/style-utilities": "^8.7.1", diff --git a/scripts/beachball/tagVNext.ts b/scripts/beachball/tagVNext.ts index 0e1fdf2dd9119..e7056ca0d55a8 100644 --- a/scripts/beachball/tagVNext.ts +++ b/scripts/beachball/tagVNext.ts @@ -22,7 +22,7 @@ function tagPackages(npmToken: string) { function tagPackage(name: string, version: string, npmToken: string): boolean { const prerelease = semver.parse(version).prerelease; if (prerelease.length == 0) { - return false; + return true; } const prereleaseTag = prerelease[0]; diff --git a/yarn.lock b/yarn.lock index cb836e136adfe..94902dcea4f2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1657,10 +1657,10 @@ resolved "https://registry.yarnpkg.com/@fluentui/react-icons/-/react-icons-2.0.172-rc.8.tgz#5daa62d1b11df87cdf26cbfd5e3aa7328e367e74" integrity sha512-vXhOcnlsYA/XgiaiPo4Cyp5GeI+CZE2zRVBNLkygemrafKnboLwUh9dLb/qC4YLsQ4DTaYPrvFq4cKujXBhl4w== -"@griffel/babel-preset@1.3.2", "@griffel/babel-preset@^1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@griffel/babel-preset/-/babel-preset-1.3.2.tgz#1c5da002ff0228e74e7ae21fa99dfef5aed8bc93" - integrity sha512-/Da1atik/snorWTcjR2fchBmmhyzVEeonxeaL6ndM3CG3/YPs64lrnYkXOzP7NS+s4rGP22HR5+coOfZKnbboQ== +"@griffel/babel-preset@^1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@griffel/babel-preset/-/babel-preset-1.3.3.tgz#0002040fef02369fc5aec9d4670f9aca3288c3b3" + integrity sha512-TejpfwGg8x2N/sHhee2uf+F9Q9f1dUTlOOypCKEHylB/QjZcBNrt+bvHw5Eaf46zTdpjMrqDTFjvC5VGiVKYOw== dependencies: "@babel/core" "^7.12.13" "@babel/generator" "^7.12.13" @@ -1672,10 +1672,10 @@ ajv "^8.4.0" tslib "^2.1.0" -"@griffel/core@1.4.0", "@griffel/core@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@griffel/core/-/core-1.4.0.tgz#09f772cfe4c8dfbedd81a7b6a4ebed27bd2d3770" - integrity sha512-FxgUJYaL2KZkgpr1uDdgt5hSmgPrhwOYrrnnF8CM5JOWS4wLN/ajwxi38InKy4iCRO9l3iHIjGOes2Jm+OpRIQ== +"@griffel/core@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@griffel/core/-/core-1.4.1.tgz#5ae960efd71897bfdb748ec4551da99d1eb8652c" + integrity sha512-PSVZiRJYIvKCt5V5PqkMuOEGyvq/L/lSArEmVVz9h8jkX0Zf7SRpjCDluHd43mRQZ6wFzYeK4aKa6DwIxomZIA== dependencies: "@emotion/hash" "^0.8.0" csstype "^3.0.10" @@ -1691,28 +1691,28 @@ "@typescript-eslint/utils" "^5.20.0" csstype "^3.0.10" -"@griffel/jest-serializer@1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@griffel/jest-serializer/-/jest-serializer-1.0.5.tgz#881df460bb73033c23d424daba282a34d2ebd0dc" - integrity sha512-Vv0rNWLWhYjVzzN4diikOIvGVEp55kheCHyyyLuiBPQusjfEK/KFknTf0V6yDCaMTmv1SpVw7DCurzCmu4ivBg== +"@griffel/jest-serializer@^1.0.5": + version "1.0.7" + resolved "https://registry.yarnpkg.com/@griffel/jest-serializer/-/jest-serializer-1.0.7.tgz#020c82e89114e01b2490a78d48f0ace7bc2769e5" + integrity sha512-tdej68yWhrJ0n7IRMTe1hBvh4mMBP0WjgD6inhZfPj3uUtu8yNAp4LlMZkuALENM4uygEESFx0UYlJZUUgthUg== dependencies: tslib "^2.1.0" -"@griffel/react@1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@griffel/react/-/react-1.2.0.tgz#8d9f1b6bb7b3f5b2de56cb3ebaef318418ecfba0" - integrity sha512-1J8Wz84LQgl8sjEiO+D1PgvHbkyC9d9RwVtsEPI2VyxN2VVgu03bKy5G3CQ9JdqQpgwG1BVGJkfhpFemIANIwg== +"@griffel/react@^1.2.0": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@griffel/react/-/react-1.2.1.tgz#8150d6582dafad14815a3d7831839d98bf30c85e" + integrity sha512-A5fFXl9GvwEETCrT2hapTaoRAmY8JzZXpO6WnfCPHat6R74GP9i3PyJft6OT+XGEi+/vW/Owyp2IpX+PKiY7CQ== dependencies: - "@griffel/core" "^1.4.0" + "@griffel/core" "^1.4.1" tslib "^2.1.0" -"@griffel/webpack-loader@2.0.7": - version "2.0.7" - resolved "https://registry.yarnpkg.com/@griffel/webpack-loader/-/webpack-loader-2.0.7.tgz#fd771748dd06d751242978fba97d9ffbd4a5b5b9" - integrity sha512-0YUscdvF/RPxwsoR18lU6iNQ+wwyxOiTyMXMcWdblIkDe4pixjZg+8MQzegphH0xK9mAsvjLT6cORTr72wMvAg== +"@griffel/webpack-loader@^2.0.7": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@griffel/webpack-loader/-/webpack-loader-2.0.8.tgz#5ca6ffc8714bab89babd9374e0c1e4f8796a97c0" + integrity sha512-i0GJcykzxhbex5bd1dNErsNOdjBG1S18ocfYajOQbNM/gFxrd2htrff4TI0lGMVfGWdIQ5YRblBtjp2AyLq6Vg== dependencies: "@babel/core" "^7.12.13" - "@griffel/babel-preset" "^1.3.2" + "@griffel/babel-preset" "^1.3.3" enhanced-resolve "^5.8.2" loader-utils "^2.0.0" schema-utils "^3.1.1"