@fluentui/react-components 9.73.2 → 9.73.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 +66 -2
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,76 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 09:41:30 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 17 Mar 2026 07:56:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.73.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.4)
8
+
9
+ Tue, 17 Mar 2026 07:56:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-menu`
15
+ - feat: add shouldOpenOnArrowRight to MenuListContextValue to allow grid containers to opt out of ArrowRight opening submenus ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
16
+ - `@fluentui/react-skeleton`
17
+ - feat: add missing SkeletonItem sizes (14, 22, 52, 92) to match typography line-height scale ([PR #35863](https://github.com/microsoft/fluentui/pull/35863) by copilot@github.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-menu-grid-preview`
22
+ - fix: ArrowRight no longer opens submenus inside MenuGrid (reserved for column navigation) ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
23
+
24
+ ## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
25
+
26
+ Wed, 11 Mar 2026 12:58:37 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.3)
28
+
29
+ ### Minor changes
30
+
31
+ - `@fluentui/react-calendar-compat`
32
+ - feat: add onNavigateDate callback to CalendarYear decade selector ([PR #35804](https://github.com/microsoft/fluentui/pull/35804) by 198982749+Copilot@users.noreply.github.com)
33
+
34
+ ### Patches
35
+
36
+ - `@fluentui/react-menu-grid-preview`
37
+ - fix(react-menu-grid-preview): submenus inside MenuGrid now stay open when moving mouse from trigger to submenu popover ([PR #35862](https://github.com/microsoft/fluentui/pull/35862) by bernardo.sunderhus@gmail.com)
38
+
39
+ ## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
40
+
41
+ Wed, 11 Mar 2026 09:22:18 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.2..@fluentui/react-components_v9.73.3)
43
+
44
+ ### Minor changes
45
+
46
+ - `@fluentui/react-menu-grid-preview`
47
+ - Proper onClick handling for MenuGridRow ([PR #35795](https://github.com/microsoft/fluentui/pull/35795) by adam.samec@gmail.com)
48
+ - `@fluentui/react-skeleton`
49
+ - feat(react-skeleton): Add size and shape props to Skeleton component ([PR #35787](https://github.com/microsoft/fluentui/pull/35787) by v.kozlova13@gmail.com)
50
+ - `@fluentui/react-swatch-picker`
51
+ - feat(react-swatch-picker): Add focusMode prop for tab/arrow key navigation ([PR #35803](https://github.com/microsoft/fluentui/pull/35803) by v.kozlova13@gmail.com)
52
+
53
+ ### Patches
54
+
55
+ - `@fluentui/react-calendar-compat`
56
+ - feat(react-calendar-compat): added navigation to the next date when date is on row edge ([PR #35790](https://github.com/microsoft/fluentui/pull/35790) by v.kozlova13@gmail.com)
57
+ - `@fluentui/react-charts`
58
+ - Replace unsafe expression evaluation with safe recursive-descent parser ([PR #35852](https://github.com/microsoft/fluentui/pull/35852) by atisjai@microsoft.com)
59
+ - fix(charts): block unsafe urls in chart click-to-navigate handlers ([PR #35857](https://github.com/microsoft/fluentui/pull/35857) by vgenaev@gmail.com)
60
+ - Marker size issue in scatter chart and line chart ([PR #35699](https://github.com/microsoft/fluentui/pull/35699) by yushsingla@microsoft.com)
61
+ - Fix legend hover opacity not applied to path elements when barCornerRadius is set in VerticalStackedBarChart ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by copilot@microsoft.com)
62
+ - `@fluentui/react-datepicker-compat`
63
+ - fix: reorder event handling for Escape key ([PR #35839](https://github.com/microsoft/fluentui/pull/35839) by 85318654+JakubWieclaw@users.noreply.github.com)
64
+ - `@fluentui/react-field`
65
+ - Update MessageBar, Field, and Toast to use Dismiss Diamond icons ([PR #35758](https://github.com/microsoft/fluentui/pull/35758) by 198982749+Copilot@users.noreply.github.com)
66
+ - `@fluentui/react-message-bar`
67
+ - Update MessageBar, Field, and Toast to use Dismiss Diamond icons ([PR #35758](https://github.com/microsoft/fluentui/pull/35758) by 198982749+Copilot@users.noreply.github.com)
68
+ - `@fluentui/react-toast`
69
+ - Update MessageBar, Field, and Toast to use Dismiss Diamond icons ([PR #35758](https://github.com/microsoft/fluentui/pull/35758) by 198982749+Copilot@users.noreply.github.com)
70
+
7
71
  ## [9.73.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.2)
8
72
 
9
- Tue, 03 Mar 2026 09:41:30 GMT
73
+ Tue, 03 Mar 2026 09:43:39 GMT
10
74
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.1..@fluentui/react-components_v9.73.2)
11
75
 
12
76
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.73.2",
3
+ "version": "9.73.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,58 +18,58 @@
18
18
  "@fluentui/react-badge": "^9.4.15",
19
19
  "@fluentui/react-button": "^9.8.2",
20
20
  "@fluentui/react-card": "^9.5.11",
21
- "@fluentui/react-checkbox": "^9.5.15",
22
- "@fluentui/react-combobox": "^9.16.17",
21
+ "@fluentui/react-checkbox": "^9.5.16",
22
+ "@fluentui/react-combobox": "^9.16.18",
23
23
  "@fluentui/react-dialog": "^9.17.2",
24
24
  "@fluentui/react-divider": "^9.6.2",
25
25
  "@fluentui/react-drawer": "^9.11.5",
26
- "@fluentui/react-field": "^9.4.15",
26
+ "@fluentui/react-field": "^9.4.16",
27
27
  "@fluentui/react-image": "^9.3.15",
28
28
  "@fluentui/react-infobutton": "9.0.0-beta.112",
29
29
  "@fluentui/react-infolabel": "^9.4.17",
30
- "@fluentui/react-input": "^9.7.15",
30
+ "@fluentui/react-input": "^9.7.16",
31
31
  "@fluentui/react-label": "^9.3.15",
32
32
  "@fluentui/react-link": "^9.7.4",
33
- "@fluentui/react-list": "^9.6.10",
34
- "@fluentui/react-menu": "^9.22.0",
33
+ "@fluentui/react-list": "^9.6.11",
34
+ "@fluentui/react-menu": "^9.23.0",
35
35
  "@fluentui/react-overflow": "^9.7.1",
36
36
  "@fluentui/react-persona": "^9.6.2",
37
37
  "@fluentui/react-portal": "^9.8.11",
38
38
  "@fluentui/react-popover": "^9.14.0",
39
39
  "@fluentui/react-positioning": "^9.22.0",
40
- "@fluentui/react-progress": "^9.4.15",
40
+ "@fluentui/react-progress": "^9.4.16",
41
41
  "@fluentui/react-provider": "^9.22.15",
42
- "@fluentui/react-radio": "^9.5.15",
43
- "@fluentui/react-select": "^9.4.15",
42
+ "@fluentui/react-radio": "^9.5.16",
43
+ "@fluentui/react-select": "^9.4.16",
44
44
  "@fluentui/react-shared-contexts": "^9.26.2",
45
- "@fluentui/react-skeleton": "^9.4.15",
46
- "@fluentui/react-slider": "^9.5.15",
47
- "@fluentui/react-spinbutton": "^9.5.15",
45
+ "@fluentui/react-skeleton": "^9.6.0",
46
+ "@fluentui/react-slider": "^9.5.16",
47
+ "@fluentui/react-spinbutton": "^9.5.16",
48
48
  "@fluentui/react-spinner": "^9.7.15",
49
- "@fluentui/react-swatch-picker": "^9.4.15",
50
- "@fluentui/react-switch": "^9.6.0",
51
- "@fluentui/react-table": "^9.19.10",
49
+ "@fluentui/react-swatch-picker": "^9.5.0",
50
+ "@fluentui/react-switch": "^9.6.1",
51
+ "@fluentui/react-table": "^9.19.11",
52
52
  "@fluentui/react-tabs": "^9.11.2",
53
53
  "@fluentui/react-tabster": "^9.26.13",
54
54
  "@fluentui/react-tags": "^9.7.17",
55
- "@fluentui/react-textarea": "^9.6.15",
55
+ "@fluentui/react-textarea": "^9.6.16",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
- "@fluentui/react-toast": "^9.7.14",
58
- "@fluentui/react-toolbar": "^9.7.3",
57
+ "@fluentui/react-toast": "^9.7.15",
58
+ "@fluentui/react-toolbar": "^9.7.4",
59
59
  "@fluentui/react-tooltip": "^9.9.3",
60
60
  "@fluentui/react-utilities": "^9.26.2",
61
61
  "@fluentui/react-text": "^9.6.15",
62
62
  "@fluentui/react-virtualizer": "9.0.0-alpha.111",
63
- "@fluentui/react-tree": "^9.15.12",
63
+ "@fluentui/react-tree": "^9.15.13",
64
64
  "@griffel/react": "^1.5.32",
65
65
  "@swc/helpers": "^0.5.1",
66
- "@fluentui/react-message-bar": "^9.6.20",
66
+ "@fluentui/react-message-bar": "^9.6.21",
67
67
  "@fluentui/react-breadcrumb": "^9.3.17",
68
68
  "@fluentui/react-aria": "^9.17.10",
69
69
  "@fluentui/react-rating": "^9.3.15",
70
- "@fluentui/react-search": "^9.3.15",
70
+ "@fluentui/react-search": "^9.3.16",
71
71
  "@fluentui/react-teaching-popover": "^9.6.18",
72
- "@fluentui/react-tag-picker": "^9.8.1",
72
+ "@fluentui/react-tag-picker": "^9.8.2",
73
73
  "@fluentui/react-motion": "^9.13.0",
74
74
  "@fluentui/react-carousel": "^9.9.4",
75
75
  "@fluentui/react-color-picker": "^9.2.15",