Skip to content

Commit fd9068b

Browse files
author
Microsoft FAST Builds
committed
applying package updates
1 parent fca56ad commit fd9068b

21 files changed

+163
-65
lines changed

change/@microsoft-fast-element-348a13f7-d30c-461e-b725-d9d8c0a10110.json

-7
This file was deleted.

change/@microsoft-fast-foundation-030341a5-c95f-4516-a637-9e489443ff23.json

-7
This file was deleted.

change/@microsoft-fast-foundation-452bb1d9-58ef-4cb0-a6fa-0ed41d1ad057.json

-7
This file was deleted.

change/@microsoft-fast-foundation-6e548333-f93d-4f4d-b33e-988e42ca8135.json

-7
This file was deleted.

change/@microsoft-fast-foundation-b611fdcf-dcb8-4290-b4e5-97ebccd89e11.json

-7
This file was deleted.

change/@microsoft-fast-foundation-c128481d-c811-401e-9be7-71f80b0350a1.json

-7
This file was deleted.

change/@microsoft-fast-foundation-e29676d4-d69a-4915-ae60-66ce6e649a92.json

-7
This file was deleted.

packages/utilities/fast-react-wrapper/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/fast-react-wrapper",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Oct 2024 23:54:59 GMT",
6+
"tag": "@microsoft/fast-react-wrapper_v0.3.25",
7+
"version": "0.3.25",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@microsoft/fast-react-wrapper",
13+
"comment": "Bump @microsoft/fast-element to v1.14.0",
14+
"commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@microsoft/fast-react-wrapper",
19+
"comment": "Bump @microsoft/fast-foundation to v2.50.0",
20+
"commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 23 Jan 2024 19:35:35 GMT",
627
"tag": "@microsoft/fast-react-wrapper_v0.3.23",

packages/utilities/fast-react-wrapper/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @microsoft/fast-react-wrapper
22

3-
This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified.
3+
This log was last generated on Wed, 23 Oct 2024 23:54:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.3.25
8+
9+
Wed, 23 Oct 2024 23:54:59 GMT
10+
11+
### Patches
12+
13+
- Bump @microsoft/fast-element to v1.14.0
14+
- Bump @microsoft/fast-foundation to v2.50.0
15+
716
## 0.3.23
817

918
Tue, 23 Jan 2024 19:35:35 GMT

