@fabric-msft/fabric-web 2.1.1-beta.0 → 2.1.1-beta.2

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
@@ -21,6 +21,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
 
22
22
  ---
23
23
 
24
+ ## [2.1.1-beta.2] - 2025-02-20
25
+
26
+ ### Fixed
27
+
28
+ - Removed Node.js-specific dependencies from browser bundle:
29
+ - Eliminated `linkedom` usage from SVG component tests
30
+ - Replaced with native DOM APIs and JSDOM for testing
31
+ - Resolved warnings about `canvas` and `perf_hooks` module resolution
32
+
33
+ ### Changed
34
+
35
+ - Updated ESLint configuration to better handle Node.js module imports:
36
+ - Added specific rules for test files
37
+ - Improved detection of Node.js-specific modules in browser code
38
+
39
+ ### Additional Fixes
40
+
41
+ - Fixed event listener initialization in Storybook stories
42
+ - Resolved console errors in accordion-menu and menu components
43
+
44
+ ### Removed
45
+
46
+ ### Deprecated
47
+
48
+ ### Security
49
+
50
+ ---
51
+
52
+ ## [2.1.1-beta.1] - 2025-02-18
53
+
54
+ ### Added
55
+
56
+ ### Changed
57
+
58
+ - Updated dependency `@fluentui/web-components` to version `3.0.0-beta.79`.
59
+
60
+ ### Fixed
61
+
62
+ ### Removed
63
+
64
+ ### Deprecated
65
+
66
+ ### Security
67
+
68
+ ---
69
+
24
70
  ## [2.1.1-beta.0] - 2025-02-14
25
71
 
26
72
  ### Added
@@ -147,3 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147
193
  ### Added
148
194
 
149
195
  - Initial 1.0.0 beta release.
196
+
197
+ ### Additional Fixes
198
+
199
+ - Fixed event listener initialization in Storybook stories
200
+ - Resolved console errors in accordion-menu and menu components