@fabric-msft/fabric-web 2.0.0-beta.3 → 2.0.0-beta.4

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
@@ -11,14 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ### Changed
13
13
 
14
- - Updated dependency `@fluentui/web-components` to version `3.0.0-beta.64`.
15
- - Added `content` part selector to `Card` web compoennt template.
16
-
17
14
  ### Fixed
18
15
 
19
- - Renamed `FilterPill` options exports to align with component semantics.
20
- - Fixed `Popover` component class and README documentation for `nonClickable` property
21
-
22
16
  ### Removed
23
17
 
24
18
  ### Deprecated
@@ -27,6 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
21
 
28
22
  ---
29
23
 
24
+ ## [2.0.0-beta.4] - 2024-12-12
25
+
26
+ ### Changed
27
+
28
+ - Updated dependency `@fluentui/web-components` to version `3.0.0-beta.74`.
29
+ - Added `content` part selector to `Card` web compoennt template.
30
+
31
+ ### Fixed
32
+
33
+ - Renamed `FilterPill` options exports to align with component semantics.
34
+ - Fixed `Popover` component class and README documentation for `nonClickable` property
35
+ - Fixed `Menu` component styles to render menu placement correctly
36
+
30
37
  ## [2.0.0] - 2024-09-24
31
38
 
32
39
  ### Changed