Skip to content

Commit

Permalink
Merge branch 'master' into react-combobox/refactor/encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 committed Dec 18, 2023
2 parents 344b397 + c1b96da commit 9e639f9
Show file tree
Hide file tree
Showing 507 changed files with 14,686 additions and 1,791 deletions.
3 changes: 2 additions & 1 deletion apps/perf-test-react-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"root": true,
"rules": {
"@griffel/styles-file": "off",
"no-console": "off"
"no-console": "off",
"no-restricted-globals": "off"
}
}
3 changes: 2 additions & 1 deletion apps/public-docsite-v9/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/jsx-no-bind": "off",
"deprecation/deprecation": "off",
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
"no-restricted-globals": "off"
}
}
8 changes: 7 additions & 1 deletion apps/public-docsite/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
// Remove dotted outline added by MWF's main.css
body [contentEditable=true]:focus,
body [tabindex]:focus,
a[href]:not(.c-uhff-link):focus, // Remove link focus outline from all links but the UHF ones
body area[href]:focus,
body button:focus,
body iframe:focus,
Expand All @@ -48,6 +47,13 @@
outline: none;
}

// Remove link focus outline from all links but the UHF ones unless you're in high contrast mode
@media (forced-colors: none) {
a[href]:not(.c-uhff-link):focus {
outline: none;
}
}

