@fluentui/react-components 9.66.0 → 9.66.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 +40 -2
  2. package/package.json +58 -58
package/CHANGELOG.md CHANGED
@@ -1,12 +1,50 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 12 Jun 2025 09:39:09 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jun 2025 17:29:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.66.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.2)
8
+
9
+ Wed, 18 Jun 2025 17:29:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.1..@fluentui/react-components_v9.66.2)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-shared-contexts`
15
+ - feat: add support for custom style hooks for nav components ([PR #34633](https://github.com/microsoft/fluentui/pull/34633) by marcosvmmoura@gmail.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-charts`
20
+ - chore (react-charts): Remove enzyme dependency for tests ([PR #34595](https://github.com/microsoft/fluentui/pull/34595) by 98592573+AtishayMsft@users.noreply.github.com)
21
+ - fix (react-charts): Update traceinfo property structure ([PR #34652](https://github.com/microsoft/fluentui/pull/34652) by 98592573+AtishayMsft@users.noreply.github.com)
22
+ - fix(react-charts): Consume y axis tick format for bar labels ([PR #34653](https://github.com/microsoft/fluentui/pull/34653) by 98592573+AtishayMsft@users.noreply.github.com)
23
+ - fix(react-charts): Fix svg tooltip background alignment ([PR #34663](https://github.com/microsoft/fluentui/pull/34663) by 98592573+AtishayMsft@users.noreply.github.com)
24
+ - port v8 fixes to v9 ([PR #34670](https://github.com/microsoft/fluentui/pull/34670) by anushgupta@microsoft.com)
25
+ - Charts made responsive ([PR #34641](https://github.com/microsoft/fluentui/pull/34641) by anushgupta@microsoft.com)
26
+ - `@fluentui/react-nav`
27
+ - feat: add support for custom style hooks ([PR #34633](https://github.com/microsoft/fluentui/pull/34633) by marcosvmmoura@gmail.com)
28
+ - `@fluentui/react-carousel`
29
+ - fix: Ensure documentDownListener is removed on unmount ([PR #34661](https://github.com/microsoft/fluentui/pull/34661) by mifraser@microsoft.com)
30
+
31
+ ## [9.66.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.1)
32
+
33
+ Fri, 13 Jun 2025 12:32:51 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.0..@fluentui/react-components_v9.66.1)
35
+
36
+ ### Patches
37
+
38
+ - `@fluentui/react-positioning`
39
+ - fix: update logic for triggering updates ([PR #34639](https://github.com/microsoft/fluentui/pull/34639) by olfedias@microsoft.com)
40
+ - `@fluentui/react-skeleton`
41
+ - Allow the skeleton root to be a span in addition to a div ([PR #34563](https://github.com/microsoft/fluentui/pull/34563) by nathansokol@microsoft.com)
42
+ - `@fluentui/react-tag-picker`
43
+ - chore(react-tag-picker): ensure no toggle behaviour when re-selecting already selected data ([PR #33344](https://github.com/microsoft/fluentui/pull/33344) by bernardo.sunderhus@gmail.com)
44
+
7
45
  ## [9.66.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.0)
8
46
 
9
- Thu, 12 Jun 2025 09:39:09 GMT
47
+ Thu, 12 Jun 2025 09:43:29 GMT
10
48
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.65.0..@fluentui/react-components_v9.66.0)
11
49
 
12
50
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.66.0",
3
+ "version": "9.66.2",
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.0",
19
+ "@fluentui/react-accordion": "^9.7.1",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.8.0",
22
- "@fluentui/react-badge": "^9.3.0",
23
- "@fluentui/react-button": "^9.5.0",
24
- "@fluentui/react-card": "^9.3.0",
25
- "@fluentui/react-checkbox": "^9.4.0",
26
- "@fluentui/react-combobox": "^9.15.0",
27
- "@fluentui/react-dialog": "^9.13.0",
28
- "@fluentui/react-divider": "^9.3.0",
29
- "@fluentui/react-drawer": "^9.8.0",
30
- "@fluentui/react-field": "^9.3.0",
31
- "@fluentui/react-image": "^9.2.0",
21
+ "@fluentui/react-avatar": "^9.8.2",
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.2",
26
+ "@fluentui/react-combobox": "^9.15.2",
27
+ "@fluentui/react-dialog": "^9.13.2",
28
+ "@fluentui/react-divider": "^9.3.1",
29
+ "@fluentui/react-drawer": "^9.8.2",
30
+ "@fluentui/react-field": "^9.3.2",
31
+ "@fluentui/react-image": "^9.2.1",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.3.0",
34
- "@fluentui/react-input": "^9.6.0",
35
- "@fluentui/react-label": "^9.2.0",
36
- "@fluentui/react-link": "^9.5.0",
37
- "@fluentui/react-list": "^9.2.0",
38
- "@fluentui/react-menu": "^9.17.0",
39
- "@fluentui/react-overflow": "^9.4.0",
40
- "@fluentui/react-persona": "^9.4.0",
41
- "@fluentui/react-portal": "^9.6.0",
42
- "@fluentui/react-popover": "^9.11.0",
43
- "@fluentui/react-positioning": "^9.18.0",
44
- "@fluentui/react-progress": "^9.3.0",
45
- "@fluentui/react-provider": "^9.21.0",
46
- "@fluentui/react-radio": "^9.4.0",
47
- "@fluentui/react-select": "^9.3.0",
48
- "@fluentui/react-shared-contexts": "^9.23.1",
49
- "@fluentui/react-skeleton": "^9.3.0",
50
- "@fluentui/react-slider": "^9.4.0",
51
- "@fluentui/react-spinbutton": "^9.4.0",
52
- "@fluentui/react-spinner": "^9.6.0",
53
- "@fluentui/react-swatch-picker": "^9.3.0",
54
- "@fluentui/react-switch": "^9.3.0",
55
- "@fluentui/react-table": "^9.17.0",
56
- "@fluentui/react-tabs": "^9.8.0",
57
- "@fluentui/react-tabster": "^9.25.0",
58
- "@fluentui/react-tags": "^9.6.0",
59
- "@fluentui/react-textarea": "^9.5.0",
33
+ "@fluentui/react-infolabel": "^9.3.2",
34
+ "@fluentui/react-input": "^9.6.2",
35
+ "@fluentui/react-label": "^9.2.1",
36
+ "@fluentui/react-link": "^9.5.1",
37
+ "@fluentui/react-list": "^9.2.2",
38
+ "@fluentui/react-menu": "^9.17.2",
39
+ "@fluentui/react-overflow": "^9.4.2",
40
+ "@fluentui/react-persona": "^9.4.2",
41
+ "@fluentui/react-portal": "^9.6.1",
42
+ "@fluentui/react-popover": "^9.11.2",
43
+ "@fluentui/react-positioning": "^9.18.2",
44
+ "@fluentui/react-progress": "^9.3.2",
45
+ "@fluentui/react-provider": "^9.21.1",
46
+ "@fluentui/react-radio": "^9.4.2",
47
+ "@fluentui/react-select": "^9.3.2",
48
+ "@fluentui/react-shared-contexts": "^9.24.0",
49
+ "@fluentui/react-skeleton": "^9.3.2",
50
+ "@fluentui/react-slider": "^9.4.2",
51
+ "@fluentui/react-spinbutton": "^9.4.2",
52
+ "@fluentui/react-spinner": "^9.6.1",
53
+ "@fluentui/react-swatch-picker": "^9.3.2",
54
+ "@fluentui/react-switch": "^9.3.2",
55
+ "@fluentui/react-table": "^9.17.2",
56
+ "@fluentui/react-tabs": "^9.8.1",
57
+ "@fluentui/react-tabster": "^9.25.1",
58
+ "@fluentui/react-tags": "^9.6.2",
59
+ "@fluentui/react-textarea": "^9.5.2",
60
60
  "@fluentui/react-theme": "^9.1.24",
61
- "@fluentui/react-toast": "^9.5.0",
62
- "@fluentui/react-toolbar": "^9.5.0",
63
- "@fluentui/react-tooltip": "^9.7.0",
64
- "@fluentui/react-utilities": "^9.21.0",
65
- "@fluentui/react-text": "^9.5.0",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.98",
67
- "@fluentui/react-tree": "^9.11.0",
61
+ "@fluentui/react-toast": "^9.5.1",
62
+ "@fluentui/react-toolbar": "^9.5.2",
63
+ "@fluentui/react-tooltip": "^9.7.2",
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.2",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.5.0",
71
- "@fluentui/react-breadcrumb": "^9.2.0",
72
- "@fluentui/react-aria": "^9.15.0",
73
- "@fluentui/react-rating": "^9.2.0",
74
- "@fluentui/react-search": "^9.2.0",
75
- "@fluentui/react-teaching-popover": "^9.5.0",
76
- "@fluentui/react-tag-picker": "^9.6.0",
77
- "@fluentui/react-motion": "^9.8.0",
78
- "@fluentui/react-carousel": "^9.7.0",
79
- "@fluentui/react-color-picker": "^9.1.0",
80
- "@fluentui/react-nav": "^9.1.0"
70
+ "@fluentui/react-message-bar": "^9.5.1",
71
+ "@fluentui/react-breadcrumb": "^9.2.2",
72
+ "@fluentui/react-aria": "^9.15.1",
73
+ "@fluentui/react-rating": "^9.2.1",
74
+ "@fluentui/react-search": "^9.2.2",
75
+ "@fluentui/react-teaching-popover": "^9.5.2",
76
+ "@fluentui/react-tag-picker": "^9.6.2",
77
+ "@fluentui/react-motion": "^9.8.1",
78
+ "@fluentui/react-carousel": "^9.7.2",
79
+ "@fluentui/react-color-picker": "^9.1.1",
80
+ "@fluentui/react-nav": "^9.1.2"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",