@fluentui/web-components 3.0.0-rc.20 → 3.0.0-rc.21

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 CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 19 May 2026 04:10:39 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 May 2026 04:07:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-rc.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.21)
8
+
9
+ Wed, 27 May 2026 04:07:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.20..@fluentui/web-components_v3.0.0-rc.21)
11
+
12
+ ### Changes
13
+
14
+ - feat(web-components): switch e2e test harness to @microsoft/fast-test-harness ([PR #36105](https://github.com/microsoft/fluentui/pull/36105) by 863023+radium-v@users.noreply.github.com)
15
+
7
16
  ## [3.0.0-rc.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.20)
8
17
 
9
- Tue, 19 May 2026 04:10:39 GMT
18
+ Tue, 19 May 2026 04:10:54 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.19..@fluentui/web-components_v3.0.0-rc.20)
11
20
 
12
21
  ### Changes
@@ -3236,7 +3236,7 @@ function attr(configOrTarget, prop) {
3236
3236
  return decorator;
3237
3237
  }
3238
3238
 
3239
- var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
3239
+ var __awaiter = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
3240
3240
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3241
3241
  return new (P || (P = Promise))(function (resolve, reject) {
3242
3242
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }