@fluentui/react-components 9.66.3 → 9.66.5

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 +48 -2
  2. package/package.json +57 -57
package/CHANGELOG.md CHANGED
@@ -1,12 +1,58 @@
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 Fri, 27 Jun 2025 13:36:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.66.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.5)
8
+
9
+ Fri, 27 Jun 2025 13:36:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.4..@fluentui/react-components_v9.66.5)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-nav`
15
+ - fix: move action button to be the first button ([PR #34718](https://github.com/microsoft/fluentui/pull/34718) by marcosvmmoura@gmail.com)
16
+ - `@fluentui/react-positioning`
17
+ - fix: stop rAF if no mouse movement happening ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by olfedias@microsoft.com)
18
+ - `@fluentui/react-tabster`
19
+ - fix(focusVisiblePolyfill): Strict mode compat after portal changes ([PR #34700](https://github.com/microsoft/fluentui/pull/34700) by lingfangao@hotmail.com)
20
+
21
+ ## [9.66.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.4)
22
+
23
+ Thu, 26 Jun 2025 14:11:52 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.3..@fluentui/react-components_v9.66.4)
25
+
26
+ ### Minor changes
27
+
28
+ - `@fluentui/react-motion`
29
+ - Presence enter & exit motions can be used separately with .In & .Out ([PR #33930](https://github.com/microsoft/fluentui/pull/33930) by robertpenner@microsoft.com)
30
+ - `@fluentui/react-nav`
31
+ - feat: add motion to nav components ([PR #34632](https://github.com/microsoft/fluentui/pull/34632) by marcosvmmoura@gmail.com)
32
+ - `@fluentui/react-utilities`
33
+ - Shorten pollDuration to 100ms in useIFrameFocus ([PR #34703](https://github.com/microsoft/fluentui/pull/34703) by xboy2008@live.cn)
34
+
35
+ ### Patches
36
+
37
+ - `@fluentui/react-carousel`
38
+ - fix: Ensure we destroy carousel API on unmount ([PR #34686](https://github.com/microsoft/fluentui/pull/34686) by mifraser@microsoft.com)
39
+ - `@fluentui/react-charts`
40
+ - high contrast fix ([PR #34726](https://github.com/microsoft/fluentui/pull/34726) by anushgupta@microsoft.com)
41
+ - implement stacked hbc with axis and support for negative x values ([PR #34699](https://github.com/microsoft/fluentui/pull/34699) by anushgupta@microsoft.com)
42
+ - negative y value support and fix bar overlapping issue ([PR #34717](https://github.com/microsoft/fluentui/pull/34717) by anushgupta@microsoft.com)
43
+ - `@fluentui/react-motion-components-preview`
44
+ - fix(Scale): update variant parameters to design spec & refactor internally ([PR #34712](https://github.com/microsoft/fluentui/pull/34712) by robertpenner@microsoft.com)
45
+ - `@fluentui/react-nav`
46
+ - fix: only display actions on hover ([PR #34634](https://github.com/microsoft/fluentui/pull/34634) by marcosvmmoura@gmail.com)
47
+
48
+ ### Changes
49
+
50
+ - `@fluentui/react-virtualizer`
51
+ - fix: Ensure virtualizer recalcs on numItems change ([PR #34673](https://github.com/microsoft/fluentui/pull/34673) by mifraser@microsoft.com)
52
+
7
53
  ## [9.66.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.3)
8
54
 
9
- Mon, 23 Jun 2025 15:47:17 GMT
55
+ Mon, 23 Jun 2025 15:49:46 GMT
10
56
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.2..@fluentui/react-components_v9.66.3)
11
57
 
12
58
  ### 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.5",
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.3",
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.5",
22
+ "@fluentui/react-badge": "^9.3.2",
23
+ "@fluentui/react-button": "^9.5.3",
24
+ "@fluentui/react-card": "^9.3.3",
25
+ "@fluentui/react-checkbox": "^9.4.5",
26
+ "@fluentui/react-combobox": "^9.15.5",
27
+ "@fluentui/react-dialog": "^9.13.5",
28
+ "@fluentui/react-divider": "^9.3.2",
29
+ "@fluentui/react-drawer": "^9.8.5",
30
+ "@fluentui/react-field": "^9.3.5",
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.5",
34
+ "@fluentui/react-input": "^9.6.5",
35
+ "@fluentui/react-label": "^9.2.2",
36
+ "@fluentui/react-link": "^9.5.3",
37
+ "@fluentui/react-list": "^9.2.5",
38
+ "@fluentui/react-menu": "^9.17.5",
39
+ "@fluentui/react-overflow": "^9.4.5",
40
+ "@fluentui/react-persona": "^9.4.5",
41
+ "@fluentui/react-portal": "^9.6.3",
42
+ "@fluentui/react-popover": "^9.11.5",
43
+ "@fluentui/react-positioning": "^9.18.5",
44
+ "@fluentui/react-progress": "^9.3.5",
45
+ "@fluentui/react-provider": "^9.21.3",
46
+ "@fluentui/react-radio": "^9.4.5",
47
+ "@fluentui/react-select": "^9.3.5",
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.5",
50
+ "@fluentui/react-slider": "^9.4.5",
51
+ "@fluentui/react-spinbutton": "^9.4.5",
52
+ "@fluentui/react-spinner": "^9.6.2",
53
+ "@fluentui/react-swatch-picker": "^9.3.5",
54
+ "@fluentui/react-switch": "^9.3.5",
55
+ "@fluentui/react-table": "^9.17.5",
56
+ "@fluentui/react-tabs": "^9.8.3",
57
+ "@fluentui/react-tabster": "^9.25.3",
58
+ "@fluentui/react-tags": "^9.6.5",
59
+ "@fluentui/react-textarea": "^9.5.5",
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.3",
62
+ "@fluentui/react-toolbar": "^9.5.5",
63
+ "@fluentui/react-tooltip": "^9.7.5",
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.5",
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.3",
71
+ "@fluentui/react-breadcrumb": "^9.2.5",
72
+ "@fluentui/react-aria": "^9.15.3",
73
+ "@fluentui/react-rating": "^9.2.3",
74
+ "@fluentui/react-search": "^9.2.5",
75
+ "@fluentui/react-teaching-popover": "^9.5.5",
76
+ "@fluentui/react-tag-picker": "^9.6.5",
77
+ "@fluentui/react-motion": "^9.9.0",
78
+ "@fluentui/react-carousel": "^9.7.5",
79
+ "@fluentui/react-color-picker": "^9.1.3",
80
+ "@fluentui/react-nav": "^9.2.1"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",