Skip to content

Commit

Permalink
Merge branch 'master' into users/machi/axe
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbox authored Oct 11, 2024
2 parents a720785 + 81ba43a commit 6ac933d
Show file tree
Hide file tree
Showing 75 changed files with 858 additions and 127 deletions.
15 changes: 15 additions & 0 deletions packages/azure-themes/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/azure-themes",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:54 GMT",
"tag": "@fluentui/azure-themes_v8.6.103",
"version": "8.6.103",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/azure-themes",
"comment": "Bump @fluentui/react to v8.121.4",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/azure-themes_v8.6.102",
Expand Down
11 changes: 10 additions & 1 deletion packages/azure-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/azure-themes

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:54 GMT and should not be manually modified.

<!-- Start content -->

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

Fri, 11 Oct 2024 16:51:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.102..@fluentui/azure-themes_v8.6.103)

### Patches

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

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

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/azure-themes",
"version": "8.6.102",
"version": "8.6.103",
"description": "Azure themes for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"@fluentui/scripts-webpack": "*"
},
"dependencies": {
"@fluentui/react": "^8.121.3",
"@fluentui/react": "^8.121.4",
"@fluentui/set-version": "^8.2.23",
"tslib": "^2.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/common-styles",
"version": "1.2.61",
"version": "1.2.62",
"description": "Common style definitions for Fluent UI React components",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/cra-template",
"version": "8.4.179",
"version": "8.4.180",
"description": "Create React App template for Fluent UI React (@fluentui/react)",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/dom-utilities/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/dom-utilities",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:53 GMT",
"tag": "@fluentui/dom-utilities_v2.3.9",
"version": "2.3.9",
"comments": {
"patch": [
{
"author": "miclo@microsoft.com",
"package": "@fluentui/dom-utilities",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1",
"comment": "Fix regression caused by #32996"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/dom-utilities_v2.3.8",
Expand Down
11 changes: 10 additions & 1 deletion packages/dom-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/dom-utilities

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:53 GMT and should not be manually modified.

<!-- Start content -->

## [2.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.3.9)

Fri, 11 Oct 2024 16:51:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.3.8..@fluentui/dom-utilities_v2.3.9)

### Patches

- Fix regression caused by #32996 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by miclo@microsoft.com)

## [2.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.3.8)

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/dom-utilities",
"version": "2.3.8",
"version": "2.3.9",
"description": "DOM utilities for use within Fluent web components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
9 changes: 3 additions & 6 deletions packages/dom-utilities/src/getParent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ export function getParent(child: HTMLElement, allowVirtualParents: boolean = tru
return parent;
}

let parentElement: Element | HTMLSlotElement | ParentNode | null;
// Support looking for parents in shadow DOM
if (typeof (child as HTMLSlotElement).assignedElements !== 'function' && child.assignedSlot?.parentNode) {
// Element is slotted
parentElement = child.assignedSlot;
return child.assignedSlot as HTMLElement;
} else if (child.parentNode?.nodeType === 11) {
// nodeType 11 is DOCUMENT_FRAGMENT
// Element is in shadow root
parentElement = (child.parentNode as ShadowRoot).host;
return (child.parentNode as ShadowRoot).host as HTMLElement;
} else {
parentElement = child.parentNode;
return child.parentNode as HTMLElement;
}

return !!parentElement && parentElement instanceof HTMLElement ? parentElement : null;
}
15 changes: 15 additions & 0 deletions packages/fluent2-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/fluent2-theme",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:54 GMT",
"tag": "@fluentui/fluent2-theme_v8.107.107",
"version": "8.107.107",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/fluent2-theme",
"comment": "Bump @fluentui/react to v8.121.4",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/fluent2-theme_v8.107.106",
Expand Down
11 changes: 10 additions & 1 deletion packages/fluent2-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/fluent2-theme

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:54 GMT and should not be manually modified.

<!-- Start content -->

## [8.107.107](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.107)

Fri, 11 Oct 2024 16:51:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.107.106..@fluentui/fluent2-theme_v8.107.107)

### Patches

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

## [8.107.106](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.106)

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent2-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/fluent2-theme",
"version": "8.107.106",
"version": "8.107.107",
"description": "A Fluent2 theme for Fluent UI React 8.x",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"@fluentui/scripts-webpack": "*"
},
"dependencies": {
"@fluentui/react": "^8.121.3",
"@fluentui/react": "^8.121.4",
"@fluentui/set-version": "^8.2.23",
"tslib": "^2.1.0"
}
Expand Down
21 changes: 21 additions & 0 deletions packages/font-icons-mdl2/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/font-icons-mdl2",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:54 GMT",
"tag": "@fluentui/font-icons-mdl2_v8.5.54",
"version": "8.5.54",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/font-icons-mdl2",
"comment": "Bump @fluentui/style-utilities to v8.11.3",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
},
{
"author": "beachball",
"package": "@fluentui/font-icons-mdl2",
"comment": "Bump @fluentui/utilities to v8.15.19",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/font-icons-mdl2_v8.5.53",
Expand Down
12 changes: 11 additions & 1 deletion packages/font-icons-mdl2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/font-icons-mdl2

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:54 GMT and should not be manually modified.

<!-- Start content -->

## [8.5.54](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.54)

Fri, 11 Oct 2024 16:51:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/font-icons-mdl2_v8.5.53..@fluentui/font-icons-mdl2_v8.5.54)

