@fluentui/react-carousel 9.6.7 → 9.6.9

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 +30 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,22 +1,46 @@
1
1
  # Change Log - @fluentui/react-carousel
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jun 2025 22:29:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.9)
8
+
9
+ Wed, 11 Jun 2025 22:29:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.8..@fluentui/react-carousel_v9.6.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tooltip to v9.6.9 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
15
+
16
+ ## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.8)
17
+
18
+ Fri, 06 Jun 2025 13:15:17 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.7..@fluentui/react-carousel_v9.6.8)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-aria to v9.14.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
24
+ - Bump @fluentui/react-button to v9.4.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
25
+ - Bump @fluentui/react-context-selector to v9.1.77 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
26
+ - Bump @fluentui/react-tooltip to v9.6.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.55 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.24.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.20.0 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
30
+
7
31
  ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.7)
8
32
 
9
- Wed, 14 May 2025 18:45:44 GMT
33
+ Wed, 14 May 2025 18:49:16 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.6..@fluentui/react-carousel_v9.6.7)
11
35
 
12
36
  ### Patches
13
37
 
14
38
  - bug: Fix branded carousel nav button colors to be WCAG contrast compliant ([PR #34397](https://github.com/microsoft/fluentui/pull/34397) by mifraser@microsoft.com)
15
39
  - fix: Ensure buttons are disabled when not enough content for circular ([PR #34427](https://github.com/microsoft/fluentui/pull/34427) by mifraser@microsoft.com)
16
- - Bump @fluentui/react-aria to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
17
- - Bump @fluentui/react-button to v9.4.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
18
- - Bump @fluentui/react-tooltip to v9.6.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
19
- - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
40
+ - Bump @fluentui/react-aria to v9.14.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
41
+ - Bump @fluentui/react-button to v9.4.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
42
+ - Bump @fluentui/react-tooltip to v9.6.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
20
44
 
21
45
  ## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.6)
22
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-carousel",
3
- "version": "9.6.7",
3
+ "version": "9.6.9",
4
4
  "description": "A composable carousel component that enables pagination with minimal rerenders",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,16 +25,16 @@
25
25
  "@fluentui/scripts-cypress": "*"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui/react-aria": "^9.14.7",
29
- "@fluentui/react-button": "^9.4.7",
30
- "@fluentui/react-context-selector": "^9.1.76",
28
+ "@fluentui/react-aria": "^9.14.8",
29
+ "@fluentui/react-button": "^9.4.8",
30
+ "@fluentui/react-context-selector": "^9.1.77",
31
31
  "@fluentui/react-icons": "^2.0.245",
32
- "@fluentui/react-tooltip": "^9.6.7",
33
- "@fluentui/react-jsx-runtime": "^9.0.54",
32
+ "@fluentui/react-tooltip": "^9.6.9",
33
+ "@fluentui/react-jsx-runtime": "^9.0.55",
34
34
  "@fluentui/react-shared-contexts": "^9.23.1",
35
- "@fluentui/react-tabster": "^9.24.7",
35
+ "@fluentui/react-tabster": "^9.24.8",
36
36
  "@fluentui/react-theme": "^9.1.24",
37
- "@fluentui/react-utilities": "^9.19.0",
37
+ "@fluentui/react-utilities": "^9.20.0",
38
38
  "@griffel/react": "^1.5.22",
39
39
  "@swc/helpers": "^0.5.1",
40
40
  "embla-carousel": "^8.5.1",