@fluentui/react-components 9.54.14 → 9.54.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 10 Sep 2024 10:15:04 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 13 Sep 2024 00:48:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.15)
8
+
9
+ Fri, 13 Sep 2024 00:48:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.14..@fluentui/react-components_v9.54.15)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel-preview`
15
+ - feat: Add CarouselNavContainer for easy layout options, add missing exports and cleanup focus behavior of multiple cards ([PR #32457](https://github.com/microsoft/fluentui/pull/32457) by mifraser@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-carousel-preview`
20
+ - chore: cleanup before the release ([PR #32475](https://github.com/microsoft/fluentui/pull/32475) by olfedias@microsoft.com)
21
+ - `@fluentui/react-dialog`
22
+ - fix: Adjust window height comparison in fractional cases. ([PR #32480](https://github.com/microsoft/fluentui/pull/32480) by owcampbe@microsoft.com)
23
+ - `@fluentui/react-drawer`
24
+ - fix: update scroll state when children changes ([PR #32818](https://github.com/microsoft/fluentui/pull/32818) by marcosvmmoura@gmail.com)
25
+ - fix: apply position: absolute when mountNode is passed ([PR #32816](https://github.com/microsoft/fluentui/pull/32816) by marcosvmmoura@gmail.com)
26
+
7
27
  ## [9.54.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.14)
8
28
 
9
- Tue, 10 Sep 2024 10:15:04 GMT
29
+ Tue, 10 Sep 2024 10:19:04 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.13..@fluentui/react-components_v9.54.14)
11
31
 
12
32
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.14",
3
+ "version": "9.54.15",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -38,9 +38,9 @@
38
38
  "@fluentui/react-card": "^9.0.92",
39
39
  "@fluentui/react-checkbox": "^9.2.36",
40
40
  "@fluentui/react-combobox": "^9.13.6",
41
- "@fluentui/react-dialog": "^9.11.13",
41
+ "@fluentui/react-dialog": "^9.11.14",
42
42
  "@fluentui/react-divider": "^9.2.74",
43
- "@fluentui/react-drawer": "^9.5.13",
43
+ "@fluentui/react-drawer": "^9.5.14",
44
44
  "@fluentui/react-field": "^9.1.75",
45
45
  "@fluentui/react-image": "^9.1.72",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",