@fluentui/react-components 9.61.0 → 9.61.2

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 19 Mar 2025 15:36:09 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Mar 2025 09:34:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.61.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.2)
8
+
9
+ Thu, 20 Mar 2025 09:34:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.1..@fluentui/react-components_v9.61.2)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-motion`
15
+ - feat: experimental createInterruptablePresence() ([PR #33994](https://github.com/microsoft/fluentui/pull/33994) by olfedias@microsoft.com)
16
+
17
+ ## [9.61.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.1)
18
+
19
+ Wed, 19 Mar 2025 18:11:11 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.0..@fluentui/react-components_v9.61.1)
21
+
22
+ ### Patches
23
+
24
+ - `@fluentui/react-message-bar`
25
+ - fix(MessageBar): revert motion migration to resolve validation errors ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by robertpenner@microsoft.com)
26
+
7
27
  ## [9.61.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.0)
8
28
 
9
- Wed, 19 Mar 2025 15:36:09 GMT
29
+ Wed, 19 Mar 2025 15:40:40 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.60.1..@fluentui/react-components_v9.61.0)
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.61.0",
3
+ "version": "9.61.2",
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.2",
19
+ "@fluentui/react-accordion": "^9.6.3",
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.2",
27
+ "@fluentui/react-dialog": "^9.12.3",
28
28
  "@fluentui/react-divider": "^9.2.84",
29
- "@fluentui/react-drawer": "^9.7.2",
29
+ "@fluentui/react-drawer": "^9.7.3",
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,25 +58,25 @@
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.2",
61
+ "@fluentui/react-toast": "^9.4.3",
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.2",
67
+ "@fluentui/react-tree": "^9.10.3",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.4.2",
70
+ "@fluentui/react-message-bar": "^9.4.3",
71
71
  "@fluentui/react-breadcrumb": "^9.1.2",
72
72
  "@fluentui/react-aria": "^9.14.2",
73
73
  "@fluentui/react-rating": "^9.1.2",
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.9",
77
+ "@fluentui/react-motion": "^9.6.10",
78
78
  "@fluentui/react-carousel": "^9.6.2",
79
- "@fluentui/react-color-picker": "9.0.0"
79
+ "@fluentui/react-color-picker": "^9.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@types/react": ">=16.14.0 <19.0.0",