@fluentui/react-components 9.66.7 → 9.66.8

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Fri, 11 Jul 2025 15:56:53 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Jul 2025 13:51:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.66.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.8)
8
+
9
+ Wed, 16 Jul 2025 13:51:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.7..@fluentui/react-components_v9.66.8)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion-components-preview`
15
+ - refactor(Collapse): make consistent with other motion components ([PR #34831](https://github.com/microsoft/fluentui/pull/34831) by robertpenner@microsoft.com)
16
+ - feat(motion): add Slide presence motion component ([PR #34774](https://github.com/microsoft/fluentui/pull/34774) by robertpenner@microsoft.com)
17
+ - refactor(motion): apply consistent patterns across Fade and Scale ([PR #34830](https://github.com/microsoft/fluentui/pull/34830) by robertpenner@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-charts`
22
+ - hbc focus ring fix ([PR #34832](https://github.com/microsoft/fluentui/pull/34832) by anushgupta@microsoft.com)
23
+ - refactor utilities to reduce monosize of components ([PR #34823](https://github.com/microsoft/fluentui/pull/34823) by anushgupta@microsoft.com)
24
+ - `@fluentui/react-toolbar`
25
+ - fix: properly apply overrides in ToolbarRadioButton, ToolbarToggleButton & ToolbarButton ([PR #34849](https://github.com/microsoft/fluentui/pull/34849) by olfedias@microsoft.com)
26
+
7
27
  ## [9.66.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.7)
8
28
 
9
- Fri, 11 Jul 2025 15:56:53 GMT
29
+ Fri, 11 Jul 2025 15:59:20 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.6..@fluentui/react-components_v9.66.7)
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.66.7",
3
+ "version": "9.66.8",
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.7.4",
19
+ "@fluentui/react-accordion": "^9.7.5",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
21
  "@fluentui/react-avatar": "^9.8.7",
22
22
  "@fluentui/react-badge": "^9.3.2",
@@ -24,9 +24,9 @@
24
24
  "@fluentui/react-card": "^9.3.3",
25
25
  "@fluentui/react-checkbox": "^9.4.7",
26
26
  "@fluentui/react-combobox": "^9.15.7",
27
- "@fluentui/react-dialog": "^9.13.7",
27
+ "@fluentui/react-dialog": "^9.13.8",
28
28
  "@fluentui/react-divider": "^9.3.2",
29
- "@fluentui/react-drawer": "^9.8.7",
29
+ "@fluentui/react-drawer": "^9.8.8",
30
30
  "@fluentui/react-field": "^9.3.7",
31
31
  "@fluentui/react-image": "^9.2.2",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -58,13 +58,13 @@
58
58
  "@fluentui/react-tags": "^9.6.7",
59
59
  "@fluentui/react-textarea": "^9.5.7",
60
60
  "@fluentui/react-theme": "^9.1.24",
61
- "@fluentui/react-toast": "^9.5.4",
62
- "@fluentui/react-toolbar": "^9.5.7",
61
+ "@fluentui/react-toast": "^9.5.5",
62
+ "@fluentui/react-toolbar": "^9.5.8",
63
63
  "@fluentui/react-tooltip": "^9.7.7",
64
64
  "@fluentui/react-utilities": "^9.22.0",
65
65
  "@fluentui/react-text": "^9.5.2",
66
66
  "@fluentui/react-virtualizer": "9.0.0-alpha.100",
67
- "@fluentui/react-tree": "^9.11.7",
67
+ "@fluentui/react-tree": "^9.11.8",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
70
  "@fluentui/react-message-bar": "^9.5.4",
@@ -77,7 +77,7 @@
77
77
  "@fluentui/react-motion": "^9.9.0",
78
78
  "@fluentui/react-carousel": "^9.7.7",
79
79
  "@fluentui/react-color-picker": "^9.1.3",
80
- "@fluentui/react-nav": "^9.2.3"
80
+ "@fluentui/react-nav": "^9.2.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",