packages/utilities/fast-react-wrapper/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-react-wrapper",
33
"description": "A utility for wrapping web components for use in React.",
44
"sideEffects": false,
5-
"version": "0.3.24",
5+
"version": "0.3.25",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -87,8 +87,8 @@
8787
"webpack": "^4.44.0"
8888
},
8989
"dependencies": {
90-
"@microsoft/fast-element": "^1.13.0",
91-
"@microsoft/fast-foundation": "^2.49.6"
90+
"@microsoft/fast-element": "^1.14.0",
91+
"@microsoft/fast-foundation": "^2.50.0"
9292
},
9393
"peerDependencies": {
9494
"react": ">=16.9.0"

packages/web-components/fast-element/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/fast-element",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Oct 2024 23:54:59 GMT",
6+
"tag": "@microsoft/fast-element_v1.14.0",
7+
"version": "1.14.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/fast-element",
13+
"commit": "0c27d027ff6e8616ad4fddc17f4432aa7f6cbad0",
14+
"comment": "Export Symbol to allow prepending specific stylesheets to adoptedStyleSheets"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 04 May 2023 17:35:08 GMT",
621
"tag": "@microsoft/fast-element_v1.12.0",

packages/web-components/fast-element/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @microsoft/fast-element
22

3-
This log was last generated on Thu, 04 May 2023 17:35:08 GMT and should not be manually modified.
3+
This log was last generated on Wed, 23 Oct 2024 23:54:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.14.0
8+
9+
Wed, 23 Oct 2024 23:54:59 GMT
10+
11+
### Minor changes
12+
13+
- Export Symbol to allow prepending specific stylesheets to adoptedStyleSheets ([email protected])
14+
715
## 1.12.0
816

917
Thu, 04 May 2023 17:35:08 GMT

packages/web-components/fast-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-element",
33
"description": "A library for constructing Web Components",
44
"sideEffects": false,
5-
"version": "1.13.0",
5+
"version": "1.14.0",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"

packages/web-components/fast-foundation/CHANGELOG.json

+55
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"name": "@microsoft/fast-foundation",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Oct 2024 23:54:59 GMT",
6+
"tag": "@microsoft/fast-foundation_v2.50.0",
7+
"version": "2.50.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/fast-foundation",
13+
"commit": "913c27e7e8503de1f7cd50bdbc9388134f52ef5d",
14+
"comment": "Fix design token issues involving deleting values and CSS reflection"
15+
},
16+
{
17+
"author": "=",
18+
"package": "@microsoft/fast-foundation",
19+
"commit": "7f8e2db596277e78fddd88a6c99444ca64f5e771",
20+
"comment": "fix: prevent toolbar from stealing focus when focus has already been moved in the document"
21+
},
22+
{
23+
"author": "[email protected]",
24+
"package": "@microsoft/fast-foundation",
25+
"commit": "0c27d027ff6e8616ad4fddc17f4432aa7f6cbad0",
26+
"comment": "Fix CSS custom property precedence issue and work around Chromium bug"
27+
},
28+
{
29+
"author": "[email protected]",
30+
"package": "@microsoft/fast-foundation",
31+
"commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d",
32+
"comment": "Fix memory leak due to binding observers"
33+
}
34+
],
35+
"none": [
36+
{
37+
"author": "[email protected]",
38+
"package": "@microsoft/fast-foundation",
39+
"commit": "1f9c97df9acae24be44f239bd66b5b2157c7f3e5",
40+
"comment": "Fix toolbar tests"
41+
}
42+
],
43+
"minor": [
44+
{
45+
"author": "=",
46+
"package": "@microsoft/fast-foundation",
47+
"commit": "9c6dbb66615e6d229fc0ebf8065a67f109139f26",
48+
"comment": "feat: close combobox if indicator is clicked and no selection is made"
49+
},
50+
{
51+
"author": "beachball",
52+
"package": "@microsoft/fast-foundation",
53+
"comment": "Bump @microsoft/fast-element to v1.14.0",
54+
"commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d"
55+
}
56+
]
57+
}
58+
},
459
{
560
"date": "Tue, 23 Jan 2024 19:35:35 GMT",
661
"tag": "@microsoft/fast-foundation_v2.49.5",

packages/web-components/fast-foundation/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# Change Log - @microsoft/fast-foundation
22

3-
This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified.
3+
This log was last generated on Wed, 23 Oct 2024 23:54:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.50.0
8+
9+
Wed, 23 Oct 2024 23:54:59 GMT
10+
11+
### Minor changes
12+
13+
- feat: close combobox if indicator is clicked and no selection is made (=)
14+
- Bump @microsoft/fast-element to v1.14.0
15+
16+
### Patches
17+
18+
- Fix design token issues involving deleting values and CSS reflection ([email protected])
19+
- fix: prevent toolbar from stealing focus when focus has already been moved in the document (=)
20+
- Fix CSS custom property precedence issue and work around Chromium bug ([email protected])
21+
- Fix memory leak due to binding observers ([email protected])
22+
723
## 2.49.5
824

925
Tue, 23 Jan 2024 19:35:35 GMT

packages/web-components/fast-foundation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-foundation",
33
"description": "A library of Web Component building blocks",
44
"sideEffects": false,
5-
"version": "2.49.6",
5+
"version": "2.50.0",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -95,7 +95,7 @@
9595
"webpack": "^4.44.0"
9696
},
9797
"dependencies": {
98-
"@microsoft/fast-element": "^1.13.0",
98+
"@microsoft/fast-element": "^1.14.0",
9999
"@microsoft/fast-web-utilities": "^5.4.1",
100100
"tabbable": "^5.2.0",
101101
"tslib": "^1.13.0"

packages/web-components/fast-router/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/fast-router",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Oct 2024 23:54:59 GMT",
6+
"tag": "@microsoft/fast-router_v0.4.10",
7+
"version": "0.4.10",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@microsoft/fast-router",
13+
"comment": "Bump @microsoft/fast-element to v1.14.0",
14+
"commit": "fca56adbb60e805ae2cd99c984f8886f1332d26d"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 04 May 2023 17:35:08 GMT",
621
"tag": "@microsoft/fast-router_v0.4.8",

packages/web-components/fast-router/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @microsoft/fast-router
22

3-
This log was last generated on Thu, 04 May 2023 17:35:08 GMT and should not be manually modified.
3+
This log was last generated on Wed, 23 Oct 2024 23:54:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.4.10
8+
9+
Wed, 23 Oct 2024 23:54:59 GMT
10+
11+
### Patches
12+
13+
- Bump @microsoft/fast-element to v1.14.0
14+
715
## 0.4.8
816

917
Thu, 04 May 2023 17:35:08 GMT

packages/web-components/fast-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-router",
33
"description": "A web-components-based router.",
44
"sideEffects": false,
5-
"version": "0.4.9",
5+
"version": "0.4.10",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -84,6 +84,6 @@
8484
"webpack": "^4.44.0"
8585
},
8686
"dependencies": {
87-
"@microsoft/fast-element": "^1.13.0"
87+
"@microsoft/fast-element": "^1.14.0"
8888
}
8989
}

sites/fast-color-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@fluentui/svg-icons": "^1.1.0",
5757
"@microsoft/fast-colors": "^5.3.0",
5858
"@microsoft/fast-components": "^2.30.6",
59-
"@microsoft/fast-element": "^1.12.0",
60-
"@microsoft/fast-foundation": "^2.49.5",
59+
"@microsoft/fast-element": "^1.14.0",
60+
"@microsoft/fast-foundation": "^2.50.0",
6161
"@microsoft/fast-web-utilities": "^5.4.1"
6262
}
6363
}

sites/fast-website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@babel/preset-env": "^7.12.13",
1212
"@fluentui/svg-icons": "^1.1.139",
1313
"@microsoft/fast-components": "2.30.5",
14-
"@microsoft/fast-element": "^1.12.0",
15-
"@microsoft/fast-foundation": "^2.49.5",
14+
"@microsoft/fast-element": "^1.14.0",
15+
"@microsoft/fast-foundation": "^2.50.0",
1616
"@microsoft/fast-web-utilities": "^5.4.1",
1717
"@microsoft/site-utilities": "^0.9.0",
1818
"@rollup/plugin-alias": "^3.1.1",

0 commit comments

Comments
 (0)