@fluentui/react-components 9.73.1 → 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.
- package/CHANGELOG.md +63 -2
- package/package.json +39 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,73 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
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
|
+
|
|
39
|
+
## [9.73.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.2)
|
|
40
|
+
|
|
41
|
+
Tue, 03 Mar 2026 09:43:39 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.1..@fluentui/react-components_v9.73.2)
|
|
43
|
+
|
|
44
|
+
### Minor changes
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-menu`
|
|
47
|
+
- refactor: migrate slide animation from CSS to motion components with surfaceMotion slot ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
48
|
+
- `@fluentui/react-motion`
|
|
49
|
+
- fix: make children optional in MotionRefForwarder to resolve type issue ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
50
|
+
- `@fluentui/react-popover`
|
|
51
|
+
- refactor: migrate slide animation from CSS to motion components with surfaceMotion slot ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
52
|
+
- `@fluentui/react-positioning`
|
|
53
|
+
- refactor: deprecate createSlideStyles ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
54
|
+
- `@fluentui/react-switch`
|
|
55
|
+
- feat: add disabledFocusable prop to Switch component ([PR #35799](https://github.com/microsoft/fluentui/pull/35799) by copilot@microsoft.com)
|
|
56
|
+
|
|
57
|
+
### Patches
|
|
58
|
+
|
|
59
|
+
- `@fluentui/react-dialog`
|
|
60
|
+
- fix: reset MotionRefForwarder context in renderDialogSurface to prevent child components from corrupting Dialog's motion ref ([PR #35807](https://github.com/microsoft/fluentui/pull/35807) by olfedias@microsoft.com)
|
|
61
|
+
- `@fluentui/react-motion`
|
|
62
|
+
- fix: add MotionRefForwarderReset to prevent context leaking to descendants ([PR #35807](https://github.com/microsoft/fluentui/pull/35807) by olfedias@microsoft.com)
|
|
63
|
+
- `@fluentui/react-calendar-compat`
|
|
64
|
+
- fix: prevent calendar-compat from crashing when value is undefined ([PR #35798](https://github.com/microsoft/fluentui/pull/35798) by vgenaev@gmail.com)
|
|
65
|
+
- `@fluentui/react-charts`
|
|
66
|
+
- (feat): Add support for vega based schema ([PR #35546](https://github.com/microsoft/fluentui/pull/35546) by atisjai@microsoft.com)
|
|
67
|
+
|
|
7
68
|
## [9.73.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.1)
|
|
8
69
|
|
|
9
|
-
Wed, 25 Feb 2026 13:
|
|
70
|
+
Wed, 25 Feb 2026 13:32:21 GMT
|
|
10
71
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.0..@fluentui/react-components_v9.73.1)
|
|
11
72
|
|
|
12
73
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.73.
|
|
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",
|
|
@@ -12,68 +12,68 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui/react-accordion": "^9.9.
|
|
16
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
17
|
-
"@fluentui/react-avatar": "^9.10.
|
|
15
|
+
"@fluentui/react-accordion": "^9.9.2",
|
|
16
|
+
"@fluentui/react-alert": "9.0.0-beta.135",
|
|
17
|
+
"@fluentui/react-avatar": "^9.10.2",
|
|
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.
|
|
22
|
-
"@fluentui/react-combobox": "^9.16.
|
|
23
|
-
"@fluentui/react-dialog": "^9.17.
|
|
21
|
+
"@fluentui/react-checkbox": "^9.5.16",
|
|
22
|
+
"@fluentui/react-combobox": "^9.16.18",
|
|
23
|
+
"@fluentui/react-dialog": "^9.17.2",
|
|
24
24
|
"@fluentui/react-divider": "^9.6.2",
|
|
25
|
-
"@fluentui/react-drawer": "^9.11.
|
|
26
|
-
"@fluentui/react-field": "^9.4.
|
|
25
|
+
"@fluentui/react-drawer": "^9.11.5",
|
|
26
|
+
"@fluentui/react-field": "^9.4.16",
|
|
27
27
|
"@fluentui/react-image": "^9.3.15",
|
|
28
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
29
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
30
|
-
"@fluentui/react-input": "^9.7.
|
|
28
|
+
"@fluentui/react-infobutton": "9.0.0-beta.112",
|
|
29
|
+
"@fluentui/react-infolabel": "^9.4.17",
|
|
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.
|
|
34
|
-
"@fluentui/react-menu": "^9.
|
|
33
|
+
"@fluentui/react-list": "^9.6.11",
|
|
34
|
+
"@fluentui/react-menu": "^9.22.0",
|
|
35
35
|
"@fluentui/react-overflow": "^9.7.1",
|
|
36
|
-
"@fluentui/react-persona": "^9.6.
|
|
36
|
+
"@fluentui/react-persona": "^9.6.2",
|
|
37
37
|
"@fluentui/react-portal": "^9.8.11",
|
|
38
|
-
"@fluentui/react-popover": "^9.
|
|
39
|
-
"@fluentui/react-positioning": "^9.
|
|
40
|
-
"@fluentui/react-progress": "^9.4.
|
|
38
|
+
"@fluentui/react-popover": "^9.14.0",
|
|
39
|
+
"@fluentui/react-positioning": "^9.22.0",
|
|
40
|
+
"@fluentui/react-progress": "^9.4.16",
|
|
41
41
|
"@fluentui/react-provider": "^9.22.15",
|
|
42
|
-
"@fluentui/react-radio": "^9.5.
|
|
43
|
-
"@fluentui/react-select": "^9.4.
|
|
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.
|
|
46
|
-
"@fluentui/react-slider": "^9.5.
|
|
47
|
-
"@fluentui/react-spinbutton": "^9.5.
|
|
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.
|
|
50
|
-
"@fluentui/react-switch": "^9.
|
|
51
|
-
"@fluentui/react-table": "^9.19.
|
|
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
|
-
"@fluentui/react-tags": "^9.7.
|
|
55
|
-
"@fluentui/react-textarea": "^9.6.
|
|
54
|
+
"@fluentui/react-tags": "^9.7.17",
|
|
55
|
+
"@fluentui/react-textarea": "^9.6.16",
|
|
56
56
|
"@fluentui/react-theme": "^9.2.1",
|
|
57
|
-
"@fluentui/react-toast": "^9.7.
|
|
58
|
-
"@fluentui/react-toolbar": "^9.7.
|
|
59
|
-
"@fluentui/react-tooltip": "^9.9.
|
|
57
|
+
"@fluentui/react-toast": "^9.7.15",
|
|
58
|
+
"@fluentui/react-toolbar": "^9.7.4",
|
|
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.
|
|
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.
|
|
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.
|
|
71
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
72
|
-
"@fluentui/react-tag-picker": "^9.8.
|
|
73
|
-
"@fluentui/react-motion": "^9.
|
|
74
|
-
"@fluentui/react-carousel": "^9.9.
|
|
70
|
+
"@fluentui/react-search": "^9.3.16",
|
|
71
|
+
"@fluentui/react-teaching-popover": "^9.6.18",
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.8.2",
|
|
73
|
+
"@fluentui/react-motion": "^9.13.0",
|
|
74
|
+
"@fluentui/react-carousel": "^9.9.4",
|
|
75
75
|
"@fluentui/react-color-picker": "^9.2.15",
|
|
76
|
-
"@fluentui/react-nav": "^9.3.
|
|
76
|
+
"@fluentui/react-nav": "^9.3.20"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@types/react": ">=16.14.0 <20.0.0",
|