@fluentui/web-components 3.0.0-beta.127 → 3.0.0-beta.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/custom-elements.json +576 -117
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Oct 2025 04:07:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.128](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.128)
|
|
8
|
+
|
|
9
|
+
Wed, 15 Oct 2025 04:07:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.127..@fluentui/web-components_v3.0.0-beta.128)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- exclude node_modules and dist so CEM type parser maps types properly ([PR #35326](https://github.com/microsoft/fluentui/pull/35326) by jes@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-beta.127](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.127)
|
|
8
17
|
|
|
9
|
-
Tue, 14 Oct 2025 04:06:
|
|
18
|
+
Tue, 14 Oct 2025 04:06:46 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.126..@fluentui/web-components_v3.0.0-beta.127)
|
|
11
20
|
|
|
12
21
|
### Changes
|