Skip to content

Commit 0cb36f9

Browse files
committed
Merge branch 'master' into fix/card-header-not-fitting-full-card-size
* master: Added information about `Open in CodeSandbox` button repo (microsoft#26536) fix(Dropdown): Allow clear on Enter/Space press (microsoft#26685) RFC: Styling Handbook for Fluent UI React v9 (microsoft#26148) Table - Column resizing (microsoft#26477) applying package updates Sankey revisit ankit (microsoft#25455) removed disabled property from Label (microsoft#26658) Updated description for spin button (microsoft#26659) fix: react-button high contrast mode primary variant (microsoft#26623) fix: Using correct icon and color for away + out-of-office PresenceBadge (microsoft#26655) fix: Dropdown/Combobox checkboxes have double swipe stops for some screen readers (microsoft#26566) scaffold react-skeleton components (microsoft#26640) fix: HoverCard example adjusts to viewport, add docs (microsoft#26624) chore: export SlotRenderFunction type (microsoft#26600) fix(createPositionManager): computePosition should not apply styles after destruction (microsoft#26593) fix: New overflow items all always dispatch updates to subscriber (microsoft#26565) fix: Remove ReallyClean from CI pipelines (microsoft#26637) chore(react-infobutton): Making InfoButton's content focusable and update example's text (microsoft#26596) applying package updates
2 parents 85a3fab + 574519a commit 0cb36f9

File tree

254 files changed

+15091
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+15091
-397
lines changed

.devops/templates/cleanup.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
# In theory the "workspace: clean: all" setting should handle this, but it doesn't always seem to work.
1313
# ReallyClean is a custom task from our internal UI Fabric azure-devops-tasks repo which attempts to
1414
# delete the given directory with multiple retries.
15-
- task: ReallyClean@0
16-
inputs:
17-
directory: $(Agent.BuildDirectory)
18-
condition: always()
15+
# - task: ReallyClean@0
16+
# inputs:
17+
# directory: $(Agent.BuildDirectory)
18+
# condition: always()

apps/perf-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@fluentui/scripts-webpack": "*"
1818
},
1919
"dependencies": {
20-
"@fluentui/example-data": "^8.4.5",
21-
"@fluentui/react": "^8.105.2",
20+
"@fluentui/example-data": "^8.4.6",
21+
"@fluentui/react": "^8.105.4",
2222
"@microsoft/load-themed-styles": "^1.10.26",
2323
"flamegrill": "0.2.0",
2424
"lodash": "^4.17.15",

apps/public-docsite-resources/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
"update-snapshots": "just-scripts jest -u"
2828
},
2929
"devDependencies": {
30-
"@fluentui/api-docs": "^8.2.5",
30+
"@fluentui/api-docs": "^8.2.6",
3131
"@fluentui/eslint-plugin": "*",
3232
"@fluentui/scripts-monorepo": "*",
3333
"@fluentui/scripts-tasks": "*",
3434
"@fluentui/scripts-webpack": "*"
3535
},
3636
"dependencies": {
37-
"@fluentui/react": "^8.105.2",
37+
"@fluentui/react": "^8.105.4",
3838
"@fluentui/react-examples": "^8.34.4",
3939
"@microsoft/load-themed-styles": "^1.10.26",
40-
"@fluentui/azure-themes": "^8.5.53",
41-
"@fluentui/react-docsite-components": "^8.11.14",
42-
"@fluentui/font-icons-mdl2": "^8.5.7",
43-
"@fluentui/set-version": "^8.2.4",
44-
"@fluentui/theme-samples": "^8.7.49",
45-
"@fluentui/react-monaco-editor": "^1.7.49",
40+
"@fluentui/azure-themes": "^8.5.55",
41+
"@fluentui/react-docsite-components": "^8.11.16",
42+
"@fluentui/font-icons-mdl2": "^8.5.8",
43+
"@fluentui/set-version": "^8.2.5",
44+
"@fluentui/theme-samples": "^8.7.51",
45+
"@fluentui/react-monaco-editor": "^1.7.51",
4646
"office-ui-fabric-core": "^11.0.0",
4747
"react": "17.0.2",
4848
"react-dom": "17.0.2",

apps/public-docsite-v9/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Fluent UI is a collection of projects that represent the Fluent design language
99
## Start the website
1010

1111
Run `yarn workspace @fluentui/public-docsite-v9 start`
12+
13+
## Notes
14+
15+
- `Open in CodeSandbox` button is located in different [repo](https://github.com/microsoft/fluentui-storybook-addons).

apps/public-docsite-v9/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@fluentui/react-migration-v8-v9": "^9.1.1",
2626
"@fluentui/react-migration-v0-v9": "9.0.0-alpha.0",
27-
"@fluentui/react": "^8.105.2",
27+
"@fluentui/react": "^8.105.4",
2828
"@fluentui/react-northstar": "^0.66.0",
2929
"@fluentui/react-icons-northstar": "^0.66.0",
3030
"@fluentui/storybook": "^1.0.0",

apps/public-docsite/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@
2323
},
2424
"license": "MIT",
2525
"devDependencies": {
26-
"@fluentui/common-styles": "^1.2.16",
26+
"@fluentui/common-styles": "^1.2.17",
2727
"@fluentui/eslint-plugin": "*",
28-
"@fluentui/react-monaco-editor": "^1.7.49",
28+
"@fluentui/react-monaco-editor": "^1.7.51",
2929
"write-file-webpack-plugin": "^4.1.0",
3030
"@fluentui/scripts-tasks": "*",
3131
"@fluentui/scripts-webpack": "*"
3232
},
3333
"dependencies": {
34-
"@fluentui/font-icons-mdl2": "^8.5.7",
34+
"@fluentui/font-icons-mdl2": "^8.5.8",
3535
"@fluentui/public-docsite-resources": "^8.1.41",
36-
"@fluentui/public-docsite-setup": "^0.3.16",
37-
"@fluentui/react": "^8.105.2",
38-
"@fluentui/react-docsite-components": "^8.11.14",
36+
"@fluentui/public-docsite-setup": "^0.3.17",
37+
"@fluentui/react": "^8.105.4",
38+
"@fluentui/react-docsite-components": "^8.11.16",
3939
"@fluentui/react-examples": "^8.34.4",
40-
"@fluentui/react-experiments": "^8.14.44",
41-
"@fluentui/fluent2-theme": "^8.104.16",
42-
"@fluentui/react-file-type-icons": "^8.8.7",
43-
"@fluentui/react-icons-mdl2": "^1.3.30",
44-
"@fluentui/react-icons-mdl2-branded": "^1.2.31",
45-
"@fluentui/set-version": "^8.2.4",
46-
"@fluentui/theme": "^2.6.21",
47-
"@fluentui/theme-samples": "^8.7.49",
48-
"@fluentui/utilities": "^8.13.5",
40+
"@fluentui/react-experiments": "^8.14.46",
41+
"@fluentui/fluent2-theme": "^8.104.18",
42+
"@fluentui/react-file-type-icons": "^8.8.8",
43+
"@fluentui/react-icons-mdl2": "^1.3.31",
44+
"@fluentui/react-icons-mdl2-branded": "^1.2.32",
45+
"@fluentui/set-version": "^8.2.5",
46+
"@fluentui/theme": "^2.6.22",
47+
"@fluentui/theme-samples": "^8.7.51",
48+
"@fluentui/utilities": "^8.13.6",
4949
"@microsoft/load-themed-styles": "^1.10.26",
5050
"office-ui-fabric-core": "^11.0.0",
5151
"react": "17.0.2",

apps/react-18-tests-v8/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@fluentui/scripts-webpack": "*"
2222
},
2323
"dependencies": {
24-
"@fluentui/react": "^8.105.2",
25-
"@fluentui/react-hooks": "^8.6.15",
24+
"@fluentui/react": "^8.105.4",
25+
"@fluentui/react-hooks": "^8.6.16",
2626
"@types/react": "18.0.14",
2727
"@types/react-dom": "18.0.6",
2828
"react": "18.2.0",

apps/ssr-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@fluentui/react": "^8.105.2",
16+
"@fluentui/react": "^8.105.4",
1717
"@microsoft/load-themed-styles": "^1.10.26",
1818
"@types/mocha": "7.0.2",
1919
"@fluentui/public-docsite-resources": "^8.1.41",

apps/stress-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc -b tsconfig.type.json"
1111
},
1212
"dependencies": {
13-
"@fluentui/react": "^8.105.2",
13+
"@fluentui/react": "^8.105.4",
1414
"@fluentui/react-components": "^9.13.0",
1515
"@fluentui/react-icons": "^2.0.175",
1616
"@fluentui/web-components": "^2.5.12",

apps/theming-designer/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@fluentui/scripts-webpack": "*"
2020
},
2121
"dependencies": {
22-
"@fluentui/react": "^8.105.2",
23-
"@fluentui/merge-styles": "^8.5.5",
24-
"@fluentui/react-docsite-components": "^8.11.14",
25-
"@fluentui/foundation-legacy": "^8.2.27",
26-
"@fluentui/scheme-utilities": "^8.3.22",
27-
"@fluentui/set-version": "^8.2.4",
28-
"@fluentui/font-icons-mdl2": "^8.5.7",
22+
"@fluentui/react": "^8.105.4",
23+
"@fluentui/merge-styles": "^8.5.6",
24+
"@fluentui/react-docsite-components": "^8.11.16",
25+
"@fluentui/foundation-legacy": "^8.2.28",
26+
"@fluentui/scheme-utilities": "^8.3.23",
27+
"@fluentui/set-version": "^8.2.5",
28+
"@fluentui/font-icons-mdl2": "^8.5.8",
2929
"@microsoft/load-themed-styles": "^1.10.26",
3030
"react": "17.0.2",
3131
"react-dom": "17.0.2",

apps/ts-minbar-test-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Testing Fluent UI React compatibility with Typescript 3.9",
66
"license": "MIT",
77
"dependencies": {
8-
"@fluentui/react": "^8.105.2"
8+
"@fluentui/react": "^8.105.4"
99
},
1010
"scripts": {
1111
"type-check": "tsc -p .",

apps/vr-tests/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@fluentui/scripts-tasks": "*"
2121
},
2222
"dependencies": {
23-
"@fluentui/example-data": "^8.4.5",
24-
"@fluentui/font-icons-mdl2": "^8.5.7",
25-
"@fluentui/react": "^8.105.2",
26-
"@fluentui/react-experiments": "^8.14.44",
27-
"@fluentui/react-hooks": "^8.6.15",
28-
"@fluentui/react-icons-mdl2": "^1.3.30",
23+
"@fluentui/example-data": "^8.4.6",
24+
"@fluentui/font-icons-mdl2": "^8.5.8",
25+
"@fluentui/react": "^8.105.4",
26+
"@fluentui/react-experiments": "^8.14.46",
27+
"@fluentui/react-hooks": "^8.6.16",
28+
"@fluentui/react-icons-mdl2": "^1.3.31",
2929
"@fluentui/storybook": "^1.0.0",
3030
"react": "17.0.2",
3131
"react-dom": "17.0.2",

change/@fluentui-eslint-plugin-9c309582-f6de-425d-bc96-c927db2786da.json

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: New overflow items all always dispatch updates to subscriber",
4+
"packageName": "@fluentui/priority-overflow",
5+
"email": "lingfangao@hotmail.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Using correct icon and color for away + out-of-office PresenceBadge.",
4+
"packageName": "@fluentui/react-badge",
5+
"email": "makotom@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: add forced-colors primary button variant",
4+
"packageName": "@fluentui/react-button",
5+
"email": "sarah.higley@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "chore: export SlotRenderFunction type",
4+
"packageName": "@fluentui/react-components",
5+
"email": "seanmonahan@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Added export of column sizing",
4+
"packageName": "@fluentui/react-components",
5+
"email": "jirivyhnalek@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "chore: Making the content focusable and updating example's text.",
4+
"packageName": "@fluentui/react-infobutton",
5+
"email": "esteban.230@hotmail.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Export useOverflowContext as @internal for testing purposes",
4+
"packageName": "@fluentui/react-overflow",
5+
"email": "lingfangao@hotmail.com",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix(createPositionManager): computePosition should not apply styles after destruction",
4+
"packageName": "@fluentui/react-positioning",
5+
"email": "lingfangao@hotmail.com",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Updated the story description",
4+
"packageName": "@fluentui/react-spinbutton",
5+
"email": "kakrookaran@gmail.com",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Add support for column resizing",
4+
"packageName": "@fluentui/react-table",
5+
"email": "jirivyhnalek@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/api-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/api-docs",
3-
"version": "8.2.5",
3+
"version": "8.2.6",
44
"description": "Transforms API Extractor .api.json files into .page.json files",
55
"repository": {
66
"type": "git",

packages/azure-themes/CHANGELOG.json

+36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"name": "@fluentui/azure-themes",
33
"entries": [
4+
{
5+
"date": "Mon, 06 Feb 2023 07:41:31 GMT",
6+
"tag": "@fluentui/azure-themes_v8.5.55",
7+
"version": "8.5.55",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/azure-themes",
13+
"comment": "Bump @fluentui/react to v8.105.4",
14+
"commit": "6ddc1cc914239b1f50cbfab08c549a20b41a201e"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"date": "Fri, 03 Feb 2023 07:50:06 GMT",
21+
"tag": "@fluentui/azure-themes_v8.5.54",
22+
"version": "8.5.54",
23+
"comments": {
24+
"patch": [
25+
{
26+
"author": "beachball",
27+
"package": "@fluentui/azure-themes",
28+
"comment": "Bump @fluentui/react to v8.105.3",
29+
"commit": "09da68fa3dd4695fb969b76814d76f88e671111f"
30+
},
31+
{
32+
"author": "beachball",
33+
"package": "@fluentui/azure-themes",
34+
"comment": "Bump @fluentui/set-version to v8.2.5",
35+
"commit": "09da68fa3dd4695fb969b76814d76f88e671111f"
36+
}
37+
]
38+
}
39+
},
440
{
541
"date": "Thu, 02 Feb 2023 07:35:42 GMT",
642
"tag": "@fluentui/azure-themes_v8.5.53",

packages/azure-themes/CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# Change Log - @fluentui/azure-themes
22

3-
This log was last generated on Thu, 02 Feb 2023 07:35:42 GMT and should not be manually modified.
3+
This log was last generated on Mon, 06 Feb 2023 07:41:31 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.5.55](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.55)
8+
9+
Mon, 06 Feb 2023 07:41:31 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.54..@fluentui/azure-themes_v8.5.55)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.105.4 ([PR #25455](https://github.com/microsoft/fluentui/pull/25455) by beachball)
15+
16+
## [8.5.54](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.54)
17+
18+
Fri, 03 Feb 2023 07:50:06 GMT
19+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.53..@fluentui/azure-themes_v8.5.54)
20+
21+
### Patches
22+
23+
- Bump @fluentui/react to v8.105.3 ([PR #26569](https://github.com/microsoft/fluentui/pull/26569) by beachball)
24+
- Bump @fluentui/set-version to v8.2.5 ([PR #26569](https://github.com/microsoft/fluentui/pull/26569) by beachball)
25+
726
## [8.5.53](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.53)
827

928
Thu, 02 Feb 2023 07:35:42 GMT

packages/azure-themes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/azure-themes",
3-
"version": "8.5.53",
3+
"version": "8.5.55",
44
"description": "Azure themes for Fluent UI React",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -28,8 +28,8 @@
2828
"@fluentui/scripts-webpack": "*"
2929
},
3030
"dependencies": {
31-
"@fluentui/react": "^8.105.2",
32-
"@fluentui/set-version": "^8.2.4",
31+
"@fluentui/react": "^8.105.4",
32+
"@fluentui/set-version": "^8.2.5",
3333
"tslib": "^2.1.0"
3434
}
3535
}

packages/codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/codemods",
3-
"version": "8.4.7",
3+
"version": "8.4.8",
44
"description": "Tool enabling easy upgrades to new Fluent UI versions",
55
"main": "lib-commonjs/index.js",
66
"typings": "lib-commonjs/index.d.ts",

0 commit comments

Comments
 (0)