diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f6ca7cc058adb..6ffa3c17318d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -172,6 +172,10 @@ packages/react-components/babel-preset-global-context @microsoft/teams-prg packages/react-components/react-table @microsoft/teams-prg packages/react-components/react-progress @microsoft/cxe-red @tomi-msft packages/react-components/react-persona @microsoft/cxe-red @sopranopillow +packages/react-components-migration/react-button-shim-v8-v9 @microsoft/cxe-coastal +packages/react-components-migration/react-menu-shim-v8-v9 @microsoft/cxe-coastal +packages/react-components-migration/react-stack-shim-v8-v9 @microsoft/cxe-coastal +packages/react-components-migration/react-theme-shim-v8-v9 @microsoft/cxe-coastal # <%= NX-CODEOWNER-PLACEHOLDER %> diff --git a/apps/perf-test-react-components/CHANGELOG.json b/apps/perf-test-react-components/CHANGELOG.json index e1c9f12db4893..dd7590ce47b77 100644 --- a/apps/perf-test-react-components/CHANGELOG.json +++ b/apps/perf-test-react-components/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@fluentui/perf-test-react-components", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 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.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-button to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-provider to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-spinbutton to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/perf-test-react-components", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 9920d147de76b..fbe1877b07839 100644 --- a/apps/perf-test-react-components/CHANGELOG.md +++ b/apps/perf-test-react-components/CHANGELOG.md @@ -1,11 +1,24 @@ # Change Log - @fluentui/perf-test-react-components -This log was last generated on Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 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) +Thu, 15 Sep 2022 09:50:08 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.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-button to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-provider to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-spinbutton to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test-react-components_v9.0.0-rc.0) + Wed, 03 Aug 2022 16:04:10 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 4929803a83c56..48397e7b79681 100644 --- a/apps/perf-test-react-components/package.json +++ b/apps/perf-test-react-components/package.json @@ -16,11 +16,11 @@ }, "dependencies": { "@griffel/core": "^1.5.1", - "@fluentui/react-avatar": "^9.0.4", - "@fluentui/react-button": "^9.1.0", - "@fluentui/react-provider": "^9.1.0", - "@fluentui/react-spinbutton": "^9.0.0", - "@fluentui/react-theme": "^9.0.0", + "@fluentui/react-avatar": "^9.1.0", + "@fluentui/react-button": "^9.1.1", + "@fluentui/react-provider": "^9.1.1", + "@fluentui/react-spinbutton": "^9.0.1", + "@fluentui/react-theme": "^9.1.0", "@fluentui/scripts": "^1.0.0", "@microsoft/load-themed-styles": "^1.10.26", "flamegrill": "0.2.0", diff --git a/apps/perf-test/CHANGELOG.json b/apps/perf-test/CHANGELOG.json index 77396838d9fd4..c1c90d04e6076 100644 --- a/apps/perf-test/CHANGELOG.json +++ b/apps/perf-test/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/perf-test", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/perf-test_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/perf-test", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/perf-test_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/perf-test", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/perf-test_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/perf-test", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/perf-test_v1.0.0", diff --git a/apps/perf-test/CHANGELOG.md b/apps/perf-test/CHANGELOG.md index 601f717c7d6cc..73e75f9c64004 100644 --- a/apps/perf-test/CHANGELOG.md +++ b/apps/perf-test/CHANGELOG.md @@ -1,11 +1,38 @@ # Change Log - @fluentui/perf-test -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/perf-test_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/perf-test_v1.0.0..@fluentui/perf-test_v1.0.0) diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json index d3bf85b8b5a8f..3c65249978d15 100644 --- a/apps/perf-test/package.json +++ b/apps/perf-test/package.json @@ -15,7 +15,8 @@ "@fluentui/eslint-plugin": "*" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/example-data": "^8.4.2", + "@fluentui/react": "^8.96.0", "@fluentui/scripts": "^1.0.0", "@microsoft/load-themed-styles": "^1.10.26", "flamegrill": "0.2.0", diff --git a/apps/perf-test/src/scenarioIterations.js b/apps/perf-test/src/scenarioIterations.js index db017b5bbb896..1e81dfe7943cb 100644 --- a/apps/perf-test/src/scenarioIterations.js +++ b/apps/perf-test/src/scenarioIterations.js @@ -11,6 +11,11 @@ const scenarioIterations = { ComboBox: 1000, Persona: 1000, ContextualMenu: 1000, + /* List performance is generally more influenced by the size + * of the list rather than the number of lists on a page. + */ + GroupedList: 2, + GroupedListV2: 2, }; module.exports = scenarioIterations; diff --git a/apps/perf-test/src/scenarioRenderTypes.js b/apps/perf-test/src/scenarioRenderTypes.js index 2cdb377ceeced..e30c3c4aaff06 100644 --- a/apps/perf-test/src/scenarioRenderTypes.js +++ b/apps/perf-test/src/scenarioRenderTypes.js @@ -13,6 +13,8 @@ const DefaultRenderTypes = ['mount']; const scenarioRenderTypes = { ThemeProvider: AllRenderTypes, + GroupedList: AllRenderTypes, + GroupedListV2: AllRenderTypes, }; module.exports = { diff --git a/apps/perf-test/src/scenarios/GroupedList.tsx b/apps/perf-test/src/scenarios/GroupedList.tsx new file mode 100644 index 0000000000000..ed051e2130eea --- /dev/null +++ b/apps/perf-test/src/scenarios/GroupedList.tsx @@ -0,0 +1,55 @@ +import * as React from 'react'; +import { createListItems, createGroups, IExampleItem } from '@fluentui/example-data'; +import { GroupedList, Selection, SelectionMode, DetailsRow, IGroup, IColumn } from '@fluentui/react'; + +const groupCount = 5; +const groupDepth = 5; +const items = createListItems(Math.pow(groupCount, groupDepth + 1)); +const groups = createGroups(groupCount, groupDepth, 0, groupCount); + +const columns = Object.keys(items[0]) + .slice(0, 3) + .map( + (key: string): IColumn => ({ + key: key, + name: key, + fieldName: key, + minWidth: 300, + }), + ); + +const selection = new Selection(); +selection.setItems(items); + +const onRenderCell = ( + nestingDepth?: number, + item?: IExampleItem, + itemIndex?: number, + group?: IGroup, +): React.ReactNode => { + return item && typeof itemIndex === 'number' && itemIndex > -1 ? ( + + ) : null; +}; + +const Scenario = () => { + return ( + + ); +}; + +export default Scenario; diff --git a/apps/perf-test/src/scenarios/GroupedListV2.tsx b/apps/perf-test/src/scenarios/GroupedListV2.tsx new file mode 100644 index 0000000000000..2e0d0123c6680 --- /dev/null +++ b/apps/perf-test/src/scenarios/GroupedListV2.tsx @@ -0,0 +1,62 @@ +import * as React from 'react'; +import { createListItems, createGroups, IExampleItem } from '@fluentui/example-data'; +import { + GroupedListV2_unstable as GroupedListV2, + Selection, + SelectionMode, + DetailsRow, + IGroup, + IColumn, +} from '@fluentui/react'; + +const groupCount = 5; +const groupDepth = 5; +const items = createListItems(Math.pow(groupCount, groupDepth + 1)); +const groups = createGroups(groupCount, groupDepth, 0, groupCount); + +const columns = Object.keys(items[0]) + .slice(0, 3) + .map( + (key: string): IColumn => ({ + key: key, + name: key, + fieldName: key, + minWidth: 300, + }), + ); + +const selection = new Selection(); +selection.setItems(items); + +const onRenderCell = ( + nestingDepth?: number, + item?: IExampleItem, + itemIndex?: number, + group?: IGroup, +): React.ReactNode => { + return item && typeof itemIndex === 'number' && itemIndex > -1 ? ( + + ) : null; +}; + +const Scenario = () => { + return ( + + ); +}; + +export default Scenario; diff --git a/apps/public-docsite-resources/CHANGELOG.json b/apps/public-docsite-resources/CHANGELOG.json index ba950e436a465..c671c2da0ed10 100644 --- a/apps/public-docsite-resources/CHANGELOG.json +++ b/apps/public-docsite-resources/CHANGELOG.json @@ -1,6 +1,123 @@ { "name": "@fluentui/public-docsite-resources", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/public-docsite-resources_v8.1.41", + "version": "8.1.41", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/azure-themes to v8.5.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-docsite-components to v8.10.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/theme-samples to v8.7.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/public-docsite-resources_v8.1.41", + "version": "8.1.41", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/azure-themes to v8.5.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-docsite-components to v8.10.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/theme-samples to v8.7.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/public-docsite-resources_v8.1.41", + "version": "8.1.41", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/azure-themes to v8.5.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-docsite-components to v8.10.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/theme-samples to v8.7.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-resources", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/public-docsite-resources_v8.1.41", diff --git a/apps/public-docsite-resources/CHANGELOG.md b/apps/public-docsite-resources/CHANGELOG.md index 52fc325be4895..564e5766a0c37 100644 --- a/apps/public-docsite-resources/CHANGELOG.md +++ b/apps/public-docsite-resources/CHANGELOG.md @@ -1,11 +1,50 @@ # Change Log - @fluentui/public-docsite-resources -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/azure-themes to v8.5.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/theme-samples to v8.7.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/azure-themes to v8.5.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/theme-samples to v8.7.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/azure-themes to v8.5.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/theme-samples to v8.7.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [8.1.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-resources_v8.1.41) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-resources_v8.1.41..@fluentui/public-docsite-resources_v8.1.41) diff --git a/apps/public-docsite-resources/package.json b/apps/public-docsite-resources/package.json index 8ff0e15cfcb95..260992655c6a5 100644 --- a/apps/public-docsite-resources/package.json +++ b/apps/public-docsite-resources/package.json @@ -32,15 +32,15 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/react-examples": "^8.34.4", "@microsoft/load-themed-styles": "^1.10.26", - "@fluentui/azure-themes": "^8.4.35", - "@fluentui/react-docsite-components": "^8.9.36", + "@fluentui/azure-themes": "^8.5.2", + "@fluentui/react-docsite-components": "^8.10.2", "@fluentui/font-icons-mdl2": "^8.4.13", "@fluentui/set-version": "^8.2.2", - "@fluentui/theme-samples": "^8.6.35", - "@fluentui/react-monaco-editor": "^1.6.35", + "@fluentui/theme-samples": "^8.7.2", + "@fluentui/react-monaco-editor": "^1.7.2", "office-ui-fabric-core": "^11.0.0", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/apps/public-docsite-v9/CHANGELOG.json b/apps/public-docsite-v9/CHANGELOG.json index 8b0f3fd7c51fd..8b38bd7bbb38b 100644 --- a/apps/public-docsite-v9/CHANGELOG.json +++ b/apps/public-docsite-v9/CHANGELOG.json @@ -1,6 +1,87 @@ { "name": "@fluentui/public-docsite-v9", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/public-docsite-v9_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/public-docsite-v9_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/public-docsite-v9_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite-v9", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/public-docsite-v9_v1.0.0", diff --git a/apps/public-docsite-v9/CHANGELOG.md b/apps/public-docsite-v9/CHANGELOG.md index 1a5c1f09ba1e8..039e2eb4ad2f7 100644 --- a/apps/public-docsite-v9/CHANGELOG.md +++ b/apps/public-docsite-v9/CHANGELOG.md @@ -1,11 +1,44 @@ # Change Log - @fluentui/public-docsite-v9 -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite-v9_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite-v9_v1.0.0..@fluentui/public-docsite-v9_v1.0.0) diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json index 97f67b9ed4afc..1b7851d9589f3 100644 --- a/apps/public-docsite-v9/package.json +++ b/apps/public-docsite-v9/package.json @@ -21,7 +21,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/scripts": "^1.0.0", "@fluentui/storybook": "^1.0.0", "@fluentui/react-components": "^9.2.0", diff --git a/apps/public-docsite-v9/src/shims/MenuShim.tsx b/apps/public-docsite-v9/src/shims/MenuShim.tsx index 64f2a6272955a..f7aaec192ef3f 100644 --- a/apps/public-docsite-v9/src/shims/MenuShim.tsx +++ b/apps/public-docsite-v9/src/shims/MenuShim.tsx @@ -15,6 +15,7 @@ import { MenuItemCheckbox, MenuItemCheckboxProps, MenuProps, + MenuDividerProps, } from '@fluentui/react-components'; export const shimMenuProps = (props: IContextualMenuProps): Partial => { @@ -54,7 +55,7 @@ const shimMenuHeaderProps = (props: IContextualMenuItem): MenuGroupHeaderProps = export const MenuItemShim = (props: IContextualMenuItem) => { if (props.itemType === ContextualMenuItemType.Divider) { const shimProps = shimMenuItemProps(props); - return ; + return ; } if (props.itemType === ContextualMenuItemType.Section) { diff --git a/apps/public-docsite-v9/src/shims/ThemeShim/v9ThemeShim.ts b/apps/public-docsite-v9/src/shims/ThemeShim/v9ThemeShim.ts index f4a66407d4d09..027d4879b2d1d 100644 --- a/apps/public-docsite-v9/src/shims/ThemeShim/v9ThemeShim.ts +++ b/apps/public-docsite-v9/src/shims/ThemeShim/v9ThemeShim.ts @@ -58,6 +58,7 @@ const mapAliasColors = (palette: IPalette, inverted: boolean): ColorTokens => { colorNeutralForegroundInvertedLinkHover: palette.white, colorNeutralForegroundInvertedLinkPressed: palette.white, colorNeutralForegroundInvertedLinkSelected: palette.white, + colorNeutralForegroundInverted2: palette.white, colorBrandForegroundInverted: palette.themeSecondary, colorBrandForegroundInvertedHover: palette.themeTertiary, colorBrandForegroundInvertedPressed: palette.themeSecondary, diff --git a/apps/public-docsite/CHANGELOG.json b/apps/public-docsite/CHANGELOG.json index 0d36412d8bf03..85680150c5e79 100644 --- a/apps/public-docsite/CHANGELOG.json +++ b/apps/public-docsite/CHANGELOG.json @@ -1,6 +1,123 @@ { "name": "@fluentui/public-docsite", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/public-docsite_v8.2.41", + "version": "8.2.41", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-docsite-components to v8.10.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-experiments to v8.13.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/theme-samples to v8.7.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/public-docsite_v8.2.41", + "version": "8.2.41", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-docsite-components to v8.10.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-experiments to v8.13.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/theme-samples to v8.7.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/public-docsite_v8.2.41", + "version": "8.2.41", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-docsite-components to v8.10.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-experiments to v8.13.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/theme-samples to v8.7.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/public-docsite", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/public-docsite_v8.2.41", diff --git a/apps/public-docsite/CHANGELOG.md b/apps/public-docsite/CHANGELOG.md index 96a2d83b23b0a..2402a79ef3e37 100644 --- a/apps/public-docsite/CHANGELOG.md +++ b/apps/public-docsite/CHANGELOG.md @@ -1,11 +1,50 @@ # Change Log - @fluentui/public-docsite -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-experiments to v8.13.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/theme-samples to v8.7.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-experiments to v8.13.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/theme-samples to v8.7.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-experiments to v8.13.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/theme-samples to v8.7.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-monaco-editor to v1.7.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [8.2.41](https://github.com/microsoft/fluentui/tree/@fluentui/public-docsite_v8.2.41) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/public-docsite_v8.2.41..@fluentui/public-docsite_v8.2.41) diff --git a/apps/public-docsite/package.json b/apps/public-docsite/package.json index 64cbbbf4e50cc..95386c07c7f9f 100644 --- a/apps/public-docsite/package.json +++ b/apps/public-docsite/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@fluentui/common-styles": "^1.2.9", "@fluentui/eslint-plugin": "*", - "@fluentui/react-monaco-editor": "^1.6.35", + "@fluentui/react-monaco-editor": "^1.7.2", "@fluentui/scripts": "^1.0.0", "write-file-webpack-plugin": "^4.1.0" }, @@ -33,16 +33,16 @@ "@fluentui/font-icons-mdl2": "^8.4.13", "@fluentui/public-docsite-resources": "^8.1.41", "@fluentui/public-docsite-setup": "^0.3.12", - "@fluentui/react": "^8.94.4", - "@fluentui/react-docsite-components": "^8.9.36", + "@fluentui/react": "^8.96.0", + "@fluentui/react-docsite-components": "^8.10.2", "@fluentui/react-examples": "^8.34.4", - "@fluentui/react-experiments": "^8.12.34", + "@fluentui/react-experiments": "^8.13.2", "@fluentui/react-file-type-icons": "^8.7.8", "@fluentui/react-icons-mdl2": "^1.3.22", "@fluentui/react-icons-mdl2-branded": "^1.2.23", "@fluentui/set-version": "^8.2.2", "@fluentui/theme": "^2.6.16", - "@fluentui/theme-samples": "^8.6.35", + "@fluentui/theme-samples": "^8.7.2", "@fluentui/utilities": "^8.13.1", "@microsoft/load-themed-styles": "^1.10.26", "office-ui-fabric-core": "^11.0.0", diff --git a/apps/react-18-tests-v8/CHANGELOG.json b/apps/react-18-tests-v8/CHANGELOG.json index 9dee8b9c21e2c..76b8b64fcd077 100644 --- a/apps/react-18-tests-v8/CHANGELOG.json +++ b/apps/react-18-tests-v8/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/react-18-tests-v8", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/react-18-tests-v8_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-18-tests-v8", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/react-18-tests-v8_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-18-tests-v8", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/react-18-tests-v8_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/react-18-tests-v8", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/react-18-tests-v8_v1.0.0", diff --git a/apps/react-18-tests-v8/CHANGELOG.md b/apps/react-18-tests-v8/CHANGELOG.md index b2ed7845e6999..8866e8d39c70c 100644 --- a/apps/react-18-tests-v8/CHANGELOG.md +++ b/apps/react-18-tests-v8/CHANGELOG.md @@ -1,11 +1,38 @@ # Change Log - @fluentui/react-18-tests-v8 -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-18-tests-v8_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-18-tests-v8_v1.0.0..@fluentui/react-18-tests-v8_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-18-tests-v8_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-18-tests-v8_v1.0.0..@fluentui/react-18-tests-v8_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-18-tests-v8_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-18-tests-v8_v1.0.0..@fluentui/react-18-tests-v8_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-18-tests-v8_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-18-tests-v8_v1.0.0..@fluentui/react-18-tests-v8_v1.0.0) diff --git a/apps/react-18-tests-v8/package.json b/apps/react-18-tests-v8/package.json index 4950a90942796..867000b0dd44d 100644 --- a/apps/react-18-tests-v8/package.json +++ b/apps/react-18-tests-v8/package.json @@ -22,7 +22,7 @@ "swc-loader": "^0.2.3" }, "dependencies": { - "@fluentui/react": "8.94.4", + "@fluentui/react": "8.96.0", "@fluentui/react-hooks": "8.6.11", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/apps/react-18-tests-v9/package.json b/apps/react-18-tests-v9/package.json index cb22bede8c9bb..4d77ba2b83f1f 100644 --- a/apps/react-18-tests-v9/package.json +++ b/apps/react-18-tests-v9/package.json @@ -21,9 +21,9 @@ "swc-loader": "^0.2.3" }, "dependencies": { - "@fluentui/react-button": "9.1.0", - "@fluentui/react-provider": "9.1.0", - "@fluentui/react-theme": "9.0.0", + "@fluentui/react-button": "^9.1.1", + "@fluentui/react-provider": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", "react": "18.2.0", "react-dom": "18.2.0", "tslib": "^2.1.0" diff --git a/apps/ssr-tests-v9/CHANGELOG.json b/apps/ssr-tests-v9/CHANGELOG.json index c040ad63593da..9e5bf52957959 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": "Thu, 15 Sep 2022 09:50:08 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.3.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 469e42a69aeab..59bdcb22af547 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 Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 GMT and should not be manually modified. ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0) +Thu, 15 Sep 2022 09:50:08 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.3.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests-v9_v9.0.0) + Wed, 03 Aug 2022 16:04:10 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests-v9_v9.0.0..@fluentui/ssr-tests-v9_v9.0.0) diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json index c16fc24747be5..6e2dd47ca8ebc 100644 --- a/apps/ssr-tests-v9/package.json +++ b/apps/ssr-tests-v9/package.json @@ -20,7 +20,7 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/react-components": "^9.2.0" + "@fluentui/react-components": "^9.3.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", diff --git a/apps/ssr-tests/CHANGELOG.json b/apps/ssr-tests/CHANGELOG.json index 5c27af3b4e41c..a1eaf4957bfc8 100644 --- a/apps/ssr-tests/CHANGELOG.json +++ b/apps/ssr-tests/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/ssr-tests", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/ssr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ssr-tests", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/ssr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ssr-tests", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/ssr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/ssr-tests", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/ssr-tests_v1.0.0", diff --git a/apps/ssr-tests/CHANGELOG.md b/apps/ssr-tests/CHANGELOG.md index fc0f1422d5f3b..b38395f8b4639 100644 --- a/apps/ssr-tests/CHANGELOG.md +++ b/apps/ssr-tests/CHANGELOG.md @@ -1,11 +1,38 @@ # Change Log - @fluentui/ssr-tests -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests_v1.0.0..@fluentui/ssr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests_v1.0.0..@fluentui/ssr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests_v1.0.0..@fluentui/ssr-tests_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ssr-tests_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ssr-tests_v1.0.0..@fluentui/ssr-tests_v1.0.0) diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json index eb09b7a362be2..e5f3fa82031ce 100644 --- a/apps/ssr-tests/package.json +++ b/apps/ssr-tests/package.json @@ -13,7 +13,7 @@ }, "license": "MIT", "devDependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@microsoft/load-themed-styles": "^1.10.26", "@types/mocha": "^7.0.2", "@fluentui/scripts": "^1.0.0", diff --git a/apps/stress-test/CHANGELOG.json b/apps/stress-test/CHANGELOG.json index 463119fcaa3cb..fb5e86b50fcb8 100644 --- a/apps/stress-test/CHANGELOG.json +++ b/apps/stress-test/CHANGELOG.json @@ -1,6 +1,75 @@ { "name": "@fluentui/stress-test", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/stress-test_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/web-components to v2.5.6", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/stress-test_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/stress-test_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/stress-test", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/stress-test_v1.0.0", diff --git a/apps/stress-test/CHANGELOG.md b/apps/stress-test/CHANGELOG.md index 5ffe6bfe56315..e460d6bbe345e 100644 --- a/apps/stress-test/CHANGELOG.md +++ b/apps/stress-test/CHANGELOG.md @@ -1,11 +1,42 @@ # Change Log - @fluentui/stress-test -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/stress-test_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/stress-test_v1.0.0..@fluentui/stress-test_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/web-components to v2.5.6 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/stress-test_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/stress-test_v1.0.0..@fluentui/stress-test_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/stress-test_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/stress-test_v1.0.0..@fluentui/stress-test_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/stress-test_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/stress-test_v1.0.0..@fluentui/stress-test_v1.0.0) diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json index 88d9ffd5485d2..e9c2fc33d534a 100644 --- a/apps/stress-test/package.json +++ b/apps/stress-test/package.json @@ -9,10 +9,10 @@ "type-check": "tsc -b tsconfig.type.json" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/react-components": "^9.2.0", "@fluentui/react-icons": "^2.0.175", - "@fluentui/web-components": "^2.5.5", + "@fluentui/web-components": "^2.5.6", "@microsoft/fast-element": "^1.10.4", "react": "17.0.2", "react-dom": "17.0.2" diff --git a/apps/theming-designer/CHANGELOG.json b/apps/theming-designer/CHANGELOG.json index bcd9c2a064a23..36b465a5c9804 100644 --- a/apps/theming-designer/CHANGELOG.json +++ b/apps/theming-designer/CHANGELOG.json @@ -1,6 +1,69 @@ { "name": "@fluentui/theming-designer", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/theming-designer_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react-docsite-components to v8.10.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/theming-designer_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react-docsite-components to v8.10.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/theming-designer_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/theming-designer", + "comment": "Bump @fluentui/react-docsite-components to v8.10.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/theming-designer_v1.0.0", diff --git a/apps/theming-designer/CHANGELOG.md b/apps/theming-designer/CHANGELOG.md index 4bf5f94e4a5d4..edc3f264755cd 100644 --- a/apps/theming-designer/CHANGELOG.md +++ b/apps/theming-designer/CHANGELOG.md @@ -1,11 +1,41 @@ # Change Log - @fluentui/theming-designer -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/theming-designer_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theming-designer_v1.0.0..@fluentui/theming-designer_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/theming-designer_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theming-designer_v1.0.0..@fluentui/theming-designer_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/theming-designer_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theming-designer_v1.0.0..@fluentui/theming-designer_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-docsite-components to v8.10.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/theming-designer_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theming-designer_v1.0.0..@fluentui/theming-designer_v1.0.0) diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json index 6a35bebbac3d4..9bbf5f619c807 100644 --- a/apps/theming-designer/package.json +++ b/apps/theming-designer/package.json @@ -18,9 +18,9 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/merge-styles": "^8.5.3", - "@fluentui/react-docsite-components": "^8.9.36", + "@fluentui/react-docsite-components": "^8.10.2", "@fluentui/foundation-legacy": "^8.2.20", "@fluentui/scheme-utilities": "^8.3.17", "@fluentui/set-version": "^8.2.2", diff --git a/apps/ts-minbar-test-react-components/CHANGELOG.json b/apps/ts-minbar-test-react-components/CHANGELOG.json index 4f56284ac3679..97e8526cadfdd 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": "Thu, 15 Sep 2022 09:50:08 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.3.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 368edc8fde683..87d72ddf14e97 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 Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 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) +Thu, 15 Sep 2022 09:50:08 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.3.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react-components_v9.0.0-rc.0) + Wed, 03 Aug 2022 16:04:10 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 da4173977d89e..84ac1e47a630e 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.2.0" + "@fluentui/react-components": "^9.3.0" }, "scripts": { "build": "just-scripts build", diff --git a/apps/ts-minbar-test-react/CHANGELOG.json b/apps/ts-minbar-test-react/CHANGELOG.json index 14ceacb90f9fd..1e45ba0933b57 100644 --- a/apps/ts-minbar-test-react/CHANGELOG.json +++ b/apps/ts-minbar-test-react/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/ts-minbar-test-react", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/ts-minbar-test-react_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ts-minbar-test-react", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/ts-minbar-test-react_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/ts-minbar-test-react", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/ts-minbar-test-react_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/ts-minbar-test-react", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/ts-minbar-test-react_v1.0.0", diff --git a/apps/ts-minbar-test-react/CHANGELOG.md b/apps/ts-minbar-test-react/CHANGELOG.md index aa2c67f0ad98f..caf89effc03e5 100644 --- a/apps/ts-minbar-test-react/CHANGELOG.md +++ b/apps/ts-minbar-test-react/CHANGELOG.md @@ -1,11 +1,38 @@ # Change Log - @fluentui/ts-minbar-test-react -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react_v1.0.0..@fluentui/ts-minbar-test-react_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react_v1.0.0..@fluentui/ts-minbar-test-react_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react_v1.0.0..@fluentui/ts-minbar-test-react_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/ts-minbar-test-react_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/ts-minbar-test-react_v1.0.0..@fluentui/ts-minbar-test-react_v1.0.0) diff --git a/apps/ts-minbar-test-react/package.json b/apps/ts-minbar-test-react/package.json index c554890d0753f..6986569d344ea 100644 --- a/apps/ts-minbar-test-react/package.json +++ b/apps/ts-minbar-test-react/package.json @@ -5,7 +5,7 @@ "description": "Testing Fluent UI React compatibility with Typescript 3.9", "license": "MIT", "dependencies": { - "@fluentui/react": "^8.94.4" + "@fluentui/react": "^8.96.0" }, "scripts": { "build": "just-scripts build", diff --git a/apps/vr-tests-react-components/CHANGELOG.json b/apps/vr-tests-react-components/CHANGELOG.json index 2cb34ad23b58b..99b51bd66d4f7 100644 --- a/apps/vr-tests-react-components/CHANGELOG.json +++ b/apps/vr-tests-react-components/CHANGELOG.json @@ -1,6 +1,195 @@ { "name": "@fluentui/vr-tests-react-components", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 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.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-avatar to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-badge to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-button to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-card to v9.0.0-beta.25", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-checkbox to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-divider to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-field to v9.0.0-alpha.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-image to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-input to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-link to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-menu to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-popover to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-positioning to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-provider to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-radio to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-select to v9.0.0-beta.9", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-slider to v9.0.4", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-spinner to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-spinbutton to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-switch to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-tabs to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-table to v9.0.0-alpha.2", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-text to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-textarea to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-tooltip to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests-react-components", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 bef375703cd22..91c7a796dfc08 100644 --- a/apps/vr-tests-react-components/CHANGELOG.md +++ b/apps/vr-tests-react-components/CHANGELOG.md @@ -1,11 +1,49 @@ # Change Log - @fluentui/vr-tests-react-components -This log was last generated on Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 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) +Thu, 15 Sep 2022 09:50:08 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.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-avatar to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-badge to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-button to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-card to v9.0.0-beta.25 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-checkbox to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-divider to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-field to v9.0.0-alpha.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-image to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-input to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-link to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-menu to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-popover to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-positioning to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-provider to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-radio to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-select to v9.0.0-beta.9 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-slider to v9.0.4 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-spinner to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-spinbutton to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-switch to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabs to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-table to v9.0.0-alpha.2 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-text to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-textarea to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tooltip to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-rc.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests-react-components_v9.0.0-rc.0) + Wed, 03 Aug 2022 16:04:10 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 dfec01568ca74..e927182ea76b5 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.4", - "@fluentui/react-avatar": "^9.0.4", - "@fluentui/react-badge": "^9.0.4", - "@fluentui/react-button": "^9.1.0", - "@fluentui/react-card": "9.0.0-beta.24", - "@fluentui/react-checkbox": "^9.0.4", - "@fluentui/react-divider": "^9.0.4", - "@fluentui/react-field": "9.0.0-alpha.0", + "@fluentui/react-accordion": "^9.0.5", + "@fluentui/react-avatar": "^9.1.0", + "@fluentui/react-badge": "^9.0.5", + "@fluentui/react-button": "^9.1.1", + "@fluentui/react-card": "9.0.0-beta.25", + "@fluentui/react-checkbox": "^9.0.5", + "@fluentui/react-divider": "^9.0.5", + "@fluentui/react-field": "9.0.0-alpha.1", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-image": "^9.0.4", - "@fluentui/react-input": "^9.0.4", - "@fluentui/react-label": "^9.0.4", - "@fluentui/react-link": "^9.0.4", - "@fluentui/react-menu": "^9.0.4", - "@fluentui/react-popover": "^9.0.4", - "@fluentui/react-positioning": "^9.1.2", - "@fluentui/react-provider": "^9.1.0", - "@fluentui/react-radio": "^9.0.4", - "@fluentui/react-select": "9.0.0-beta.8", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-slider": "^9.0.3", - "@fluentui/react-spinner": "^9.0.4", - "@fluentui/react-spinbutton": "^9.0.0", - "@fluentui/react-switch": "^9.0.4", - "@fluentui/react-tabs": "^9.0.4", - "@fluentui/react-table": "9.0.0-alpha.1", - "@fluentui/react-text": "^9.0.4", - "@fluentui/react-textarea": "^9.0.4", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-tooltip": "^9.0.4", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-image": "^9.0.5", + "@fluentui/react-input": "^9.1.0", + "@fluentui/react-label": "^9.0.5", + "@fluentui/react-link": "^9.0.5", + "@fluentui/react-menu": "^9.1.0", + "@fluentui/react-popover": "^9.1.0", + "@fluentui/react-positioning": "^9.2.0", + "@fluentui/react-provider": "^9.1.1", + "@fluentui/react-radio": "^9.0.5", + "@fluentui/react-select": "9.0.0-beta.9", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-slider": "^9.0.4", + "@fluentui/react-spinner": "^9.0.5", + "@fluentui/react-spinbutton": "^9.0.1", + "@fluentui/react-switch": "^9.0.5", + "@fluentui/react-tabs": "^9.0.5", + "@fluentui/react-table": "9.0.0-alpha.2", + "@fluentui/react-text": "^9.1.0", + "@fluentui/react-textarea": "^9.0.5", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-tooltip": "^9.0.5", + "@fluentui/react-utilities": "^9.1.0", "@fluentui/scripts": "^1.0.0", "@griffel/react": "^1.3.0", "react": "17.0.2", diff --git a/apps/vr-tests-react-components/screener.config.js b/apps/vr-tests-react-components/screener.config.js index 56a9934f99dc1..0e229136d99d1 100644 --- a/apps/vr-tests-react-components/screener.config.js +++ b/apps/vr-tests-react-components/screener.config.js @@ -24,7 +24,7 @@ function getCurrentHash() { * @param {string} options.sourceBranchName * @param {string} options.deployUrl * @param {string} options.targetBranch - * @returns + * @returns {import('@fluentui/scripts/screener/screener.types').ScreenerRunnerConfig} */ function getConfig({ screenerApiKey, sourceBranchName, deployUrl, targetBranch }) { const baseBranch = targetBranch ? targetBranch.replace(/^refs\/heads\//, '') : 'master'; @@ -38,6 +38,7 @@ function getConfig({ screenerApiKey, sourceBranchName, deployUrl, targetBranch } baseBranch, failureExitCode: 0, alwaysAcceptBaseBranch: true, + states: [], ...(sourceBranchName !== 'master' ? { commit: getCurrentHash() } : null), baseUrl: `${deployUrl}/react-components-screener/iframe.html`, }; diff --git a/apps/vr-tests-react-components/src/stories/Table.stories.tsx b/apps/vr-tests-react-components/src/stories/Table.stories.tsx index 91eba5122e299..d59978d23a2f8 100644 --- a/apps/vr-tests-react-components/src/stories/Table.stories.tsx +++ b/apps/vr-tests-react-components/src/stories/Table.stories.tsx @@ -19,7 +19,6 @@ import { TableCell, TableRow, TableCellLayout, - TableCellPrimaryLayout, TableSelectionCell, TableCellActions, } from '@fluentui/react-table'; @@ -119,6 +118,49 @@ storiesOf('Table - cell actions', module) ), { includeDarkMode: true, includeHighContrast: true, includeRtl: true }, + ) + .addStory( + 'always visible', + () => ( + + + + {columns.map(column => ( + {column.label} + ))} + + + + {items.map(item => ( + + + + {item.file.label} + +
+ ), + { includeDarkMode: true, includeHighContrast: true, includeRtl: true }, ); storiesOf('Table', module) @@ -248,7 +290,9 @@ storiesOf('Table', module) {items.map(item => ( - + + {item.file.label} + } diff --git a/apps/vr-tests/CHANGELOG.json b/apps/vr-tests/CHANGELOG.json index 349735f7024ed..dfc50f11ad7b9 100644 --- a/apps/vr-tests/CHANGELOG.json +++ b/apps/vr-tests/CHANGELOG.json @@ -1,6 +1,69 @@ { "name": "@fluentui/vr-tests", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/vr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react-experiments to v8.13.2", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/vr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react-experiments to v8.13.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/vr-tests_v1.0.0", + "version": "1.0.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + }, + { + "author": "beachball", + "package": "@fluentui/vr-tests", + "comment": "Bump @fluentui/react-experiments to v8.13.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/vr-tests_v1.0.0", diff --git a/apps/vr-tests/CHANGELOG.md b/apps/vr-tests/CHANGELOG.md index fb84c6801654d..479481f92c7e7 100644 --- a/apps/vr-tests/CHANGELOG.md +++ b/apps/vr-tests/CHANGELOG.md @@ -1,11 +1,41 @@ # Change Log - @fluentui/vr-tests -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests_v1.0.0) +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests_v1.0.0..@fluentui/vr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) +- Bump @fluentui/react-experiments to v8.13.2 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests_v1.0.0) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests_v1.0.0..@fluentui/vr-tests_v1.0.0) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) +- Bump @fluentui/react-experiments to v8.13.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests_v1.0.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests_v1.0.0..@fluentui/vr-tests_v1.0.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) +- Bump @fluentui/react-experiments to v8.13.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + +## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/vr-tests_v1.0.0) + Tue, 13 Sep 2022 07:41:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/vr-tests_v1.0.0..@fluentui/vr-tests_v1.0.0) diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json index d68632e2f3c67..5550ff015ba09 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -19,8 +19,8 @@ "dependencies": { "@fluentui/example-data": "^8.4.2", "@fluentui/font-icons-mdl2": "^8.4.13", - "@fluentui/react": "^8.94.4", - "@fluentui/react-experiments": "^8.12.34", + "@fluentui/react": "^8.96.0", + "@fluentui/react-experiments": "^8.13.2", "@fluentui/react-hooks": "^8.6.11", "@fluentui/react-icons-mdl2": "^1.3.22", "@fluentui/scripts": "^1.0.0", diff --git a/apps/vr-tests/screener.config.js b/apps/vr-tests/screener.config.js index b928986b51524..13f073e99c97d 100644 --- a/apps/vr-tests/screener.config.js +++ b/apps/vr-tests/screener.config.js @@ -27,7 +27,7 @@ function getCurrentHash() { * @param {string} options.sourceBranchName * @param {string} options.deployUrl * @param {string} options.targetBranch - * @returns + * @returns {import('@fluentui/scripts/screener/screener.types').ScreenerRunnerConfig} */ function getConfig({ screenerApiKey, sourceBranchName, deployUrl, targetBranch }) { const baseBranch = targetBranch ? targetBranch.replace(/^refs\/heads\//, '') : 'master'; @@ -44,6 +44,7 @@ function getConfig({ screenerApiKey, sourceBranchName, deployUrl, targetBranch } alwaysAcceptBaseBranch: true, ...(sourceBranchName !== 'master' ? { commit: getCurrentHash() } : null), baseUrl: `${deployUrl}/react-screener/iframe.html`, + states: [], }; console.log('Screener config: ' + JSON.stringify({ ...config, apiKey: '...' }, null, 2)); return config; diff --git a/change/@fluentui-babel-preset-global-context-535d7f1f-836b-41b1-89e5-2b48236a940b.json b/change/@fluentui-babel-preset-global-context-535d7f1f-836b-41b1-89e5-2b48236a940b.json deleted file mode 100644 index 6c178ea47660e..0000000000000 --- a/change/@fluentui-babel-preset-global-context-535d7f1f-836b-41b1-89e5-2b48236a940b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/babel-preset-global-context", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-babel-preset-global-context-539eb6d3-cf8d-448a-a41d-36ae9302e8db.json b/change/@fluentui-babel-preset-global-context-539eb6d3-cf8d-448a-a41d-36ae9302e8db.json deleted file mode 100644 index 5da314c9d8034..0000000000000 --- a/change/@fluentui-babel-preset-global-context-539eb6d3-cf8d-448a-a41d-36ae9302e8db.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/babel-preset-global-context", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-global-context-98220b20-0a19-45fd-92f0-99a65f8dbad7.json b/change/@fluentui-global-context-98220b20-0a19-45fd-92f0-99a65f8dbad7.json deleted file mode 100644 index 7e58f4e46d3b2..0000000000000 --- a/change/@fluentui-global-context-98220b20-0a19-45fd-92f0-99a65f8dbad7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/global-context", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-global-context-aabceb12-cbe3-4830-b070-3d979119b329.json b/change/@fluentui-global-context-aabceb12-cbe3-4830-b070-3d979119b329.json deleted file mode 100644 index 80195f2faf744..0000000000000 --- a/change/@fluentui-global-context-aabceb12-cbe3-4830-b070-3d979119b329.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/global-context", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-keyboard-keys-a05d7924-5060-4157-97c4-e6579b5d7064.json b/change/@fluentui-keyboard-keys-a05d7924-5060-4157-97c4-e6579b5d7064.json deleted file mode 100644 index 2b7cf215b2b35..0000000000000 --- a/change/@fluentui-keyboard-keys-a05d7924-5060-4157-97c4-e6579b5d7064.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/keyboard-keys", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-priority-overflow-1b462a6d-8733-4a63-995c-c0768423bed9.json b/change/@fluentui-priority-overflow-1b462a6d-8733-4a63-995c-c0768423bed9.json deleted file mode 100644 index 3fa471ee55615..0000000000000 --- a/change/@fluentui-priority-overflow-1b462a6d-8733-4a63-995c-c0768423bed9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/priority-overflow", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-priority-overflow-be962710-d1fe-4f92-866d-35605c166f3d.json b/change/@fluentui-priority-overflow-be962710-d1fe-4f92-866d-35605c166f3d.json deleted file mode 100644 index 0be9789d759fd..0000000000000 --- a/change/@fluentui-priority-overflow-be962710-d1fe-4f92-866d-35605c166f3d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore(priority-flow): re-generate api.md", - "packageName": "@fluentui/priority-overflow", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-accordion-288bef97-19e7-4052-a5e4-a12d1ec03620.json b/change/@fluentui-react-accordion-288bef97-19e7-4052-a5e4-a12d1ec03620.json deleted file mode 100644 index f51cf9410427c..0000000000000 --- a/change/@fluentui-react-accordion-288bef97-19e7-4052-a5e4-a12d1ec03620.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations for cxe", - "packageName": "@fluentui/react-accordion", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-accordion-40973217-d6aa-4183-8c34-1f60661c6117.json b/change/@fluentui-react-accordion-40973217-d6aa-4183-8c34-1f60661c6117.json deleted file mode 100644 index d6f0d2ee1c000..0000000000000 --- a/change/@fluentui-react-accordion-40973217-d6aa-4183-8c34-1f60661c6117.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix(Refactor accordion expandIcon styling)", - "packageName": "@fluentui/react-accordion", - "email": "ololubek@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-accordion-786c1a81-7dfb-41b9-8bea-5ada800bd5f0.json b/change/@fluentui-react-accordion-786c1a81-7dfb-41b9-8bea-5ada800bd5f0.json deleted file mode 100644 index 401d0ce0d9659..0000000000000 --- a/change/@fluentui-react-accordion-786c1a81-7dfb-41b9-8bea-5ada800bd5f0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: add type=button to button slot", - "packageName": "@fluentui/react-accordion", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-accordion-8b67b6ef-4b92-470a-8e18-b0a36a60c0e0.json b/change/@fluentui-react-accordion-8b67b6ef-4b92-470a-8e18-b0a36a60c0e0.json deleted file mode 100644 index 1f2d8bf22b976..0000000000000 --- a/change/@fluentui-react-accordion-8b67b6ef-4b92-470a-8e18-b0a36a60c0e0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-accordion", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-accordion-f73110f5-f647-4d31-b317-8983e73878b2.json b/change/@fluentui-react-accordion-f73110f5-f647-4d31-b317-8983e73878b2.json deleted file mode 100644 index 32f7ba0d4e919..0000000000000 --- a/change/@fluentui-react-accordion-f73110f5-f647-4d31-b317-8983e73878b2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-accordion", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-alert-1565718b-e779-4394-bcbd-c0906e89ce0d.json b/change/@fluentui-react-alert-1565718b-e779-4394-bcbd-c0906e89ce0d.json deleted file mode 100644 index 3464f48c4e481..0000000000000 --- a/change/@fluentui-react-alert-1565718b-e779-4394-bcbd-c0906e89ce0d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-alert", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-alert-6f95b1e5-0014-4eae-9085-eb607ef1970d.json b/change/@fluentui-react-alert-6f95b1e5-0014-4eae-9085-eb607ef1970d.json deleted file mode 100644 index 138796460c8fe..0000000000000 --- a/change/@fluentui-react-alert-6f95b1e5-0014-4eae-9085-eb607ef1970d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-alert", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-alert-951cc846-7012-424a-9b57-39b660e64d12.json b/change/@fluentui-react-alert-951cc846-7012-424a-9b57-39b660e64d12.json deleted file mode 100644 index c8b8e7abc8951..0000000000000 --- a/change/@fluentui-react-alert-951cc846-7012-424a-9b57-39b660e64d12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Adding appearance prop to the alert component", - "packageName": "@fluentui/react-alert", - "email": "rohitpag@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-aria-4b79e85a-b5bc-45ce-802e-9ea17f31184c.json b/change/@fluentui-react-aria-4b79e85a-b5bc-45ce-802e-9ea17f31184c.json deleted file mode 100644 index 11d8cc791fe72..0000000000000 --- a/change/@fluentui-react-aria-4b79e85a-b5bc-45ce-802e-9ea17f31184c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: re-organize useARIAButton into its own folder", - "packageName": "@fluentui/react-aria", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-aria-4c83e3c1-60e7-497a-9e1d-0e1bb35664a8.json b/change/@fluentui-react-aria-4c83e3c1-60e7-497a-9e1d-0e1bb35664a8.json deleted file mode 100644 index e6fa227b4fe5b..0000000000000 --- a/change/@fluentui-react-aria-4c83e3c1-60e7-497a-9e1d-0e1bb35664a8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "docs(react-aria): re-generate api.md", - "packageName": "@fluentui/react-aria", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-aria-4fd3fe1f-3f59-48b1-acab-2e459a62c03d.json b/change/@fluentui-react-aria-4fd3fe1f-3f59-48b1-acab-2e459a62c03d.json deleted file mode 100644 index 2334b7f180b89..0000000000000 --- a/change/@fluentui-react-aria-4fd3fe1f-3f59-48b1-acab-2e459a62c03d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: add helper types to assist DOM element handling", - "packageName": "@fluentui/react-aria", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-aria-5aba4f44-2e23-4c1d-810b-dcc2426ae694.json b/change/@fluentui-react-aria-5aba4f44-2e23-4c1d-810b-dcc2426ae694.json deleted file mode 100644 index a89fe50345a13..0000000000000 --- a/change/@fluentui-react-aria-5aba4f44-2e23-4c1d-810b-dcc2426ae694.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore(react-aria): improve internal typings", - "packageName": "@fluentui/react-aria", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-aria-6953c681-a237-41e0-b6e4-ba0e28c861f9.json b/change/@fluentui-react-aria-6953c681-a237-41e0-b6e4-ba0e28c861f9.json deleted file mode 100644 index aee17a9d4dcbe..0000000000000 --- a/change/@fluentui-react-aria-6953c681-a237-41e0-b6e4-ba0e28c861f9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-aria", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-aria-994e3c56-fafa-4ce6-8578-1a14b0381c47.json b/change/@fluentui-react-aria-994e3c56-fafa-4ce6-8578-1a14b0381c47.json deleted file mode 100644 index ff2b954c608e8..0000000000000 --- a/change/@fluentui-react-aria-994e3c56-fafa-4ce6-8578-1a14b0381c47.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "feat: upgrade typings on useARIAButtonProps to be more specific", - "packageName": "@fluentui/react-aria", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-0a844534-f651-4b66-92c0-f9b1352ec334.json b/change/@fluentui-react-avatar-0a844534-f651-4b66-92c0-f9b1352ec334.json deleted file mode 100644 index 26bafd8c7c928..0000000000000 --- a/change/@fluentui-react-avatar-0a844534-f651-4b66-92c0-f9b1352ec334.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Change content to render as ul and list item to render as li.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-2a688661-aab8-4e4a-9486-13730455ab6f.json b/change/@fluentui-react-avatar-2a688661-aab8-4e4a-9486-13730455ab6f.json deleted file mode 100644 index 3533087fa73d3..0000000000000 --- a/change/@fluentui-react-avatar-2a688661-aab8-4e4a-9486-13730455ab6f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: Updating AvatarGroup's migration guide.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-avatar-437899e9-1f87-4bbc-b90d-97f0df15e8ca.json b/change/@fluentui-react-avatar-437899e9-1f87-4bbc-b90d-97f0df15e8ca.json deleted file mode 100644 index 52773a42c4841..0000000000000 --- a/change/@fluentui-react-avatar-437899e9-1f87-4bbc-b90d-97f0df15e8ca.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: Adding functionality to AvatarGroupOverflow and updating AvatarGroup to use AvatarGroupOverflow.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-553b43fa-6ccc-4d4b-a6e7-81b0e3803e07.json b/change/@fluentui-react-avatar-553b43fa-6ccc-4d4b-a6e7-81b0e3803e07.json deleted file mode 100644 index dca9112b3376a..0000000000000 --- a/change/@fluentui-react-avatar-553b43fa-6ccc-4d4b-a6e7-81b0e3803e07.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Cleaning up use of AvatarGroup context.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-56d4ba21-e41a-42df-b101-f774986c8319.json b/change/@fluentui-react-avatar-56d4ba21-e41a-42df-b101-f774986c8319.json deleted file mode 100644 index dce0c680a803a..0000000000000 --- a/change/@fluentui-react-avatar-56d4ba21-e41a-42df-b101-f774986c8319.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "chore: Renaming AvatarGroupOverflow to AvatarGroupPopover.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-612788d1-752a-4d77-bd7d-14f658532a4a.json b/change/@fluentui-react-avatar-612788d1-752a-4d77-bd7d-14f658532a4a.json deleted file mode 100644 index 841d5dd8ca59a..0000000000000 --- a/change/@fluentui-react-avatar-612788d1-752a-4d77-bd7d-14f658532a4a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-avatar", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-6c6ac0d8-779b-4863-b199-95916a602eab.json b/change/@fluentui-react-avatar-6c6ac0d8-779b-4863-b199-95916a602eab.json deleted file mode 100644 index 25a7398576338..0000000000000 --- a/change/@fluentui-react-avatar-6c6ac0d8-779b-4863-b199-95916a602eab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Making PopoverSurface focusable, moving Overflow aria-label to PopoverSurface, and moving content styles to PopoverSurface.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-72211d54-1016-4ea7-8a9a-2e264a243176.json b/change/@fluentui-react-avatar-72211d54-1016-4ea7-8a9a-2e264a243176.json deleted file mode 100644 index d88e1b3fcb4eb..0000000000000 --- a/change/@fluentui-react-avatar-72211d54-1016-4ea7-8a9a-2e264a243176.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-avatar", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-avatar-7489c72b-eeec-417a-ac04-93edd28fe227.json b/change/@fluentui-react-avatar-7489c72b-eeec-417a-ac04-93edd28fe227.json deleted file mode 100644 index 66ec60322b9f7..0000000000000 --- a/change/@fluentui-react-avatar-7489c72b-eeec-417a-ac04-93edd28fe227.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-avatar", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-avatar-79855439-3adf-4e84-a434-f95911b3655b.json b/change/@fluentui-react-avatar-79855439-3adf-4e84-a434-f95911b3655b.json deleted file mode 100644 index 8aa591916bf12..0000000000000 --- a/change/@fluentui-react-avatar-79855439-3adf-4e84-a434-f95911b3655b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Set aria-hidden to AvatarGroupItem's label.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-94258547-1e65-4b1f-9e2e-16e820ed3061.json b/change/@fluentui-react-avatar-94258547-1e65-4b1f-9e2e-16e820ed3061.json deleted file mode 100644 index 2628e08c64594..0000000000000 --- a/change/@fluentui-react-avatar-94258547-1e65-4b1f-9e2e-16e820ed3061.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: Add pie layout implementation.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-9daae4e0-30db-4bb1-8cf2-ef1d23d23e56.json b/change/@fluentui-react-avatar-9daae4e0-30db-4bb1-8cf2-ef1d23d23e56.json deleted file mode 100644 index 3165fb39048f6..0000000000000 --- a/change/@fluentui-react-avatar-9daae4e0-30db-4bb1-8cf2-ef1d23d23e56.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: Update spec to match implementation, add best practices, and update README.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-avatar-a74ed07c-650a-48fa-897f-c9b151866f7c.json b/change/@fluentui-react-avatar-a74ed07c-650a-48fa-897f-c9b151866f7c.json deleted file mode 100644 index 13f394d64b3da..0000000000000 --- a/change/@fluentui-react-avatar-a74ed07c-650a-48fa-897f-c9b151866f7c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: re-generate api.md files", - "packageName": "@fluentui/react-avatar", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-avatar-b1dfac68-c7d7-422c-bd64-b86fbc4f3c51.json b/change/@fluentui-react-avatar-b1dfac68-c7d7-422c-bd64-b86fbc4f3c51.json deleted file mode 100644 index 0ce39218fc70d..0000000000000 --- a/change/@fluentui-react-avatar-b1dfac68-c7d7-422c-bd64-b86fbc4f3c51.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-avatar", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-bbc12538-d128-45e3-9f9b-302829fede9d.json b/change/@fluentui-react-avatar-bbc12538-d128-45e3-9f9b-302829fede9d.json deleted file mode 100644 index 0fac9579a59f5..0000000000000 --- a/change/@fluentui-react-avatar-bbc12538-d128-45e3-9f9b-302829fede9d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-avatar", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-c592e3ad-6172-4061-ada6-57e0907c10c6.json b/change/@fluentui-react-avatar-c592e3ad-6172-4061-ada6-57e0907c10c6.json deleted file mode 100644 index c9f93c2eecba1..0000000000000 --- a/change/@fluentui-react-avatar-c592e3ad-6172-4061-ada6-57e0907c10c6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update tests and add e2e tests.", - "packageName": "@fluentui/react-avatar", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-cf0035ba-5a49-4a26-9473-2fc7a29d34cd.json b/change/@fluentui-react-avatar-cf0035ba-5a49-4a26-9473-2fc7a29d34cd.json deleted file mode 100644 index ae59886993ad1..0000000000000 --- a/change/@fluentui-react-avatar-cf0035ba-5a49-4a26-9473-2fc7a29d34cd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-avatar", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-avatar-eb049e6c-3ced-4cee-90ed-60a042663fcb.json b/change/@fluentui-react-avatar-eb049e6c-3ced-4cee-90ed-60a042663fcb.json deleted file mode 100644 index a3baba8a782e6..0000000000000 --- a/change/@fluentui-react-avatar-eb049e6c-3ced-4cee-90ed-60a042663fcb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations for cxe", - "packageName": "@fluentui/react-avatar", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-badge-51dc5f10-7c9b-4b8c-9b1d-5ab8afc5ab54.json b/change/@fluentui-react-badge-51dc5f10-7c9b-4b8c-9b1d-5ab8afc5ab54.json deleted file mode 100644 index 9ce3e6e7717c5..0000000000000 --- a/change/@fluentui-react-badge-51dc5f10-7c9b-4b8c-9b1d-5ab8afc5ab54.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-badge", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-badge-749f0a23-1986-4a17-899d-be7ef2db5724.json b/change/@fluentui-react-badge-749f0a23-1986-4a17-899d-be7ef2db5724.json deleted file mode 100644 index 256cfd9eb59cc..0000000000000 --- a/change/@fluentui-react-badge-749f0a23-1986-4a17-899d-be7ef2db5724.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-badge", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-badge-b2fb3f62-7f44-4817-a0de-fe2d02047cd2.json b/change/@fluentui-react-badge-b2fb3f62-7f44-4817-a0de-fe2d02047cd2.json deleted file mode 100644 index 0dcebbc65adf1..0000000000000 --- a/change/@fluentui-react-badge-b2fb3f62-7f44-4817-a0de-fe2d02047cd2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-badge", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-badge-b7bbc914-0542-4b2b-afcc-0bbbcca98a93.json b/change/@fluentui-react-badge-b7bbc914-0542-4b2b-afcc-0bbbcca98a93.json deleted file mode 100644 index a3cfedbde96e0..0000000000000 --- a/change/@fluentui-react-badge-b7bbc914-0542-4b2b-afcc-0bbbcca98a93.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-badge", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-button-2869c3ac-e452-48e2-9a3c-7712ebbb999e.json b/change/@fluentui-react-button-2869c3ac-e452-48e2-9a3c-7712ebbb999e.json deleted file mode 100644 index c61f46ba11a2c..0000000000000 --- a/change/@fluentui-react-button-2869c3ac-e452-48e2-9a3c-7712ebbb999e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Remove max-width style from Button components.", - "packageName": "@fluentui/react-button", - "email": "makotom@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-2bff9178-dae7-48c6-9b2e-4e5effb0d484.json b/change/@fluentui-react-button-2bff9178-dae7-48c6-9b2e-4e5effb0d484.json deleted file mode 100644 index 2c4a43d08e7a5..0000000000000 --- a/change/@fluentui-react-button-2bff9178-dae7-48c6-9b2e-4e5effb0d484.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Cleaning up tokens in Button components so they better adhere to the design spec.", - "packageName": "@fluentui/react-button", - "email": "humberto_makoto@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-2d7b0be2-d4e1-469e-8bf8-032018a98cfb.json b/change/@fluentui-react-button-2d7b0be2-d4e1-469e-8bf8-032018a98cfb.json deleted file mode 100644 index 65637a1531250..0000000000000 --- a/change/@fluentui-react-button-2d7b0be2-d4e1-469e-8bf8-032018a98cfb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Wrapping long text in Button components.", - "packageName": "@fluentui/react-button", - "email": "humberto_makoto@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-d04fe441-3f23-4f06-9908-6f5842e78c58.json b/change/@fluentui-react-button-d04fe441-3f23-4f06-9908-6f5842e78c58.json deleted file mode 100644 index 9c7820e886cfa..0000000000000 --- a/change/@fluentui-react-button-d04fe441-3f23-4f06-9908-6f5842e78c58.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-button", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-dbe3ba44-8274-4167-b2a2-5e47f6d971a6.json b/change/@fluentui-react-button-dbe3ba44-8274-4167-b2a2-5e47f6d971a6.json deleted file mode 100644 index 19cad315f979f..0000000000000 --- a/change/@fluentui-react-button-dbe3ba44-8274-4167-b2a2-5e47f6d971a6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-button", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-button-e79cf810-58a4-4dfb-9a92-21b263ed9963.json b/change/@fluentui-react-button-e79cf810-58a4-4dfb-9a92-21b263ed9963.json deleted file mode 100644 index 0b1046e4082ad..0000000000000 --- a/change/@fluentui-react-button-e79cf810-58a4-4dfb-9a92-21b263ed9963.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-button", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-button-e9fa5c16-6940-43e0-a311-7775d9c137a0.json b/change/@fluentui-react-button-e9fa5c16-6940-43e0-a311-7775d9c137a0.json deleted file mode 100644 index 94780ff1fcac0..0000000000000 --- a/change/@fluentui-react-button-e9fa5c16-6940-43e0-a311-7775d9c137a0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: Removing CompoundButtonAsToggleButton story since it was using non-exported functions.", - "packageName": "@fluentui/react-button", - "email": "makotom@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-card-a21fd9b2-fdd1-4b90-92b0-5f17c633cbdb.json b/change/@fluentui-react-card-a21fd9b2-fdd1-4b90-92b0-5f17c633cbdb.json deleted file mode 100644 index 231acf8ca7b80..0000000000000 --- a/change/@fluentui-react-card-a21fd9b2-fdd1-4b90-92b0-5f17c633cbdb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-card", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-card-c5d71f5c-7306-428f-a36f-e7323387d78b.json b/change/@fluentui-react-card-c5d71f5c-7306-428f-a36f-e7323387d78b.json deleted file mode 100644 index 8e388e14522dc..0000000000000 --- a/change/@fluentui-react-card-c5d71f5c-7306-428f-a36f-e7323387d78b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-card", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-card-ebe99300-6716-4ef3-9fa8-0f66e127ad1b.json b/change/@fluentui-react-card-ebe99300-6716-4ef3-9fa8-0f66e127ad1b.json deleted file mode 100644 index 339d5c0996da7..0000000000000 --- a/change/@fluentui-react-card-ebe99300-6716-4ef3-9fa8-0f66e127ad1b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-card", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-charting-7de74a81-afc6-44d4-bf74-78e6f91d3c5a.json b/change/@fluentui-react-charting-7de74a81-afc6-44d4-bf74-78e6f91d3c5a.json deleted file mode 100644 index 3a6b5971010f4..0000000000000 --- a/change/@fluentui-react-charting-7de74a81-afc6-44d4-bf74-78e6f91d3c5a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for custom locale for date axis", - "packageName": "@fluentui/react-charting", - "email": "atishay.jain@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-bb27a991-70f3-49c3-9940-6ff73c090c66.json b/change/@fluentui-react-charting-bb27a991-70f3-49c3-9940-6ff73c090c66.json deleted file mode 100644 index d51e377000d2d..0000000000000 --- a/change/@fluentui-react-charting-bb27a991-70f3-49c3-9940-6ff73c090c66.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix value font-weight inside heatmap chart", - "packageName": "@fluentui/react-charting", - "email": "kumarkshitij@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-fe6d38c5-47ee-48e4-8bef-d3df5d7f44be.json b/change/@fluentui-react-charting-fe6d38c5-47ee-48e4-8bef-d3df5d7f44be.json deleted file mode 100644 index bb5700300f4f6..0000000000000 --- a/change/@fluentui-react-charting-fe6d38c5-47ee-48e4-8bef-d3df5d7f44be.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix legend overflow-indication-text role", - "packageName": "@fluentui/react-charting", - "email": "kumarkshitij@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-checkbox-70a0011d-4bf1-4eb4-8a77-f8c3e9890f8d.json b/change/@fluentui-react-checkbox-70a0011d-4bf1-4eb4-8a77-f8c3e9890f8d.json deleted file mode 100644 index bfb62ed6763d9..0000000000000 --- a/change/@fluentui-react-checkbox-70a0011d-4bf1-4eb4-8a77-f8c3e9890f8d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-checkbox", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-checkbox-94e0861e-f646-46f7-ae40-eb2b0b0f59ca.json b/change/@fluentui-react-checkbox-94e0861e-f646-46f7-ae40-eb2b0b0f59ca.json deleted file mode 100644 index 266cd64bb2de2..0000000000000 --- a/change/@fluentui-react-checkbox-94e0861e-f646-46f7-ae40-eb2b0b0f59ca.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-checkbox", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-checkbox-ecbd69d7-7e27-4c82-8e47-412a23d351f4.json b/change/@fluentui-react-checkbox-ecbd69d7-7e27-4c82-8e47-412a23d351f4.json deleted file mode 100644 index e34271231c368..0000000000000 --- a/change/@fluentui-react-checkbox-ecbd69d7-7e27-4c82-8e47-412a23d351f4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-checkbox", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-combobox-03bbe68a-a87b-4349-99eb-17bf3c7df044.json b/change/@fluentui-react-combobox-03bbe68a-a87b-4349-99eb-17bf3c7df044.json deleted file mode 100644 index 05920911add12..0000000000000 --- a/change/@fluentui-react-combobox-03bbe68a-a87b-4349-99eb-17bf3c7df044.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: typing moves active option in Dropdown", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-0da3aa7d-1f93-4987-932b-52aaaf1e8f38.json b/change/@fluentui-react-combobox-0da3aa7d-1f93-4987-932b-52aaaf1e8f38.json deleted file mode 100644 index 62da9ab4f60c2..0000000000000 --- a/change/@fluentui-react-combobox-0da3aa7d-1f93-4987-932b-52aaaf1e8f38.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: Combobox and Dropdown hover/active border colors and padding styles", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-2563cf61-b89b-4ffd-96ca-fc16b3028d20.json b/change/@fluentui-react-combobox-2563cf61-b89b-4ffd-96ca-fc16b3028d20.json deleted file mode 100644 index 6c1ace954af35..0000000000000 --- a/change/@fluentui-react-combobox-2563cf61-b89b-4ffd-96ca-fc16b3028d20.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-combobox", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-4f9e8f26-0811-4f02-b45e-61f97b2dfbbe.json b/change/@fluentui-react-combobox-4f9e8f26-0811-4f02-b45e-61f97b2dfbbe.json deleted file mode 100644 index d512ef1b9d8f4..0000000000000 --- a/change/@fluentui-react-combobox-4f9e8f26-0811-4f02-b45e-61f97b2dfbbe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: Combobox and Dropdown only show option focus outline when navigating by keyboard", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-7bb9e1fd-dd15-4dd6-bdff-951b259e85db.json b/change/@fluentui-react-combobox-7bb9e1fd-dd15-4dd6-bdff-951b259e85db.json deleted file mode 100644 index b33f444d83e51..0000000000000 --- a/change/@fluentui-react-combobox-7bb9e1fd-dd15-4dd6-bdff-951b259e85db.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: set popup Listbox width to trigger width", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-93551253-e3c0-4c30-80d1-f6f8c965cead.json b/change/@fluentui-react-combobox-93551253-e3c0-4c30-80d1-f6f8c965cead.json deleted file mode 100644 index 896d9766d6600..0000000000000 --- a/change/@fluentui-react-combobox-93551253-e3c0-4c30-80d1-f6f8c965cead.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-combobox", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-combobox-ad1b9fd3-1e90-4f60-969e-85774341c610.json b/change/@fluentui-react-combobox-ad1b9fd3-1e90-4f60-969e-85774341c610.json deleted file mode 100644 index 2d90c283b6200..0000000000000 --- a/change/@fluentui-react-combobox-ad1b9fd3-1e90-4f60-969e-85774341c610.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: open/close combobox on icon click", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-b56a3d97-47e6-4c1f-98a6-0249120d1ed2.json b/change/@fluentui-react-combobox-b56a3d97-47e6-4c1f-98a6-0249120d1ed2.json deleted file mode 100644 index d8b845990d1d4..0000000000000 --- a/change/@fluentui-react-combobox-b56a3d97-47e6-4c1f-98a6-0249120d1ed2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Allow typing by default, add allowFreeform", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-bdb46b5d-61aa-4860-80b7-29555f813609.json b/change/@fluentui-react-combobox-bdb46b5d-61aa-4860-80b7-29555f813609.json deleted file mode 100644 index dd19555e36a95..0000000000000 --- a/change/@fluentui-react-combobox-bdb46b5d-61aa-4860-80b7-29555f813609.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: make listbox slot nullable", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-combobox-d1f4333e-0e57-4809-ad40-86df3bf5e61c.json b/change/@fluentui-react-combobox-d1f4333e-0e57-4809-ad40-86df3bf5e61c.json deleted file mode 100644 index 514e82a850c4e..0000000000000 --- a/change/@fluentui-react-combobox-d1f4333e-0e57-4809-ad40-86df3bf5e61c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "bugfix: update useMergedEventCallbacks to mergeCallbacks", - "packageName": "@fluentui/react-combobox", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-combobox-dcf36678-5acd-424c-89de-aa1363dd9e9d.json b/change/@fluentui-react-combobox-dcf36678-5acd-424c-89de-aa1363dd9e9d.json deleted file mode 100644 index 5c8b8792b85e1..0000000000000 --- a/change/@fluentui-react-combobox-dcf36678-5acd-424c-89de-aa1363dd9e9d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: react-combobox change onSelect to onOptionSelect to avoid conflicts with native onSelect", - "packageName": "@fluentui/react-combobox", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-0d75da93-cd62-408e-b1b7-965a6224f8e7.json b/change/@fluentui-react-components-0d75da93-cd62-408e-b1b7-965a6224f8e7.json deleted file mode 100644 index 9da548be0d70b..0000000000000 --- a/change/@fluentui-react-components-0d75da93-cd62-408e-b1b7-965a6224f8e7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "feat: Export `TableCellActions` and `TablePrimaryCell` as unstable", - "packageName": "@fluentui/react-components", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-10e1655d-0ee6-4e2c-bf0a-a6b9f9abc7bc.json b/change/@fluentui-react-components-10e1655d-0ee6-4e2c-bf0a-a6b9f9abc7bc.json deleted file mode 100644 index 4027e3c095b5c..0000000000000 --- a/change/@fluentui-react-components-10e1655d-0ee6-4e2c-bf0a-a6b9f9abc7bc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: use caret for @fluentui/react-spinbutton", - "packageName": "@fluentui/react-components", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-2046632a-d072-42f5-96ee-708958bc4c0c.json b/change/@fluentui-react-components-2046632a-d072-42f5-96ee-708958bc4c0c.json deleted file mode 100644 index 3811fc8efe53b..0000000000000 --- a/change/@fluentui-react-components-2046632a-d072-42f5-96ee-708958bc4c0c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Stop exporting TablePrimaryCell and associated utilities and types", - "packageName": "@fluentui/react-components", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-27ab0583-ddc1-41ff-abe2-0ab8fe34d69b.json b/change/@fluentui-react-components-27ab0583-ddc1-41ff-abe2-0ab8fe34d69b.json deleted file mode 100644 index 679a946132eb2..0000000000000 --- a/change/@fluentui-react-components-27ab0583-ddc1-41ff-abe2-0ab8fe34d69b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "feat: Adding missing AvatarGroup exports.", - "packageName": "@fluentui/react-components", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-4c4bd505-0b0d-4532-ab32-8f80eaabb457.json b/change/@fluentui-react-components-4c4bd505-0b0d-4532-ab32-8f80eaabb457.json deleted file mode 100644 index d2e31685309b8..0000000000000 --- a/change/@fluentui-react-components-4c4bd505-0b0d-4532-ab32-8f80eaabb457.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: updates react-components export of react-dialog", - "packageName": "@fluentui/react-components", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-components-52cc9453-6977-4504-9d2a-88769141c352.json b/change/@fluentui-react-components-52cc9453-6977-4504-9d2a-88769141c352.json deleted file mode 100644 index 8688606ab1654..0000000000000 --- a/change/@fluentui-react-components-52cc9453-6977-4504-9d2a-88769141c352.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: re-export GriffelRenderer type", - "packageName": "@fluentui/react-components", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-5596cfa5-301f-4b16-81ef-f2d953a7f397.json b/change/@fluentui-react-components-5596cfa5-301f-4b16-81ef-f2d953a7f397.json deleted file mode 100644 index 995090f9644e0..0000000000000 --- a/change/@fluentui-react-components-5596cfa5-301f-4b16-81ef-f2d953a7f397.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "feat: Export table cell layout components from unstable", - "packageName": "@fluentui/react-components", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-5b36ce67-6a39-4343-a00b-9c45faaedc75.json b/change/@fluentui-react-components-5b36ce67-6a39-4343-a00b-9c45faaedc75.json deleted file mode 100644 index 062db5241cd33..0000000000000 --- a/change/@fluentui-react-components-5b36ce67-6a39-4343-a00b-9c45faaedc75.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-components", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-74d5b4c3-172d-4577-a79b-ba567146f8c5.json b/change/@fluentui-react-components-74d5b4c3-172d-4577-a79b-ba567146f8c5.json deleted file mode 100644 index 40873123e00c7..0000000000000 --- a/change/@fluentui-react-components-74d5b4c3-172d-4577-a79b-ba567146f8c5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-components", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-components-6808fda2-7ec2-4b79-b721-49ad3feaebc0.json b/change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json similarity index 66% rename from change/@fluentui-react-components-6808fda2-7ec2-4b79-b721-49ad3feaebc0.json rename to change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json index 2f6a148da776e..833b172a67b8d 100644 --- a/change/@fluentui-react-components-6808fda2-7ec2-4b79-b721-49ad3feaebc0.json +++ b/change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json @@ -1,6 +1,6 @@ { "type": "patch", - "comment": "feat: Export `TableSelectionCell` from unstable", + "comment": "fix: export `tableCellActionsClassNames` from unstable", "packageName": "@fluentui/react-components", "email": "lingfangao@hotmail.com", "dependentChangeType": "patch" diff --git a/change/@fluentui-react-components-847b38fb-34c3-40b2-b8d4-4c53b3027acc.json b/change/@fluentui-react-components-847b38fb-34c3-40b2-b8d4-4c53b3027acc.json deleted file mode 100644 index 5bfbaf451a00e..0000000000000 --- a/change/@fluentui-react-components-847b38fb-34c3-40b2-b8d4-4c53b3027acc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: export ToolbarButton", - "packageName": "@fluentui/react-components", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-de1ae615-fbbf-4fd4-8957-40d69ff9414f.json b/change/@fluentui-react-components-de1ae615-fbbf-4fd4-8957-40d69ff9414f.json deleted file mode 100644 index 1915c01f825f1..0000000000000 --- a/change/@fluentui-react-components-de1ae615-fbbf-4fd4-8957-40d69ff9414f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "feat: Add *Field components to @fluentui/react-components/unstable", - "packageName": "@fluentui/react-components", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-e349e408-4be5-4669-a75b-4e9191d6e7d1.json b/change/@fluentui-react-components-e349e408-4be5-4669-a75b-4e9191d6e7d1.json deleted file mode 100644 index 85c70da2680f6..0000000000000 --- a/change/@fluentui-react-components-e349e408-4be5-4669-a75b-4e9191d6e7d1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Changed from upgrade to migrate terminology", - "packageName": "@fluentui/react-components", - "email": "gcox@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-components-e667c340-7730-439c-b549-707a3be95b21.json b/change/@fluentui-react-components-e667c340-7730-439c-b549-707a3be95b21.json deleted file mode 100644 index 41833982e7adf..0000000000000 --- a/change/@fluentui-react-components-e667c340-7730-439c-b549-707a3be95b21.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Move Icon Table to new page", - "packageName": "@fluentui/react-components", - "email": "ololubek@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-conformance-griffel-4db845ed-858f-4ed6-ad5c-139760db6ddd.json b/change/@fluentui-react-conformance-griffel-4db845ed-858f-4ed6-ad5c-139760db6ddd.json deleted file mode 100644 index fb5733f068aac..0000000000000 --- a/change/@fluentui-react-conformance-griffel-4db845ed-858f-4ed6-ad5c-139760db6ddd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-conformance-griffel", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-conformance-griffel-544cd119-39f4-49a1-bf2b-c25acb7cd8a5.json b/change/@fluentui-react-conformance-griffel-544cd119-39f4-49a1-bf2b-c25acb7cd8a5.json deleted file mode 100644 index ab7014c305cc5..0000000000000 --- a/change/@fluentui-react-conformance-griffel-544cd119-39f4-49a1-bf2b-c25acb7cd8a5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-conformance-griffel", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-context-selector-cebd8b0a-d5c5-4eff-8069-ac3d9610c4ae.json b/change/@fluentui-react-context-selector-cebd8b0a-d5c5-4eff-8069-ac3d9610c4ae.json deleted file mode 100644 index 121ca5e0a55ec..0000000000000 --- a/change/@fluentui-react-context-selector-cebd8b0a-d5c5-4eff-8069-ac3d9610c4ae.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-context-selector", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-context-selector-e362261c-c781-45d2-a4b2-1a2af9990e0e.json b/change/@fluentui-react-context-selector-e362261c-c781-45d2-a4b2-1a2af9990e0e.json deleted file mode 100644 index c6b41b13e551d..0000000000000 --- a/change/@fluentui-react-context-selector-e362261c-c781-45d2-a4b2-1a2af9990e0e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs(react-context-selector): re-generate api.md", - "packageName": "@fluentui/react-context-selector", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-dialog-dc310d89-6297-481f-a1fa-2a25450bc15a.json b/change/@fluentui-react-dialog-0114f836-5a96-4d93-bc7b-5da966142ed8.json similarity index 67% rename from change/@fluentui-react-dialog-dc310d89-6297-481f-a1fa-2a25450bc15a.json rename to change/@fluentui-react-dialog-0114f836-5a96-4d93-bc7b-5da966142ed8.json index 29e8d623c47f1..19a67b4464212 100644 --- a/change/@fluentui-react-dialog-dc310d89-6297-481f-a1fa-2a25450bc15a.json +++ b/change/@fluentui-react-dialog-0114f836-5a96-4d93-bc7b-5da966142ed8.json @@ -1,6 +1,6 @@ { "type": "prerelease", - "comment": "feat(react-dialog): 1st rule of ARIA for Dialog", + "comment": "bugfix(react-dialog): Adds color style to DialogSurface", "packageName": "@fluentui/react-dialog", "email": "bernardo.sunderhus@gmail.com", "dependentChangeType": "patch" diff --git a/change/@fluentui-react-dialog-0e776115-4b8f-4a9a-937c-63318516ad3b.json b/change/@fluentui-react-dialog-0e776115-4b8f-4a9a-937c-63318516ad3b.json deleted file mode 100644 index a6a1c9fd4149e..0000000000000 --- a/change/@fluentui-react-dialog-0e776115-4b8f-4a9a-937c-63318516ad3b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore(react-dialog): Updates trigger to use useARIAButtonProps", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-1de4176f-4dfd-4406-a1f5-4b2c00cf2bdd.json b/change/@fluentui-react-dialog-1de4176f-4dfd-4406-a1f5-4b2c00cf2bdd.json deleted file mode 100644 index 2cab73955794d..0000000000000 --- a/change/@fluentui-react-dialog-1de4176f-4dfd-4406-a1f5-4b2c00cf2bdd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-dialog", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-5331261d-eb3b-4126-a04e-fbf6d05840ce.json b/change/@fluentui-react-dialog-5331261d-eb3b-4126-a04e-fbf6d05840ce.json deleted file mode 100644 index 934b2003d8dff..0000000000000 --- a/change/@fluentui-react-dialog-5331261d-eb3b-4126-a04e-fbf6d05840ce.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore(react-dialog): removes react-button max-width overrides", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-5d208332-d639-43b9-8909-1fb009f45d5f.json b/change/@fluentui-react-dialog-5d208332-d639-43b9-8909-1fb009f45d5f.json deleted file mode 100644 index da2fa8c23f9f6..0000000000000 --- a/change/@fluentui-react-dialog-5d208332-d639-43b9-8909-1fb009f45d5f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: add scroll lock feature to Dialog", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-5f193103-82f2-4f52-98d3-5ba0aa7a4fe0.json b/change/@fluentui-react-dialog-5f193103-82f2-4f52-98d3-5ba0aa7a4fe0.json deleted file mode 100644 index e894559619f58..0000000000000 --- a/change/@fluentui-react-dialog-5f193103-82f2-4f52-98d3-5ba0aa7a4fe0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat(react-dialog): moves backdrop slot from Dialog to DialogSurface", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-62084a3e-5a47-420d-b5b5-05fcb5956e3d.json b/change/@fluentui-react-dialog-62084a3e-5a47-420d-b5b5-05fcb5956e3d.json deleted file mode 100644 index 27c911c7e91ec..0000000000000 --- a/change/@fluentui-react-dialog-62084a3e-5a47-420d-b5b5-05fcb5956e3d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat(react-dialog): adds proper style to make DialogBody responsive", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-70a44d45-8098-4d30-953b-9f8799bdaaf0.json b/change/@fluentui-react-dialog-70a44d45-8098-4d30-953b-9f8799bdaaf0.json deleted file mode 100644 index 8ec0d166b4561..0000000000000 --- a/change/@fluentui-react-dialog-70a44d45-8098-4d30-953b-9f8799bdaaf0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-dialog", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-dialog-7e208240-ef01-4ecb-861e-2693b939b990.json b/change/@fluentui-react-dialog-7e208240-ef01-4ecb-861e-2693b939b990.json deleted file mode 100644 index db73e8e47610a..0000000000000 --- a/change/@fluentui-react-dialog-7e208240-ef01-4ecb-861e-2693b939b990.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: renames overlay slot to backdrop", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-84bff749-0be3-413d-9554-13744acffbfa.json b/change/@fluentui-react-dialog-84bff749-0be3-413d-9554-13744acffbfa.json deleted file mode 100644 index eff348d36bb2f..0000000000000 --- a/change/@fluentui-react-dialog-84bff749-0be3-413d-9554-13744acffbfa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Adds padding-right style to avoid jumping on scroll lock", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-ac4ee2cd-8976-4c96-8d14-cf825f633e82.json b/change/@fluentui-react-dialog-ac4ee2cd-8976-4c96-8d14-cf825f633e82.json deleted file mode 100644 index 2fa4c231d3ae4..0000000000000 --- a/change/@fluentui-react-dialog-ac4ee2cd-8976-4c96-8d14-cf825f633e82.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore(react-dialog): removes document listener to Escape keydown", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-beceb7aa-8aa2-4e44-9992-df048001834d.json b/change/@fluentui-react-dialog-beceb7aa-8aa2-4e44-9992-df048001834d.json deleted file mode 100644 index ea0c5c589d02f..0000000000000 --- a/change/@fluentui-react-dialog-beceb7aa-8aa2-4e44-9992-df048001834d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat(react-dialog): replace `closeButton` to a more generic `action` slot", - "packageName": "@fluentui/react-dialog", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-dialog-edfb588b-4236-4b7d-bb43-cc2ce8233ed3.json b/change/@fluentui-react-dialog-d69ce942-a1c5-4bc6-83b5-c91a69d5c2b5.json similarity index 64% rename from change/@fluentui-react-dialog-edfb588b-4236-4b7d-bb43-cc2ce8233ed3.json rename to change/@fluentui-react-dialog-d69ce942-a1c5-4bc6-83b5-c91a69d5c2b5.json index 8eb90199dcbdd..bab8f30813057 100644 --- a/change/@fluentui-react-dialog-edfb588b-4236-4b7d-bb43-cc2ce8233ed3.json +++ b/change/@fluentui-react-dialog-d69ce942-a1c5-4bc6-83b5-c91a69d5c2b5.json @@ -1,6 +1,6 @@ { "type": "none", - "comment": "chore: remove localShorthands in favor of griffel shorthands", + "comment": "chore: scaffold DialogContent component", "packageName": "@fluentui/react-dialog", "email": "bernardo.sunderhus@gmail.com", "dependentChangeType": "none" diff --git a/change/@fluentui-react-dialog-f1d29ea6-d47d-48b3-88a7-41f441622b05.json b/change/@fluentui-react-dialog-f1d29ea6-d47d-48b3-88a7-41f441622b05.json deleted file mode 100644 index ec8c6b6b27143..0000000000000 --- a/change/@fluentui-react-dialog-f1d29ea6-d47d-48b3-88a7-41f441622b05.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-dialog", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-divider-502fbcad-e656-417f-a240-e32b176d9c6d.json b/change/@fluentui-react-divider-502fbcad-e656-417f-a240-e32b176d9c6d.json deleted file mode 100644 index 9e86a9004812f..0000000000000 --- a/change/@fluentui-react-divider-502fbcad-e656-417f-a240-e32b176d9c6d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-divider", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-divider-5ea2a7b8-0e9c-4ee8-8357-b547c10abfe6.json b/change/@fluentui-react-divider-5ea2a7b8-0e9c-4ee8-8357-b547c10abfe6.json deleted file mode 100644 index c4e2b42721fdc..0000000000000 --- a/change/@fluentui-react-divider-5ea2a7b8-0e9c-4ee8-8357-b547c10abfe6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-divider", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-divider-f95da959-6db2-4b33-9ec7-d3a4e44656c0.json b/change/@fluentui-react-divider-f95da959-6db2-4b33-9ec7-d3a4e44656c0.json new file mode 100644 index 0000000000000..55e7e334b1f5a --- /dev/null +++ b/change/@fluentui-react-divider-f95da959-6db2-4b33-9ec7-d3a4e44656c0.json @@ -0,0 +1,7 @@ +{ + "type": "minor", + "comment": "fix: Divider - allow props to override default values", + "packageName": "@fluentui/react-divider", + "email": "mgodbolt@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-field-e888af0f-e684-4f66-8f86-8c950a9bb41e.json b/change/@fluentui-react-field-e888af0f-e684-4f66-8f86-8c950a9bb41e.json deleted file mode 100644 index 1c1f70819e76f..0000000000000 --- a/change/@fluentui-react-field-e888af0f-e684-4f66-8f86-8c950a9bb41e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Initial release", - "packageName": "@fluentui/react-field", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-image-6e5dbc6c-a5ed-4e2f-9e97-10232bc493d2.json b/change/@fluentui-react-image-6e5dbc6c-a5ed-4e2f-9e97-10232bc493d2.json deleted file mode 100644 index c46a0d6a6fa88..0000000000000 --- a/change/@fluentui-react-image-6e5dbc6c-a5ed-4e2f-9e97-10232bc493d2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-image", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-image-721bf145-0097-459d-bd2a-22813859b3d6.json b/change/@fluentui-react-image-721bf145-0097-459d-bd2a-22813859b3d6.json deleted file mode 100644 index 992ecd96cf56b..0000000000000 --- a/change/@fluentui-react-image-721bf145-0097-459d-bd2a-22813859b3d6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-image", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-input-a4f73889-d309-4493-ba1e-6f3ede31cc7d.json b/change/@fluentui-react-input-a4f73889-d309-4493-ba1e-6f3ede31cc7d.json deleted file mode 100644 index ef2c9a98f657f..0000000000000 --- a/change/@fluentui-react-input-a4f73889-d309-4493-ba1e-6f3ede31cc7d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-input", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-input-b6dae232-bb04-4dcd-90b6-eb9272f009fe.json b/change/@fluentui-react-input-b6dae232-bb04-4dcd-90b6-eb9272f009fe.json deleted file mode 100644 index 11598c81563d7..0000000000000 --- a/change/@fluentui-react-input-b6dae232-bb04-4dcd-90b6-eb9272f009fe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Remove box-shadow from filled appearances.", - "packageName": "@fluentui/react-input", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-input-d6f6fbab-ea0e-4fd8-8eb7-a885d65525cb.json b/change/@fluentui-react-input-d6f6fbab-ea0e-4fd8-8eb7-a885d65525cb.json deleted file mode 100644 index a426953f65f13..0000000000000 --- a/change/@fluentui-react-input-d6f6fbab-ea0e-4fd8-8eb7-a885d65525cb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-input", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-label-2f937de0-0831-4f49-be42-94ee307cb652.json b/change/@fluentui-react-label-2f937de0-0831-4f49-be42-94ee307cb652.json deleted file mode 100644 index 4a70901d889ce..0000000000000 --- a/change/@fluentui-react-label-2f937de0-0831-4f49-be42-94ee307cb652.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-label", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-label-c7e9c9ac-cc37-4eef-a1d3-1e731878f0da.json b/change/@fluentui-react-label-c7e9c9ac-cc37-4eef-a1d3-1e731878f0da.json deleted file mode 100644 index 87a48a676d151..0000000000000 --- a/change/@fluentui-react-label-c7e9c9ac-cc37-4eef-a1d3-1e731878f0da.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-label", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-link-748580a8-f10f-41b6-bf28-b2b3653c74d4.json b/change/@fluentui-react-link-748580a8-f10f-41b6-bf28-b2b3653c74d4.json deleted file mode 100644 index a8f91431b4d9f..0000000000000 --- a/change/@fluentui-react-link-748580a8-f10f-41b6-bf28-b2b3653c74d4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: add type=button when rendered as a button", - "packageName": "@fluentui/react-link", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-link-983b0860-70a3-4d4f-94e5-b0dc45885632.json b/change/@fluentui-react-link-983b0860-70a3-4d4f-94e5-b0dc45885632.json deleted file mode 100644 index 67eb8735d8ae4..0000000000000 --- a/change/@fluentui-react-link-983b0860-70a3-4d4f-94e5-b0dc45885632.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-link", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-link-ace1a119-44f0-4cac-96a5-b757d4abee30.json b/change/@fluentui-react-link-ace1a119-44f0-4cac-96a5-b757d4abee30.json deleted file mode 100644 index caf8f3974fbdb..0000000000000 --- a/change/@fluentui-react-link-ace1a119-44f0-4cac-96a5-b757d4abee30.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Replacing bottom border styles with text decoration underline.", - "packageName": "@fluentui/react-link", - "email": "humberto_makoto@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-link-cd50b37d-faf6-4c62-ba62-eb4d8fa9f6f2.json b/change/@fluentui-react-link-cd50b37d-faf6-4c62-ba62-eb4d8fa9f6f2.json deleted file mode 100644 index 174bc783f882c..0000000000000 --- a/change/@fluentui-react-link-cd50b37d-faf6-4c62-ba62-eb4d8fa9f6f2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-link", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-menu-0c55a50d-9c7d-47af-ad4b-a3473ce12a07.json b/change/@fluentui-react-menu-0c55a50d-9c7d-47af-ad4b-a3473ce12a07.json deleted file mode 100644 index 1b85cd9a0a472..0000000000000 --- a/change/@fluentui-react-menu-0c55a50d-9c7d-47af-ad4b-a3473ce12a07.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-menu", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-menu-1c6c92b0-a2ee-4eed-b72d-148a405143db.json b/change/@fluentui-react-menu-1c6c92b0-a2ee-4eed-b72d-148a405143db.json deleted file mode 100644 index 54f401566c08a..0000000000000 --- a/change/@fluentui-react-menu-1c6c92b0-a2ee-4eed-b72d-148a405143db.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-menu", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-menu-54e67f48-1fdd-4e7e-880f-b24641b8ef1f.json b/change/@fluentui-react-menu-54e67f48-1fdd-4e7e-880f-b24641b8ef1f.json deleted file mode 100644 index aff73f5370155..0000000000000 --- a/change/@fluentui-react-menu-54e67f48-1fdd-4e7e-880f-b24641b8ef1f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-menu", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-menu-83e936ff-2902-4533-baec-ef0d8009e7f8.json b/change/@fluentui-react-menu-c4342a62-8136-40bb-83a5-5269a00d5b85.json similarity index 62% rename from change/@fluentui-react-menu-83e936ff-2902-4533-baec-ef0d8009e7f8.json rename to change/@fluentui-react-menu-c4342a62-8136-40bb-83a5-5269a00d5b85.json index 0d8a6eec0d9f8..d930958b13411 100644 --- a/change/@fluentui-react-menu-83e936ff-2902-4533-baec-ef0d8009e7f8.json +++ b/change/@fluentui-react-menu-c4342a62-8136-40bb-83a5-5269a00d5b85.json @@ -1,6 +1,6 @@ { "type": "minor", - "comment": "chore(react-menu): Updates trigger to use useARIAButton", + "comment": "feat: replace keydown handlers by useARIAButtonShorthand on MenuItem", "packageName": "@fluentui/react-menu", "email": "bernardo.sunderhus@gmail.com", "dependentChangeType": "patch" diff --git a/change/@fluentui-react-menu-f14f6480-cf2e-442b-9804-20c53dde2e97.json b/change/@fluentui-react-menu-f14f6480-cf2e-442b-9804-20c53dde2e97.json deleted file mode 100644 index 7e641adc45062..0000000000000 --- a/change/@fluentui-react-menu-f14f6480-cf2e-442b-9804-20c53dde2e97.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-menu", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-menu-f8dcc543-b619-4573-b398-32120ddf06c4.json b/change/@fluentui-react-menu-f8dcc543-b619-4573-b398-32120ddf06c4.json deleted file mode 100644 index 880582b53b944..0000000000000 --- a/change/@fluentui-react-menu-f8dcc543-b619-4573-b398-32120ddf06c4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore(react-menu): stop spreading props on state", - "packageName": "@fluentui/react-menu", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-menu-fd6031a5-d8f5-4af0-bf16-a9bfe3990449.json b/change/@fluentui-react-menu-fd6031a5-d8f5-4af0-bf16-a9bfe3990449.json deleted file mode 100644 index 76ab88b1ea584..0000000000000 --- a/change/@fluentui-react-menu-fd6031a5-d8f5-4af0-bf16-a9bfe3990449.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-menu", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-overflow-5651b30f-165e-4fed-a01c-c6b83ef18f9a.json b/change/@fluentui-react-overflow-5651b30f-165e-4fed-a01c-c6b83ef18f9a.json deleted file mode 100644 index 1d645bf2d324f..0000000000000 --- a/change/@fluentui-react-overflow-5651b30f-165e-4fed-a01c-c6b83ef18f9a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-overflow", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-overflow-d4c01778-8b3d-4b3e-83f5-eeee9dbea0e9.json b/change/@fluentui-react-overflow-d4c01778-8b3d-4b3e-83f5-eeee9dbea0e9.json deleted file mode 100644 index 46173e81fd087..0000000000000 --- a/change/@fluentui-react-overflow-d4c01778-8b3d-4b3e-83f5-eeee9dbea0e9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-overflow", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-overflow-ecf714e3-d218-4cc2-b03b-330efd0d6e8d.json b/change/@fluentui-react-overflow-ecf714e3-d218-4cc2-b03b-330efd0d6e8d.json deleted file mode 100644 index b2fbcef441aa4..0000000000000 --- a/change/@fluentui-react-overflow-ecf714e3-d218-4cc2-b03b-330efd0d6e8d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: re-generate api.md files", - "packageName": "@fluentui/react-overflow", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-overflow-f8c1e8df-6572-4548-b8b4-4a74bb2cb20c.json b/change/@fluentui-react-overflow-f8c1e8df-6572-4548-b8b4-4a74bb2cb20c.json deleted file mode 100644 index bbb15298f7e1e..0000000000000 --- a/change/@fluentui-react-overflow-f8c1e8df-6572-4548-b8b4-4a74bb2cb20c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-overflow", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-20004f36-0fef-42c5-b56e-3d0f618b2371.json b/change/@fluentui-react-popover-20004f36-0fef-42c5-b56e-3d0f618b2371.json deleted file mode 100644 index e072a5aa67e5c..0000000000000 --- a/change/@fluentui-react-popover-20004f36-0fef-42c5-b56e-3d0f618b2371.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Allow PopoverSurface to trap focus when it's focusable.", - "packageName": "@fluentui/react-popover", - "email": "esteban.230@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-38cb556a-cc08-471a-8aeb-878b78bbbbcd.json b/change/@fluentui-react-popover-38cb556a-cc08-471a-8aeb-878b78bbbbcd.json deleted file mode 100644 index 2f057dd013aac..0000000000000 --- a/change/@fluentui-react-popover-38cb556a-cc08-471a-8aeb-878b78bbbbcd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-popover", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-7dd45c82-0e2f-4103-b68d-0a9749453b79.json b/change/@fluentui-react-popover-7dd45c82-0e2f-4103-b68d-0a9749453b79.json deleted file mode 100644 index df58774aaff4f..0000000000000 --- a/change/@fluentui-react-popover-7dd45c82-0e2f-4103-b68d-0a9749453b79.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-popover", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-popover-930e66cd-a7fe-42e7-a5c0-7980f5118947.json b/change/@fluentui-react-popover-930e66cd-a7fe-42e7-a5c0-7980f5118947.json deleted file mode 100644 index 0a6af642a942e..0000000000000 --- a/change/@fluentui-react-popover-930e66cd-a7fe-42e7-a5c0-7980f5118947.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-popover", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-a21a4cc3-6432-4b2e-ab1c-f81f9f9c0a0a.json b/change/@fluentui-react-popover-a21a4cc3-6432-4b2e-ab1c-f81f9f9c0a0a.json deleted file mode 100644 index 1f5ecda417170..0000000000000 --- a/change/@fluentui-react-popover-a21a4cc3-6432-4b2e-ab1c-f81f9f9c0a0a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-popover", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-a614fdc2-600c-45eb-87be-446c387a1998.json b/change/@fluentui-react-popover-a614fdc2-600c-45eb-87be-446c387a1998.json deleted file mode 100644 index 52362be0f7bfd..0000000000000 --- a/change/@fluentui-react-popover-a614fdc2-600c-45eb-87be-446c387a1998.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "chore(react-popover): Updates trigger to use useARIAButton", - "packageName": "@fluentui/react-popover", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-b12a35f1-9fa8-418f-af79-dc3fc7ea18bb.json b/change/@fluentui-react-popover-b12a35f1-9fa8-418f-af79-dc3fc7ea18bb.json deleted file mode 100644 index 82ceb9a09ab38..0000000000000 --- a/change/@fluentui-react-popover-b12a35f1-9fa8-418f-af79-dc3fc7ea18bb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-popover", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-popover-b9e6634e-3a09-47ca-a547-c308fb64d51a.json b/change/@fluentui-react-popover-b9e6634e-3a09-47ca-a547-c308fb64d51a.json deleted file mode 100644 index 1efd662ad894c..0000000000000 --- a/change/@fluentui-react-popover-b9e6634e-3a09-47ca-a547-c308fb64d51a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-popover", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-popover-d85987eb-ac0b-49ee-8421-f7325302b84e.json b/change/@fluentui-react-popover-d85987eb-ac0b-49ee-8421-f7325302b84e.json deleted file mode 100644 index d39b8cc204e46..0000000000000 --- a/change/@fluentui-react-popover-d85987eb-ac0b-49ee-8421-f7325302b84e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-popover", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-portal-630367ac-9d97-4cc3-b509-c921e52bbb3f.json b/change/@fluentui-react-portal-630367ac-9d97-4cc3-b509-c921e52bbb3f.json deleted file mode 100644 index 9d5bcd2b3d297..0000000000000 --- a/change/@fluentui-react-portal-630367ac-9d97-4cc3-b509-c921e52bbb3f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-portal", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-portal-7a83ae1a-a67c-4edc-b9bf-61224a9b801a.json b/change/@fluentui-react-portal-7a83ae1a-a67c-4edc-b9bf-61224a9b801a.json deleted file mode 100644 index fc6be94870e93..0000000000000 --- a/change/@fluentui-react-portal-7a83ae1a-a67c-4edc-b9bf-61224a9b801a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-portal", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-portal-compat-41d872da-79ea-43a1-b05e-1b14ac071531.json b/change/@fluentui-react-portal-compat-41d872da-79ea-43a1-b05e-1b14ac071531.json deleted file mode 100644 index 8bbddfd7c1acd..0000000000000 --- a/change/@fluentui-react-portal-compat-41d872da-79ea-43a1-b05e-1b14ac071531.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Portal compat should apply `focus-visible` ponyfill", - "packageName": "@fluentui/react-portal-compat", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-portal-compat-8639e16e-850a-4d84-be6a-7c811df7b428.json b/change/@fluentui-react-portal-compat-8639e16e-850a-4d84-be6a-7c811df7b428.json deleted file mode 100644 index f125e01588549..0000000000000 --- a/change/@fluentui-react-portal-compat-8639e16e-850a-4d84-be6a-7c811df7b428.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-portal-compat", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-portal-compat-context-a20ea8f9-4d9c-4a1d-b903-e0042dc7cdc0.json b/change/@fluentui-react-portal-compat-context-a20ea8f9-4d9c-4a1d-b903-e0042dc7cdc0.json deleted file mode 100644 index 736e811ff58b4..0000000000000 --- a/change/@fluentui-react-portal-compat-context-a20ea8f9-4d9c-4a1d-b903-e0042dc7cdc0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-portal-compat-context", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-portal-compat-context-f99bc709-8180-43f5-a052-113a2d424875.json b/change/@fluentui-react-portal-compat-context-f99bc709-8180-43f5-a052-113a2d424875.json deleted file mode 100644 index 6f83070a3b6bf..0000000000000 --- a/change/@fluentui-react-portal-compat-context-f99bc709-8180-43f5-a052-113a2d424875.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-portal-compat-context", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-positioning-2c04f2a8-30a8-43b4-9b96-36b24f1fce36.json b/change/@fluentui-react-positioning-2c04f2a8-30a8-43b4-9b96-36b24f1fce36.json deleted file mode 100644 index 5e523a9e1147f..0000000000000 --- a/change/@fluentui-react-positioning-2c04f2a8-30a8-43b4-9b96-36b24f1fce36.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: Upgrade to Floating UI v1", - "packageName": "@fluentui/react-positioning", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-positioning-8efb2e48-e33d-429a-be0e-d862aaf3e6f4.json b/change/@fluentui-react-positioning-8efb2e48-e33d-429a-be0e-d862aaf3e6f4.json deleted file mode 100644 index 3e3a3e70e60c7..0000000000000 --- a/change/@fluentui-react-positioning-8efb2e48-e33d-429a-be0e-d862aaf3e6f4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: re-generate api.md files", - "packageName": "@fluentui/react-positioning", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-positioning-9ba84c8e-1959-4d8d-b0c7-a4ab9716e84a.json b/change/@fluentui-react-positioning-9ba84c8e-1959-4d8d-b0c7-a4ab9716e84a.json deleted file mode 100644 index f5714c1fa9ee0..0000000000000 --- a/change/@fluentui-react-positioning-9ba84c8e-1959-4d8d-b0c7-a4ab9716e84a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-positioning", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-positioning-ae49d3d0-fc3f-41ce-85d2-5635c8f974fa.json b/change/@fluentui-react-positioning-ae49d3d0-fc3f-41ce-85d2-5635c8f974fa.json deleted file mode 100644 index ab7f1cb67e5cd..0000000000000 --- a/change/@fluentui-react-positioning-ae49d3d0-fc3f-41ce-85d2-5635c8f974fa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-positioning", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-provider-746f0bda-8ae9-4263-86f0-39e635fddee4.json b/change/@fluentui-react-provider-746f0bda-8ae9-4263-86f0-39e635fddee4.json deleted file mode 100644 index 45376a1471857..0000000000000 --- a/change/@fluentui-react-provider-746f0bda-8ae9-4263-86f0-39e635fddee4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-provider", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-provider-bf906eb6-120b-4f0e-a724-0234253b5c92.json b/change/@fluentui-react-provider-bf906eb6-120b-4f0e-a724-0234253b5c92.json deleted file mode 100644 index 531de44c6698a..0000000000000 --- a/change/@fluentui-react-provider-bf906eb6-120b-4f0e-a724-0234253b5c92.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-provider", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-radio-05cc89eb-04f6-4d83-ad59-96c8633a7954.json b/change/@fluentui-react-radio-05cc89eb-04f6-4d83-ad59-96c8633a7954.json deleted file mode 100644 index 65442fb97db00..0000000000000 --- a/change/@fluentui-react-radio-05cc89eb-04f6-4d83-ad59-96c8633a7954.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: Clarify the documentation of RadioGroup's required prop", - "packageName": "@fluentui/react-radio", - "email": "behowell@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-radio-351deefa-bf0e-4ded-90b0-c7ff7c558400.json b/change/@fluentui-react-radio-351deefa-bf0e-4ded-90b0-c7ff7c558400.json deleted file mode 100644 index 6d6e5565ba861..0000000000000 --- a/change/@fluentui-react-radio-351deefa-bf0e-4ded-90b0-c7ff7c558400.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-radio", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-radio-5d524062-22e8-48fc-8c0a-7813741322c1.json b/change/@fluentui-react-radio-5d524062-22e8-48fc-8c0a-7813741322c1.json deleted file mode 100644 index a80e65e86e36f..0000000000000 --- a/change/@fluentui-react-radio-5d524062-22e8-48fc-8c0a-7813741322c1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-radio", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-radio-7135f1e8-6ce5-4c54-af93-d38311935a1d.json b/change/@fluentui-react-radio-7135f1e8-6ce5-4c54-af93-d38311935a1d.json deleted file mode 100644 index 1e47d2723b9e0..0000000000000 --- a/change/@fluentui-react-radio-7135f1e8-6ce5-4c54-af93-d38311935a1d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations for cxe", - "packageName": "@fluentui/react-radio", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-radio-e908bd07-8621-46ba-b8ac-836ee59150f3.json b/change/@fluentui-react-radio-e908bd07-8621-46ba-b8ac-836ee59150f3.json deleted file mode 100644 index 978ba3754346c..0000000000000 --- a/change/@fluentui-react-radio-e908bd07-8621-46ba-b8ac-836ee59150f3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-radio", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-select-09b46487-7458-451f-9308-7d09639780c3.json b/change/@fluentui-react-select-09b46487-7458-451f-9308-7d09639780c3.json deleted file mode 100644 index 2b079e7f71512..0000000000000 --- a/change/@fluentui-react-select-09b46487-7458-451f-9308-7d09639780c3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-select", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-select-dbd1441c-a501-4141-a848-5bca3e038520.json b/change/@fluentui-react-select-dbd1441c-a501-4141-a848-5bca3e038520.json deleted file mode 100644 index e601daa619ca9..0000000000000 --- a/change/@fluentui-react-select-dbd1441c-a501-4141-a848-5bca3e038520.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-select", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-shared-contexts-42e6e4ca-81a1-4ec1-93f5-82a5939d5f7f.json b/change/@fluentui-react-shared-contexts-42e6e4ca-81a1-4ec1-93f5-82a5939d5f7f.json deleted file mode 100644 index 5f8c8b1b23c39..0000000000000 --- a/change/@fluentui-react-shared-contexts-42e6e4ca-81a1-4ec1-93f5-82a5939d5f7f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-shared-contexts", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-shared-contexts-4d01ca95-ef12-4baa-817e-1b032fd85cc2.json b/change/@fluentui-react-shared-contexts-4d01ca95-ef12-4baa-817e-1b032fd85cc2.json deleted file mode 100644 index c1de1733e2c98..0000000000000 --- a/change/@fluentui-react-shared-contexts-4d01ca95-ef12-4baa-817e-1b032fd85cc2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-shared-contexts", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-shared-contexts-e4e3f022-f79f-4ab2-95bf-a496d8d2784a.json b/change/@fluentui-react-shared-contexts-e4e3f022-f79f-4ab2-95bf-a496d8d2784a.json deleted file mode 100644 index 35d8e41d6d923..0000000000000 --- a/change/@fluentui-react-shared-contexts-e4e3f022-f79f-4ab2-95bf-a496d8d2784a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs(react-shared-contexts): re-generate api.md", - "packageName": "@fluentui/react-shared-contexts", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-slider-bfbb46d4-bf79-40d5-bf6b-bdb321106d33.json b/change/@fluentui-react-slider-bfbb46d4-bf79-40d5-bf6b-bdb321106d33.json deleted file mode 100644 index 79120213e7173..0000000000000 --- a/change/@fluentui-react-slider-bfbb46d4-bf79-40d5-bf6b-bdb321106d33.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-slider", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-slider-c4c58103-3a2b-49d4-9f8d-7a7a3ac349a5.json b/change/@fluentui-react-slider-c4c58103-3a2b-49d4-9f8d-7a7a3ac349a5.json deleted file mode 100644 index fe6f25c37a081..0000000000000 --- a/change/@fluentui-react-slider-c4c58103-3a2b-49d4-9f8d-7a7a3ac349a5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-slider", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-spinbutton-13d975eb-111b-4f77-8da8-b825b39535c0.json b/change/@fluentui-react-spinbutton-13d975eb-111b-4f77-8da8-b825b39535c0.json deleted file mode 100644 index 757f25a09fb14..0000000000000 --- a/change/@fluentui-react-spinbutton-13d975eb-111b-4f77-8da8-b825b39535c0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-spinbutton", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinbutton-29eae6c6-5dbe-4844-a8b2-560d7af69be7.json b/change/@fluentui-react-spinbutton-29eae6c6-5dbe-4844-a8b2-560d7af69be7.json deleted file mode 100644 index d60bf21fd15bc..0000000000000 --- a/change/@fluentui-react-spinbutton-29eae6c6-5dbe-4844-a8b2-560d7af69be7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-spinbutton", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinbutton-803b9a0b-82dd-471f-b57d-7717eb0d925d.json b/change/@fluentui-react-spinbutton-803b9a0b-82dd-471f-b57d-7717eb0d925d.json deleted file mode 100644 index 6b6c002266a3c..0000000000000 --- a/change/@fluentui-react-spinbutton-803b9a0b-82dd-471f-b57d-7717eb0d925d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: add accessibility documentation for SpinButton", - "packageName": "@fluentui/react-spinbutton", - "email": "jennz@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-spinbutton-cac50fe0-fc33-4bdf-9a80-a6e0aca74b32.json b/change/@fluentui-react-spinbutton-cac50fe0-fc33-4bdf-9a80-a6e0aca74b32.json deleted file mode 100644 index 3e83b542296f1..0000000000000 --- a/change/@fluentui-react-spinbutton-cac50fe0-fc33-4bdf-9a80-a6e0aca74b32.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-spinbutton", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-spinner-3631728e-701e-46a0-a6b5-41fb4785a921.json b/change/@fluentui-react-spinner-3631728e-701e-46a0-a6b5-41fb4785a921.json deleted file mode 100644 index 662ad0af12c98..0000000000000 --- a/change/@fluentui-react-spinner-3631728e-701e-46a0-a6b5-41fb4785a921.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-spinner", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinner-589ed2a6-ccb9-4c1d-8f2c-706400addda2.json b/change/@fluentui-react-spinner-589ed2a6-ccb9-4c1d-8f2c-706400addda2.json deleted file mode 100644 index 9c78af49ad22c..0000000000000 --- a/change/@fluentui-react-spinner-589ed2a6-ccb9-4c1d-8f2c-706400addda2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-spinner", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinner-7730c3a9-7cda-43ea-a5cb-54b649d48695.json b/change/@fluentui-react-spinner-7730c3a9-7cda-43ea-a5cb-54b649d48695.json deleted file mode 100644 index fada0395c0fe4..0000000000000 --- a/change/@fluentui-react-spinner-7730c3a9-7cda-43ea-a5cb-54b649d48695.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "(patch): Add line-height styling to Spinner", - "packageName": "@fluentui/react-spinner", - "email": "ololubek@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinner-b347a78d-da01-4087-9046-45412344cf1c.json b/change/@fluentui-react-spinner-b347a78d-da01-4087-9046-45412344cf1c.json deleted file mode 100644 index f15038c532c70..0000000000000 --- a/change/@fluentui-react-spinner-b347a78d-da01-4087-9046-45412344cf1c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-spinner", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-spinner-da19e8c2-03f3-4cbd-987e-6aba4eb185cb.json b/change/@fluentui-react-spinner-da19e8c2-03f3-4cbd-987e-6aba4eb185cb.json deleted file mode 100644 index d7e9ebf8fad17..0000000000000 --- a/change/@fluentui-react-spinner-da19e8c2-03f3-4cbd-987e-6aba4eb185cb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-spinner", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-spinner-ec347d0a-9ed1-4c97-abe2-2ea1d37a1a6a.json b/change/@fluentui-react-spinner-ec347d0a-9ed1-4c97-abe2-2ea1d37a1a6a.json deleted file mode 100644 index 01cb8e36f4d58..0000000000000 --- a/change/@fluentui-react-spinner-ec347d0a-9ed1-4c97-abe2-2ea1d37a1a6a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "(chore): Remove appearance conditional from Spinner slot styling", - "packageName": "@fluentui/react-spinner", - "email": "ololubek@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-switch-23635943-537c-42d9-b219-575f3820e354.json b/change/@fluentui-react-switch-23635943-537c-42d9-b219-575f3820e354.json deleted file mode 100644 index f3710527bb26a..0000000000000 --- a/change/@fluentui-react-switch-23635943-537c-42d9-b219-575f3820e354.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-switch", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-switch-8997849c-57fb-458c-8c41-18bbaeac00c7.json b/change/@fluentui-react-switch-8997849c-57fb-458c-8c41-18bbaeac00c7.json deleted file mode 100644 index ccc17551c4b9f..0000000000000 --- a/change/@fluentui-react-switch-8997849c-57fb-458c-8c41-18bbaeac00c7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-switch", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-switch-a1ec88b5-7c27-4820-be92-bc97dc8efe87.json b/change/@fluentui-react-switch-a1ec88b5-7c27-4820-be92-bc97dc8efe87.json deleted file mode 100644 index d83fde6f11c6c..0000000000000 --- a/change/@fluentui-react-switch-a1ec88b5-7c27-4820-be92-bc97dc8efe87.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-switch", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-switch-a96beccf-1588-4978-82ed-909fa6666d17.json b/change/@fluentui-react-switch-a96beccf-1588-4978-82ed-909fa6666d17.json deleted file mode 100644 index 3e56bd219c768..0000000000000 --- a/change/@fluentui-react-switch-a96beccf-1588-4978-82ed-909fa6666d17.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-switch", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-table-4d5c0e81-f51c-477b-93ee-ed16314a396f.json b/change/@fluentui-react-table-4d5c0e81-f51c-477b-93ee-ed16314a396f.json deleted file mode 100644 index f78fd6590bd40..0000000000000 --- a/change/@fluentui-react-table-4d5c0e81-f51c-477b-93ee-ed16314a396f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "BREAKING: TableCell layouts are handled by layout components", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-563b3e0b-f140-4bac-bcae-d4974090994d.json b/change/@fluentui-react-table-563b3e0b-f140-4bac-bcae-d4974090994d.json deleted file mode 100644 index ad3a13752fef0..0000000000000 --- a/change/@fluentui-react-table-563b3e0b-f140-4bac-bcae-d4974090994d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Implement table cell layout components", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-6041cf27-7328-4c72-b07e-2f3ec826ee5e.json b/change/@fluentui-react-table-6041cf27-7328-4c72-b07e-2f3ec826ee5e.json deleted file mode 100644 index ea5129a97cf12..0000000000000 --- a/change/@fluentui-react-table-6041cf27-7328-4c72-b07e-2f3ec826ee5e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-table", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-table-78287e07-9d21-47ab-9ae1-efca3ecc54d5.json b/change/@fluentui-react-table-78287e07-9d21-47ab-9ae1-efca3ecc54d5.json deleted file mode 100644 index 757b75f9042ed..0000000000000 --- a/change/@fluentui-react-table-78287e07-9d21-47ab-9ae1-efca3ecc54d5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Remove inferred row state and add `rowEnhancer` option", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-7a265a18-4500-433d-8321-41115bba1cd8.json b/change/@fluentui-react-table-7a265a18-4500-433d-8321-41115bba1cd8.json deleted file mode 100644 index 006fe7742a95d..0000000000000 --- a/change/@fluentui-react-table-7a265a18-4500-433d-8321-41115bba1cd8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Implement unstable navigation modes", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-81a6575d-df00-4b6f-b575-a9a264ebd87c.json b/change/@fluentui-react-table-81a6575d-df00-4b6f-b575-a9a264ebd87c.json deleted file mode 100644 index 3625ec7464ef2..0000000000000 --- a/change/@fluentui-react-table-81a6575d-df00-4b6f-b575-a9a264ebd87c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-table", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-8af09ced-5374-4d8e-ab4f-6fd3d444e0e6.json b/change/@fluentui-react-table-8af09ced-5374-4d8e-ab4f-6fd3d444e0e6.json deleted file mode 100644 index 8a47982700f33..0000000000000 --- a/change/@fluentui-react-table-8af09ced-5374-4d8e-ab4f-6fd3d444e0e6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "refactor(useTable): selection manager to avoid calling multiple hooks", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-9593f504-f467-4334-ab3d-a7dc33cb104f.json b/change/@fluentui-react-table-9593f504-f467-4334-ab3d-a7dc33cb104f.json deleted file mode 100644 index 10ea453186c12..0000000000000 --- a/change/@fluentui-react-table-9593f504-f467-4334-ab3d-a7dc33cb104f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Implement `TableSelectionCell`", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-01783f46-dc46-4972-889a-a5aba30844cf.json b/change/@fluentui-react-table-d3a482b6-52de-46b3-9dee-14bff160bbe6.json similarity index 68% rename from change/@fluentui-react-table-01783f46-dc46-4972-889a-a5aba30844cf.json rename to change/@fluentui-react-table-d3a482b6-52de-46b3-9dee-14bff160bbe6.json index 6f7ab8660caea..72b1ee6c5f24e 100644 --- a/change/@fluentui-react-table-01783f46-dc46-4972-889a-a5aba30844cf.json +++ b/change/@fluentui-react-table-d3a482b6-52de-46b3-9dee-14bff160bbe6.json @@ -1,6 +1,6 @@ { "type": "prerelease", - "comment": "implement `useTable` state hook", + "comment": "feat: Adds `visible` prop to `TableCellActions`", "packageName": "@fluentui/react-table", "email": "lingfangao@hotmail.com", "dependentChangeType": "patch" diff --git a/change/@fluentui-react-table-ddcc6b94-4437-438d-bddb-f7ff6a059c7b.json b/change/@fluentui-react-table-ddcc6b94-4437-438d-bddb-f7ff6a059c7b.json deleted file mode 100644 index bd72b49b018d4..0000000000000 --- a/change/@fluentui-react-table-ddcc6b94-4437-438d-bddb-f7ff6a059c7b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: Add preview warning for Table component", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-table-f0050981-47d5-4725-9d63-99142fda10f9.json b/change/@fluentui-react-table-f0050981-47d5-4725-9d63-99142fda10f9.json deleted file mode 100644 index 9d4f6e74b7934..0000000000000 --- a/change/@fluentui-react-table-f0050981-47d5-4725-9d63-99142fda10f9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: autocontrolled `useTable` hook", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-table-f9a9e579-38a0-40a4-b15e-b39dd5f2c11a.json b/change/@fluentui-react-table-f9a9e579-38a0-40a4-b15e-b39dd5f2c11a.json deleted file mode 100644 index 564e8237e3ab6..0000000000000 --- a/change/@fluentui-react-table-f9a9e579-38a0-40a4-b15e-b39dd5f2c11a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Implement `TableCellActions` and `TablePrimaryCell`", - "packageName": "@fluentui/react-table", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabs-047ce97a-764d-44ff-a59b-ed7caf3e3b99.json b/change/@fluentui-react-tabs-047ce97a-764d-44ff-a59b-ed7caf3e3b99.json deleted file mode 100644 index bd59cb05d71d3..0000000000000 --- a/change/@fluentui-react-tabs-047ce97a-764d-44ff-a59b-ed7caf3e3b99.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: add type=button to root slot ", - "packageName": "@fluentui/react-tabs", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabs-880edda9-94da-4c6a-b1ea-5b4eb71868ac.json b/change/@fluentui-react-tabs-880edda9-94da-4c6a-b1ea-5b4eb71868ac.json deleted file mode 100644 index 657dd097d9793..0000000000000 --- a/change/@fluentui-react-tabs-880edda9-94da-4c6a-b1ea-5b4eb71868ac.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-tabs", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabs-be5be45f-971d-43f4-9556-a19abcff8d31.json b/change/@fluentui-react-tabs-be5be45f-971d-43f4-9556-a19abcff8d31.json deleted file mode 100644 index 7d57ff6eac7a7..0000000000000 --- a/change/@fluentui-react-tabs-be5be45f-971d-43f4-9556-a19abcff8d31.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-tabs", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tabster-282398b8-d0d0-4de8-ac66-11bc942dbe5e.json b/change/@fluentui-react-tabster-282398b8-d0d0-4de8-ac66-11bc942dbe5e.json deleted file mode 100644 index ec395cd607940..0000000000000 --- a/change/@fluentui-react-tabster-282398b8-d0d0-4de8-ac66-11bc942dbe5e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Remove provider classname from focus styles", - "packageName": "@fluentui/react-tabster", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabster-53ee5dbf-e807-4d01-a656-81663bc656b8.json b/change/@fluentui-react-tabster-53ee5dbf-e807-4d01-a656-81663bc656b8.json deleted file mode 100644 index 689262e98e49c..0000000000000 --- a/change/@fluentui-react-tabster-53ee5dbf-e807-4d01-a656-81663bc656b8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-tabster", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tabster-5ad9a59a-bea6-4483-9063-7c2d7dead914.json b/change/@fluentui-react-tabster-5ad9a59a-bea6-4483-9063-7c2d7dead914.json deleted file mode 100644 index c4f00aa91e8c1..0000000000000 --- a/change/@fluentui-react-tabster-5ad9a59a-bea6-4483-9063-7c2d7dead914.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: re-generate api.md files", - "packageName": "@fluentui/react-tabster", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tabster-8d97f222-b315-470d-88a0-50ab3e3b69fe.json b/change/@fluentui-react-tabster-8d97f222-b315-470d-88a0-50ab3e3b69fe.json deleted file mode 100644 index 4965f3f5f14c3..0000000000000 --- a/change/@fluentui-react-tabster-8d97f222-b315-470d-88a0-50ab3e3b69fe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Bumps tabster to 2.1.2 and removes deep import for KeyborgCallback", - "packageName": "@fluentui/react-tabster", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabster-9c99ffaf-f241-4958-8747-b139e37e838e.json b/change/@fluentui-react-tabster-9c99ffaf-f241-4958-8747-b139e37e838e.json deleted file mode 100644 index 9bd4ab7406b4c..0000000000000 --- a/change/@fluentui-react-tabster-9c99ffaf-f241-4958-8747-b139e37e838e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Exports `applyFocusVisible` as internal", - "packageName": "@fluentui/react-tabster", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tabster-b5ac3104-4d7d-4ecc-b756-83e2c283336f.json b/change/@fluentui-react-tabster-b5ac3104-4d7d-4ecc-b756-83e2c283336f.json deleted file mode 100644 index 23e195f47931a..0000000000000 --- a/change/@fluentui-react-tabster-b5ac3104-4d7d-4ecc-b756-83e2c283336f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-tabster", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tabster-e1fb70e9-1c6e-45b3-8c02-094ea0827756.json b/change/@fluentui-react-tabster-e1fb70e9-1c6e-45b3-8c02-094ea0827756.json deleted file mode 100644 index 25502cfa49974..0000000000000 --- a/change/@fluentui-react-tabster-e1fb70e9-1c6e-45b3-8c02-094ea0827756.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-tabster", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-text-01530fa1-545f-4a94-a9fb-00fa2be3dc3b.json b/change/@fluentui-react-text-01530fa1-545f-4a94-a9fb-00fa2be3dc3b.json deleted file mode 100644 index d116d021180cc..0000000000000 --- a/change/@fluentui-react-text-01530fa1-545f-4a94-a9fb-00fa2be3dc3b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: Add Body2", - "packageName": "@fluentui/react-text", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-text-37f998d5-d30e-4102-8197-359c436dcfc1.json b/change/@fluentui-react-text-37f998d5-d30e-4102-8197-359c436dcfc1.json deleted file mode 100644 index fe362a5a953cc..0000000000000 --- a/change/@fluentui-react-text-37f998d5-d30e-4102-8197-359c436dcfc1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-text", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-text-5957af85-aa48-4590-abdc-82c81db9486d.json b/change/@fluentui-react-text-5957af85-aa48-4590-abdc-82c81db9486d.json deleted file mode 100644 index 424f8ed5ba61d..0000000000000 --- a/change/@fluentui-react-text-5957af85-aa48-4590-abdc-82c81db9486d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-text", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-textarea-a60f7be9-9011-4b41-81f6-b700be755b8e.json b/change/@fluentui-react-textarea-0dad2dd6-d586-4358-ba42-c9a6b9a0bfc9.json similarity index 57% rename from change/@fluentui-react-textarea-a60f7be9-9011-4b41-81f6-b700be755b8e.json rename to change/@fluentui-react-textarea-0dad2dd6-d586-4358-ba42-c9a6b9a0bfc9.json index 23bcc3b52449b..a4fac4bd0e068 100644 --- a/change/@fluentui-react-textarea-a60f7be9-9011-4b41-81f6-b700be755b8e.json +++ b/change/@fluentui-react-textarea-0dad2dd6-d586-4358-ba42-c9a6b9a0bfc9.json @@ -1,6 +1,6 @@ { - "type": "patch", - "comment": "fix: Change filled appearances' normal state's token.", + "type": "minor", + "comment": "feat: Adding filled with shadow appearance.", "packageName": "@fluentui/react-textarea", "email": "esteban.230@hotmail.com", "dependentChangeType": "patch" diff --git a/change/@fluentui-react-textarea-56a25cbe-7cc1-401b-9649-566c0eb5f412.json b/change/@fluentui-react-textarea-56a25cbe-7cc1-401b-9649-566c0eb5f412.json deleted file mode 100644 index c0d9d86a9ef83..0000000000000 --- a/change/@fluentui-react-textarea-56a25cbe-7cc1-401b-9649-566c0eb5f412.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-textarea", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-textarea-c2525ad6-b2de-4fae-a3d9-f5b2fe05fab1.json b/change/@fluentui-react-textarea-c2525ad6-b2de-4fae-a3d9-f5b2fe05fab1.json deleted file mode 100644 index 8ff8c7218c696..0000000000000 --- a/change/@fluentui-react-textarea-c2525ad6-b2de-4fae-a3d9-f5b2fe05fab1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: disabled textarea uses semantic contrast theme border color", - "packageName": "@fluentui/react-textarea", - "email": "sarah.higley@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-textarea-e7ae5a4d-1bd3-49a6-a67d-69915d4e066c.json b/change/@fluentui-react-textarea-e7ae5a4d-1bd3-49a6-a67d-69915d4e066c.json deleted file mode 100644 index 22fd6d54816e4..0000000000000 --- a/change/@fluentui-react-textarea-e7ae5a4d-1bd3-49a6-a67d-69915d4e066c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-textarea", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-0a451fa0-2086-4a99-94c0-b3eb642e18eb.json b/change/@fluentui-react-theme-0a451fa0-2086-4a99-94c0-b3eb642e18eb.json deleted file mode 100644 index e6862043e42e6..0000000000000 --- a/change/@fluentui-react-theme-0a451fa0-2086-4a99-94c0-b3eb642e18eb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update token values to fix failing color contrast", - "packageName": "@fluentui/react-theme", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-21c5a2e8-bfe1-4471-8729-c81221019f25.json b/change/@fluentui-react-theme-21c5a2e8-bfe1-4471-8729-c81221019f25.json deleted file mode 100644 index d11e1b965ce1d..0000000000000 --- a/change/@fluentui-react-theme-21c5a2e8-bfe1-4471-8729-c81221019f25.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-theme", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-2a665c75-048e-48df-a230-ff78408c7129.json b/change/@fluentui-react-theme-2a665c75-048e-48df-a230-ff78408c7129.json deleted file mode 100644 index bab556debbafa..0000000000000 --- a/change/@fluentui-react-theme-2a665c75-048e-48df-a230-ff78408c7129.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs: Update readme", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-54c0704a-5974-4449-b128-7629e3c0566b.json b/change/@fluentui-react-theme-54c0704a-5974-4449-b128-7629e3c0566b.json deleted file mode 100644 index a5fbbdc37f21d..0000000000000 --- a/change/@fluentui-react-theme-54c0704a-5974-4449-b128-7629e3c0566b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: Refactor global shared color tokens", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-588897ea-213d-4956-b34a-8bd1a9e63d21.json b/change/@fluentui-react-theme-588897ea-213d-4956-b34a-8bd1a9e63d21.json deleted file mode 100644 index d07a0489389f0..0000000000000 --- a/change/@fluentui-react-theme-588897ea-213d-4956-b34a-8bd1a9e63d21.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Update color tokens mapping", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-591d6c0f-d093-4b79-ae3e-067b74c7c0d0.json b/change/@fluentui-react-theme-591d6c0f-d093-4b79-ae3e-067b74c7c0d0.json deleted file mode 100644 index 3c3cd9723ea50..0000000000000 --- a/change/@fluentui-react-theme-591d6c0f-d093-4b79-ae3e-067b74c7c0d0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json b/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json deleted file mode 100644 index 32e0159ce0d3d..0000000000000 --- a/change/@fluentui-react-theme-91dd6ff2-c7b2-4e68-a3f4-75deb8832093.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Change colorBrandForeground2 mapping in teamsDark theme", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-98ccbaf6-2736-430a-b1d6-8a28818a2bc4.json b/change/@fluentui-react-theme-98ccbaf6-2736-430a-b1d6-8a28818a2bc4.json deleted file mode 100644 index 2a59869812964..0000000000000 --- a/change/@fluentui-react-theme-98ccbaf6-2736-430a-b1d6-8a28818a2bc4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Swap Background1 and Foreground1 in HC color palette", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-bdcdae2f-8e92-4d18-b7da-d8336334caa6.json b/change/@fluentui-react-theme-bdcdae2f-8e92-4d18-b7da-d8336334caa6.json deleted file mode 100644 index d8c84cd590e31..0000000000000 --- a/change/@fluentui-react-theme-bdcdae2f-8e92-4d18-b7da-d8336334caa6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: Add fontWeightBold, add Body2, fix font weight for *Stronger typography", - "packageName": "@fluentui/react-theme", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-sass-74c936a0-306b-4505-838c-c161eac2425d.json b/change/@fluentui-react-theme-sass-74c936a0-306b-4505-838c-c161eac2425d.json deleted file mode 100644 index 9756e7129a599..0000000000000 --- a/change/@fluentui-react-theme-sass-74c936a0-306b-4505-838c-c161eac2425d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-theme-sass", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-sass-7c908a09-e43e-4e41-96c5-60c62bbc3249.json b/change/@fluentui-react-theme-sass-7c908a09-e43e-4e41-96c5-60c62bbc3249.json deleted file mode 100644 index 9466cb9987d48..0000000000000 --- a/change/@fluentui-react-theme-sass-7c908a09-e43e-4e41-96c5-60c62bbc3249.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: add new color tokens", - "packageName": "@fluentui/react-theme-sass", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-sass-7ddd5d89-4d81-49e6-b347-a1f779b7dbf0.json b/change/@fluentui-react-theme-sass-7ddd5d89-4d81-49e6-b347-a1f779b7dbf0.json deleted file mode 100644 index e54b812758210..0000000000000 --- a/change/@fluentui-react-theme-sass-7ddd5d89-4d81-49e6-b347-a1f779b7dbf0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "feat: Add fontWeightBold", - "packageName": "@fluentui/react-theme-sass", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-theme-sass-85b0f325-84a3-4866-ac55-5ed7015886e7.json b/change/@fluentui-react-theme-sass-85b0f325-84a3-4866-ac55-5ed7015886e7.json deleted file mode 100644 index 80bc4ab820a2d..0000000000000 --- a/change/@fluentui-react-theme-sass-85b0f325-84a3-4866-ac55-5ed7015886e7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "react-theme-sass dev-depends on react-theme", - "packageName": "@fluentui/react-theme-sass", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-theme-sass-8ca8c7e8-cbe6-4104-b893-1de751254302.json b/change/@fluentui-react-theme-sass-8ca8c7e8-cbe6-4104-b893-1de751254302.json deleted file mode 100644 index 8b03764ff06df..0000000000000 --- a/change/@fluentui-react-theme-sass-8ca8c7e8-cbe6-4104-b893-1de751254302.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-theme-sass", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-toolbar-0d3acebd-980f-4b9a-b517-316a652430ee.json b/change/@fluentui-react-toolbar-0d3acebd-980f-4b9a-b517-316a652430ee.json deleted file mode 100644 index 261ee51ff7784..0000000000000 --- a/change/@fluentui-react-toolbar-0d3acebd-980f-4b9a-b517-316a652430ee.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-toolbar", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-toolbar-399933e0-18ad-4c23-b041-32de409b32f0.json b/change/@fluentui-react-toolbar-399933e0-18ad-4c23-b041-32de409b32f0.json deleted file mode 100644 index 5a89ec422113d..0000000000000 --- a/change/@fluentui-react-toolbar-399933e0-18ad-4c23-b041-32de409b32f0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-toolbar", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-toolbar-3e1d7781-11bc-4929-b8e8-25aa0d674e4a.json b/change/@fluentui-react-toolbar-3e1d7781-11bc-4929-b8e8-25aa0d674e4a.json deleted file mode 100644 index 898aaab4f3535..0000000000000 --- a/change/@fluentui-react-toolbar-3e1d7781-11bc-4929-b8e8-25aa0d674e4a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "feat: add toolbar controlled state example for toggle buttons", - "packageName": "@fluentui/react-toolbar", - "email": "chassunc@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-toolbar-4eab6bb7-c564-4b4a-b148-cef54e96270f.json b/change/@fluentui-react-toolbar-4eab6bb7-c564-4b4a-b148-cef54e96270f.json deleted file mode 100644 index 54074ced17a82..0000000000000 --- a/change/@fluentui-react-toolbar-4eab6bb7-c564-4b4a-b148-cef54e96270f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: add e2e tests for toolbar", - "packageName": "@fluentui/react-toolbar", - "email": "chassunc@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-toolbar-7008e90f-c248-4512-b5fa-a3f634950246.json b/change/@fluentui-react-toolbar-7008e90f-c248-4512-b5fa-a3f634950246.json deleted file mode 100644 index cb3525700341c..0000000000000 --- a/change/@fluentui-react-toolbar-7008e90f-c248-4512-b5fa-a3f634950246.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: consume cypress.config from it's package boundary", - "packageName": "@fluentui/react-toolbar", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-toolbar-d1cfc244-fa29-4e3b-86e8-9fc64c2962f5.json b/change/@fluentui-react-toolbar-d1cfc244-fa29-4e3b-86e8-9fc64c2962f5.json deleted file mode 100644 index 33fe826ca38d7..0000000000000 --- a/change/@fluentui-react-toolbar-d1cfc244-fa29-4e3b-86e8-9fc64c2962f5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-toolbar", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tooltip-67e5f77a-aaf1-476a-b652-d28b919371b0.json b/change/@fluentui-react-tooltip-67e5f77a-aaf1-476a-b652-d28b919371b0.json deleted file mode 100644 index 9bf2bc7d3fe7e..0000000000000 --- a/change/@fluentui-react-tooltip-67e5f77a-aaf1-476a-b652-d28b919371b0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-tooltip", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-tooltip-80b8fd2e-8725-4e1e-ad43-3d4a2e9d7a5b.json b/change/@fluentui-react-tooltip-80b8fd2e-8725-4e1e-ad43-3d4a2e9d7a5b.json deleted file mode 100644 index 10e4d3e71283b..0000000000000 --- a/change/@fluentui-react-tooltip-80b8fd2e-8725-4e1e-ad43-3d4a2e9d7a5b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: update color tokens", - "packageName": "@fluentui/react-tooltip", - "email": "seanmonahan@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tooltip-99a944f7-9d29-4f9f-9e96-630e45b54b14.json b/change/@fluentui-react-tooltip-99a944f7-9d29-4f9f-9e96-630e45b54b14.json deleted file mode 100644 index 7c3d78e434a00..0000000000000 --- a/change/@fluentui-react-tooltip-99a944f7-9d29-4f9f-9e96-630e45b54b14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: Update Griffel to latest version", - "packageName": "@fluentui/react-tooltip", - "email": "olfedias@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tooltip-b93321db-a567-48da-8f21-ad261216201e.json b/change/@fluentui-react-tooltip-b93321db-a567-48da-8f21-ad261216201e.json deleted file mode 100644 index 77a91d3351a88..0000000000000 --- a/change/@fluentui-react-tooltip-b93321db-a567-48da-8f21-ad261216201e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-tooltip", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-tooltip-f76bb687-2740-4cb7-a9be-63917260000f.json b/change/@fluentui-react-tooltip-f76bb687-2740-4cb7-a9be-63917260000f.json deleted file mode 100644 index d5e62b9856dfe..0000000000000 --- a/change/@fluentui-react-tooltip-f76bb687-2740-4cb7-a9be-63917260000f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted", - "packageName": "@fluentui/react-tooltip", - "email": "miroslav.stastny@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-2010dc53-3470-4657-aa60-71b922d163e6.json b/change/@fluentui-react-utilities-2010dc53-3470-4657-aa60-71b922d163e6.json deleted file mode 100644 index 4ed839d1096c3..0000000000000 --- a/change/@fluentui-react-utilities-2010dc53-3470-4657-aa60-71b922d163e6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "chore: update package scaffold", - "packageName": "@fluentui/react-utilities", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-utilities-27817a14-4b0d-4844-9aff-b7ad8319b7d0.json b/change/@fluentui-react-utilities-27817a14-4b0d-4844-9aff-b7ad8319b7d0.json deleted file mode 100644 index d36efcd2f1471..0000000000000 --- a/change/@fluentui-react-utilities-27817a14-4b0d-4844-9aff-b7ad8319b7d0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore: fix no-context-default-value lint violations", - "packageName": "@fluentui/react-utilities", - "email": "lingfangao@hotmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-3b90ac0a-38dc-4a1f-876b-613ec6eade09.json b/change/@fluentui-react-utilities-3b90ac0a-38dc-4a1f-876b-613ec6eade09.json deleted file mode 100644 index 69c8a16b38b3f..0000000000000 --- a/change/@fluentui-react-utilities-3b90ac0a-38dc-4a1f-876b-613ec6eade09.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: add dialog properties to getNativeElementProps", - "packageName": "@fluentui/react-utilities", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-66c0b2d0-9776-4901-b5be-1e9c34ff62ba.json b/change/@fluentui-react-utilities-66c0b2d0-9776-4901-b5be-1e9c34ff62ba.json deleted file mode 100644 index d61f7156045d9..0000000000000 --- a/change/@fluentui-react-utilities-66c0b2d0-9776-4901-b5be-1e9c34ff62ba.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "fix: Replace deprecated ReactNodeArray for React 17 support.", - "packageName": "@fluentui/react-utilities", - "email": "tristan.watanabe@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-76935223-2ad2-4d45-bb36-7bf9c363389d.json b/change/@fluentui-react-utilities-76935223-2ad2-4d45-bb36-7bf9c363389d.json deleted file mode 100644 index 65dd41dae27f9..0000000000000 --- a/change/@fluentui-react-utilities-76935223-2ad2-4d45-bb36-7bf9c363389d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: add microdata properties to allowed html properties", - "packageName": "@fluentui/react-utilities", - "email": "yuanboxue@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-a0cb439b-1243-4594-9a77-309c983360cf.json b/change/@fluentui-react-utilities-a0cb439b-1243-4594-9a77-309c983360cf.json deleted file mode 100644 index f468fec39a1fc..0000000000000 --- a/change/@fluentui-react-utilities-a0cb439b-1243-4594-9a77-309c983360cf.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "docs(react-utilities): re-generate api.md", - "packageName": "@fluentui/react-utilities", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-utilities-ad0133ca-e4cf-497c-8392-5aae39878e94.json b/change/@fluentui-react-utilities-ad0133ca-e4cf-497c-8392-5aae39878e94.json deleted file mode 100644 index 87e960b26003d..0000000000000 --- a/change/@fluentui-react-utilities-ad0133ca-e4cf-497c-8392-5aae39878e94.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat(react-utilities): adds isResolvedShorthand guard method", - "packageName": "@fluentui/react-utilities", - "email": "bernardo.sunderhus@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-utilities-bb49409b-4b81-473d-b10e-6429d1d554ad.json b/change/@fluentui-react-utilities-bb49409b-4b81-473d-b10e-6429d1d554ad.json deleted file mode 100644 index 9c27167afa4b9..0000000000000 --- a/change/@fluentui-react-utilities-bb49409b-4b81-473d-b10e-6429d1d554ad.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks", - "packageName": "@fluentui/react-utilities", - "email": "behowell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/gulpfile.ts b/gulpfile.ts index e7f72e8db3565..dd562b2ee3f98 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -22,7 +22,8 @@ tsPaths.register({ require('./scripts/gulp/tasks/bundle'); require('./scripts/gulp/tasks/component-info'); require('./scripts/gulp/tasks/docs'); -require('./scripts/gulp/tasks/screener'); +require('./scripts/gulp/tasks/vr-build'); +require('./scripts/gulp/tasks/vr-test'); require('./scripts/gulp/tasks/stats'); require('./scripts/gulp/tasks/test-unit'); require('./scripts/gulp/tasks/perf'); diff --git a/packages/azure-themes/CHANGELOG.json b/packages/azure-themes/CHANGELOG.json index 557b34b313245..e5ca8d60e5488 100644 --- a/packages/azure-themes/CHANGELOG.json +++ b/packages/azure-themes/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/azure-themes", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/azure-themes_v8.5.2", + "version": "8.5.2", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/azure-themes", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/azure-themes_v8.5.1", + "version": "8.5.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/azure-themes", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/azure-themes_v8.5.0", + "version": "8.5.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/azure-themes", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/azure-themes_v8.4.35", diff --git a/packages/azure-themes/CHANGELOG.md b/packages/azure-themes/CHANGELOG.md index 3473cad2a2461..5e3a123a91aa1 100644 --- a/packages/azure-themes/CHANGELOG.md +++ b/packages/azure-themes/CHANGELOG.md @@ -1,9 +1,36 @@ # Change Log - @fluentui/azure-themes -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. +## [8.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.2) + +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.1..@fluentui/azure-themes_v8.5.2) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [8.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.1) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.0..@fluentui/azure-themes_v8.5.1) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [8.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.4.35..@fluentui/azure-themes_v8.5.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + ## [8.4.35](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.4.35) Tue, 13 Sep 2022 07:41:03 GMT diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json index 8039c3dba372b..e3ef0e731b70f 100644 --- a/packages/azure-themes/package.json +++ b/packages/azure-themes/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/azure-themes", - "version": "8.4.35", + "version": "8.5.2", "description": "Azure themes for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,7 +27,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/set-version": "^8.2.2", "tslib": "^2.1.0" } diff --git a/packages/cra-template/CHANGELOG.json b/packages/cra-template/CHANGELOG.json index 13448aad0cde8..a910c943a22de 100644 --- a/packages/cra-template/CHANGELOG.json +++ b/packages/cra-template/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@fluentui/cra-template", "entries": [ + { + "date": "Mon, 19 Sep 2022 07:47:30 GMT", + "tag": "@fluentui/cra-template_v8.4.2", + "version": "8.4.2", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/cra-template", + "comment": "Bump @fluentui/react to v8.96.0", + "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d" + } + ] + } + }, + { + "date": "Fri, 16 Sep 2022 07:37:32 GMT", + "tag": "@fluentui/cra-template_v8.4.1", + "version": "8.4.1", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/cra-template", + "comment": "Bump @fluentui/react to v8.95.1", + "commit": "9077e0a7d3911096a3337d76ec65591d191a780a" + } + ] + } + }, + { + "date": "Thu, 15 Sep 2022 19:15:27 GMT", + "tag": "@fluentui/cra-template_v8.4.0", + "version": "8.4.0", + "comments": { + "minor": [ + { + "author": "beachball", + "package": "@fluentui/cra-template", + "comment": "Bump @fluentui/react to v8.95.0", + "commit": "682ead9953a1d519133193033aafe392173009f5" + } + ] + } + }, { "date": "Tue, 13 Sep 2022 07:41:03 GMT", "tag": "@fluentui/cra-template_v8.3.35", diff --git a/packages/cra-template/CHANGELOG.md b/packages/cra-template/CHANGELOG.md index 7ddad5c730eab..2c6e9c7ae101b 100644 --- a/packages/cra-template/CHANGELOG.md +++ b/packages/cra-template/CHANGELOG.md @@ -1,9 +1,36 @@ # Change Log - @fluentui/cra-template -This log was last generated on Tue, 13 Sep 2022 07:41:03 GMT and should not be manually modified. +This log was last generated on Mon, 19 Sep 2022 07:47:30 GMT and should not be manually modified. +## [8.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.2) + +Mon, 19 Sep 2022 07:47:30 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/cra-template_v8.4.1..@fluentui/cra-template_v8.4.2) + +### Patches + +- Bump @fluentui/react to v8.96.0 ([PR #24771](https://github.com/microsoft/fluentui/pull/24771) by beachball) + +## [8.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.1) + +Fri, 16 Sep 2022 07:37:32 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/cra-template_v8.4.0..@fluentui/cra-template_v8.4.1) + +### Patches + +- Bump @fluentui/react to v8.95.1 ([PR #24822](https://github.com/microsoft/fluentui/pull/24822) by beachball) + +## [8.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.0) + +Thu, 15 Sep 2022 19:15:27 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/cra-template_v8.3.35..@fluentui/cra-template_v8.4.0) + +### Minor changes + +- Bump @fluentui/react to v8.95.0 ([PR #24792](https://github.com/microsoft/fluentui/pull/24792) by beachball) + ## [8.3.35](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.3.35) Tue, 13 Sep 2022 07:41:03 GMT diff --git a/packages/cra-template/package.json b/packages/cra-template/package.json index 091368aa41af5..108b04153f768 100644 --- a/packages/cra-template/package.json +++ b/packages/cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/cra-template", - "version": "8.3.35", + "version": "8.4.2", "description": "Create React App template for Fluent UI React (@fluentui/react)", "repository": { "type": "git", @@ -18,7 +18,7 @@ "template.json" ], "devDependencies": { - "@fluentui/react": "^8.94.4", + "@fluentui/react": "^8.96.0", "@fluentui/scripts": "^1.0.0" } } diff --git a/packages/fluentui/CHANGELOG.md b/packages/fluentui/CHANGELOG.md index 2e1f47aa26a5f..2bda8c3131e1e 100644 --- a/packages/fluentui/CHANGELOG.md +++ b/packages/fluentui/CHANGELOG.md @@ -28,6 +28,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Remove `rotate(360deg)` from `PopupContent` content styles @yuanboxue-amber ([#24432](https://github.com/microsoft/fluentui/pull/24432)) - Fix `FocusZone` to reset tabindex when focus is outside the zone with prop `shouldResetActiveElementWhenTabFromZone` @yuanboxue-amber ([#24463](https://github.com/microsoft/fluentui/pull/24463)) - Change `useLayoutEffect` in `Dropdown` to `useIsomorphicLayoutEffect` @marwan38 ([#24559](https://github.com/microsoft/fluentui/pull/24559)) +- Fix `Popup` trigger attribute being override @chpalac ([#24794](https://github.com/microsoft/fluentui/pull/24794)) +- Fix styling mutation when merging themes in `Dropdown` @petrjaros ([#24787](https://github.com/microsoft/fluentui/pull/24787)) ### Performance - Avoid memory trashing in `felaExpandCssShorthandsPlugin` @layershifter ([#24663](https://github.com/microsoft/fluentui/pull/24663)) diff --git a/packages/fluentui/accessibility/src/behaviors/Popup/popupBehavior.ts b/packages/fluentui/accessibility/src/behaviors/Popup/popupBehavior.ts index b2a51ea697af9..451993bae6c3e 100644 --- a/packages/fluentui/accessibility/src/behaviors/Popup/popupBehavior.ts +++ b/packages/fluentui/accessibility/src/behaviors/Popup/popupBehavior.ts @@ -10,7 +10,9 @@ export const popupBehavior: Accessibility = props => { : undefined; if (tabbableTriggerProps) { - tabbableTriggerProps['aria-haspopup'] = 'dialog'; + tabbableTriggerProps['aria-haspopup'] = props.trigger?.props.hasOwnProperty('aria-haspopup') + ? props.trigger?.props['aria-haspopup'] + : 'dialog'; if (process.env.NODE_ENV !== 'production') { // Override the default trigger's accessibility schema class. diff --git a/packages/fluentui/accessibility/test/behaviors/popupBehavior-test.tsx b/packages/fluentui/accessibility/test/behaviors/popupBehavior-test.tsx index 3beb60db43717..147f6d43eff20 100644 --- a/packages/fluentui/accessibility/test/behaviors/popupBehavior-test.tsx +++ b/packages/fluentui/accessibility/test/behaviors/popupBehavior-test.tsx @@ -20,6 +20,14 @@ describe('PopupBehavior.ts', () => { expect(expectedResult.attributes.trigger.tabIndex).toEqual(-1); }); + test('Do not override trigger aria-haspopup attribute', () => { + const expectedResult = popupBehavior({ + trigger: + + + Dialog title + + + + + + + + + Item + + + + + + + + Content + + + + + + + + + + , + ); + cy.get(dialogTriggerOpenSelector).realClick(); + cy.get('#open-menu-btn').realClick(); + cy.focused().realType('{esc}'); + cy.get(dialogSurfaceSelector).should('exist'); + + cy.get('#open-popover-btn').realClick(); + cy.focused().realType('{esc}'); + cy.get(dialogSurfaceSelector).should('exist'); + }); describe('modalType = modal', () => { it('should close with escape keydown', () => { mount( diff --git a/packages/react-components/react-dialog/etc/react-dialog.api.md b/packages/react-components/react-dialog/etc/react-dialog.api.md index ef7fa419ee1ba..01774123fa010 100644 --- a/packages/react-components/react-dialog/etc/react-dialog.api.md +++ b/packages/react-components/react-dialog/etc/react-dialog.api.md @@ -62,6 +62,23 @@ export type DialogBodySlots = { // @public export type DialogBodyState = ComponentState; +// @public +export const DialogContent: ForwardRefComponent; + +// @public (undocumented) +export const dialogContentClassNames: SlotClassNames; + +// @public +export type DialogContentProps = ComponentProps & {}; + +// @public (undocumented) +export type DialogContentSlots = { + root: Slot<'div'>; +}; + +// @public +export type DialogContentState = ComponentState; + // @public (undocumented) export type DialogOpenChangeData = { type: 'dialogCancel'; @@ -111,6 +128,9 @@ export const DialogSurface: ForwardRefComponent; // @public (undocumented) export const dialogSurfaceClassNames: SlotClassNames; +// @public +export type DialogSurfaceElement = HTMLDialogElement | HTMLDivElement; + // @public export type DialogSurfaceProps = Omit, 'open' | 'onCancel' | 'onClose'>; @@ -173,6 +193,9 @@ export const renderDialogActions_unstable: (state: DialogActionsState) => JSX.El // @public export const renderDialogBody_unstable: (state: DialogBodyState) => JSX.Element; +// @public +export const renderDialogContent_unstable: (state: DialogContentState) => JSX.Element; + // @public export const renderDialogSurface_unstable: (state: DialogSurfaceState, contextValues: DialogSurfaceContextValues) => JSX.Element; @@ -197,6 +220,12 @@ export const useDialogBody_unstable: (props: DialogBodyProps, ref: React_2.Ref DialogBodyState; +// @public +export const useDialogContent_unstable: (props: DialogContentProps, ref: React_2.Ref) => DialogContentState; + +// @public +export const useDialogContentStyles_unstable: (state: DialogContentState) => DialogContentState; + // @public export const useDialogSurface_unstable: (props: DialogSurfaceProps, ref: React_2.Ref) => DialogSurfaceState; diff --git a/packages/react-components/react-dialog/package.json b/packages/react-components/react-dialog/package.json index 8e989c06a3fe6..de4fa78e2c759 100644 --- a/packages/react-components/react-dialog/package.json +++ b/packages/react-components/react-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-dialog", - "version": "9.0.0-beta.7", + "version": "9.0.0-beta.8", "description": "Dialog component for Fluent UI React", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -22,28 +22,27 @@ "test": "jest --passWithNoTests", "e2e": "cypress run --component", "e2e:local": "cypress open --component", - "docs": "api-extractor run --config=config/api-extractor.local.json --local", - "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-dialog/src && yarn docs", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json" + "type-check": "tsc -b tsconfig.json", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/react": "^1.3.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-utilities": "^9.1.0", "@fluentui/keyboard-keys": "^9.0.0", - "@fluentui/react-context-selector": "^9.0.2", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-aria": "^9.1.0", + "@fluentui/react-context-selector": "^9.0.3", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-aria": "^9.2.0", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-portal": "^9.0.4", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-portal": "^9.0.5", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-dialog/src/DialogContent.ts b/packages/react-components/react-dialog/src/DialogContent.ts new file mode 100644 index 0000000000000..e3c3fa077442b --- /dev/null +++ b/packages/react-components/react-dialog/src/DialogContent.ts @@ -0,0 +1 @@ +export * from './components/DialogContent/index'; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.test.tsx b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.test.tsx new file mode 100644 index 0000000000000..6ebbb8f1efd35 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.test.tsx @@ -0,0 +1,18 @@ +import * as React from 'react'; +import { render } from '@testing-library/react'; +import { DialogContent } from './DialogContent'; +import { isConformant } from '../../common/isConformant'; + +describe('DialogContent', () => { + isConformant({ + Component: DialogContent, + displayName: 'DialogContent', + }); + + // TODO add more tests here, and create visual regression tests in /apps/vr-tests + + it('renders a default state', () => { + const result = render(Default DialogContent); + expect(result.container).toMatchSnapshot(); + }); +}); diff --git a/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.tsx b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.tsx new file mode 100644 index 0000000000000..59eb12958e28d --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.tsx @@ -0,0 +1,18 @@ +import * as React from 'react'; +import { useDialogContent_unstable } from './useDialogContent'; +import { renderDialogContent_unstable } from './renderDialogContent'; +import { useDialogContentStyles_unstable } from './useDialogContentStyles'; +import type { DialogContentProps } from './DialogContent.types'; +import type { ForwardRefComponent } from '@fluentui/react-utilities'; + +/** + * DialogContent component - TODO: add more docs + */ +export const DialogContent: ForwardRefComponent = React.forwardRef((props, ref) => { + const state = useDialogContent_unstable(props, ref); + + useDialogContentStyles_unstable(state); + return renderDialogContent_unstable(state); +}); + +DialogContent.displayName = 'DialogContent'; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.types.ts b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.types.ts new file mode 100644 index 0000000000000..847aa28f06c18 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/DialogContent.types.ts @@ -0,0 +1,15 @@ +import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; + +export type DialogContentSlots = { + root: Slot<'div'>; +}; + +/** + * DialogContent Props + */ +export type DialogContentProps = ComponentProps & {}; + +/** + * State used in rendering DialogContent + */ +export type DialogContentState = ComponentState; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/__snapshots__/DialogContent.test.tsx.snap b/packages/react-components/react-dialog/src/components/DialogContent/__snapshots__/DialogContent.test.tsx.snap new file mode 100644 index 0000000000000..9812100555ca8 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/__snapshots__/DialogContent.test.tsx.snap @@ -0,0 +1,11 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`DialogContent renders a default state 1`] = ` +
+
+ Default DialogContent +
+
+`; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/index.ts b/packages/react-components/react-dialog/src/components/DialogContent/index.ts new file mode 100644 index 0000000000000..ccedb8165f7d7 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/index.ts @@ -0,0 +1,5 @@ +export * from './DialogContent'; +export * from './DialogContent.types'; +export * from './renderDialogContent'; +export * from './useDialogContent'; +export * from './useDialogContentStyles'; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx b/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx new file mode 100644 index 0000000000000..499afa482f8b7 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx @@ -0,0 +1,13 @@ +import * as React from 'react'; +import { getSlots } from '@fluentui/react-utilities'; +import type { DialogContentState, DialogContentSlots } from './DialogContent.types'; + +/** + * Render the final JSX of DialogContent + */ +export const renderDialogContent_unstable = (state: DialogContentState) => { + const { slots, slotProps } = getSlots(state); + + // TODO Add additional slots in the appropriate place + return ; +}; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/useDialogContent.ts b/packages/react-components/react-dialog/src/components/DialogContent/useDialogContent.ts new file mode 100644 index 0000000000000..0f9b311bb4fc3 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/useDialogContent.ts @@ -0,0 +1,31 @@ +import * as React from 'react'; +import { getNativeElementProps } from '@fluentui/react-utilities'; +import type { DialogContentProps, DialogContentState } from './DialogContent.types'; + +/** + * Create the state required to render DialogContent. + * + * The returned state can be modified with hooks such as useDialogContentStyles_unstable, + * before being passed to renderDialogContent_unstable. + * + * @param props - props from this instance of DialogContent + * @param ref - reference to root HTMLElement of DialogContent + */ +export const useDialogContent_unstable = ( + props: DialogContentProps, + ref: React.Ref, +): DialogContentState => { + return { + // TODO add appropriate props/defaults + components: { + // TODO add each slot's element type or component + root: 'div', + }, + // TODO add appropriate slots, for example: + // mySlot: resolveShorthand(props.mySlot), + root: getNativeElementProps('div', { + ref, + ...props, + }), + }; +}; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/useDialogContentStyles.ts b/packages/react-components/react-dialog/src/components/DialogContent/useDialogContentStyles.ts new file mode 100644 index 0000000000000..84b145ec6e6f8 --- /dev/null +++ b/packages/react-components/react-dialog/src/components/DialogContent/useDialogContentStyles.ts @@ -0,0 +1,33 @@ +import { makeStyles, mergeClasses } from '@griffel/react'; +import type { DialogContentSlots, DialogContentState } from './DialogContent.types'; +import type { SlotClassNames } from '@fluentui/react-utilities'; + +export const dialogContentClassNames: SlotClassNames = { + root: 'fui-DialogContent', + // TODO: add class names for all slots on DialogContentSlots. + // Should be of the form `: 'fui-DialogContent__` +}; + +/** + * Styles for the root slot + */ +const useStyles = makeStyles({ + root: { + // TODO Add default styles for the root element + }, + + // TODO add additional classes for different states and/or slots +}); + +/** + * Apply styling to the DialogContent slots based on the state + */ +export const useDialogContentStyles_unstable = (state: DialogContentState): DialogContentState => { + const styles = useStyles(); + state.root.className = mergeClasses(dialogContentClassNames.root, styles.root, state.root.className); + + // TODO Add class names to slots, for example: + // state.mySlot.className = mergeClasses(styles.mySlot, state.mySlot.className); + + return state; +}; diff --git a/packages/react-components/react-dialog/src/components/DialogSurface/DialogSurface.types.ts b/packages/react-components/react-dialog/src/components/DialogSurface/DialogSurface.types.ts index f92e6aeb18871..2ebd2543c8e0f 100644 --- a/packages/react-components/react-dialog/src/components/DialogSurface/DialogSurface.types.ts +++ b/packages/react-components/react-dialog/src/components/DialogSurface/DialogSurface.types.ts @@ -15,7 +15,9 @@ export type DialogSurfaceSlots = { root: NonNullable>; }; -/** @internal */ +/** + * Union between all possible semantic element that represent a DialogSurface + */ export type DialogSurfaceElement = HTMLDialogElement | HTMLDivElement; /** @internal */ diff --git a/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurface.ts b/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurface.ts index 275e9fd7b944c..e455413dd62a3 100644 --- a/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurface.ts +++ b/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurface.ts @@ -36,7 +36,6 @@ export const useDialogSurface_unstable = ( const requestOpenChange = useDialogContext_unstable(ctx => ctx.requestOpenChange); const dialogTitleID = useDialogContext_unstable(ctx => ctx.dialogTitleID); const dialogBodyID = useDialogContext_unstable(ctx => ctx.dialogBodyID); - const isNestedDialog = useDialogContext_unstable(ctx => ctx.isNestedDialog); const handleNativeClick = useEventCallback((event: React.MouseEvent) => { props.onClick?.(event); @@ -108,10 +107,9 @@ export const useDialogSurface_unstable = ( open: false, type: 'escapeKeyDown', }); - if (isNestedDialog) { - // Escape keydown should be stopped to avoid closing multiple dialogs - event.stopPropagation(); - } + // stop propagation to avoid conflicting with other elements that listen for `Escape` + // e,g: nested Dialog, Popover, Menu and Tooltip + event.stopPropagation(); } }); diff --git a/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurfaceStyles.ts b/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurfaceStyles.ts index f4d39375eea5a..5b2766fd4afd6 100644 --- a/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurfaceStyles.ts +++ b/packages/react-components/react-dialog/src/components/DialogSurface/useDialogSurfaceStyles.ts @@ -34,6 +34,7 @@ const useStyles = makeStyles({ boxSizing: 'border-box', boxShadow: tokens.shadow64, backgroundColor: tokens.colorNeutralBackground1, + color: tokens.colorNeutralForeground1, ...shorthands.gap(DIALOG_GAP), ...shorthands.border(SURFACE_BORDER_WIDTH, 'solid', tokens.colorTransparentStroke), ...shorthands.borderRadius(SURFACE_BORDER_RADIUS), diff --git a/packages/react-components/react-dialog/src/index.ts b/packages/react-components/react-dialog/src/index.ts index d67145345a72c..a94af64206176 100644 --- a/packages/react-components/react-dialog/src/index.ts +++ b/packages/react-components/react-dialog/src/index.ts @@ -55,4 +55,13 @@ export { useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, } from './DialogSurface'; -export type { DialogSurfaceProps, DialogSurfaceSlots, DialogSurfaceState } from './DialogSurface'; +export type { DialogSurfaceProps, DialogSurfaceSlots, DialogSurfaceState, DialogSurfaceElement } from './DialogSurface'; + +export { + DialogContent, + dialogContentClassNames, + useDialogContent_unstable, + useDialogContentStyles_unstable, + renderDialogContent_unstable, +} from './DialogContent'; +export type { DialogContentProps, DialogContentSlots, DialogContentState } from './DialogContent'; diff --git a/packages/react-components/react-dialog/tsconfig.lib.json b/packages/react-components/react-dialog/tsconfig.lib.json index 8e73a06ac11a2..bcc4a3662a199 100644 --- a/packages/react-components/react-dialog/tsconfig.lib.json +++ b/packages/react-components/react-dialog/tsconfig.lib.json @@ -3,9 +3,9 @@ "compilerOptions": { "noEmit": false, "lib": ["ES2019", "dom"], - "outDir": "dist", "declaration": true, - "declarationDir": "dist/types", + "declarationDir": "../../../dist/out-tsc/types", + "outDir": "../../../dist/out-tsc", "inlineSources": true, "types": ["static-assets", "environment"] }, diff --git a/packages/react-components/react-divider/CHANGELOG.json b/packages/react-components/react-divider/CHANGELOG.json index 93c489b7777d7..4e52e849f1103 100644 --- a/packages/react-components/react-divider/CHANGELOG.json +++ b/packages/react-components/react-divider/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui/react-divider", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:04 GMT", + "tag": "@fluentui/react-divider_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-divider", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-divider", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-divider", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-divider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-divider", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:48 GMT", "tag": "@fluentui/react-divider_v9.0.4", diff --git a/packages/react-components/react-divider/CHANGELOG.md b/packages/react-components/react-divider/CHANGELOG.md index de1ed89ad5708..5a899de873abb 100644 --- a/packages/react-components/react-divider/CHANGELOG.md +++ b/packages/react-components/react-divider/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-divider -This log was last generated on Wed, 03 Aug 2022 16:03:48 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:04 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.5) + +Thu, 15 Sep 2022 09:49:04 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.4..@fluentui/react-divider_v9.0.5) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.4) Wed, 03 Aug 2022 16:03:48 GMT diff --git a/packages/react-components/react-divider/package.json b/packages/react-components/react-divider/package.json index 820dd06931398..3fed4eecb0037 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.4", + "version": "9.0.5", "description": "Fluent UI component to visually separate content.", "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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/react": "^1.3.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-divider/src/components/Divider/useDivider.ts b/packages/react-components/react-divider/src/components/Divider/useDivider.ts index a10df837da9a8..e6db7eed2ed47 100644 --- a/packages/react-components/react-divider/src/components/Divider/useDivider.ts +++ b/packages/react-components/react-divider/src/components/Divider/useDivider.ts @@ -25,11 +25,11 @@ export const useDivider_unstable = (props: DividerProps, ref: React.Ref +## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.1) + +Thu, 15 Sep 2022 09:49:04 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.0..@fluentui/react-field_v9.0.0-alpha.1) + +### Changes + +- Initial release ([PR #24235](https://github.com/microsoft/fluentui/pull/24235) by behowell@microsoft.com) +- Bump @fluentui/react-checkbox to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-combobox to v9.0.0-beta.9 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-context-selector to v9.0.3 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-input to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-radio to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-select to v9.0.0-beta.9 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-slider to v9.0.4 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-spinbutton to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-switch to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-textarea to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.0) Wed, 03 Aug 2022 16:04:10 GMT diff --git a/packages/react-components/react-field/package.json b/packages/react-components/react-field/package.json index eb4372c6942d6..d0faf2cc8a321 100644 --- a/packages/react-components/react-field/package.json +++ b/packages/react-components/react-field/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-field", - "version": "9.0.0-alpha.0", + "version": "9.0.0-alpha.1", "description": "Fluent UI Field components", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,24 +27,24 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-checkbox": "^9.0.4", - "@fluentui/react-combobox": "^9.0.0-beta.8", - "@fluentui/react-context-selector": "^9.0.2", + "@fluentui/react-checkbox": "^9.0.5", + "@fluentui/react-combobox": "^9.0.0-beta.9", + "@fluentui/react-context-selector": "^9.0.3", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-input": "^9.0.4", - "@fluentui/react-label": "^9.0.4", - "@fluentui/react-radio": "^9.0.4", - "@fluentui/react-select": "9.0.0-beta.8", - "@fluentui/react-slider": "^9.0.3", - "@fluentui/react-spinbutton": "^9.0.0", - "@fluentui/react-switch": "^9.0.4", - "@fluentui/react-textarea": "^9.0.4", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-input": "^9.1.0", + "@fluentui/react-label": "^9.0.5", + "@fluentui/react-radio": "^9.0.5", + "@fluentui/react-select": "9.0.0-beta.9", + "@fluentui/react-slider": "^9.0.4", + "@fluentui/react-spinbutton": "^9.0.1", + "@fluentui/react-switch": "^9.0.5", + "@fluentui/react-textarea": "^9.0.5", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-image/CHANGELOG.json b/packages/react-components/react-image/CHANGELOG.json index 1d070f2236daa..985064e8ffad3 100644 --- a/packages/react-components/react-image/CHANGELOG.json +++ b/packages/react-components/react-image/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui/react-image", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:04 GMT", + "tag": "@fluentui/react-image_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-image", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-image", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-image", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-image", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-image", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:49 GMT", "tag": "@fluentui/react-image_v9.0.4", diff --git a/packages/react-components/react-image/CHANGELOG.md b/packages/react-components/react-image/CHANGELOG.md index 69d00d00e2426..3ebfc0f897152 100644 --- a/packages/react-components/react-image/CHANGELOG.md +++ b/packages/react-components/react-image/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-image -This log was last generated on Wed, 03 Aug 2022 16:03:49 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:04 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.5) + +Thu, 15 Sep 2022 09:49:04 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.4..@fluentui/react-image_v9.0.5) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.4) Wed, 03 Aug 2022 16:03:49 GMT diff --git a/packages/react-components/react-image/package.json b/packages/react-components/react-image/package.json index 2c42b747652e3..f272d4e4ceee9 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.4", + "version": "9.0.5", "description": "Fluent UI React Image 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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/react": "^1.3.0", - "@fluentui/react-utilities": "^9.0.2", - "@fluentui/react-theme": "^9.0.0", + "@fluentui/react-utilities": "^9.1.0", + "@fluentui/react-theme": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-input/CHANGELOG.json b/packages/react-components/react-input/CHANGELOG.json index e54aaf3fbb6b4..b0700ad7eb78f 100644 --- a/packages/react-components/react-input/CHANGELOG.json +++ b/packages/react-components/react-input/CHANGELOG.json @@ -1,6 +1,67 @@ { "name": "@fluentui/react-input", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:05 GMT", + "tag": "@fluentui/react-input_v9.1.0", + "version": "9.1.0", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-input", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "patch": [ + { + "author": "esteban.230@hotmail.com", + "package": "@fluentui/react-input", + "commit": "c868d64e3c84449d5e3d1235a5ef49f9eb0ec487", + "comment": "fix: Remove box-shadow from filled appearances." + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-input", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + } + ], + "minor": [ + { + "author": "esteban.230@hotmail.com", + "package": "@fluentui/react-input", + "commit": "2f46a7abf0dd20cf3b07b4527d177ae1fff55b77", + "comment": "feat: Adding optional shadow to filled appearances." + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-input", + "comment": "Bump @fluentui/react-text to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:49 GMT", "tag": "@fluentui/react-input_v9.0.4", diff --git a/packages/react-components/react-input/CHANGELOG.md b/packages/react-components/react-input/CHANGELOG.md index 84b9daf3596ea..4c544ae33e0ad 100644 --- a/packages/react-components/react-input/CHANGELOG.md +++ b/packages/react-components/react-input/CHANGELOG.md @@ -1,9 +1,27 @@ # Change Log - @fluentui/react-input -This log was last generated on Wed, 03 Aug 2022 16:03:49 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:05 GMT and should not be manually modified. +## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.1.0) + +Thu, 15 Sep 2022 09:49:05 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.4..@fluentui/react-input_v9.1.0) + +### Minor changes + +- feat: Adding optional shadow to filled appearances. ([PR #24730](https://github.com/microsoft/fluentui/pull/24730) by esteban.230@hotmail.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-text to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +### Patches + +- fix: Remove box-shadow from filled appearances. ([PR #24491](https://github.com/microsoft/fluentui/pull/24491) by esteban.230@hotmail.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.4) Wed, 03 Aug 2022 16:03:49 GMT diff --git a/packages/react-components/react-input/etc/react-input.api.md b/packages/react-components/react-input/etc/react-input.api.md index 76bd327b93d95..e041af374e7d9 100644 --- a/packages/react-components/react-input/etc/react-input.api.md +++ b/packages/react-components/react-input/etc/react-input.api.md @@ -26,7 +26,7 @@ export type InputOnChangeData = { export type InputProps = Omit, 'input'>, 'children' | 'defaultValue' | 'onChange' | 'size' | 'type' | 'value'> & { children?: never; size?: 'small' | 'medium' | 'large'; - appearance?: 'outline' | 'underline' | 'filled-darker' | 'filled-lighter'; + appearance?: 'outline' | 'underline' | 'filled-darker' | 'filled-lighter' | 'filled-darker-shadow' | 'filled-lighter-shadow'; defaultValue?: string; value?: string; onChange?: (ev: React_2.ChangeEvent, data: InputOnChangeData) => void; diff --git a/packages/react-components/react-input/package.json b/packages/react-components/react-input/package.json index 42c3d69a654ce..3ecf42893bfc5 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.4", + "version": "9.1.0", "description": "Fluent UI React Input 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.12", - "@fluentui/react-text": "^9.0.4", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", + "@fluentui/react-text": "^9.1.0", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-input/src/components/Input/Input.types.ts b/packages/react-components/react-input/src/components/Input/Input.types.ts index d0bb12f9b59c3..4cf9e1181cb1c 100644 --- a/packages/react-components/react-input/src/components/Input/Input.types.ts +++ b/packages/react-components/react-input/src/components/Input/Input.types.ts @@ -48,7 +48,13 @@ export type InputProps = Omit< * Controls the colors and borders of the input. * @default 'outline' */ - appearance?: 'outline' | 'underline' | 'filled-darker' | 'filled-lighter'; + appearance?: + | 'outline' + | 'underline' + | 'filled-darker' + | 'filled-lighter' + | 'filled-darker-shadow' + | 'filled-lighter-shadow'; /** * Default value of the input. Provide this if the input should be an uncontrolled component diff --git a/packages/react-components/react-input/src/components/Input/useInputStyles.ts b/packages/react-components/react-input/src/components/Input/useInputStyles.ts index 02d5b90c2a796..8ab5cbb3bce5c 100644 --- a/packages/react-components/react-input/src/components/Input/useInputStyles.ts +++ b/packages/react-components/react-input/src/components/Input/useInputStyles.ts @@ -159,6 +159,14 @@ const useRootStyles = makeStyles({ 'filled-lighter': { backgroundColor: tokens.colorNeutralBackground1, }, + 'filled-darker-shadow': { + backgroundColor: tokens.colorNeutralBackground3, + boxShadow: tokens.shadow2, + }, + 'filled-lighter-shadow': { + backgroundColor: tokens.colorNeutralBackground1, + boxShadow: tokens.shadow2, + }, disabled: { cursor: 'not-allowed', backgroundColor: tokens.colorTransparentBackground, diff --git a/packages/react-components/react-input/src/stories/Input/InputAppearance.stories.tsx b/packages/react-components/react-input/src/stories/Input/InputAppearance.stories.tsx index 257e01e4acfd7..424e04d98aa11 100644 --- a/packages/react-components/react-input/src/stories/Input/InputAppearance.stories.tsx +++ b/packages/react-components/react-input/src/stories/Input/InputAppearance.stories.tsx @@ -14,15 +14,15 @@ const useStyles = makeStyles({ ...shorthands.padding(tokens.spacingHorizontalMNudge), }, filledLighter: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, filledDarker: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, }); @@ -32,6 +32,8 @@ export const Appearance = () => { const underlineId = useId('input-underline'); const filledLighterId = useId('input-filledLighter'); const filledDarkerId = useId('input-filledDarker'); + const filledLighterShadowId = useId('input-filledLighterShadow'); + const filledDarkerShadowId = useId('input-filledDarkerShadow'); const styles = useStyles(); return ( @@ -55,6 +57,16 @@ export const Appearance = () => { + +
+ + +
+ +
+ + +
); }; diff --git a/packages/react-components/react-label/CHANGELOG.json b/packages/react-components/react-label/CHANGELOG.json index 1269e3d072fb4..0dee0731d9e18 100644 --- a/packages/react-components/react-label/CHANGELOG.json +++ b/packages/react-components/react-label/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui/react-label", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:06 GMT", + "tag": "@fluentui/react-label_v9.0.5", + "version": "9.0.5", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-label", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-label", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-label", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-label", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-label", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:50 GMT", "tag": "@fluentui/react-label_v9.0.4", diff --git a/packages/react-components/react-label/CHANGELOG.md b/packages/react-components/react-label/CHANGELOG.md index 448d68220da6d..7bffeadffeea5 100644 --- a/packages/react-components/react-label/CHANGELOG.md +++ b/packages/react-components/react-label/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-label -This log was last generated on Wed, 03 Aug 2022 16:03:50 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:06 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.5) + +Thu, 15 Sep 2022 09:49:06 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.4..@fluentui/react-label_v9.0.5) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.4) Wed, 03 Aug 2022 16:03:50 GMT diff --git a/packages/react-components/react-label/package.json b/packages/react-components/react-label/package.json index d7e57263b062c..78689ebeca7d1 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.4", + "version": "9.0.5", "description": "Fluent UI React Label component", "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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-link/CHANGELOG.json b/packages/react-components/react-link/CHANGELOG.json index ff9c220c8e232..33e4f5a8f8934 100644 --- a/packages/react-components/react-link/CHANGELOG.json +++ b/packages/react-components/react-link/CHANGELOG.json @@ -1,6 +1,65 @@ { "name": "@fluentui/react-link", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:07 GMT", + "tag": "@fluentui/react-link_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "sarah.higley@microsoft.com", + "package": "@fluentui/react-link", + "commit": "f17b8604209a099d354c212077832516dcfbbae2", + "comment": "fix: add type=button when rendered as a button" + }, + { + "author": "humberto_makoto@hotmail.com", + "package": "@fluentui/react-link", + "commit": "f97dc9f0f713bdf845cdd250d3b2d2993a0a5a0d", + "comment": "fix: Replacing bottom border styles with text decoration underline." + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-link", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-link", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-link", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:51 GMT", "tag": "@fluentui/react-link_v9.0.4", diff --git a/packages/react-components/react-link/CHANGELOG.md b/packages/react-components/react-link/CHANGELOG.md index ce69023600f00..21964169971bf 100644 --- a/packages/react-components/react-link/CHANGELOG.md +++ b/packages/react-components/react-link/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @fluentui/react-link -This log was last generated on Wed, 03 Aug 2022 16:03:51 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:07 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.5) + +Thu, 15 Sep 2022 09:49:07 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.4..@fluentui/react-link_v9.0.5) + +### Patches + +- fix: add type=button when rendered as a button ([PR #24327](https://github.com/microsoft/fluentui/pull/24327) by sarah.higley@microsoft.com) +- fix: Replacing bottom border styles with text decoration underline. ([PR #24734](https://github.com/microsoft/fluentui/pull/24734) by humberto_makoto@hotmail.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.4) Wed, 03 Aug 2022 16:03:51 GMT diff --git a/packages/react-components/react-link/package.json b/packages/react-components/react-link/package.json index 5c73c1d3ad300..60ab2f4ba4b59 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.4", + "version": "9.0.5", "description": "Fluent UI React Link component", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,14 +29,14 @@ "@fluentui/a11y-testing": "^0.1.0", "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-menu/CHANGELOG.json b/packages/react-components/react-menu/CHANGELOG.json index 48ec1e27402c3..48538c3ca309a 100644 --- a/packages/react-components/react-menu/CHANGELOG.json +++ b/packages/react-components/react-menu/CHANGELOG.json @@ -1,6 +1,121 @@ { "name": "@fluentui/react-menu", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:08 GMT", + "tag": "@fluentui/react-menu_v9.1.0", + "version": "9.1.0", + "comments": { + "patch": [ + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-menu", + "commit": "e598325b985cad3e5057f00893e0176416edd292", + "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-menu", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "bernardo.sunderhus@gmail.com", + "package": "@fluentui/react-menu", + "commit": "6c6fe4c8246abec30d9cd3ba2079d379c4d7acb8", + "comment": "bugfix: stops propagation on Escape keydown" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-menu", + "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2", + "comment": "chore: fix no-context-default-value lint violations" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-menu", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-menu", + "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f", + "comment": "chore: consume cypress.config from it's package boundary" + }, + { + "author": "bernardo.sunderhus@gmail.com", + "package": "@fluentui/react-menu", + "commit": "a105236ca0a6eac1035fee7bfca274972fb89da1", + "comment": "chore(react-menu): stop spreading props on state" + } + ], + "minor": [ + { + "author": "bernardo.sunderhus@gmail.com", + "package": "@fluentui/react-menu", + "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6", + "comment": "chore(react-menu): Updates trigger to use useARIAButton" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-aria to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-context-selector to v9.0.3", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-portal to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-positioning to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-menu", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:51 GMT", "tag": "@fluentui/react-menu_v9.0.4", diff --git a/packages/react-components/react-menu/CHANGELOG.md b/packages/react-components/react-menu/CHANGELOG.md index ed9cfece6bd92..a35757e88c0fe 100644 --- a/packages/react-components/react-menu/CHANGELOG.md +++ b/packages/react-components/react-menu/CHANGELOG.md @@ -1,9 +1,34 @@ # Change Log - @fluentui/react-menu -This log was last generated on Wed, 03 Aug 2022 16:03:51 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:08 GMT and should not be manually modified. +## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.1.0) + +Thu, 15 Sep 2022 09:49:08 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.4..@fluentui/react-menu_v9.1.0) + +### Minor changes + +- chore(react-menu): Updates trigger to use useARIAButton ([PR #24177](https://github.com/microsoft/fluentui/pull/24177) by bernardo.sunderhus@gmail.com) +- Bump @fluentui/react-aria to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-context-selector to v9.0.3 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-portal to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-positioning to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +### Patches + +- refactor: Replace useMergedEventCallbacks utility with mergeCallbacks ([PR #24152](https://github.com/microsoft/fluentui/pull/24152) by behowell@microsoft.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- bugfix: stops propagation on Escape keydown ([PR #24750](https://github.com/microsoft/fluentui/pull/24750) by bernardo.sunderhus@gmail.com) +- chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.4) Wed, 03 Aug 2022 16:03:51 GMT diff --git a/packages/react-components/react-menu/etc/react-menu.api.md b/packages/react-components/react-menu/etc/react-menu.api.md index 942b71dc533be..a52f4defae9d0 100644 --- a/packages/react-components/react-menu/etc/react-menu.api.md +++ b/packages/react-components/react-menu/etc/react-menu.api.md @@ -6,7 +6,9 @@ /// +import type { ARIAButtonElement } from '@fluentui/react-aria'; import { ARIAButtonResultProps } from '@fluentui/react-aria'; +import type { ARIAButtonSlotProps } from '@fluentui/react-aria'; import { ARIAButtonType } from '@fluentui/react-aria'; import type { ComponentProps } from '@fluentui/react-utilities'; import type { ComponentState } from '@fluentui/react-utilities'; @@ -128,7 +130,6 @@ export const menuItemClassNames: SlotClassNames; // @public (undocumented) export type MenuItemProps = ComponentProps> & { - disabled?: boolean; hasSubmenu?: boolean; persistOnClick?: boolean; }; @@ -153,14 +154,12 @@ export type MenuItemSelectableProps = { // @public export type MenuItemSelectableState = MenuItemSelectableProps & { - checkedItems: string[]; - onCheckedValueChange: (e: React_2.MouseEvent | React_2.KeyboardEvent, name: string, checkedItems: string[]) => void; checked: boolean; }; // @public (undocumented) export type MenuItemSlots = { - root: Slot<'div'>; + root: Slot>; icon?: Slot<'span'>; checkmark?: Slot<'span'>; submenuIndicator?: Slot<'span'>; @@ -169,7 +168,9 @@ export type MenuItemSlots = { }; // @public (undocumented) -export type MenuItemState = ComponentState & Pick; +export type MenuItemState = ComponentState & Required> & { + isNativeButton: boolean; +}; // @public export const MenuList: ForwardRefComponent; @@ -398,16 +399,16 @@ export const useMenuGroupHeaderStyles_unstable: (state: MenuGroupHeaderState) => export const useMenuGroupStyles_unstable: (state: MenuGroupState) => MenuGroupState; // @public -export const useMenuItem_unstable: (props: MenuItemProps, ref: React_2.Ref) => MenuItemState; +export const useMenuItem_unstable: (props: MenuItemProps, ref: React_2.Ref>) => MenuItemState; // @public -export const useMenuItemCheckbox_unstable: (props: MenuItemCheckboxProps, ref: React_2.Ref) => MenuItemCheckboxState; +export const useMenuItemCheckbox_unstable: (props: MenuItemCheckboxProps, ref: React_2.Ref>) => MenuItemCheckboxState; // @public (undocumented) export const useMenuItemCheckboxStyles_unstable: (state: MenuItemCheckboxState) => void; // @public -export const useMenuItemRadio_unstable: (props: MenuItemRadioProps, ref: React_2.Ref) => MenuItemRadioState; +export const useMenuItemRadio_unstable: (props: MenuItemRadioProps, ref: React_2.Ref>) => MenuItemRadioState; // @public (undocumented) export const useMenuItemRadioStyles_unstable: (state: MenuItemRadioState) => void; diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json index 1333b38b86e83..8896bf8c61f80 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.4", + "version": "9.1.0", "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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-aria": "^9.1.0", + "@fluentui/react-aria": "^9.2.0", "@fluentui/keyboard-keys": "^9.0.0", - "@fluentui/react-context-selector": "^9.0.2", + "@fluentui/react-context-selector": "^9.0.3", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-portal": "^9.0.4", - "@fluentui/react-positioning": "^9.1.2", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-portal": "^9.0.5", + "@fluentui/react-positioning": "^9.2.0", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-menu/src/components/Menu/Menu.types.ts b/packages/react-components/react-menu/src/components/Menu/Menu.types.ts index 13594a9624b13..9df615f663343 100644 --- a/packages/react-components/react-menu/src/components/Menu/Menu.types.ts +++ b/packages/react-components/react-menu/src/components/Menu/Menu.types.ts @@ -162,6 +162,8 @@ export type MenuOpenChangeData = { bubble?: boolean; /** * Indicates whether the change of state was a keyboard interaction + * @deprecated + * This should not be used, since `Enter`, `Space` and click should be interpreted as the same thing as a click */ keyboard?: boolean; open: boolean; diff --git a/packages/react-components/react-menu/src/components/Menu/useMenu.tsx b/packages/react-components/react-menu/src/components/Menu/useMenu.tsx index 2a2abc95cb4e4..ca677101ab140 100644 --- a/packages/react-components/react-menu/src/components/Menu/useMenu.tsx +++ b/packages/react-components/react-menu/src/components/Menu/useMenu.tsx @@ -14,6 +14,7 @@ import { useMenuContext_unstable } from '../../contexts/menuContext'; import { MENU_ENTER_EVENT, useOnMenuMouseEnter } from '../../utils/index'; import { useIsSubmenu } from '../../utils/useIsSubmenu'; import type { MenuOpenChangeData, MenuOpenEvents, MenuProps, MenuState } from './Menu.types'; +import { Tab } from '@fluentui/keyboard-keys'; /** * Create the state required to render Menu. @@ -160,7 +161,6 @@ const useMenuOpenState = ( const parentSetOpen = useMenuContext_unstable(context => context.setOpen); const onOpenChange: MenuState['onOpenChange'] = useEventCallback((e, data) => state.onOpenChange?.(e, data)); - const shouldHandleKeyboardRef = React.useRef(false); const shouldHandleTabRef = React.useRef(false); const pressedShiftRef = React.useRef(false); const setOpenTimeout = React.useRef(0); @@ -183,10 +183,9 @@ const useMenuOpenState = ( state.setContextTarget(undefined); } - if (data.keyboard) { - shouldHandleKeyboardRef.current = true; - shouldHandleTabRef.current = (e as React.KeyboardEvent).key === 'Tab'; - pressedShiftRef.current = (e as React.KeyboardEvent).shiftKey; + if (e.type === 'keydown' && (e as React.KeyboardEvent).key === Tab) { + shouldHandleTabRef.current = true; + pressedShiftRef.current = (e as React.KeyboardEvent).shiftKey; } if (data.bubble) { @@ -288,7 +287,7 @@ const useMenuOpenState = ( focusFirst(); } - if (shouldHandleKeyboardRef.current && !open) { + if (!open) { if (shouldHandleTabRef.current && !state.isSubmenu) { pressedShiftRef.current ? focusBeforeMenuTrigger() : focusAfterMenuTrigger(); } else { @@ -296,7 +295,6 @@ const useMenuOpenState = ( } } - shouldHandleKeyboardRef.current = false; shouldHandleTabRef.current = false; pressedShiftRef.current = false; }, [state.triggerRef, state.isSubmenu, open, focusFirst, focusAfterMenuTrigger, focusBeforeMenuTrigger]); diff --git a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.test.tsx b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.test.tsx index ed5ce32d66375..a2ab4a3978949 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.test.tsx +++ b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.test.tsx @@ -7,11 +7,12 @@ import { isConformant } from '../../common/isConformant'; import { MenuTriggerContextProvider } from '../../contexts/menuTriggerContext'; import { MenuListProvider } from '../../contexts/menuListContext'; import { mockUseMenuContext } from '../../common/mockUseMenuContext'; +import type { MenuItemProps } from './MenuItem.types'; jest.mock('../../contexts/menuContext'); describe('MenuItem', () => { - isConformant({ + isConformant({ Component: MenuItem, displayName: 'MenuItem', testOptions: { diff --git a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts index d139a467a17bb..cb8b0a30e6e31 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts +++ b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts @@ -1,7 +1,8 @@ +import type { ARIAButtonSlotProps } from '@fluentui/react-aria'; import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; export type MenuItemSlots = { - root: Slot<'div'>; + root: Slot>; /** * Icon slot rendered before children content @@ -32,13 +33,6 @@ export type MenuItemSlots = { }; export type MenuItemProps = ComponentProps> & { - /** - * Applies disabled styles to menu item but remains focusable - * - * @default false - */ - disabled?: boolean; - /** * If the menu item is a trigger for a submenu * @@ -55,4 +49,6 @@ export type MenuItemProps = ComponentProps> & { }; export type MenuItemState = ComponentState & - Pick; + Required> & { + isNativeButton: boolean; + }; diff --git a/packages/react-components/react-menu/src/components/MenuItem/__snapshots__/MenuItem.test.tsx.snap b/packages/react-components/react-menu/src/components/MenuItem/__snapshots__/MenuItem.test.tsx.snap index cdc34029f58a0..dc257c5e2d570 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/__snapshots__/MenuItem.test.tsx.snap +++ b/packages/react-components/react-menu/src/components/MenuItem/__snapshots__/MenuItem.test.tsx.snap @@ -5,6 +5,7 @@ exports[`MenuItem renders a default state 1`] = ` className="fui-MenuItem" onClick={[Function]} onKeyDown={[Function]} + onKeyUp={[Function]} onMouseEnter={[Function]} role="menuitem" tabIndex={0} diff --git a/packages/react-components/react-menu/src/components/MenuItem/useCharacterSearch.ts b/packages/react-components/react-menu/src/components/MenuItem/useCharacterSearch.ts index be836ff0a1f5c..216c2aa947e42 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/useCharacterSearch.ts +++ b/packages/react-components/react-menu/src/components/MenuItem/useCharacterSearch.ts @@ -1,15 +1,15 @@ import * as React from 'react'; import { useMenuListContext_unstable } from '../../contexts/menuListContext'; import type { MenuItemState } from '../../components/index'; +import type { ARIAButtonElementIntersection } from '@fluentui/react-aria'; export const useCharacterSearch = (state: MenuItemState, ref: React.RefObject) => { const setFocusByFirstCharacter = useMenuListContext_unstable(context => context.setFocusByFirstCharacter); - const { onKeyDown: onKeyDownBase } = state.root; - state.root.onKeyDown = e => { - if (onKeyDownBase) { - onKeyDownBase(e); - } + const { onKeyDown: originalOnKeyDown } = state.root; + + state.root.onKeyDown = (e: React.KeyboardEvent) => { + originalOnKeyDown?.(e); if (e.key?.length > 1) { return; diff --git a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx index c7bda1d14abd6..3fd141f34239a 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx +++ b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx @@ -1,11 +1,5 @@ import * as React from 'react'; -import { - useEventCallback, - shouldPreventDefaultOnKeyDown, - resolveShorthand, - useMergedRefs, - getNativeElementProps, -} from '@fluentui/react-utilities'; +import { useEventCallback, resolveShorthand, useMergedRefs, getNativeElementProps } from '@fluentui/react-utilities'; import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts'; import { useCharacterSearch } from './useCharacterSearch'; import { useMenuTriggerContext_unstable } from '../../contexts/menuTriggerContext'; @@ -19,6 +13,9 @@ import { import { useMenuListContext_unstable } from '../../contexts/menuListContext'; import { useMenuContext_unstable } from '../../contexts/menuContext'; import type { MenuItemProps, MenuItemState } from './MenuItem.types'; +import type { ARIAButtonElement, ARIAButtonElementIntersection, ARIAButtonSlotProps } from '@fluentui/react-aria'; +import { useARIAButtonShorthand } from '@fluentui/react-aria'; +import { Enter, Space } from '@fluentui/keyboard-keys'; const ChevronRightIcon = bundleIcon(ChevronRightFilled, ChevronRightRegular); const ChevronLeftIcon = bundleIcon(ChevronLeftFilled, ChevronLeftRegular); @@ -26,22 +23,30 @@ const ChevronLeftIcon = bundleIcon(ChevronLeftFilled, ChevronLeftRegular); /** * Returns the props and state required to render the component */ -export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref): MenuItemState => { +export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref>): MenuItemState => { + const isSubmenuTrigger = useMenuTriggerContext_unstable(); + const persistOnClickContext = useMenuContext_unstable(context => context.persistOnItemClick); + const { + as = 'div', + disabled, + disabledFocusable, + hasSubmenu = isSubmenuTrigger, + persistOnClick = persistOnClickContext, + } = props; const hasIcons = useMenuListContext_unstable(context => context.hasIcons); const hasCheckmarks = useMenuListContext_unstable(context => context.hasCheckmarks); const setOpen = useMenuContext_unstable(context => context.setOpen); - const persistOnClickContext = useMenuContext_unstable(context => context.persistOnItemClick); - const dismissedWithKeyboardRef = React.useRef(false); - - const isSubmenuTrigger = useMenuTriggerContext_unstable(); - const hasSubmenu = props.hasSubmenu ?? isSubmenuTrigger; const { dir } = useFluent(); - const innerRef = React.useRef(null); + const innerRef = React.useRef>(null); + const dismissedWithKeyboardRef = React.useRef(false); + + const isDisabled = Boolean(disabled || disabledFocusable); const state: MenuItemState = { hasSubmenu, - ...props, + disabled: isDisabled, + persistOnClick, components: { root: 'div', icon: 'span', @@ -50,13 +55,40 @@ export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref>( + { disabled: false, disabledFocusable: isDisabled, as }, + { + required: true, + defaultProps: { + role: 'menuitem', + ...props, + ref: useMergedRefs(ref, innerRef) as React.Ref>, + onKeyDown: useEventCallback(event => { + props.onKeyDown?.(event); + if (!event.isDefaultPrevented() && (event.key === Space || event.key === Enter)) { + dismissedWithKeyboardRef.current = true; + } + }), + onMouseEnter: useEventCallback(event => { + innerRef.current?.focus(); + + props.onMouseEnter?.(event); + }), + onClick: useEventCallback(event => { + if (!hasSubmenu && !persistOnClick) { + setOpen(event, { open: false, keyboard: dismissedWithKeyboardRef.current, bubble: true }); + dismissedWithKeyboardRef.current = false; + } + + props.onClick?.(event); + }), + }, + }, + ), + ), icon: resolveShorthand(props.icon, { required: hasIcons }), checkmark: resolveShorthand(props.checkmark, { required: hasCheckmarks }), submenuIndicator: resolveShorthand(props.submenuIndicator, { @@ -71,52 +103,6 @@ export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref { - if (shouldPreventDefaultOnKeyDown(e)) { - if (state.disabled) { - e.preventDefault(); - e.stopPropagation(); - return; - } - - dismissedWithKeyboardRef.current = true; - e.preventDefault(); - (e.target as HTMLElement)?.click(); - } - - onKeyDownOriginal?.(e); - }; - - state.root.onClick = e => { - if (state.disabled) { - e.preventDefault(); - e.stopPropagation(); - return; - } - - let shouldPersist = persistOnClickContext; - // prop wins over context; - if (state.persistOnClick !== undefined && persistOnClickContext !== state.persistOnClick) { - shouldPersist = state.persistOnClick; - } - - if (!hasSubmenu && !shouldPersist) { - setOpen(e, { open: false, keyboard: dismissedWithKeyboardRef.current, bubble: true }); - dismissedWithKeyboardRef.current = false; - } - - onClickOriginal?.(e); - }; - - const { onMouseEnter: onMouseEnterOriginal } = state.root; - state.root.onMouseEnter = useEventCallback(e => { - innerRef.current?.focus(); - - onMouseEnterOriginal?.(e); - }); - useCharacterSearch(state, innerRef); return state; }; diff --git a/packages/react-components/react-menu/src/components/MenuItem/useMenuItemStyles.ts b/packages/react-components/react-menu/src/components/MenuItem/useMenuItemStyles.ts index 181c21cbfaa6c..aef4ebebb075a 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/useMenuItemStyles.ts +++ b/packages/react-components/react-menu/src/components/MenuItem/useMenuItemStyles.ts @@ -3,7 +3,7 @@ import { iconFilledClassName, iconRegularClassName } from '@fluentui/react-icons import { createFocusOutlineStyle } from '@fluentui/react-tabster'; import { tokens } from '@fluentui/react-theme'; import { useCheckmarkStyles_unstable } from '../../selectable/index'; -import { MenuItemCheckboxState } from '../MenuItemCheckbox/index'; +import type { MenuItemCheckboxState } from '../MenuItemCheckbox/index'; import type { MenuItemSlots, MenuItemState } from './MenuItem.types'; import type { SlotClassNames } from '@fluentui/react-utilities'; @@ -18,6 +18,20 @@ export const menuItemClassNames: SlotClassNames = { const useStyles = makeStyles({ focusIndicator: createFocusOutlineStyle(), + // TODO: this should be extracted to another package + resetButton: { + boxSizing: 'content-box', + backgroundColor: 'inherit', + color: 'inherit', + fontFamily: 'inherit', + fontSize: 'inherit', + lineHeight: 'normal', + ...shorthands.borderColor('transparent'), + ...shorthands.overflow('visible'), + ...shorthands.padding(0), + WebkitAppearance: 'button', + textAlign: 'unset', + }, root: { ...shorthands.borderRadius(tokens.borderRadiusMedium), position: 'relative', @@ -101,6 +115,7 @@ export const useMenuItemStyles_unstable = (state: MenuItemState) => { const styles = useStyles(); state.root.className = mergeClasses( menuItemClassNames.root, + state.isNativeButton && styles.resetButton, styles.root, styles.focusIndicator, state.disabled && styles.disabled, diff --git a/packages/react-components/react-menu/src/components/MenuItemCheckbox/MenuItemCheckbox.test.tsx b/packages/react-components/react-menu/src/components/MenuItemCheckbox/MenuItemCheckbox.test.tsx index bf02772003f98..9d74e3676875a 100644 --- a/packages/react-components/react-menu/src/components/MenuItemCheckbox/MenuItemCheckbox.test.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemCheckbox/MenuItemCheckbox.test.tsx @@ -7,11 +7,12 @@ import { MenuItemCheckbox } from './MenuItemCheckbox'; import { MenuListProvider } from '../../contexts/menuListContext'; import { mockUseMenuContext } from '../../common/mockUseMenuContext'; import type { MenuListContextValue } from '../../contexts/menuListContext'; +import type { MenuItemCheckboxProps } from './MenuItemCheckbox.types'; jest.mock('../../contexts/menuContext'); describe('MenuItemCheckbox conformance', () => { - isConformant({ + isConformant({ Component: MenuItemCheckbox, requiredProps: { name: 'checkbox', diff --git a/packages/react-components/react-menu/src/components/MenuItemCheckbox/__snapshots__/MenuItemCheckbox.test.tsx.snap b/packages/react-components/react-menu/src/components/MenuItemCheckbox/__snapshots__/MenuItemCheckbox.test.tsx.snap index 60f2445d7e0dd..11ef6ab00e289 100644 --- a/packages/react-components/react-menu/src/components/MenuItemCheckbox/__snapshots__/MenuItemCheckbox.test.tsx.snap +++ b/packages/react-components/react-menu/src/components/MenuItemCheckbox/__snapshots__/MenuItemCheckbox.test.tsx.snap @@ -7,6 +7,7 @@ exports[`MenuItemCheckbox conformance renders a default state 1`] = ` name="checkbox" onClick={[Function]} onKeyDown={[Function]} + onKeyUp={[Function]} onMouseEnter={[Function]} role="menuitemcheckbox" tabIndex={0} diff --git a/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckbox.tsx b/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckbox.tsx index 14e4acb2f8e6c..426ce40b6d1e8 100644 --- a/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckbox.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckbox.tsx @@ -4,45 +4,42 @@ import { Checkmark16Filled } from '@fluentui/react-icons'; import { useMenuListContext_unstable } from '../../contexts/menuListContext'; import { useMenuItem_unstable } from '../MenuItem/useMenuItem'; import type { MenuItemCheckboxProps, MenuItemCheckboxState } from './MenuItemCheckbox.types'; +import type { ARIAButtonElement, ARIAButtonElementIntersection } from '@fluentui/react-aria'; /** Returns the props and state required to render the component */ export const useMenuItemCheckbox_unstable = ( props: MenuItemCheckboxProps, - ref: React.Ref, + ref: React.Ref>, ): MenuItemCheckboxState => { - const state = useMenuItem_unstable( - { - role: 'menuitemcheckbox', - persistOnClick: true, - ...props, - checkmark: resolveShorthand(props.checkmark, { - defaultProps: { children: }, - required: true, - }), - }, - ref, - ) as MenuItemCheckboxState; - const toggleCheckbox = useMenuListContext_unstable(context => context.toggleCheckbox); - const { onClick: onClickOriginal } = state.root; + const { name, value } = props; + const checked = useMenuListContext_unstable(context => { - const checkedItems = context.checkedValues?.[state.name] || []; - return checkedItems.indexOf(state.value) !== -1; + const checkedItems = context.checkedValues?.[name] || []; + return checkedItems.indexOf(value) !== -1; }); - state.checked = checked; - state.root['aria-checked'] = state.checked; - - // MenuItem state already transforms keyDown to click events - state.root.onClick = e => { - if (state.disabled) { - e.preventDefault(); - e.stopPropagation(); - return; - } - - toggleCheckbox?.(e, state.name, state.value, state.checked); - onClickOriginal?.(e); + const state: MenuItemCheckboxState = { + ...useMenuItem_unstable( + { + role: 'menuitemcheckbox', + persistOnClick: true, + ...props, + 'aria-checked': checked, + checkmark: resolveShorthand(props.checkmark, { + defaultProps: { children: }, + required: true, + }), + onClick: (e: React.MouseEvent>) => { + toggleCheckbox?.(e, name, value, checked); + props.onClick?.(e); + }, + }, + ref, + ), + name, + value, + checked, }; return state; diff --git a/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckboxStyles.ts b/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckboxStyles.ts index c15df7f5f74f9..fbd280b4ecb39 100644 --- a/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckboxStyles.ts +++ b/packages/react-components/react-menu/src/components/MenuItemCheckbox/useMenuItemCheckboxStyles.ts @@ -1,8 +1,8 @@ -import type { SlotClassNames } from '@fluentui/react-utilities'; import { mergeClasses } from '@griffel/react'; import { useCheckmarkStyles_unstable } from '../../selectable/index'; -import { MenuItemSlots } from '../index'; import { useMenuItemStyles_unstable } from '../MenuItem/useMenuItemStyles'; +import type { SlotClassNames } from '@fluentui/react-utilities'; +import type { MenuItemSlots } from '../index'; import type { MenuItemCheckboxState } from './MenuItemCheckbox.types'; export const menuItemCheckboxClassNames: SlotClassNames> = { diff --git a/packages/react-components/react-menu/src/components/MenuItemRadio/MenuItemRadio.test.tsx b/packages/react-components/react-menu/src/components/MenuItemRadio/MenuItemRadio.test.tsx index accb416c5a2e0..99c06620852fc 100644 --- a/packages/react-components/react-menu/src/components/MenuItemRadio/MenuItemRadio.test.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemRadio/MenuItemRadio.test.tsx @@ -6,9 +6,10 @@ import { MenuItemRadio } from './MenuItemRadio'; import { isConformant } from '../../common/isConformant'; import { MenuListProvider } from '../../contexts/menuListContext'; import type { MenuListContextValue } from '../../contexts/menuListContext'; +import type { MenuItemRadioProps } from './MenuItemRadio.types'; describe('MenuItemRadio', () => { - isConformant({ + isConformant({ Component: MenuItemRadio, requiredProps: { name: 'radio', diff --git a/packages/react-components/react-menu/src/components/MenuItemRadio/__snapshots__/MenuItemRadio.test.tsx.snap b/packages/react-components/react-menu/src/components/MenuItemRadio/__snapshots__/MenuItemRadio.test.tsx.snap index ead6b7f87d85a..e226fa65f94b5 100644 --- a/packages/react-components/react-menu/src/components/MenuItemRadio/__snapshots__/MenuItemRadio.test.tsx.snap +++ b/packages/react-components/react-menu/src/components/MenuItemRadio/__snapshots__/MenuItemRadio.test.tsx.snap @@ -7,6 +7,7 @@ exports[`MenuItemRadio renders a default state 1`] = ` name="radio" onClick={[Function]} onKeyDown={[Function]} + onKeyUp={[Function]} onMouseEnter={[Function]} role="menuitemradio" tabIndex={0} diff --git a/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadio.tsx b/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadio.tsx index ee0f0f85df279..b8e89dc42ce23 100644 --- a/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadio.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadio.tsx @@ -4,51 +4,43 @@ import { Checkmark16Filled } from '@fluentui/react-icons'; import { useMenuListContext_unstable } from '../../contexts/menuListContext'; import { useMenuItem_unstable } from '../MenuItem/useMenuItem'; import type { MenuItemRadioProps, MenuItemRadioState } from './MenuItemRadio.types'; +import type { ARIAButtonElement, ARIAButtonElementIntersection } from '@fluentui/react-aria'; /** * Given user props, returns state and render function for a MenuItemRadio. */ export const useMenuItemRadio_unstable = ( props: MenuItemRadioProps, - ref: React.Ref, + ref: React.Ref>, ): MenuItemRadioState => { - const radioProps = { - role: 'menuitemradio', - }; - - const state = useMenuItem_unstable( - { - ...radioProps, - ...props, - checkmark: resolveShorthand(props.checkmark, { - defaultProps: { children: }, - required: true, - }), - }, - ref, - ) as MenuItemRadioState; + const { name, value } = props; - const selectRadio = useMenuListContext_unstable(context => context.selectRadio); - const { onClick: onClickOriginal } = state.root; const checked = useMenuListContext_unstable(context => { - const checkedItems = context.checkedValues?.[state.name] || []; - return checkedItems.indexOf(state.value) !== -1; + const checkedItems = context.checkedValues?.[name] || []; + return checkedItems.indexOf(value) !== -1; }); - state.checked = checked; - state.root['aria-checked'] = state.checked; - - // MenuItem state already transforms keyDown to click events - state.root.onClick = e => { - if (state.disabled) { - e.preventDefault(); - e.stopPropagation(); - return; - } + const selectRadio = useMenuListContext_unstable(context => context.selectRadio); - selectRadio?.(e, state.name, state.value, state.checked); - onClickOriginal?.(e); + return { + ...useMenuItem_unstable( + { + ...props, + role: 'menuitemradio', + 'aria-checked': checked, + checkmark: resolveShorthand(props.checkmark, { + defaultProps: { children: }, + required: true, + }), + onClick: (e: React.MouseEvent>) => { + selectRadio?.(e, name, value, checked); + props.onClick?.(e); + }, + }, + ref, + ), + checked, + name, + value, }; - - return state; }; diff --git a/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadioStyles.ts b/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadioStyles.ts index 18acac6c2758b..7da6c66881a01 100644 --- a/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadioStyles.ts +++ b/packages/react-components/react-menu/src/components/MenuItemRadio/useMenuItemRadioStyles.ts @@ -1,8 +1,8 @@ -import type { SlotClassNames } from '@fluentui/react-utilities'; import { mergeClasses } from '@griffel/react'; import { useCheckmarkStyles_unstable } from '../../selectable/index'; -import { MenuItemSlots } from '../index'; import { useMenuItemStyles_unstable } from '../MenuItem/useMenuItemStyles'; +import type { SlotClassNames } from '@fluentui/react-utilities'; +import type { MenuItemSlots } from '../index'; import type { MenuItemRadioState } from './MenuItemRadio.types'; export const menuItemRadioClassNames: SlotClassNames> = { diff --git a/packages/react-components/react-menu/src/components/MenuPopover/useMenuPopover.ts b/packages/react-components/react-menu/src/components/MenuPopover/useMenuPopover.ts index 8634e1b860975..10cfcca305741 100644 --- a/packages/react-components/react-menu/src/components/MenuPopover/useMenuPopover.ts +++ b/packages/react-components/react-menu/src/components/MenuPopover/useMenuPopover.ts @@ -19,6 +19,7 @@ import { useIsSubmenu } from '../../utils/useIsSubmenu'; export const useMenuPopover_unstable = (props: MenuPopoverProps, ref: React.Ref): MenuPopoverState => { const popoverRef = useMenuContext_unstable(context => context.menuPopoverRef); const setOpen = useMenuContext_unstable(context => context.setOpen); + const open = useMenuContext_unstable(context => context.open); const openOnHover = useMenuContext_unstable(context => context.openOnHover); const isSubmenu = useIsSubmenu(); const canDispatchCustomEventRef = React.useRef(true); @@ -74,8 +75,11 @@ export const useMenuPopover_unstable = (props: MenuPopoverProps, ref: React.Ref< const key = e.key; if (key === Escape || (isSubmenu && key === CloseArrowKey)) { - if (popoverRef.current?.contains(e.target as HTMLElement)) { + if (open && popoverRef.current?.contains(e.target as HTMLElement)) { setOpen(e, { open: false, keyboard: true }); + // stop propagation to avoid conflicting with other elements that listen for `Escape` + // e,g: Dialog, Popover and Tooltip + e.stopPropagation(); } } diff --git a/packages/react-components/react-menu/src/selectable/types.ts b/packages/react-components/react-menu/src/selectable/types.ts index 9b2412c2a2a5d..a4ba3cd381b49 100644 --- a/packages/react-components/react-menu/src/selectable/types.ts +++ b/packages/react-components/react-menu/src/selectable/types.ts @@ -28,16 +28,6 @@ export type MenuItemSelectableProps = { * State for selectable menu items */ export type MenuItemSelectableState = MenuItemSelectableProps & { - /** - * Checked items for a value with `name` - */ - checkedItems: string[]; - - /** - * Callback when checked items changes for a given value with `name` - */ - onCheckedValueChange: (e: React.MouseEvent | React.KeyboardEvent, name: string, checkedItems: string[]) => void; - /** * Selectable is checked */ diff --git a/packages/react-components/react-overflow/CHANGELOG.json b/packages/react-components/react-overflow/CHANGELOG.json index 256d01c273315..21073dce03592 100644 --- a/packages/react-components/react-overflow/CHANGELOG.json +++ b/packages/react-components/react-overflow/CHANGELOG.json @@ -1,6 +1,59 @@ { "name": "@fluentui/react-overflow", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:10 GMT", + "tag": "@fluentui/react-overflow_v9.0.0-beta.10", + "version": "9.0.0-beta.10", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-overflow", + "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2", + "comment": "chore: fix no-context-default-value lint violations" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-overflow", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-overflow", + "comment": "Bump @fluentui/react-context-selector to v9.0.3", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-overflow", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-overflow", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-overflow", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-overflow", + "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66", + "comment": "docs: re-generate api.md files" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:52 GMT", "tag": "@fluentui/react-overflow_v9.0.0-beta.9", diff --git a/packages/react-components/react-overflow/CHANGELOG.md b/packages/react-components/react-overflow/CHANGELOG.md index 97e86d4692329..4ea6708241fc1 100644 --- a/packages/react-components/react-overflow/CHANGELOG.md +++ b/packages/react-components/react-overflow/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui/react-overflow -This log was last generated on Wed, 03 Aug 2022 16:03:52 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:10 GMT and should not be manually modified. +## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.10) + +Thu, 15 Sep 2022 09:49:10 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.9..@fluentui/react-overflow_v9.0.0-beta.10) + +### Changes + +- chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-context-selector to v9.0.3 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.9) Wed, 03 Aug 2022 16:03:52 GMT diff --git a/packages/react-components/react-overflow/package.json b/packages/react-components/react-overflow/package.json index fbe6fbfad610c..65949fe1f1722 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.9", + "version": "9.0.0-beta.10", "description": "React bindings for @fluentui/priority-overflow", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -31,9 +31,9 @@ }, "dependencies": { "@fluentui/priority-overflow": "^9.0.0-beta.2", - "@fluentui/react-context-selector": "^9.0.2", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-context-selector": "^9.0.3", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-overflow/src/stories/Overflow/utils.stories.tsx b/packages/react-components/react-overflow/src/stories/Overflow/utils.stories.tsx index d139f8ef1209b..19d7439f794da 100644 --- a/packages/react-components/react-overflow/src/stories/Overflow/utils.stories.tsx +++ b/packages/react-components/react-overflow/src/stories/Overflow/utils.stories.tsx @@ -84,7 +84,8 @@ export const TestOverflowMenuItem: React.FC = props = return null; } - return Item {id}; + // As an union between button props and div props may be conflicting, casting is required + return Item {id}; }; export const TestOverflowMenuDivider: React.FC<{ diff --git a/packages/react-components/react-persona/CHANGELOG.json b/packages/react-components/react-persona/CHANGELOG.json new file mode 100644 index 0000000000000..9952a4ef5cf5d --- /dev/null +++ b/packages/react-components/react-persona/CHANGELOG.json @@ -0,0 +1,32 @@ +{ + "name": "@fluentui/react-persona", + "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 GMT", + "tag": "@fluentui/react-persona_v9.0.0-alpha.0", + "version": "9.0.0-alpha.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-persona", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-persona", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-persona", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + } + ] +} diff --git a/packages/react-components/react-persona/CHANGELOG.md b/packages/react-components/react-persona/CHANGELOG.md new file mode 100644 index 0000000000000..f4dde6b961cac --- /dev/null +++ b/packages/react-components/react-persona/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log - @fluentui/react-persona + +This log was last generated on Thu, 15 Sep 2022 09:50:08 GMT and should not be manually modified. + + + +## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.0.0-alpha.0) + +Thu, 15 Sep 2022 09:50:08 GMT + +### Patches + +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) diff --git a/packages/react-components/react-persona/package.json b/packages/react-components/react-persona/package.json index d227fb8343954..42564b263c029 100644 --- a/packages/react-components/react-persona/package.json +++ b/packages/react-components/react-persona/package.json @@ -28,12 +28,12 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-popover/CHANGELOG.json b/packages/react-components/react-popover/CHANGELOG.json index db36620e9dbcb..2d9a63c8decdb 100644 --- a/packages/react-components/react-popover/CHANGELOG.json +++ b/packages/react-components/react-popover/CHANGELOG.json @@ -1,6 +1,133 @@ { "name": "@fluentui/react-popover", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:12 GMT", + "tag": "@fluentui/react-popover_v9.1.0", + "version": "9.1.0", + "comments": { + "patch": [ + { + "author": "esteban.230@hotmail.com", + "package": "@fluentui/react-popover", + "commit": "3b1fea37fa1f5c4abbf76919e37833f3f1010647", + "comment": "fix: Allow PopoverSurface to trap focus when it's focusable." + }, + { + "author": "bernardo.sunderhus@gmail.com", + "package": "@fluentui/react-popover", + "commit": "6c6fe4c8246abec30d9cd3ba2079d379c4d7acb8", + "comment": "bugfix: stops propagation on Escape keydown" + }, + { + "author": "miroslav.stastny@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830", + "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "e598325b985cad3e5057f00893e0176416edd292", + "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks" + }, + { + "author": "seanmonahan@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c", + "comment": "fix: update color tokens" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-popover", + "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2", + "comment": "chore: fix no-context-default-value lint violations" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f", + "comment": "chore: consume cypress.config from it's package boundary" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-popover", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "minor": [ + { + "author": "bernardo.sunderhus@gmail.com", + "package": "@fluentui/react-popover", + "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6", + "comment": "chore(react-popover): Updates trigger to use useARIAButton" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-aria to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-context-selector to v9.0.3", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-portal to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-positioning to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-popover", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:53 GMT", "tag": "@fluentui/react-popover_v9.0.4", diff --git a/packages/react-components/react-popover/CHANGELOG.md b/packages/react-components/react-popover/CHANGELOG.md index bc6449751ed55..445278af705e6 100644 --- a/packages/react-components/react-popover/CHANGELOG.md +++ b/packages/react-components/react-popover/CHANGELOG.md @@ -1,9 +1,37 @@ # Change Log - @fluentui/react-popover -This log was last generated on Wed, 03 Aug 2022 16:03:53 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:12 GMT and should not be manually modified. +## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.1.0) + +Thu, 15 Sep 2022 09:49:12 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.4..@fluentui/react-popover_v9.1.0) + +### Minor changes + +- chore(react-popover): Updates trigger to use useARIAButton ([PR #24177](https://github.com/microsoft/fluentui/pull/24177) by bernardo.sunderhus@gmail.com) +- Bump @fluentui/react-aria to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-context-selector to v9.0.3 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-portal to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-positioning to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +### Patches + +- fix: Allow PopoverSurface to trap focus when it's focusable. ([PR #24134](https://github.com/microsoft/fluentui/pull/24134) by esteban.230@hotmail.com) +- bugfix: stops propagation on Escape keydown ([PR #24750](https://github.com/microsoft/fluentui/pull/24750) by bernardo.sunderhus@gmail.com) +- fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted ([PR #24611](https://github.com/microsoft/fluentui/pull/24611) by miroslav.stastny@microsoft.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- refactor: Replace useMergedEventCallbacks utility with mergeCallbacks ([PR #24152](https://github.com/microsoft/fluentui/pull/24152) by behowell@microsoft.com) +- fix: update color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com) +- chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.4) Wed, 03 Aug 2022 16:03:53 GMT diff --git a/packages/react-components/react-popover/package.json b/packages/react-components/react-popover/package.json index 4bdf0ea0ca780..77de5286aabcb 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.4", + "version": "9.1.0", "description": "Popover component for Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -30,18 +30,19 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-aria": "^9.1.0", - "@fluentui/react-context-selector": "^9.0.2", - "@fluentui/react-portal": "^9.0.4", - "@fluentui/react-positioning": "^9.1.2", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/keyboard-keys": "^9.0.0", + "@fluentui/react-aria": "^9.2.0", + "@fluentui/react-context-selector": "^9.0.3", + "@fluentui/react-portal": "^9.0.5", + "@fluentui/react-positioning": "^9.2.0", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-popover/src/components/PopoverTrigger/usePopoverTrigger.ts b/packages/react-components/react-popover/src/components/PopoverTrigger/usePopoverTrigger.ts index f2f4d16c856bf..4bc59f163bbdd 100644 --- a/packages/react-components/react-popover/src/components/PopoverTrigger/usePopoverTrigger.ts +++ b/packages/react-components/react-popover/src/components/PopoverTrigger/usePopoverTrigger.ts @@ -10,6 +10,7 @@ import { useModalAttributes } from '@fluentui/react-tabster'; import { usePopoverContext_unstable } from '../../popoverContext'; import type { PopoverTriggerChildProps, PopoverTriggerProps, PopoverTriggerState } from './PopoverTrigger.types'; import { useARIAButtonProps } from '@fluentui/react-aria'; +import { Escape } from '@fluentui/keyboard-keys'; /** * Create the state required to render PopoverTrigger. @@ -47,8 +48,11 @@ export const usePopoverTrigger_unstable = (props: PopoverTriggerProps): PopoverT }; const onKeyDown = (e: React.KeyboardEvent) => { - if (e.key === 'Escape') { + if (e.key === Escape && open) { setOpen(e, false); + // stop propagation to avoid conflicting with other elements that listen for `Escape` + // e,g: Dialog, Menu + e.stopPropagation(); } }; diff --git a/packages/react-components/react-portal-compat-context/CHANGELOG.json b/packages/react-components/react-portal-compat-context/CHANGELOG.json index fb33b03b28625..2473f7ed02ec3 100644 --- a/packages/react-components/react-portal-compat-context/CHANGELOG.json +++ b/packages/react-components/react-portal-compat-context/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui/react-portal-compat-context", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:16 GMT", + "tag": "@fluentui/react-portal-compat-context_v9.0.2", + "version": "9.0.2", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-portal-compat-context", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-portal-compat-context", + "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2", + "comment": "chore: fix no-context-default-value lint violations" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:55 GMT", "tag": "@fluentui/react-portal-compat-context_v9.0.1", diff --git a/packages/react-components/react-portal-compat-context/CHANGELOG.md b/packages/react-components/react-portal-compat-context/CHANGELOG.md index fa904d5438867..ccc27805f7e0a 100644 --- a/packages/react-components/react-portal-compat-context/CHANGELOG.md +++ b/packages/react-components/react-portal-compat-context/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-portal-compat-context -This log was last generated on Fri, 15 Jul 2022 18:27:27 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:16 GMT and should not be manually modified. +## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.2) + +Thu, 15 Sep 2022 09:49:16 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.1..@fluentui/react-portal-compat-context_v9.0.2) + +### Patches + +- chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com) + ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.1) Fri, 15 Jul 2022 18:27:27 GMT diff --git a/packages/react-components/react-portal-compat-context/package.json b/packages/react-components/react-portal-compat-context/package.json index c72dfd3f2a152..08bb7054d29c8 100644 --- a/packages/react-components/react-portal-compat-context/package.json +++ b/packages/react-components/react-portal-compat-context/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-portal-compat-context", - "version": "9.0.1", + "version": "9.0.2", "description": "A package that holds React context for compatibility of React Contexts", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-components/react-portal-compat/CHANGELOG.json b/packages/react-components/react-portal-compat/CHANGELOG.json index b86b161a1aa4f..16fa75bb47947 100644 --- a/packages/react-components/react-portal-compat/CHANGELOG.json +++ b/packages/react-components/react-portal-compat/CHANGELOG.json @@ -1,6 +1,53 @@ { "name": "@fluentui/react-portal-compat", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:15 GMT", + "tag": "@fluentui/react-portal-compat_v9.0.6", + "version": "9.0.6", + "comments": { + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-portal-compat", + "commit": "f1f4ab4ac21226c8f6729ca263ca09c1ec9b76f2", + "comment": "fix: Portal compat should apply `focus-visible` ponyfill" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal-compat", + "comment": "Bump @fluentui/react-portal-compat-context to v9.0.2", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal-compat", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal-compat", + "comment": "Bump @fluentui/react-components to v9.3.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal-compat", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-portal-compat", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:54 GMT", "tag": "@fluentui/react-portal-compat_v9.0.5", diff --git a/packages/react-components/react-portal-compat/CHANGELOG.md b/packages/react-components/react-portal-compat/CHANGELOG.md index 97b0cc4817153..9e0ad15308720 100644 --- a/packages/react-components/react-portal-compat/CHANGELOG.md +++ b/packages/react-components/react-portal-compat/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui/react-portal-compat -This log was last generated on Wed, 03 Aug 2022 16:03:54 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:15 GMT and should not be manually modified. +## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.6) + +Thu, 15 Sep 2022 09:49:15 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.5..@fluentui/react-portal-compat_v9.0.6) + +### Patches + +- fix: Portal compat should apply `focus-visible` ponyfill ([PR #24712](https://github.com/microsoft/fluentui/pull/24712) by lingfangao@hotmail.com) +- Bump @fluentui/react-portal-compat-context to v9.0.2 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-components to v9.3.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.5) Wed, 03 Aug 2022 16:03:54 GMT diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json index 96af7f7eca967..e8aaa58346835 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.5", + "version": "9.0.6", "description": "A package that contains compatibility layer for React Portals", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,17 +27,17 @@ }, "devDependencies": { "@fluentui/eslint-plugin": "*", - "@fluentui/react-components": "^9.2.0", - "@fluentui/react-shared-contexts": "^9.0.0", + "@fluentui/react-components": "^9.3.0", + "@fluentui/react-shared-contexts": "^9.0.1", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-portal-compat-context": "^9.0.1", - "@fluentui/react-tabster": "^9.1.0", + "@fluentui/react-portal-compat-context": "^9.0.2", + "@fluentui/react-tabster": "^9.1.1", "tslib": "^2.1.0" }, "peerDependencies": { - "@fluentui/react-components": "^9.2.0", + "@fluentui/react-components": "^9.3.0", "@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 352747c9e3fff..84e4eb111a840 100644 --- a/packages/react-components/react-portal/CHANGELOG.json +++ b/packages/react-components/react-portal/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui/react-portal", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:15 GMT", + "tag": "@fluentui/react-portal_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-portal", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-portal", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-portal", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:54 GMT", "tag": "@fluentui/react-portal_v9.0.4", diff --git a/packages/react-components/react-portal/CHANGELOG.md b/packages/react-components/react-portal/CHANGELOG.md index a78bc23a5a1af..f8422a27c6c40 100644 --- a/packages/react-components/react-portal/CHANGELOG.md +++ b/packages/react-components/react-portal/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-portal -This log was last generated on Wed, 03 Aug 2022 16:03:54 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:15 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.5) + +Thu, 15 Sep 2022 09:49:15 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.4..@fluentui/react-portal_v9.0.5) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.4) Wed, 03 Aug 2022 16:03:54 GMT diff --git a/packages/react-components/react-portal/package.json b/packages/react-components/react-portal/package.json index f1b196981a982..9c6b56461410a 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.4", + "version": "9.0.5", "description": "A utility component that creates portals compatible with Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -31,9 +31,9 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-positioning/CHANGELOG.json b/packages/react-components/react-positioning/CHANGELOG.json index e956f681856db..8f655ccd11258 100644 --- a/packages/react-components/react-positioning/CHANGELOG.json +++ b/packages/react-components/react-positioning/CHANGELOG.json @@ -1,6 +1,61 @@ { "name": "@fluentui/react-positioning", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:16 GMT", + "tag": "@fluentui/react-positioning_v9.2.0", + "version": "9.2.0", + "comments": { + "minor": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-positioning", + "commit": "4ba03b2e704668cb253f8ad16e8995a8a44b3d22", + "comment": "feat: Upgrade to Floating UI v1" + }, + { + "author": "beachball", + "package": "@fluentui/react-positioning", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-positioning", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-positioning", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-positioning", + "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66", + "comment": "docs: re-generate api.md files" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-positioning", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-positioning", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:56 GMT", "tag": "@fluentui/react-positioning_v9.1.2", diff --git a/packages/react-components/react-positioning/CHANGELOG.md b/packages/react-components/react-positioning/CHANGELOG.md index 2f8ef2402883c..40ff3831fa296 100644 --- a/packages/react-components/react-positioning/CHANGELOG.md +++ b/packages/react-components/react-positioning/CHANGELOG.md @@ -1,9 +1,25 @@ # Change Log - @fluentui/react-positioning -This log was last generated on Wed, 03 Aug 2022 16:03:56 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:16 GMT and should not be manually modified. +## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.2.0) + +Thu, 15 Sep 2022 09:49:16 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.1.2..@fluentui/react-positioning_v9.2.0) + +### Minor changes + +- feat: Upgrade to Floating UI v1 ([PR #24254](https://github.com/microsoft/fluentui/pull/24254) by lingfangao@hotmail.com) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) + ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.1.2) Wed, 03 Aug 2022 16:03:56 GMT diff --git a/packages/react-components/react-positioning/package.json b/packages/react-components/react-positioning/package.json index 929a5360e7eeb..944bab326165b 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.1.2", + "version": "9.2.0", "description": "A react wrapper around Popper.js for Fluent UI", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -29,9 +29,9 @@ }, "dependencies": { "@floating-ui/dom": "^1.0.0", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-progress/CHANGELOG.json b/packages/react-components/react-progress/CHANGELOG.json index c20c21e9426eb..f242756962e83 100644 --- a/packages/react-components/react-progress/CHANGELOG.json +++ b/packages/react-components/react-progress/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@fluentui/react-progress", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 GMT", + "tag": "@fluentui/react-progress_v9.0.0-alpha.0", + "version": "9.0.0-alpha.0", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-progress", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-progress", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-progress", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 GMT", "tag": "@fluentui/react-progress_v9.0.0-alpha.0", diff --git a/packages/react-components/react-progress/CHANGELOG.md b/packages/react-components/react-progress/CHANGELOG.md index 299422f85a20d..094021210b9af 100644 --- a/packages/react-components/react-progress/CHANGELOG.md +++ b/packages/react-components/react-progress/CHANGELOG.md @@ -1,11 +1,22 @@ # Change Log - @fluentui/react-progress -This log was last generated on Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 GMT and should not be manually modified. ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.0) +Thu, 15 Sep 2022 09:50:08 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.0..@fluentui/react-progress_v9.0.0-alpha.0) + +### Patches + +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.0) + Wed, 03 Aug 2022 16:04:10 GMT ### Patches diff --git a/packages/react-components/react-progress/package.json b/packages/react-components/react-progress/package.json index fcf39b9252236..e58385def6d07 100644 --- a/packages/react-components/react-progress/package.json +++ b/packages/react-components/react-progress/package.json @@ -28,12 +28,12 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-provider/CHANGELOG.json b/packages/react-components/react-provider/CHANGELOG.json index 1e8980433a5eb..550e269003493 100644 --- a/packages/react-components/react-provider/CHANGELOG.json +++ b/packages/react-components/react-provider/CHANGELOG.json @@ -1,6 +1,59 @@ { "name": "@fluentui/react-provider", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:18 GMT", + "tag": "@fluentui/react-provider_v9.1.1", + "version": "9.1.1", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-provider", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-provider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-provider", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:56 GMT", "tag": "@fluentui/react-provider_v9.1.0", diff --git a/packages/react-components/react-provider/CHANGELOG.md b/packages/react-components/react-provider/CHANGELOG.md index 5c06f8968f1bd..05db8191871ad 100644 --- a/packages/react-components/react-provider/CHANGELOG.md +++ b/packages/react-components/react-provider/CHANGELOG.md @@ -1,9 +1,23 @@ # Change Log - @fluentui/react-provider -This log was last generated on Wed, 03 Aug 2022 16:03:56 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:18 GMT and should not be manually modified. +## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.1) + +Thu, 15 Sep 2022 09:49:18 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.0..@fluentui/react-provider_v9.1.1) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.0) Wed, 03 Aug 2022 16:03:56 GMT diff --git a/packages/react-components/react-provider/package.json b/packages/react-components/react-provider/package.json index 3bbbb9e4e3283..8fe4b89cb4072 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.1.0", + "version": "9.1.1", "description": "Fluent UI React provider 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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/core": "^1.5.1", "@griffel/react": "^1.3.0", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-radio/CHANGELOG.json b/packages/react-components/react-radio/CHANGELOG.json index cac40b693d1cb..6e8e81e0948c6 100644 --- a/packages/react-components/react-radio/CHANGELOG.json +++ b/packages/react-components/react-radio/CHANGELOG.json @@ -1,6 +1,83 @@ { "name": "@fluentui/react-radio", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:18 GMT", + "tag": "@fluentui/react-radio_v9.0.5", + "version": "9.0.5", + "comments": { + "none": [ + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-radio", + "commit": "22de26fac5b939224884052b0bf86cecc5f22fee", + "comment": "docs: Clarify the documentation of RadioGroup's required prop" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-radio", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "patch": [ + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-radio", + "commit": "e598325b985cad3e5057f00893e0176416edd292", + "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-radio", + "commit": "a606fbedcf7d618d1a48706a5e15c26c4cd85ba6", + "comment": "chore: fix no-context-default-value lint violations for cxe" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-radio", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-context-selector to v9.0.3", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-radio", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:57 GMT", "tag": "@fluentui/react-radio_v9.0.4", diff --git a/packages/react-components/react-radio/CHANGELOG.md b/packages/react-components/react-radio/CHANGELOG.md index e505154e3fa7c..04053a32b4231 100644 --- a/packages/react-components/react-radio/CHANGELOG.md +++ b/packages/react-components/react-radio/CHANGELOG.md @@ -1,9 +1,26 @@ # Change Log - @fluentui/react-radio -This log was last generated on Wed, 03 Aug 2022 16:03:57 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:18 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.5) + +Thu, 15 Sep 2022 09:49:18 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.4..@fluentui/react-radio_v9.0.5) + +### Patches + +- refactor: Replace useMergedEventCallbacks utility with mergeCallbacks ([PR #24152](https://github.com/microsoft/fluentui/pull/24152) by behowell@microsoft.com) +- chore: fix no-context-default-value lint violations for cxe ([PR #24277](https://github.com/microsoft/fluentui/pull/24277) by lingfangao@hotmail.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-context-selector to v9.0.3 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.4) Wed, 03 Aug 2022 16:03:57 GMT diff --git a/packages/react-components/react-radio/package.json b/packages/react-components/react-radio/package.json index 52b4db727f457..66c861847d217 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.4", + "version": "9.0.5", "description": "Fluent UI Radio 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.12" + "@fluentui/react-conformance-griffel": "9.0.0-beta.13" }, "dependencies": { - "@fluentui/react-context-selector": "^9.0.2", + "@fluentui/react-context-selector": "^9.0.3", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-label": "^9.0.4", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-label": "^9.0.5", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-select/CHANGELOG.json b/packages/react-components/react-select/CHANGELOG.json index 34d8ae5b715c8..ef050ed6e777d 100644 --- a/packages/react-components/react-select/CHANGELOG.json +++ b/packages/react-components/react-select/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui/react-select", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:20 GMT", + "tag": "@fluentui/react-select_v9.0.0-beta.9", + "version": "9.0.0-beta.9", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-select", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ], + "prerelease": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-select", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-select", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-select", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-select", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:58 GMT", "tag": "@fluentui/react-select_v9.0.0-beta.8", diff --git a/packages/react-components/react-select/CHANGELOG.md b/packages/react-components/react-select/CHANGELOG.md index dcd1ef30f810b..1c7a91adb11fa 100644 --- a/packages/react-components/react-select/CHANGELOG.md +++ b/packages/react-components/react-select/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-select -This log was last generated on Wed, 03 Aug 2022 16:03:58 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:20 GMT and should not be manually modified. +## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.9) + +Thu, 15 Sep 2022 09:49:20 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.8..@fluentui/react-select_v9.0.0-beta.9) + +### Changes + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.8) Wed, 03 Aug 2022 16:03:58 GMT diff --git a/packages/react-components/react-select/package.json b/packages/react-components/react-select/package.json index 76b392b7dc1e0..35eb27a64a8eb 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.8", + "version": "9.0.0-beta.9", "description": "Fluent UI React Select component", "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.12" + "@fluentui/react-conformance-griffel": "9.0.0-beta.13" }, "dependencies": { "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-select/src/stories/Select/SelectAppearance.stories.tsx b/packages/react-components/react-select/src/stories/Select/SelectAppearance.stories.tsx index f46925d3b40a2..e1fa9e85fcc8d 100644 --- a/packages/react-components/react-select/src/stories/Select/SelectAppearance.stories.tsx +++ b/packages/react-components/react-select/src/stories/Select/SelectAppearance.stories.tsx @@ -17,15 +17,15 @@ const useStyles = makeStyles({ }, filledLighter: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, filledDarker: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, }); diff --git a/packages/react-components/react-shared-contexts/CHANGELOG.json b/packages/react-components/react-shared-contexts/CHANGELOG.json index fc43c44f7ef82..430e2c76f4d81 100644 --- a/packages/react-components/react-shared-contexts/CHANGELOG.json +++ b/packages/react-components/react-shared-contexts/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui/react-shared-contexts", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:20 GMT", + "tag": "@fluentui/react-shared-contexts_v9.0.1", + "version": "9.0.1", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-shared-contexts", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-shared-contexts", + "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66", + "comment": "docs(react-shared-contexts): re-generate api.md" + } + ], + "patch": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-shared-contexts", + "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2", + "comment": "chore: fix no-context-default-value lint violations" + }, + { + "author": "beachball", + "package": "@fluentui/react-shared-contexts", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:03:59 GMT", "tag": "@fluentui/react-shared-contexts_v9.0.0", diff --git a/packages/react-components/react-shared-contexts/CHANGELOG.md b/packages/react-components/react-shared-contexts/CHANGELOG.md index a0c14d21bfe0e..1c7af23ba6209 100644 --- a/packages/react-components/react-shared-contexts/CHANGELOG.md +++ b/packages/react-components/react-shared-contexts/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-shared-contexts -This log was last generated on Tue, 28 Jun 2022 15:13:58 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:20 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.1) + +Thu, 15 Sep 2022 09:49:20 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0..@fluentui/react-shared-contexts_v9.0.1) + +### Patches + +- chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0) Tue, 28 Jun 2022 15:13:58 GMT diff --git a/packages/react-components/react-shared-contexts/package.json b/packages/react-components/react-shared-contexts/package.json index be1b77bb5c2a8..6d9405c423603 100644 --- a/packages/react-components/react-shared-contexts/package.json +++ b/packages/react-components/react-shared-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-shared-contexts", - "version": "9.0.0", + "version": "9.0.1", "description": "Fluent UI React Contexts shared by multiple components.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,7 +27,7 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", + "@fluentui/react-theme": "^9.1.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 171e8147719d2..0ad613670c86d 100644 --- a/packages/react-components/react-slider/CHANGELOG.json +++ b/packages/react-components/react-slider/CHANGELOG.json @@ -1,6 +1,65 @@ { "name": "@fluentui/react-slider", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:21 GMT", + "tag": "@fluentui/react-slider_v9.0.4", + "version": "9.0.4", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-slider", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-shared-contexts to v9.0.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-slider", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-slider", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:00 GMT", "tag": "@fluentui/react-slider_v9.0.3", diff --git a/packages/react-components/react-slider/CHANGELOG.md b/packages/react-components/react-slider/CHANGELOG.md index a2e3857013632..c49bf4aa6e16c 100644 --- a/packages/react-components/react-slider/CHANGELOG.md +++ b/packages/react-components/react-slider/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @fluentui/react-slider -This log was last generated on Wed, 03 Aug 2022 16:04:00 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:21 GMT and should not be manually modified. +## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.4) + +Thu, 15 Sep 2022 09:49:21 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.3..@fluentui/react-slider_v9.0.4) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.3) Wed, 03 Aug 2022 16:04:00 GMT diff --git a/packages/react-components/react-slider/package.json b/packages/react-components/react-slider/package.json index aa186fdfd7397..dab842984043b 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.3", + "version": "9.0.4", "description": "Fluent UI React Slider 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.12", - "@fluentui/react-label": "^9.0.4", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", + "@fluentui/react-label": "^9.0.5", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/react": "^1.3.0", - "@fluentui/react-shared-contexts": "^9.0.0", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-shared-contexts": "^9.0.1", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-spinbutton/CHANGELOG.json b/packages/react-components/react-spinbutton/CHANGELOG.json index 7c67cda68b2a0..16d8e8c55720e 100644 --- a/packages/react-components/react-spinbutton/CHANGELOG.json +++ b/packages/react-components/react-spinbutton/CHANGELOG.json @@ -1,6 +1,71 @@ { "name": "@fluentui/react-spinbutton", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:22 GMT", + "tag": "@fluentui/react-spinbutton_v9.0.1", + "version": "9.0.1", + "comments": { + "patch": [ + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-spinbutton", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-spinbutton", + "commit": "e598325b985cad3e5057f00893e0176416edd292", + "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-input to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinbutton", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "jennz@microsoft.com", + "package": "@fluentui/react-spinbutton", + "commit": "7f7f925f576751f77c612bfdd6557232451f9990", + "comment": "docs: add accessibility documentation for SpinButton" + }, + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-spinbutton", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:01 GMT", "tag": "@fluentui/react-spinbutton_v9.0.0", diff --git a/packages/react-components/react-spinbutton/CHANGELOG.md b/packages/react-components/react-spinbutton/CHANGELOG.md index c328adbbb309a..cff3fe39aad09 100644 --- a/packages/react-components/react-spinbutton/CHANGELOG.md +++ b/packages/react-components/react-spinbutton/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @fluentui/react-spinbutton -This log was last generated on Wed, 03 Aug 2022 16:04:01 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:22 GMT and should not be manually modified. +## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.1) + +Thu, 15 Sep 2022 09:49:22 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0..@fluentui/react-spinbutton_v9.0.1) + +### Patches + +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- refactor: Replace useMergedEventCallbacks utility with mergeCallbacks ([PR #24152](https://github.com/microsoft/fluentui/pull/24152) by behowell@microsoft.com) +- Bump @fluentui/react-input to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0) Wed, 03 Aug 2022 16:04:01 GMT diff --git a/packages/react-components/react-spinbutton/package.json b/packages/react-components/react-spinbutton/package.json index ef646af22b7a6..df7833396f5b7 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", + "version": "9.0.1", "description": "Fluent UI React SpinButton component.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -28,17 +28,17 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", - "@fluentui/react-label": "^9.0.4", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", + "@fluentui/react-label": "^9.0.5", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@griffel/react": "^1.3.0", "@fluentui/keyboard-keys": "^9.0.0", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-input": "^9.0.4", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-input": "^9.1.0", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-spinbutton/src/stories/SpinButton/SpinButtonAppearance.stories.tsx b/packages/react-components/react-spinbutton/src/stories/SpinButton/SpinButtonAppearance.stories.tsx index bbf4a884ab9f6..aabd3654beb86 100644 --- a/packages/react-components/react-spinbutton/src/stories/SpinButton/SpinButtonAppearance.stories.tsx +++ b/packages/react-components/react-spinbutton/src/stories/SpinButton/SpinButtonAppearance.stories.tsx @@ -16,15 +16,15 @@ const useStyles = makeStyles({ }, filledLighter: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, filledDarker: { - backgroundColor: tokens.colorPaletteBerryForeground1, + backgroundColor: tokens.colorNeutralBackgroundInverted, '> label': { - color: tokens.colorNeutralForegroundInverted, + color: tokens.colorNeutralForegroundInverted2, }, }, }); diff --git a/packages/react-components/react-spinner/CHANGELOG.json b/packages/react-components/react-spinner/CHANGELOG.json index b400406c617fc..5396babe35174 100644 --- a/packages/react-components/react-spinner/CHANGELOG.json +++ b/packages/react-components/react-spinner/CHANGELOG.json @@ -1,6 +1,77 @@ { "name": "@fluentui/react-spinner", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:23 GMT", + "tag": "@fluentui/react-spinner_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "miroslav.stastny@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830", + "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "ololubek@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "7c2ccadde562224609e08d5bdd2c42b078f5bef2", + "comment": "(patch): Add line-height styling to Spinner" + }, + { + "author": "seanmonahan@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c", + "comment": "fix: update color tokens" + }, + { + "author": "ololubek@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "a210c2524d1961b6b9b7cb8774bec951dbbd9db0", + "comment": "(chore): Remove appearance conditional from Spinner slot styling" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-spinner", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-spinner", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:01 GMT", "tag": "@fluentui/react-spinner_v9.0.4", diff --git a/packages/react-components/react-spinner/CHANGELOG.md b/packages/react-components/react-spinner/CHANGELOG.md index 974b32df3c7c7..ec15ac1c0c792 100644 --- a/packages/react-components/react-spinner/CHANGELOG.md +++ b/packages/react-components/react-spinner/CHANGELOG.md @@ -1,9 +1,26 @@ # Change Log - @fluentui/react-spinner -This log was last generated on Wed, 03 Aug 2022 16:04:01 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:23 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.5) + +Thu, 15 Sep 2022 09:49:23 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.4..@fluentui/react-spinner_v9.0.5) + +### Patches + +- fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted ([PR #24611](https://github.com/microsoft/fluentui/pull/24611) by miroslav.stastny@microsoft.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- (patch): Add line-height styling to Spinner ([PR #24643](https://github.com/microsoft/fluentui/pull/24643) by ololubek@microsoft.com) +- fix: update color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com) +- (chore): Remove appearance conditional from Spinner slot styling ([PR #24480](https://github.com/microsoft/fluentui/pull/24480) by ololubek@microsoft.com) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.4) Wed, 03 Aug 2022 16:04:01 GMT diff --git a/packages/react-components/react-spinner/package.json b/packages/react-components/react-spinner/package.json index 4344c8124a8a2..5c43d8d6e7eda 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.4", + "version": "9.0.5", "description": "Spinner component for Fluent UI React", "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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-label": "^9.0.4", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-label": "^9.0.5", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-storybook-addon/CHANGELOG.json b/packages/react-components/react-storybook-addon/CHANGELOG.json index 8b4b338775a3b..80e307739cb50 100644 --- a/packages/react-components/react-storybook-addon/CHANGELOG.json +++ b/packages/react-components/react-storybook-addon/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-storybook-addon", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 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-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-storybook-addon", + "comment": "Bump @fluentui/react-provider to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 a83ebc1f63bf2..27f43de5a50ad 100644 --- a/packages/react-components/react-storybook-addon/CHANGELOG.md +++ b/packages/react-components/react-storybook-addon/CHANGELOG.md @@ -1,11 +1,21 @@ # Change Log - @fluentui/react-storybook-addon -This log was last generated on Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 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) +Thu, 15 Sep 2022 09:50:08 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-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-provider to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v9.0.0-rc.1) + Wed, 03 Aug 2022 16:04:10 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 0c8df074b9c23..3dd493c25af69 100644 --- a/packages/react-components/react-storybook-addon/package.json +++ b/packages/react-components/react-storybook-addon/package.json @@ -30,8 +30,8 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-provider": "^9.1.0", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-provider": "^9.1.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 b0e8da95fc9ca..83c9a6c852731 100644 --- a/packages/react-components/react-storybook/CHANGELOG.json +++ b/packages/react-components/react-storybook/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-storybook", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:50:08 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.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-storybook", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:10 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 51d8c1ed00835..f47211343ba7d 100644 --- a/packages/react-components/react-storybook/CHANGELOG.md +++ b/packages/react-components/react-storybook/CHANGELOG.md @@ -1,11 +1,21 @@ # Change Log - @fluentui/react-storybook -This log was last generated on Wed, 03 Aug 2022 16:04:10 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:50:08 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) +Thu, 15 Sep 2022 09:50:08 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.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + +## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook_v9.0.0-rc.1) + Wed, 03 Aug 2022 16:04:10 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 9701aed24c51e..355c2a35bbbe1 100644 --- a/packages/react-components/react-storybook/package.json +++ b/packages/react-components/react-storybook/package.json @@ -28,8 +28,8 @@ "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-provider": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", + "@fluentui/react-provider": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/packages/react-components/react-switch/CHANGELOG.json b/packages/react-components/react-switch/CHANGELOG.json index 7a93e2459bc8f..7fd2e89bde872 100644 --- a/packages/react-components/react-switch/CHANGELOG.json +++ b/packages/react-components/react-switch/CHANGELOG.json @@ -1,6 +1,71 @@ { "name": "@fluentui/react-switch", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:25 GMT", + "tag": "@fluentui/react-switch_v9.0.5", + "version": "9.0.5", + "comments": { + "patch": [ + { + "author": "seanmonahan@microsoft.com", + "package": "@fluentui/react-switch", + "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c", + "comment": "fix: update color tokens" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-switch", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "behowell@microsoft.com", + "package": "@fluentui/react-switch", + "commit": "e598325b985cad3e5057f00893e0176416edd292", + "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-label to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-switch", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-switch", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:02 GMT", "tag": "@fluentui/react-switch_v9.0.4", diff --git a/packages/react-components/react-switch/CHANGELOG.md b/packages/react-components/react-switch/CHANGELOG.md index 8f87233886f69..5379d4a65b213 100644 --- a/packages/react-components/react-switch/CHANGELOG.md +++ b/packages/react-components/react-switch/CHANGELOG.md @@ -1,9 +1,25 @@ # Change Log - @fluentui/react-switch -This log was last generated on Wed, 03 Aug 2022 16:04:02 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:25 GMT and should not be manually modified. +## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.5) + +Thu, 15 Sep 2022 09:49:25 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.0.4..@fluentui/react-switch_v9.0.5) + +### Patches + +- fix: update color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- refactor: Replace useMergedEventCallbacks utility with mergeCallbacks ([PR #24152](https://github.com/microsoft/fluentui/pull/24152) by behowell@microsoft.com) +- Bump @fluentui/react-label to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.4) Wed, 03 Aug 2022 16:04:02 GMT diff --git a/packages/react-components/react-switch/package.json b/packages/react-components/react-switch/package.json index cff89c3e560d1..beb5ea9bac0ff 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.4", + "version": "9.0.5", "description": "Fluent UI React Switch 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.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-label": "^9.0.4", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-label": "^9.0.5", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-table/CHANGELOG.json b/packages/react-components/react-table/CHANGELOG.json index cb4054bee4342..5554368047a0e 100644 --- a/packages/react-components/react-table/CHANGELOG.json +++ b/packages/react-components/react-table/CHANGELOG.json @@ -1,6 +1,137 @@ { "name": "@fluentui/react-table", "entries": [ + { + "date": "Thu, 15 Sep 2022 09:49:26 GMT", + "tag": "@fluentui/react-table_v9.0.0-alpha.2", + "version": "9.0.0-alpha.2", + "comments": { + "prerelease": [ + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "851d0fd82f7d802d048be89dc363271f7cf1720a", + "comment": "implement `useTable` state hook" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "e79be7955cfeef07aa3377bf123b88800e4af1cc", + "comment": "feat: Remove TableCellPrimaryLayout, adds `appearance` prop to TableCellLayout for primary layout" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "b51ebaec4a0681dc71e8f67a28a9d28b051bcba8", + "comment": "BREAKING: TableCell layouts are handled by layout components" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "059b48cc66cbeb9c545b60ef842407895cd4e505", + "comment": "feat: Implement table cell layout components" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "8f420a1c55f283156b758bda1e7ef0591ec57a78", + "comment": "feat: Remove inferred row state and add `rowEnhancer` option" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "cf7b0b6c6941c1b798a57ead0bc67b98e4e0ddbb", + "comment": "feat: Implement unstable navigation modes" + }, + { + "author": "olfedias@microsoft.com", + "package": "@fluentui/react-table", + "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2", + "comment": "chore: Update Griffel to latest version" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "02a6a76a3350adfb4fd95cdfc178864801c8e2bf", + "comment": "refactor(useTable): selection manager to avoid calling multiple hooks" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "b9b2c4cf2b69e8d5e4b0a8a01fcc8458b1c8efc6", + "comment": "feat: Implement `TableSelectionCell`" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "f5398157ebbea5c748d8d7336f18b378a8bdec16", + "comment": "refactor: Stop using context selector for Table primitives" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "573289549f9712357c5561057fc24e97f62a6c63", + "comment": "feat: autocontrolled `useTable` hook" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "9253171aac6e08d6830361d125d657f21ddfc90a", + "comment": "feat: Implement `TableCellActions` and `TablePrimaryCell`" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-aria to v9.2.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-checkbox to v9.0.5", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-tabster to v9.1.1", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-theme to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-utilities to v9.1.0", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + }, + { + "author": "beachball", + "package": "@fluentui/react-table", + "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13", + "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8" + } + ], + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/react-table", + "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5", + "comment": "chore: update package scaffold" + }, + { + "author": "lingfangao@hotmail.com", + "package": "@fluentui/react-table", + "commit": "9e604a18ef914090301b4d0cd0b602f646f5719c", + "comment": "chore: Add preview warning for Table component" + } + ] + } + }, { "date": "Wed, 03 Aug 2022 16:04:03 GMT", "tag": "@fluentui/react-table_v9.0.0-alpha.1", diff --git a/packages/react-components/react-table/CHANGELOG.md b/packages/react-components/react-table/CHANGELOG.md index 5d2cc69eb37f7..312b081c9fbfb 100644 --- a/packages/react-components/react-table/CHANGELOG.md +++ b/packages/react-components/react-table/CHANGELOG.md @@ -1,9 +1,35 @@ # Change Log - @fluentui/react-table -This log was last generated on Wed, 03 Aug 2022 16:04:03 GMT and should not be manually modified. +This log was last generated on Thu, 15 Sep 2022 09:49:26 GMT and should not be manually modified. +## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.2) + +Thu, 15 Sep 2022 09:49:26 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.1..@fluentui/react-table_v9.0.0-alpha.2) + +### Changes + +- implement `useTable` state hook ([PR #24329](https://github.com/microsoft/fluentui/pull/24329) by lingfangao@hotmail.com) +- feat: Remove TableCellPrimaryLayout, adds `appearance` prop to TableCellLayout for primary layout ([PR #24789](https://github.com/microsoft/fluentui/pull/24789) by lingfangao@hotmail.com) +- BREAKING: TableCell layouts are handled by layout components ([PR #24762](https://github.com/microsoft/fluentui/pull/24762) by lingfangao@hotmail.com) +- feat: Implement table cell layout components ([PR #24773](https://github.com/microsoft/fluentui/pull/24773) by lingfangao@hotmail.com) +- feat: Remove inferred row state and add `rowEnhancer` option ([PR #24346](https://github.com/microsoft/fluentui/pull/24346) by lingfangao@hotmail.com) +- feat: Implement unstable navigation modes ([PR #24383](https://github.com/microsoft/fluentui/pull/24383) by lingfangao@hotmail.com) +- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com) +- refactor(useTable): selection manager to avoid calling multiple hooks ([PR #24377](https://github.com/microsoft/fluentui/pull/24377) by lingfangao@hotmail.com) +- feat: Implement `TableSelectionCell` ([PR #24252](https://github.com/microsoft/fluentui/pull/24252) by lingfangao@hotmail.com) +- refactor: Stop using context selector for Table primitives ([PR #24806](https://github.com/microsoft/fluentui/pull/24806) by lingfangao@hotmail.com) +- feat: autocontrolled `useTable` hook ([PR #24688](https://github.com/microsoft/fluentui/pull/24688) by lingfangao@hotmail.com) +- feat: Implement `TableCellActions` and `TablePrimaryCell` ([PR #24232](https://github.com/microsoft/fluentui/pull/24232) by lingfangao@hotmail.com) +- Bump @fluentui/react-aria to v9.2.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-checkbox to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) +- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball) + ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.1) Wed, 03 Aug 2022 16:04:03 GMT diff --git a/packages/react-components/react-table/etc/react-table.api.md b/packages/react-components/react-table/etc/react-table.api.md index e841abaac9645..32023ee3e96a1 100644 --- a/packages/react-components/react-table/etc/react-table.api.md +++ b/packages/react-components/react-table/etc/react-table.api.md @@ -11,11 +11,7 @@ import type { Checkbox } from '@fluentui/react-checkbox'; import type { CheckboxProps } from '@fluentui/react-checkbox'; import type { ComponentProps } from '@fluentui/react-utilities'; import type { ComponentState } from '@fluentui/react-utilities'; -import { ContextSelector } from '@fluentui/react-context-selector'; -import { FC } from 'react'; import type { ForwardRefComponent } from '@fluentui/react-utilities'; -import { Provider } from 'react'; -import { ProviderProps } from 'react'; import * as React_2 from 'react'; import type { Slot } from '@fluentui/react-utilities'; import type { SlotClassNames } from '@fluentui/react-utilities'; @@ -46,9 +42,6 @@ export const renderTableCellActions_unstable: (state: TableCellActionsState) => // @public export const renderTableCellLayout_unstable: (state: TableCellLayoutState) => JSX.Element; -// @public -export const renderTableCellPrimaryLayout_unstable: (state: TableCellPrimaryLayoutState) => JSX.Element; - // @public export const renderTableHeader_unstable: (state: TableHeaderState) => JSX.Element; @@ -106,7 +99,9 @@ export const TableCellActions: ForwardRefComponent; export const tableCellActionsClassNames: SlotClassNames; // @public -export type TableCellActionsProps = ComponentProps & {}; +export type TableCellActionsProps = ComponentProps & { + visible?: boolean; +}; // @public (undocumented) export type TableCellActionsSlots = { @@ -114,7 +109,7 @@ export type TableCellActionsSlots = { }; // @public -export type TableCellActionsState = ComponentState; +export type TableCellActionsState = ComponentState & Pick, 'visible'>; // @public (undocumented) export const tableCellClassName = "fui-TableCell"; @@ -129,35 +124,21 @@ export const TableCellLayout: ForwardRefComponent; export const tableCellLayoutClassNames: SlotClassNames; // @public -export type TableCellLayoutProps = ComponentProps & {}; +export type TableCellLayoutProps = ComponentProps> & { + appearance?: 'primary'; +}; // @public (undocumented) export type TableCellLayoutSlots = { root: Slot<'div'>; - media?: Slot<'span'>; -}; - -// @public -export type TableCellLayoutState = ComponentState; - -// @public -export const TableCellPrimaryLayout: ForwardRefComponent; - -// @public (undocumented) -export const tableCellPrimaryLayoutClassNames: SlotClassNames; - -// @public -export type TableCellPrimaryLayoutProps = ComponentProps> & {}; - -// @public (undocumented) -export type TableCellPrimaryLayoutSlots = { + media: Slot<'span'>; main: Slot<'span'>; - secondary: Slot<'span'>; + description: Slot<'span'>; wrapper: Slot<'div'>; -} & TableCellLayoutSlots; +}; // @public -export type TableCellPrimaryLayoutState = ComponentState; +export type TableCellLayoutState = ComponentState & Pick; // @public export type TableCellProps = ComponentProps & {}; @@ -177,7 +158,7 @@ export const tableClassName = "fui-Table"; export const tableClassNames: SlotClassNames; // @public (undocumented) -export const TableContextProvider: Provider & FC>; +export const TableContextProvider: React_2.Provider; // @public (undocumented) export type TableContextValue = { @@ -340,17 +321,11 @@ export const useTableCellLayout_unstable: (props: TableCellLayoutProps, ref: Rea // @public export const useTableCellLayoutStyles_unstable: (state: TableCellLayoutState) => TableCellLayoutState; -// @public -export const useTableCellPrimaryLayout_unstable: (props: TableCellPrimaryLayoutProps, ref: React_2.Ref) => TableCellPrimaryLayoutState; - -// @public -export const useTableCellPrimaryLayoutStyles_unstable: (state: TableCellPrimaryLayoutState) => TableCellPrimaryLayoutState; - // @public export const useTableCellStyles_unstable: (state: TableCellState) => TableCellState; // @public (undocumented) -export const useTableContext: (selector: ContextSelector) => T; +export const useTableContext: () => TableContextValue; // @public export const useTableHeader_unstable: (props: TableHeaderProps, ref: React_2.Ref) => TableHeaderState; diff --git a/packages/react-components/react-table/package.json b/packages/react-components/react-table/package.json index 428d1cf67a588..5498218457893 100644 --- a/packages/react-components/react-table/package.json +++ b/packages/react-components/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-table", - "version": "9.0.0-alpha.1", + "version": "9.0.0-alpha.2", "description": "React components for building web experiences", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -27,17 +27,16 @@ "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.12", + "@fluentui/react-conformance-griffel": "9.0.0-beta.13", "@fluentui/scripts": "^1.0.0" }, "dependencies": { - "@fluentui/react-aria": "^9.1.0", - "@fluentui/react-checkbox": "^9.0.4", - "@fluentui/react-context-selector": "^9.0.2", + "@fluentui/react-aria": "^9.2.0", + "@fluentui/react-checkbox": "^9.0.5", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-tabster": "^9.1.0", - "@fluentui/react-theme": "^9.0.0", - "@fluentui/react-utilities": "^9.0.2", + "@fluentui/react-tabster": "^9.1.1", + "@fluentui/react-theme": "^9.1.0", + "@fluentui/react-utilities": "^9.1.0", "@griffel/react": "^1.3.0", "tslib": "^2.1.0" }, diff --git a/packages/react-components/react-table/src/TableCellPrimaryLayout.ts b/packages/react-components/react-table/src/TableCellPrimaryLayout.ts index 741ed2619aa79..2ef0ff4cf59b2 100644 --- a/packages/react-components/react-table/src/TableCellPrimaryLayout.ts +++ b/packages/react-components/react-table/src/TableCellPrimaryLayout.ts @@ -1 +1 @@ -export * from './components/TableCellPrimaryLayout/index'; +export * from './components/TableCellLayout/index'; diff --git a/packages/react-components/react-table/src/components/Table/useTableContextValues.ts b/packages/react-components/react-table/src/components/Table/useTableContextValues.ts index ae9eda7637749..e9a7bb63df310 100644 --- a/packages/react-components/react-table/src/components/Table/useTableContextValues.ts +++ b/packages/react-components/react-table/src/components/Table/useTableContextValues.ts @@ -1,13 +1,19 @@ +import * as React from 'react'; import { TableContextValues, TableState } from './Table.types'; export function useTableContextValues_unstable(state: TableState): TableContextValues { const { size, noNativeElements, sortable } = state; - return { - table: { + const tableContext = React.useMemo( + () => ({ noNativeElements, size, sortable, - }, + }), + [noNativeElements, size, sortable], + ); + + return { + table: tableContext, }; } diff --git a/packages/react-components/react-table/src/components/Table/useTableStyles.ts b/packages/react-components/react-table/src/components/Table/useTableStyles.ts index c7a5c1e276408..c4606db905114 100644 --- a/packages/react-components/react-table/src/components/Table/useTableStyles.ts +++ b/packages/react-components/react-table/src/components/Table/useTableStyles.ts @@ -1,4 +1,5 @@ import { makeStyles, mergeClasses } from '@griffel/react'; +import { tokens } from '@fluentui/react-theme'; import type { TableSlots, TableState } from './Table.types'; import type { SlotClassNames } from '@fluentui/react-utilities'; @@ -16,7 +17,7 @@ const useStyles = makeStyles({ borderCollapse: 'collapse', width: '100%', display: 'table', - tableLayout: 'fixed', + backgroundColor: tokens.colorNeutralBackground1, }, }); diff --git a/packages/react-components/react-table/src/components/TableBody/useTableBody.ts b/packages/react-components/react-table/src/components/TableBody/useTableBody.ts index eb2f19a7a9264..8729e7f52bb57 100644 --- a/packages/react-components/react-table/src/components/TableBody/useTableBody.ts +++ b/packages/react-components/react-table/src/components/TableBody/useTableBody.ts @@ -13,7 +13,7 @@ import { useTableContext } from '../../contexts/tableContext'; * @param ref - reference to root HTMLElement of TableBody */ export const useTableBody_unstable = (props: TableBodyProps, ref: React.Ref): TableBodyState => { - const noNativeElements = useTableContext(ctx => ctx.noNativeElements); + const { noNativeElements } = useTableContext(); const rootComponent = props.as ?? noNativeElements ? 'div' : 'tbody'; return { diff --git a/packages/react-components/react-table/src/components/TableCell/useTableCell.ts b/packages/react-components/react-table/src/components/TableCell/useTableCell.ts index 1d64891da000e..7bfd1a4284c5b 100644 --- a/packages/react-components/react-table/src/components/TableCell/useTableCell.ts +++ b/packages/react-components/react-table/src/components/TableCell/useTableCell.ts @@ -13,7 +13,7 @@ import { useTableContext } from '../../contexts/tableContext'; * @param ref - reference to root HTMLElement of TableCell */ export const useTableCell_unstable = (props: TableCellProps, ref: React.Ref): TableCellState => { - const noNativeElements = useTableContext(ctx => ctx.noNativeElements); + const { noNativeElements } = useTableContext(); const rootComponent = props.as ?? noNativeElements ? 'div' : 'td'; diff --git a/packages/react-components/react-table/src/components/TableCell/useTableCellStyles.ts b/packages/react-components/react-table/src/components/TableCell/useTableCellStyles.ts index 26916faa33be0..d1eb8d7a0a192 100644 --- a/packages/react-components/react-table/src/components/TableCell/useTableCellStyles.ts +++ b/packages/react-components/react-table/src/components/TableCell/useTableCellStyles.ts @@ -13,6 +13,7 @@ export const tableCellClassNames: SlotClassNames = { */ const useStyles = makeStyles({ root: { + position: 'relative', verticalAlign: 'middle', display: 'table-cell', ...shorthands.padding('0px', tokens.spacingHorizontalS), diff --git a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.types.ts b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.types.ts index 66a8611567bf8..7523f628c2d2d 100644 --- a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.types.ts +++ b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.types.ts @@ -7,9 +7,16 @@ export type TableCellActionsSlots = { /** * TableCellActions Props */ -export type TableCellActionsProps = ComponentProps & {}; +export type TableCellActionsProps = ComponentProps & { + /** + * When true, the actions are always visible regardless of row hover. + * Can be useful keeping the actions visible when a popout surface is opened. + */ + visible?: boolean; +}; /** * State used in rendering TableCellActions */ -export type TableCellActionsState = ComponentState; +export type TableCellActionsState = ComponentState & + Pick, 'visible'>; diff --git a/packages/react-components/react-table/src/components/TableCellActions/useTableCellActions.ts b/packages/react-components/react-table/src/components/TableCellActions/useTableCellActions.ts index edad8db4e0a57..a37db7b444d68 100644 --- a/packages/react-components/react-table/src/components/TableCellActions/useTableCellActions.ts +++ b/packages/react-components/react-table/src/components/TableCellActions/useTableCellActions.ts @@ -24,5 +24,6 @@ export const useTableCellActions_unstable = ( ref: useMergedRefs(ref, useFocusWithin()), ...props, }), + visible: props.visible ?? false, }; }; diff --git a/packages/react-components/react-table/src/components/TableCellActions/useTableCellActionsStyles.ts b/packages/react-components/react-table/src/components/TableCellActions/useTableCellActionsStyles.ts index 9bd5bd6c9039d..7f194415f6077 100644 --- a/packages/react-components/react-table/src/components/TableCellActions/useTableCellActionsStyles.ts +++ b/packages/react-components/react-table/src/components/TableCellActions/useTableCellActionsStyles.ts @@ -12,8 +12,13 @@ export const tableCellActionsClassNames: SlotClassNames = */ const useStyles = makeStyles({ root: { + position: 'absolute', + right: '0px', + top: '50%', + transform: 'translateY(-50%)', opacity: 0, marginLeft: 'auto', + ...createCustomFocusIndicatorStyle( { opacity: 1, @@ -21,6 +26,10 @@ const useStyles = makeStyles({ { selector: 'focus-within' }, ), }, + + visible: { + opacity: 1, + }, }); /** @@ -28,7 +37,12 @@ const useStyles = makeStyles({ */ export const useTableCellActionsStyles_unstable = (state: TableCellActionsState): TableCellActionsState => { const styles = useStyles(); - state.root.className = mergeClasses(tableCellActionsClassNames.root, styles.root, state.root.className); + state.root.className = mergeClasses( + tableCellActionsClassNames.root, + styles.root, + state.visible && styles.visible, + state.root.className, + ); return state; }; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.test.tsx b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.test.tsx index 8b35fbb5f1804..a7c36af0187ed 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.test.tsx +++ b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.test.tsx @@ -2,9 +2,10 @@ import * as React from 'react'; import { render } from '@testing-library/react'; import { TableCellLayout } from './TableCellLayout'; import { isConformant } from '../../common/isConformant'; +import { TableCellLayoutProps } from './TableCellLayout.types'; describe('TableCellLayout', () => { - isConformant({ + isConformant({ Component: TableCellLayout, displayName: 'TableCellLayout', testOptions: { @@ -12,14 +13,14 @@ describe('TableCellLayout', () => { { props: { media: 'Test Icon', + main: 'Main content', + description: 'Secondary content', }, }, ], }, }); - // TODO add more tests here, and create visual regression tests in /apps/vr-tests - it('renders a default state', () => { const result = render(Default TableCellLayout); expect(result.container).toMatchSnapshot(); diff --git a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts index 967390ee9ceff..0238a65776cdf 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts +++ b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts @@ -3,15 +3,35 @@ import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utili export type TableCellLayoutSlots = { root: Slot<'div'>; - media?: Slot<'span'>; + /** + * Slot for an icon or other visual element + */ + media: Slot<'span'>; + + /** + * Main text for the table cell. Children of the root slot are automatically rendered here + */ + main: Slot<'span'>; + + /** + * Secondary text that describes or complements the main text + */ + description: Slot<'span'>; + + /** + * A layout wrapper for the main and description slots + */ + wrapper: Slot<'div'>; }; /** * TableCellLayout Props */ -export type TableCellLayoutProps = ComponentProps & {}; +export type TableCellLayoutProps = ComponentProps> & { + appearance?: 'primary'; +}; /** * State used in rendering TableCellLayout */ -export type TableCellLayoutState = ComponentState; +export type TableCellLayoutState = ComponentState & Pick; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap b/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap index 1f6faf8bb8d11..853ac04bae07b 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap +++ b/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap @@ -5,8 +5,15 @@ exports[`TableCellLayout renders a default state 1`] = `
- - Default TableCellLayout +
+ + Default TableCellLayout + +
`; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx b/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx index 8d430bb7c5179..26c059caee4af 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx +++ b/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx @@ -10,7 +10,13 @@ export const renderTableCellLayout_unstable = (state: TableCellLayoutState) => { return ( - {slots.media && } {slotProps.root.children} + {slots.media && } + {slots.wrapper && ( + + {slots.main && {slotProps.root.children}} + {slots.description && } + + )} ); }; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts index a3de2e40be6bf..a6a7c8647e134 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts +++ b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts @@ -18,12 +18,16 @@ export const useTableCellLayout_unstable = ( return { components: { root: 'div', + main: 'span', + description: 'span', + wrapper: 'div', media: 'span', }, - root: getNativeElementProps('div', { - ref, - ...props, - }), + root: getNativeElementProps('div', { ref, ...props }), + appearance: props.appearance, + main: resolveShorthand(props.main, { required: true }), media: resolveShorthand(props.media), + description: resolveShorthand(props.description), + wrapper: resolveShorthand(props.wrapper, { required: !!props.description || !!props.children }), }; }; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts index 0e4bd57fe1305..dbd0d63d873f2 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts +++ b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts @@ -6,6 +6,9 @@ import type { SlotClassNames } from '@fluentui/react-utilities'; export const tableCellLayoutClassNames: SlotClassNames = { root: 'fui-TableCellLayout', media: 'fui-TableCellLayout__media', + main: 'fui-TableCellLayout__main', + description: 'fui-TableCellLayout__description', + wrapper: 'fui-TableCellLayout__wrapper', }; /** @@ -18,13 +21,31 @@ const useStyles = makeStyles({ ...shorthands.gap(tokens.spacingHorizontalS), ...shorthands.flex(1, 1, '0px'), }, + wrapper: { + display: 'flex', + flexDirection: 'column', + }, media: { display: 'flex', alignItems: 'center', }, - // TODO add additional classes for different states and/or slots + mediaPrimary: { + '& svg': { + width: '28px', + height: '28px', + }, + }, + + mainPrimary: { + fontWeight: tokens.fontWeightSemibold, + }, + + description: { + fontSize: tokens.fontSizeBase300, + color: tokens.colorNeutralForeground2, + }, }); /** @@ -33,8 +54,35 @@ const useStyles = makeStyles({ export const useTableCellLayoutStyles_unstable = (state: TableCellLayoutState): TableCellLayoutState => { const styles = useStyles(); state.root.className = mergeClasses(tableCellLayoutClassNames.root, styles.root, state.root.className); + const primary = state.appearance === 'primary'; + if (state.media) { - state.media.className = mergeClasses(tableCellLayoutClassNames.media, styles.media, state.media.className); + state.media.className = mergeClasses( + tableCellLayoutClassNames.media, + styles.media, + primary && styles.mediaPrimary, + state.media.className, + ); + } + + if (state.main) { + state.main.className = mergeClasses( + tableCellLayoutClassNames.main, + primary && styles.mainPrimary, + state.main.className, + ); + } + + if (state.description) { + state.description.className = mergeClasses( + tableCellLayoutClassNames.description, + styles.description, + state.description.className, + ); + } + + if (state.wrapper) { + state.wrapper.className = mergeClasses(tableCellLayoutClassNames.wrapper, styles.wrapper, state.wrapper.className); } return state; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.test.tsx b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.test.tsx deleted file mode 100644 index 15e1bf135848d..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.test.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import * as React from 'react'; -import { render } from '@testing-library/react'; -import { TableCellPrimaryLayout } from './TableCellPrimaryLayout'; -import { isConformant } from '../../common/isConformant'; -import { TableCellPrimaryLayoutProps } from './TableCellPrimaryLayout.types'; - -describe('TableCellPrimaryLayout', () => { - isConformant({ - Component: TableCellPrimaryLayout as React.FC, - displayName: 'TableCellPrimaryLayout', - testOptions: { - 'has-static-classnames': [ - { - props: { - media: 'Test Icon', - main: 'Main content', - secondary: 'Secondary content', - }, - }, - ], - }, - }); - - it('renders a default state', () => { - const result = render(Default TableCellPrimaryLayout); - expect(result.container).toMatchSnapshot(); - }); -}); diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.tsx b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.tsx deleted file mode 100644 index 30f2c0a63a5db..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from 'react'; -import { useTableCellPrimaryLayout_unstable } from './useTableCellPrimaryLayout'; -import { renderTableCellPrimaryLayout_unstable } from './renderTableCellPrimaryLayout'; -import { useTableCellPrimaryLayoutStyles_unstable } from './useTableCellPrimaryLayoutStyles'; -import type { TableCellPrimaryLayoutProps } from './TableCellPrimaryLayout.types'; -import type { ForwardRefComponent } from '@fluentui/react-utilities'; - -/** - * TableCellPrimaryLayout component - TODO: add more docs - */ -export const TableCellPrimaryLayout: ForwardRefComponent = React.forwardRef( - (props, ref) => { - const state = useTableCellPrimaryLayout_unstable(props, ref); - - useTableCellPrimaryLayoutStyles_unstable(state); - return renderTableCellPrimaryLayout_unstable(state); - }, -); - -TableCellPrimaryLayout.displayName = 'TableCellPrimaryLayout'; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.types.ts b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.types.ts deleted file mode 100644 index 8f4eda28070f0..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/TableCellPrimaryLayout.types.ts +++ /dev/null @@ -1,20 +0,0 @@ -import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; -import { TableCellLayoutSlots } from '../TableCellLayout'; - -export type TableCellPrimaryLayoutSlots = { - main: Slot<'span'>; - - secondary: Slot<'span'>; - - wrapper: Slot<'div'>; -} & TableCellLayoutSlots; - -/** - * TableCellPrimaryLayout Props - */ -export type TableCellPrimaryLayoutProps = ComponentProps> & {}; - -/** - * State used in rendering TableCellPrimaryLayout - */ -export type TableCellPrimaryLayoutState = ComponentState; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/__snapshots__/TableCellPrimaryLayout.test.tsx.snap b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/__snapshots__/TableCellPrimaryLayout.test.tsx.snap deleted file mode 100644 index 20f0c33321210..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/__snapshots__/TableCellPrimaryLayout.test.tsx.snap +++ /dev/null @@ -1,11 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`TableCellPrimaryLayout renders a default state 1`] = ` -
-
- Default TableCellPrimaryLayout -
-
-`; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/index.ts b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/index.ts deleted file mode 100644 index 074adee24798e..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './TableCellPrimaryLayout'; -export * from './TableCellPrimaryLayout.types'; -export * from './renderTableCellPrimaryLayout'; -export * from './useTableCellPrimaryLayout'; -export * from './useTableCellPrimaryLayoutStyles'; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/renderTableCellPrimaryLayout.tsx b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/renderTableCellPrimaryLayout.tsx deleted file mode 100644 index 0f13dd1245ca7..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/renderTableCellPrimaryLayout.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import * as React from 'react'; -import { getSlots } from '@fluentui/react-utilities'; -import type { TableCellPrimaryLayoutState, TableCellPrimaryLayoutSlots } from './TableCellPrimaryLayout.types'; - -/** - * Render the final JSX of TableCellPrimaryLayout - */ -export const renderTableCellPrimaryLayout_unstable = (state: TableCellPrimaryLayoutState) => { - const { slots, slotProps } = getSlots(state); - - return ( - - {slots.media && } - {slots.wrapper && ( - - {slots.main && } - {slots.secondary && } - - )} - {slotProps.root.children} - - ); -}; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayout.ts b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayout.ts deleted file mode 100644 index 92019aad28ed8..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayout.ts +++ /dev/null @@ -1,34 +0,0 @@ -import * as React from 'react'; -import { resolveShorthand } from '@fluentui/react-utilities'; -import type { TableCellPrimaryLayoutProps, TableCellPrimaryLayoutState } from './TableCellPrimaryLayout.types'; -import { useTableCellLayout_unstable } from '../TableCellLayout/useTableCellLayout'; - -/** - * Create the state required to render TableCellPrimaryLayout. - * - * The returned state can be modified with hooks such as useTableCellPrimaryLayoutStyles_unstable, - * before being passed to renderTableCellPrimaryLayout_unstable. - * - * @param props - props from this instance of TableCellPrimaryLayout - * @param ref - reference to root HTMLElement of TableCellPrimaryLayout - */ -export const useTableCellPrimaryLayout_unstable = ( - props: TableCellPrimaryLayoutProps, - ref: React.Ref, -): TableCellPrimaryLayoutState => { - const tableCellState = useTableCellLayout_unstable(props, ref); - - return { - ...tableCellState, - components: { - ...tableCellState.components, - main: 'span', - secondary: 'span', - wrapper: 'div', - media: 'span', - }, - main: resolveShorthand(props.secondary), - secondary: resolveShorthand(props.main), - wrapper: resolveShorthand(props.wrapper, { required: !!props.main || !!props.secondary }), - }; -}; diff --git a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayoutStyles.ts b/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayoutStyles.ts deleted file mode 100644 index 34488ec57e031..0000000000000 --- a/packages/react-components/react-table/src/components/TableCellPrimaryLayout/useTableCellPrimaryLayoutStyles.ts +++ /dev/null @@ -1,76 +0,0 @@ -import { makeStyles, mergeClasses } from '@griffel/react'; -import { tokens } from '@fluentui/react-theme'; -import type { TableCellPrimaryLayoutSlots, TableCellPrimaryLayoutState } from './TableCellPrimaryLayout.types'; -import type { SlotClassNames } from '@fluentui/react-utilities'; -import { useTableCellLayoutStyles_unstable } from '../TableCellLayout/useTableCellLayoutStyles'; - -export const tableCellPrimaryLayoutClassNames: SlotClassNames = { - root: 'fui-TableCellPrimaryLayout', - media: 'fui-TableCellPrimaryLayout__media', - main: 'fui-TableCellPrimaryLayout__main', - secondary: 'fui-TableCellPrimaryLayout__secondary', - wrapper: 'fui-TableCellPrimaryLayout__wrapper', -}; - -/** - * Styles for the root slot - */ -const useStyles = makeStyles({ - wrapper: { - display: 'flex', - flexDirection: 'column', - }, - - media: { - '& svg': { - width: '28px', - height: '28px', - }, - }, - - main: { - fontWeight: tokens.fontWeightSemibold, - }, - - secondary: { - fontSize: tokens.fontSizeBase300, - color: tokens.colorNeutralForeground2, - }, -}); - -/** - * Apply styling to the TableCellPrimaryLayout slots based on the state - */ -export const useTableCellPrimaryLayoutStyles_unstable = ( - state: TableCellPrimaryLayoutState, -): TableCellPrimaryLayoutState => { - useTableCellLayoutStyles_unstable(state); - const styles = useStyles(); - state.root.className = mergeClasses(tableCellPrimaryLayoutClassNames.root, state.root.className); - - if (state.media) { - state.media.className = mergeClasses(tableCellPrimaryLayoutClassNames.media, styles.media, state.media.className); - } - - if (state.main) { - state.main.className = mergeClasses(tableCellPrimaryLayoutClassNames.main, styles.main, state.main.className); - } - - if (state.secondary) { - state.secondary.className = mergeClasses( - tableCellPrimaryLayoutClassNames.secondary, - styles.secondary, - state.secondary.className, - ); - } - - if (state.wrapper) { - state.wrapper.className = mergeClasses( - tableCellPrimaryLayoutClassNames.wrapper, - styles.wrapper, - state.wrapper.className, - ); - } - - return state; -}; diff --git a/packages/react-components/react-table/src/components/TableHeader/useTableHeader.ts b/packages/react-components/react-table/src/components/TableHeader/useTableHeader.ts index 1510f9fc97340..7afbe5f67ac93 100644 --- a/packages/react-components/react-table/src/components/TableHeader/useTableHeader.ts +++ b/packages/react-components/react-table/src/components/TableHeader/useTableHeader.ts @@ -14,8 +14,7 @@ import { useTableContext } from '../../contexts/tableContext'; * @param ref - reference to root HTMLElement of TableHeader */ export const useTableHeader_unstable = (props: TableHeaderProps, ref: React.Ref): TableHeaderState => { - const noNativeElements = useTableContext(ctx => ctx.noNativeElements); - const sortable = useTableContext(ctx => ctx.sortable); + const { noNativeElements, sortable } = useTableContext(); const keyboardNavAttr = useArrowNavigationGroup({ axis: 'horizontal', circular: true }); const rootComponent = props.as ?? noNativeElements ? 'div' : 'thead'; diff --git a/packages/react-components/react-table/src/components/TableHeaderCell/useTableHeaderCell.tsx b/packages/react-components/react-table/src/components/TableHeaderCell/useTableHeaderCell.tsx index 592694306152b..8f041ac4a0fbf 100644 --- a/packages/react-components/react-table/src/components/TableHeaderCell/useTableHeaderCell.tsx +++ b/packages/react-components/react-table/src/components/TableHeaderCell/useTableHeaderCell.tsx @@ -23,8 +23,7 @@ export const useTableHeaderCell_unstable = ( props: TableHeaderCellProps, ref: React.Ref, ): TableHeaderCellState => { - const noNativeElements = useTableContext(ctx => ctx.noNativeElements); - const sortable = useTableContext(ctx => ctx.sortable); + const { noNativeElements, sortable } = useTableContext(); const rootComponent = props.as ?? noNativeElements ? 'div' : 'th'; return { diff --git a/packages/react-components/react-table/src/components/TableRow/useTableRow.ts b/packages/react-components/react-table/src/components/TableRow/useTableRow.ts index 30b02220b0b2d..53f5f890aead6 100644 --- a/packages/react-components/react-table/src/components/TableRow/useTableRow.ts +++ b/packages/react-components/react-table/src/components/TableRow/useTableRow.ts @@ -13,8 +13,7 @@ import { useTableContext } from '../../contexts/tableContext'; * @param ref - reference to root HTMLElement of TableRow */ export const useTableRow_unstable = (props: TableRowProps, ref: React.Ref): TableRowState => { - const noNativeElements = useTableContext(ctx => ctx.noNativeElements); - const size = useTableContext(ctx => ctx.size); + const { noNativeElements, size } = useTableContext(); const rootComponent = props.as ?? noNativeElements ? 'div' : 'tr'; return { diff --git a/packages/react-components/react-table/src/components/TableRow/useTableRowStyles.ts b/packages/react-components/react-table/src/components/TableRow/useTableRowStyles.ts index 8ddf4e50a82d3..bc46615dfb0ff 100644 --- a/packages/react-components/react-table/src/components/TableRow/useTableRowStyles.ts +++ b/packages/react-components/react-table/src/components/TableRow/useTableRowStyles.ts @@ -18,7 +18,9 @@ const useStyles = makeStyles({ color: tokens.colorNeutralForeground1, ':hover': { backgroundColor: tokens.colorNeutralBackground1Hover, + color: tokens.colorNeutralForeground1Hover, [`& .${tableCellActionsClassNames.root}`]: { + backgroundColor: tokens.colorNeutralBackground1Hover, opacity: 1, }, }, diff --git a/packages/react-components/react-table/src/contexts/tableContext.ts b/packages/react-components/react-table/src/contexts/tableContext.ts index 8469eede0357c..f7c87cabd0fb7 100644 --- a/packages/react-components/react-table/src/contexts/tableContext.ts +++ b/packages/react-components/react-table/src/contexts/tableContext.ts @@ -1,7 +1,7 @@ -import { createContext, useContextSelector, ContextSelector } from '@fluentui/react-context-selector'; +import * as React from 'react'; import { TableContextValue } from '../components/Table/Table.types'; -const tableContext = createContext(undefined); +const tableContext = React.createContext(undefined); export const tableContextDefaultValue: TableContextValue = { size: 'medium', @@ -10,5 +10,4 @@ export const tableContextDefaultValue: TableContextValue = { }; export const TableContextProvider = tableContext.Provider; -export const useTableContext = (selector: ContextSelector) => - useContextSelector(tableContext, (ctx = tableContextDefaultValue) => selector(ctx)); +export const useTableContext = () => React.useContext(tableContext) ?? tableContextDefaultValue; diff --git a/packages/react-components/react-table/src/index.ts b/packages/react-components/react-table/src/index.ts index eee9b573e7707..850473533de06 100644 --- a/packages/react-components/react-table/src/index.ts +++ b/packages/react-components/react-table/src/index.ts @@ -88,24 +88,11 @@ export { } from './TableCellActions'; export type { TableCellActionsProps, TableCellActionsSlots, TableCellActionsState } from './TableCellActions'; -export { - TableCellPrimaryLayout, - tableCellPrimaryLayoutClassNames, - useTableCellPrimaryLayoutStyles_unstable, - useTableCellPrimaryLayout_unstable, - renderTableCellPrimaryLayout_unstable, -} from './TableCellPrimaryLayout'; -export type { - TableCellPrimaryLayoutProps, - TableCellPrimaryLayoutSlots, - TableCellPrimaryLayoutState, -} from './TableCellPrimaryLayout'; - export { TableCellLayout, + tableCellLayoutClassNames, useTableCellLayoutStyles_unstable, useTableCellLayout_unstable, renderTableCellLayout_unstable, - tableCellLayoutClassNames, } from './TableCellLayout'; export type { TableCellLayoutProps, TableCellLayoutSlots, TableCellLayoutState } from './TableCellLayout'; diff --git a/packages/react-components/react-table/src/stories/Table/CellActions.stories.tsx b/packages/react-components/react-table/src/stories/Table/CellActions.stories.tsx index 573a62367077d..da58c4ac5afea 100644 --- a/packages/react-components/react-table/src/stories/Table/CellActions.stories.tsx +++ b/packages/react-components/react-table/src/stories/Table/CellActions.stories.tsx @@ -81,13 +81,11 @@ export const CellActions = () => { {items.map(item => ( - - {item.file.label} - -