@fluentui/react-components 9.56.2 → 9.56.3

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 +27 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 18 Nov 2024 09:42:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Nov 2024 09:29:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.3)
8
+
9
+ Thu, 28 Nov 2024 09:29:40 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.2..@fluentui/react-components_v9.56.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel`
15
+ - feat: Add autoplay index change callback and fix autoplay pause on interaction ([PR #33291](https://github.com/microsoft/fluentui/pull/33291) by mifraser@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-charts-preview`
20
+ - Update readme with current content ([PR #33295](https://github.com/microsoft/fluentui/pull/33295) by 98592573+AtishayMsft@users.noreply.github.com)
21
+ - `@fluentui/react-dialog`
22
+ - feat(motion): update DialogBackdropMotion to use createFadePresence API ([PR #33288](https://github.com/microsoft/fluentui/pull/33288) by olkatruk@microsoft.com)
23
+ - `@fluentui/react-motion`
24
+ - fix: respect reduced motion in createMotionComponent() ([PR #33357](https://github.com/microsoft/fluentui/pull/33357) by olfedias@microsoft.com)
25
+ - `@fluentui/react-search`
26
+ - fix(react-search): restore focus to SearchBox after clear button is clicked ([PR #33340](https://github.com/microsoft/fluentui/pull/33340) by jiangemma@microsoft.com)
27
+ - `@fluentui/react-swatch-picker`
28
+ - feat: Correctly integrating SwatchPicker with Field component. ([PR #33274](https://github.com/microsoft/fluentui/pull/33274) by Humberto.Morimoto@microsoft.com)
29
+ - `@fluentui/react-tree`
30
+ - bugfix: ensure that onActionVisibilityChange is properly invoked ([PR #33320](https://github.com/microsoft/fluentui/pull/33320) by bernardo.sunderhus@gmail.com)
31
+
7
32
  ## [9.56.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.2)
8
33
 
9
- Mon, 18 Nov 2024 09:42:20 GMT
34
+ Mon, 18 Nov 2024 09:44:38 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.1..@fluentui/react-components_v9.56.2)
11
36
 
12
37
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.2",
3
+ "version": "9.56.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.5.8",
19
+ "@fluentui/react-accordion": "^9.5.9",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
21
  "@fluentui/react-avatar": "^9.6.43",
22
22
  "@fluentui/react-badge": "^9.2.45",
@@ -24,9 +24,9 @@
24
24
  "@fluentui/react-card": "^9.0.97",
25
25
  "@fluentui/react-checkbox": "^9.2.41",
26
26
  "@fluentui/react-combobox": "^9.13.12",
27
- "@fluentui/react-dialog": "^9.11.21",
27
+ "@fluentui/react-dialog": "^9.11.22",
28
28
  "@fluentui/react-divider": "^9.2.77",
29
- "@fluentui/react-drawer": "^9.6.1",
29
+ "@fluentui/react-drawer": "^9.6.2",
30
30
  "@fluentui/react-field": "^9.1.80",
31
31
  "@fluentui/react-image": "^9.1.75",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -49,7 +49,7 @@
49
49
  "@fluentui/react-slider": "^9.2.0",
50
50
  "@fluentui/react-spinbutton": "^9.2.92",
51
51
  "@fluentui/react-spinner": "^9.5.2",
52
- "@fluentui/react-swatch-picker": "^9.1.13",
52
+ "@fluentui/react-swatch-picker": "^9.1.14",
53
53
  "@fluentui/react-switch": "^9.1.98",
54
54
  "@fluentui/react-table": "^9.15.22",
55
55
  "@fluentui/react-tabs": "^9.6.2",
@@ -57,24 +57,24 @@
57
57
  "@fluentui/react-tags": "^9.3.23",
58
58
  "@fluentui/react-textarea": "^9.3.92",
59
59
  "@fluentui/react-theme": "^9.1.22",
60
- "@fluentui/react-toast": "^9.3.59",
60
+ "@fluentui/react-toast": "^9.3.60",
61
61
  "@fluentui/react-toolbar": "^9.2.10",
62
62
  "@fluentui/react-tooltip": "^9.4.43",
63
63
  "@fluentui/react-utilities": "^9.18.17",
64
64
  "@fluentui/react-text": "^9.4.27",
65
65
  "@fluentui/react-virtualizer": "9.0.0-alpha.87",
66
- "@fluentui/react-tree": "^9.8.6",
66
+ "@fluentui/react-tree": "^9.8.7",
67
67
  "@griffel/react": "^1.5.22",
68
68
  "@swc/helpers": "^0.5.1",
69
69
  "@fluentui/react-message-bar": "^9.2.15",
70
70
  "@fluentui/react-breadcrumb": "^9.0.43",
71
71
  "@fluentui/react-aria": "^9.13.9",
72
72
  "@fluentui/react-rating": "^9.0.22",
73
- "@fluentui/react-search": "^9.0.22",
73
+ "@fluentui/react-search": "^9.0.23",
74
74
  "@fluentui/react-teaching-popover": "^9.1.22",
75
75
  "@fluentui/react-tag-picker": "^9.3.9",
76
- "@fluentui/react-motion": "^9.6.1",
77
- "@fluentui/react-carousel": "^9.3.1"
76
+ "@fluentui/react-motion": "^9.6.2",
77
+ "@fluentui/react-carousel": "^9.4.0"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@types/react": ">=16.14.0 <19.0.0",