// Return the outline on the 'back to top' button
.back-to-top a[href]:focus {
@include focus-border(-2px);
Expand Down
4 changes: 3 additions & 1 deletion apps/react-18-tests-v8/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": ["plugin:@fluentui/eslint-plugin/react"],
"root": true,
"rules": {}
"rules": {
"no-restricted-globals": "off"
}
}
4 changes: 3 additions & 1 deletion apps/react-18-tests-v9/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": ["plugin:@fluentui/eslint-plugin/react"],
"root": true,
"rules": {}
"rules": {
"no-restricted-globals": "off"
}
}
3 changes: 2 additions & 1 deletion apps/recipes-react-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/jsx-no-bind": "off",
"deprecation/deprecation": "off",
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
"no-restricted-globals": "off"
}
}
3 changes: 2 additions & 1 deletion apps/ssr-tests-v9/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["plugin:@fluentui/eslint-plugin/node"],
"root": true,
"rules": {
"import/no-extraneous-dependencies": ["error", { "packageDir": ["../../", "./"] }]
"import/no-extraneous-dependencies": ["error", { "packageDir": ["../../", "./"] }],
"no-restricted-globals": "off"
}
}
3 changes: 2 additions & 1 deletion apps/stress-test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["plugin:@fluentui/eslint-plugin/node"],
"root": true,
"rules": {
"import/no-extraneous-dependencies": ["error", { "packageDir": ["../../", "./"] }]
"import/no-extraneous-dependencies": ["error", { "packageDir": ["../../", "./"] }],
"no-restricted-globals": "off"
}
}
3 changes: 2 additions & 1 deletion apps/vr-tests-react-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/jsx-no-bind": "off",
"deprecation/deprecation": "off",
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
"no-restricted-globals": "off"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand",
"packageName": "@fluentui/react-accordion",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat: deprecates useARIAButtonShorthand in favor of useARIAButtonProps",
"packageName": "@fluentui/react-aria",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "partitionBreadcrumbItems miscalculated endDisplayedItems when endDisplayedItems is incorrect when numberOfItemsToHide <= 0",
"packageName": "@fluentui/react-breadcrumb",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand",
"packageName": "@fluentui/react-button",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: interactive cards not having the focus ring when focused",
"packageName": "@fluentui/react-card",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Added accessibility tests for LineChart, VerticalBarChart and AreaChart",
"packageName": "@fluentui/react-charting",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: add \"wyw-in-js\" field for tag processor",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: Add a namespace to CSS variables in react-positioning package to avoid potential collisions.",
"packageName": "@fluentui/react-positioning",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: add custom style hook for TimePicker compat.",
"packageName": "@fluentui/react-provider",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: add custom style hook for TimePicker compat.",
"packageName": "@fluentui/react-shared-contexts",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand",
"packageName": "@fluentui/react-table",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat: focus-visible polyfill shadow DOM support",
"packageName": "@fluentui/react-tabster",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: focus outline should have `Highlight` colour in high contrast",
"packageName": "@fluentui/react-tabster",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: provides a default aria-labelledby for the chevron icon if the TimePicker is wrapped in a Field.",
"packageName": "@fluentui/react-timepicker-compat-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: use useEventCallback instead of useCallback",
"packageName": "@fluentui/react-timepicker-compat-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: letter key navigation in listbox should be case insensitive",
"packageName": "@fluentui/react-timepicker-compat-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: add custom style hook for TimePicker compat.",
"packageName": "@fluentui/react-timepicker-compat-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "fix: add max-height to show 12 items in listbox",
"comment": "fix: set autoComeplete to off by default",
"packageName": "@fluentui/react-timepicker-compat-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: stop using deprecated keyborg property",
"packageName": "@fluentui/react-tooltip",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/api-docs",
"version": "8.2.12",
"version": "8.2.13",
"description": "Transforms API Extractor .api.json files into .page.json files",
"repository": {
"type": "git",
Expand Down
42 changes: 42 additions & 0 deletions packages/azure-themes/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"name": "@fluentui/azure-themes",
"entries": [
{
"date": "Thu, 14 Dec 2023 07:30:09 GMT",
"tag": "@fluentui/azure-themes_v8.6.48",
"version": "8.6.48",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/azure-themes",
"commit": "26acec917d2d47c80b9d06215c2f8454aa9520b3",
"comment": "link in detailslist a11y bug fix and choicegroup with icon/image bug fix"
},
{
"author": "beachball",
"package": "@fluentui/azure-themes",
"comment": "Bump @fluentui/react to v8.113.1",
"commit": "26acec917d2d47c80b9d06215c2f8454aa9520b3"
},
{
"author": "beachball",
"package": "@fluentui/azure-themes",
"comment": "Bump @fluentui/set-version to v8.2.13",
"commit": "26acec917d2d47c80b9d06215c2f8454aa9520b3"
}
]
}
},
{
"date": "Tue, 12 Dec 2023 07:27:25 GMT",
"tag": "@fluentui/azure-themes_v8.6.47",
"version": "8.6.47",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/azure-themes",
"comment": "Bump @fluentui/react to v8.113.0",
"commit": "56a76c98ec1f66ccf95658ba2bd4bae567c335a9"
}
]
}
},
{
"date": "Thu, 16 Nov 2023 07:26:51 GMT",
"tag": "@fluentui/azure-themes_v8.6.46",
Expand Down
22 changes: 21 additions & 1 deletion packages/azure-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Change Log - @fluentui/azure-themes

This log was last generated on Thu, 16 Nov 2023 07:26:51 GMT and should not be manually modified.
This log was last generated on Thu, 14 Dec 2023 07:30:09 GMT and should not be manually modified.

<!-- Start content -->

## [8.6.48](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.48)

Thu, 14 Dec 2023 07:30:09 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.47..@fluentui/azure-themes_v8.6.48)

### Patches

- link in detailslist a11y bug fix and choicegroup with icon/image bug fix ([PR #30061](https://github.com/microsoft/fluentui/pull/30061) by [email protected])
- Bump @fluentui/react to v8.113.1 ([PR #30061](https://github.com/microsoft/fluentui/pull/30061) by beachball)
- Bump @fluentui/set-version to v8.2.13 ([PR #30061](https://github.com/microsoft/fluentui/pull/30061) by beachball)

## [8.6.47](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.47)

Tue, 12 Dec 2023 07:27:25 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.46..@fluentui/azure-themes_v8.6.47)

### Patches

- Bump @fluentui/react to v8.113.0 ([PR #29766](https://github.com/microsoft/fluentui/pull/29766) by beachball)

## [8.6.46](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.46)

Thu, 16 Nov 2023 07:26:51 GMT
Expand Down
Loading

0 comments on commit 9e639f9

Please sign in to comment.