@fluentui/react-components 9.66.3 → 9.66.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 +34 -2
  2. package/package.json +57 -57
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 23 Jun 2025 15:47:17 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jun 2025 14:07:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.66.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.4)
8
+
9
+ Thu, 26 Jun 2025 14:07:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.3..@fluentui/react-components_v9.66.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion`
15
+ - Presence enter & exit motions can be used separately with .In & .Out ([PR #33930](https://github.com/microsoft/fluentui/pull/33930) by robertpenner@microsoft.com)
16
+ - `@fluentui/react-nav`
17
+ - feat: add motion to nav components ([PR #34632](https://github.com/microsoft/fluentui/pull/34632) by marcosvmmoura@gmail.com)
18
+ - `@fluentui/react-utilities`
19
+ - Shorten pollDuration to 100ms in useIFrameFocus ([PR #34703](https://github.com/microsoft/fluentui/pull/34703) by xboy2008@live.cn)
20
+
21
+ ### Patches
22
+
23
+ - `@fluentui/react-carousel`
24
+ - fix: Ensure we destroy carousel API on unmount ([PR #34686](https://github.com/microsoft/fluentui/pull/34686) by mifraser@microsoft.com)
25
+ - `@fluentui/react-charts`
26
+ - high contrast fix ([PR #34726](https://github.com/microsoft/fluentui/pull/34726) by anushgupta@microsoft.com)
27
+ - implement stacked hbc with axis and support for negative x values ([PR #34699](https://github.com/microsoft/fluentui/pull/34699) by anushgupta@microsoft.com)
28
+ - negative y value support and fix bar overlapping issue ([PR #34717](https://github.com/microsoft/fluentui/pull/34717) by anushgupta@microsoft.com)
29
+ - `@fluentui/react-motion-components-preview`
30
+ - fix(Scale): update variant parameters to design spec & refactor internally ([PR #34712](https://github.com/microsoft/fluentui/pull/34712) by robertpenner@microsoft.com)
31
+ - `@fluentui/react-nav`
32
+ - fix: only display actions on hover ([PR #34634](https://github.com/microsoft/fluentui/pull/34634) by marcosvmmoura@gmail.com)
33
+
34
+ ### Changes
35
+
36
+ - `@fluentui/react-virtualizer`
37
+ - fix: Ensure virtualizer recalcs on numItems change ([PR #34673](https://github.com/microsoft/fluentui/pull/34673) by mifraser@microsoft.com)
38
+
7
39
  ## [9.66.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.3)
8
40
 
9
- Mon, 23 Jun 2025 15:47:17 GMT
41
+ Mon, 23 Jun 2025 15:49:46 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.2..@fluentui/react-components_v9.66.3)
11
43
 
12
44
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.66.3",
3
+ "version": "9.66.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,68 +16,68 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.7.1",
19
+ "@fluentui/react-accordion": "^9.7.2",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.8.3",
22
- "@fluentui/react-badge": "^9.3.1",
23
- "@fluentui/react-button": "^9.5.1",
24
- "@fluentui/react-card": "^9.3.1",
25
- "@fluentui/react-checkbox": "^9.4.3",
26
- "@fluentui/react-combobox": "^9.15.3",
27
- "@fluentui/react-dialog": "^9.13.3",
28
- "@fluentui/react-divider": "^9.3.1",
29
- "@fluentui/react-drawer": "^9.8.3",
30
- "@fluentui/react-field": "^9.3.3",
31
- "@fluentui/react-image": "^9.2.1",
21
+ "@fluentui/react-avatar": "^9.8.4",
22
+ "@fluentui/react-badge": "^9.3.2",
23
+ "@fluentui/react-button": "^9.5.2",
24
+ "@fluentui/react-card": "^9.3.2",
25
+ "@fluentui/react-checkbox": "^9.4.4",
26
+ "@fluentui/react-combobox": "^9.15.4",
27
+ "@fluentui/react-dialog": "^9.13.4",
28
+ "@fluentui/react-divider": "^9.3.2",
29
+ "@fluentui/react-drawer": "^9.8.4",
30
+ "@fluentui/react-field": "^9.3.4",
31
+ "@fluentui/react-image": "^9.2.2",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.3.3",
34
- "@fluentui/react-input": "^9.6.3",
35
- "@fluentui/react-label": "^9.2.1",
36
- "@fluentui/react-link": "^9.5.1",
37
- "@fluentui/react-list": "^9.2.3",
38
- "@fluentui/react-menu": "^9.17.3",
39
- "@fluentui/react-overflow": "^9.4.3",
40
- "@fluentui/react-persona": "^9.4.3",
41
- "@fluentui/react-portal": "^9.6.1",
42
- "@fluentui/react-popover": "^9.11.3",
43
- "@fluentui/react-positioning": "^9.18.3",
44
- "@fluentui/react-progress": "^9.3.3",
45
- "@fluentui/react-provider": "^9.21.1",
46
- "@fluentui/react-radio": "^9.4.3",
47
- "@fluentui/react-select": "^9.3.3",
33
+ "@fluentui/react-infolabel": "^9.3.4",
34
+ "@fluentui/react-input": "^9.6.4",
35
+ "@fluentui/react-label": "^9.2.2",
36
+ "@fluentui/react-link": "^9.5.2",
37
+ "@fluentui/react-list": "^9.2.4",
38
+ "@fluentui/react-menu": "^9.17.4",
39
+ "@fluentui/react-overflow": "^9.4.4",
40
+ "@fluentui/react-persona": "^9.4.4",
41
+ "@fluentui/react-portal": "^9.6.2",
42
+ "@fluentui/react-popover": "^9.11.4",
43
+ "@fluentui/react-positioning": "^9.18.4",
44
+ "@fluentui/react-progress": "^9.3.4",
45
+ "@fluentui/react-provider": "^9.21.2",
46
+ "@fluentui/react-radio": "^9.4.4",
47
+ "@fluentui/react-select": "^9.3.4",
48
48
  "@fluentui/react-shared-contexts": "^9.24.0",
49
- "@fluentui/react-skeleton": "^9.3.3",
50
- "@fluentui/react-slider": "^9.4.3",
51
- "@fluentui/react-spinbutton": "^9.4.3",
52
- "@fluentui/react-spinner": "^9.6.1",
53
- "@fluentui/react-swatch-picker": "^9.3.3",
54
- "@fluentui/react-switch": "^9.3.3",
55
- "@fluentui/react-table": "^9.17.3",
56
- "@fluentui/react-tabs": "^9.8.1",
57
- "@fluentui/react-tabster": "^9.25.1",
58
- "@fluentui/react-tags": "^9.6.3",
59
- "@fluentui/react-textarea": "^9.5.3",
49
+ "@fluentui/react-skeleton": "^9.3.4",
50
+ "@fluentui/react-slider": "^9.4.4",
51
+ "@fluentui/react-spinbutton": "^9.4.4",
52
+ "@fluentui/react-spinner": "^9.6.2",
53
+ "@fluentui/react-swatch-picker": "^9.3.4",
54
+ "@fluentui/react-switch": "^9.3.4",
55
+ "@fluentui/react-table": "^9.17.4",
56
+ "@fluentui/react-tabs": "^9.8.2",
57
+ "@fluentui/react-tabster": "^9.25.2",
58
+ "@fluentui/react-tags": "^9.6.4",
59
+ "@fluentui/react-textarea": "^9.5.4",
60
60
  "@fluentui/react-theme": "^9.1.24",
61
- "@fluentui/react-toast": "^9.5.1",
62
- "@fluentui/react-toolbar": "^9.5.3",
63
- "@fluentui/react-tooltip": "^9.7.3",
64
- "@fluentui/react-utilities": "^9.21.1",
65
- "@fluentui/react-text": "^9.5.1",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.99",
67
- "@fluentui/react-tree": "^9.11.3",
61
+ "@fluentui/react-toast": "^9.5.2",
62
+ "@fluentui/react-toolbar": "^9.5.4",
63
+ "@fluentui/react-tooltip": "^9.7.4",
64
+ "@fluentui/react-utilities": "^9.22.0",
65
+ "@fluentui/react-text": "^9.5.2",
66
+ "@fluentui/react-virtualizer": "9.0.0-alpha.100",
67
+ "@fluentui/react-tree": "^9.11.4",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.5.1",
71
- "@fluentui/react-breadcrumb": "^9.2.3",
72
- "@fluentui/react-aria": "^9.15.1",
73
- "@fluentui/react-rating": "^9.2.1",
74
- "@fluentui/react-search": "^9.2.3",
75
- "@fluentui/react-teaching-popover": "^9.5.3",
76
- "@fluentui/react-tag-picker": "^9.6.3",
77
- "@fluentui/react-motion": "^9.8.1",
78
- "@fluentui/react-carousel": "^9.7.3",
79
- "@fluentui/react-color-picker": "^9.1.1",
80
- "@fluentui/react-nav": "^9.1.3"
70
+ "@fluentui/react-message-bar": "^9.5.2",
71
+ "@fluentui/react-breadcrumb": "^9.2.4",
72
+ "@fluentui/react-aria": "^9.15.2",
73
+ "@fluentui/react-rating": "^9.2.2",
74
+ "@fluentui/react-search": "^9.2.4",
75
+ "@fluentui/react-teaching-popover": "^9.5.4",
76
+ "@fluentui/react-tag-picker": "^9.6.4",
77
+ "@fluentui/react-motion": "^9.9.0",
78
+ "@fluentui/react-carousel": "^9.7.4",
79
+ "@fluentui/react-color-picker": "^9.1.2",
80
+ "@fluentui/react-nav": "^9.2.0"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",