### Patches

- Bump @fluentui/style-utilities to v8.11.3 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)
- Bump @fluentui/utilities to v8.15.19 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)

## [8.5.53](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.53)

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/font-icons-mdl2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/font-icons-mdl2",
"version": "8.5.53",
"version": "8.5.54",
"description": "Fluent UI React icon set.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@fluentui/set-version": "^8.2.23",
"@fluentui/style-utilities": "^8.11.2",
"@fluentui/utilities": "^8.15.18",
"@fluentui/style-utilities": "^8.11.3",
"@fluentui/utilities": "^8.15.19",
"tslib": "^2.1.0"
},
"exports": {
Expand Down
21 changes: 21 additions & 0 deletions packages/foundation-legacy/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/foundation-legacy",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:54 GMT",
"tag": "@fluentui/foundation-legacy_v8.4.20",
"version": "8.4.20",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/foundation-legacy",
"comment": "Bump @fluentui/style-utilities to v8.11.3",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
},
{
"author": "beachball",
"package": "@fluentui/foundation-legacy",
"comment": "Bump @fluentui/utilities to v8.15.19",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/foundation-legacy_v8.4.19",
Expand Down
12 changes: 11 additions & 1 deletion packages/foundation-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/foundation-legacy

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:54 GMT and should not be manually modified.

<!-- Start content -->

## [8.4.20](https://github.com/microsoft/fluentui/tree/@fluentui/foundation-legacy_v8.4.20)

Fri, 11 Oct 2024 16:51:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/foundation-legacy_v8.4.19..@fluentui/foundation-legacy_v8.4.20)

### Patches

- Bump @fluentui/style-utilities to v8.11.3 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)
- Bump @fluentui/utilities to v8.15.19 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)

## [8.4.19](https://github.com/microsoft/fluentui/tree/@fluentui/foundation-legacy_v8.4.19)

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/foundation-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/foundation-legacy",
"version": "8.4.19",
"version": "8.4.20",
"description": "Legacy utilities for building Fluent UI React components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@fluentui/merge-styles": "^8.6.13",
"@fluentui/set-version": "^8.2.23",
"@fluentui/style-utilities": "^8.11.2",
"@fluentui/utilities": "^8.15.18",
"@fluentui/style-utilities": "^8.11.3",
"@fluentui/utilities": "^8.15.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/react-cards/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-cards",
"entries": [
{
"date": "Fri, 11 Oct 2024 16:51:54 GMT",
"tag": "@fluentui/react-cards_v0.205.179",
"version": "0.205.179",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-cards",
"comment": "Bump @fluentui/react to v8.121.4",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
},
{
"author": "beachball",
"package": "@fluentui/react-cards",
"comment": "Bump @fluentui/foundation-legacy to v8.4.20",
"commit": "3fec026661e874b8e458bb4f2deab1b3a9e73cd1"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 07:23:46 GMT",
"tag": "@fluentui/react-cards_v0.205.178",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-cards

This log was last generated on Tue, 08 Oct 2024 07:23:46 GMT and should not be manually modified.
This log was last generated on Fri, 11 Oct 2024 16:51:54 GMT and should not be manually modified.

<!-- Start content -->

## [0.205.179](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.179)

Fri, 11 Oct 2024 16:51:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-cards_v0.205.178..@fluentui/react-cards_v0.205.179)

### Patches

- Bump @fluentui/react to v8.121.4 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)
- Bump @fluentui/foundation-legacy to v8.4.20 ([PR #33024](https://github.com/microsoft/fluentui/pull/33024) by beachball)

## [0.205.178](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.178)

Tue, 08 Oct 2024 07:23:46 GMT
Expand Down
Loading

0 comments on commit 6ac933d

Please sign in to comment.