@fluentui/react-components 9.73.2 → 9.73.3

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 +22 -22
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
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 Wed, 11 Mar 2026 09:20:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
8
+
9
+ Wed, 11 Mar 2026 09:20:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.2..@fluentui/react-components_v9.73.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-menu-grid-preview`
15
+ - Proper onClick handling for MenuGridRow ([PR #35795](https://github.com/microsoft/fluentui/pull/35795) by adam.samec@gmail.com)
16
+ - `@fluentui/react-skeleton`
17
+ - 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)
18
+ - `@fluentui/react-swatch-picker`
19
+ - 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)
20
+
21
+ ### Patches
22
+
23
+ - `@fluentui/react-calendar-compat`
24
+ - 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)
25
+ - `@fluentui/react-charts`
26
+ - Replace unsafe expression evaluation with safe recursive-descent parser ([PR #35852](https://github.com/microsoft/fluentui/pull/35852) by atisjai@microsoft.com)
27
+ - fix(charts): block unsafe urls in chart click-to-navigate handlers ([PR #35857](https://github.com/microsoft/fluentui/pull/35857) by vgenaev@gmail.com)
28
+ - Marker size issue in scatter chart and line chart ([PR #35699](https://github.com/microsoft/fluentui/pull/35699) by yushsingla@microsoft.com)
29
+ - 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)
30
+ - `@fluentui/react-datepicker-compat`
31
+ - fix: reorder event handling for Escape key ([PR #35839](https://github.com/microsoft/fluentui/pull/35839) by 85318654+JakubWieclaw@users.noreply.github.com)
32
+ - `@fluentui/react-field`
33
+ - 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)
34
+ - `@fluentui/react-message-bar`
35
+ - 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)
36
+ - `@fluentui/react-toast`
37
+ - 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)
38
+
7
39
  ## [9.73.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.2)
8
40
 
9
- Tue, 03 Mar 2026 09:41:30 GMT
41
+ Tue, 03 Mar 2026 09:43:39 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.1..@fluentui/react-components_v9.73.2)
11
43
 
12
44
  ### 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.3",
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",
33
+ "@fluentui/react-list": "^9.6.11",
34
34
  "@fluentui/react-menu": "^9.22.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.5.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",