@fluentui/react-components 9.61.3 → 9.61.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 26 Mar 2025 15:52:05 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 26 Mar 2025 21:46:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.61.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.4)
8
+
9
+ Wed, 26 Mar 2025 21:46:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.3..@fluentui/react-components_v9.61.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion`
15
+ - fix(motion): make createPresenceComponentVariant support motion arrays ([PR #33996](https://github.com/microsoft/fluentui/pull/33996) by robertpenner@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-motion`
20
+ - fix: handle error cases in "element.animate()" ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by seanmonahan@microsoft.com)
21
+
7
22
  ## [9.61.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.3)
8
23
 
9
- Wed, 26 Mar 2025 15:52:05 GMT
24
+ Wed, 26 Mar 2025 15:52:37 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.2..@fluentui/react-components_v9.61.3)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.61.3",
3
+ "version": "9.61.4",
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.6.3",
19
+ "@fluentui/react-accordion": "^9.6.4",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
21
  "@fluentui/react-avatar": "^9.7.2",
22
22
  "@fluentui/react-badge": "^9.2.52",
@@ -24,9 +24,9 @@
24
24
  "@fluentui/react-card": "^9.2.1",
25
25
  "@fluentui/react-checkbox": "^9.3.2",
26
26
  "@fluentui/react-combobox": "^9.14.2",
27
- "@fluentui/react-dialog": "^9.12.3",
27
+ "@fluentui/react-dialog": "^9.12.4",
28
28
  "@fluentui/react-divider": "^9.2.84",
29
- "@fluentui/react-drawer": "^9.7.3",
29
+ "@fluentui/react-drawer": "^9.7.4",
30
30
  "@fluentui/react-field": "^9.2.2",
31
31
  "@fluentui/react-image": "^9.1.82",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -58,13 +58,13 @@
58
58
  "@fluentui/react-tags": "^9.5.0",
59
59
  "@fluentui/react-textarea": "^9.4.2",
60
60
  "@fluentui/react-theme": "^9.1.24",
61
- "@fluentui/react-toast": "^9.4.3",
61
+ "@fluentui/react-toast": "^9.4.4",
62
62
  "@fluentui/react-toolbar": "^9.4.1",
63
63
  "@fluentui/react-tooltip": "^9.6.2",
64
64
  "@fluentui/react-utilities": "^9.18.22",
65
65
  "@fluentui/react-text": "^9.4.34",
66
66
  "@fluentui/react-virtualizer": "9.0.0-alpha.94",
67
- "@fluentui/react-tree": "^9.10.4",
67
+ "@fluentui/react-tree": "^9.10.5",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
70
  "@fluentui/react-message-bar": "^9.4.3",
@@ -74,7 +74,7 @@
74
74
  "@fluentui/react-search": "^9.1.2",
75
75
  "@fluentui/react-teaching-popover": "^9.4.1",
76
76
  "@fluentui/react-tag-picker": "^9.5.2",
77
- "@fluentui/react-motion": "^9.6.10",
77
+ "@fluentui/react-motion": "^9.7.0",
78
78
  "@fluentui/react-carousel": "^9.6.2",
79
79
  "@fluentui/react-color-picker": "^9.0.0"
80
80
  },