@fluentui/react-components 9.72.2 → 9.72.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 +32 -2
  2. package/package.json +55 -55
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 08 Oct 2025 12:00:18 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Oct 2025 14:13:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.3)
8
+
9
+ Tue, 21 Oct 2025 14:13:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.2..@fluentui/react-components_v9.72.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-jsx-runtime`
15
+ - feat: implement custom JSX namespace instead of @ts-ignore workaround ([PR #35295](https://github.com/microsoft/fluentui/pull/35295) by martinhochel@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-charts`
20
+ - fix: callout not appearing on scatter chart ([PR #35310](https://github.com/microsoft/fluentui/pull/35310) by kumarkshitij@microsoft.com)
21
+ - fix place value formatting bug in donut chart ([PR #35315](https://github.com/microsoft/fluentui/pull/35315) by anushgupta@microsoft.com)
22
+ - add missing code in v9 ([PR #35318](https://github.com/microsoft/fluentui/pull/35318) by anushgupta@microsoft.com)
23
+ - fix: resolve data points based on axis type + replace invalid values with 0 for valid coordinates ([PR #35323](https://github.com/microsoft/fluentui/pull/35323) by kumarkshitij@microsoft.com)
24
+ - support reference lines in line chart and VBC ([PR #35330](https://github.com/microsoft/fluentui/pull/35330) by anushgupta@microsoft.com)
25
+ - fix legend shape bug ([PR #35335](https://github.com/microsoft/fluentui/pull/35335) by anushgupta@microsoft.com)
26
+ - feat: add support for lines in GVBC ([PR #35321](https://github.com/microsoft/fluentui/pull/35321) by kumarkshitij@microsoft.com)
27
+ - fix donut colors and segment orders ([PR #35316](https://github.com/microsoft/fluentui/pull/35316) by anushgupta@microsoft.com)
28
+ - add fill for scatter polar chart ([PR #35317](https://github.com/microsoft/fluentui/pull/35317) by anushgupta@microsoft.com)
29
+ - fix(react-charts): Show markers only when mode has markers for large data ([PR #35311](https://github.com/microsoft/fluentui/pull/35311) by 120183316+srmukher@users.noreply.github.com)
30
+ - fix popover positioning issue ([PR #35289](https://github.com/microsoft/fluentui/pull/35289) by anushgupta@microsoft.com)
31
+ - fix chart exception issue ([PR #35342](https://github.com/microsoft/fluentui/pull/35342) by anushgupta@microsoft.com)
32
+ - `@fluentui/react-drawer`
33
+ - fix: update drawer scroll state when content changes ([PR #35210](https://github.com/microsoft/fluentui/pull/35210) by marcosvmmoura@gmail.com)
34
+ - `@fluentui/react-list`
35
+ - Fix selection becoming broken after re-enabling ([PR #35331](https://github.com/microsoft/fluentui/pull/35331) by jirivyhnalek@microsoft.com)
36
+
7
37
  ## [9.72.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.2)
8
38
 
9
- Wed, 08 Oct 2025 12:00:18 GMT
39
+ Wed, 08 Oct 2025 12:04:51 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.1..@fluentui/react-components_v9.72.2)
11
41
 
12
42
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.72.2",
3
+ "version": "9.72.3",
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.8.9",
20
- "@fluentui/react-alert": "9.0.0-beta.125",
21
- "@fluentui/react-avatar": "^9.9.8",
22
- "@fluentui/react-badge": "^9.4.7",
23
- "@fluentui/react-button": "^9.6.8",
24
- "@fluentui/react-card": "^9.5.2",
25
- "@fluentui/react-checkbox": "^9.5.7",
26
- "@fluentui/react-combobox": "^9.16.8",
27
- "@fluentui/react-dialog": "^9.15.4",
28
- "@fluentui/react-divider": "^9.4.7",
29
- "@fluentui/react-drawer": "^9.10.4",
30
- "@fluentui/react-field": "^9.4.7",
31
- "@fluentui/react-image": "^9.3.7",
32
- "@fluentui/react-infobutton": "9.0.0-beta.103",
33
- "@fluentui/react-infolabel": "^9.4.8",
34
- "@fluentui/react-input": "^9.7.7",
35
- "@fluentui/react-label": "^9.3.7",
36
- "@fluentui/react-link": "^9.6.7",
37
- "@fluentui/react-list": "^9.6.2",
38
- "@fluentui/react-menu": "^9.20.1",
39
- "@fluentui/react-overflow": "^9.6.1",
40
- "@fluentui/react-persona": "^9.5.8",
41
- "@fluentui/react-portal": "^9.8.4",
42
- "@fluentui/react-popover": "^9.12.8",
19
+ "@fluentui/react-accordion": "^9.8.10",
20
+ "@fluentui/react-alert": "9.0.0-beta.126",
21
+ "@fluentui/react-avatar": "^9.9.9",
22
+ "@fluentui/react-badge": "^9.4.8",
23
+ "@fluentui/react-button": "^9.6.9",
24
+ "@fluentui/react-card": "^9.5.3",
25
+ "@fluentui/react-checkbox": "^9.5.8",
26
+ "@fluentui/react-combobox": "^9.16.9",
27
+ "@fluentui/react-dialog": "^9.15.5",
28
+ "@fluentui/react-divider": "^9.4.8",
29
+ "@fluentui/react-drawer": "^9.10.5",
30
+ "@fluentui/react-field": "^9.4.8",
31
+ "@fluentui/react-image": "^9.3.8",
32
+ "@fluentui/react-infobutton": "9.0.0-beta.104",
33
+ "@fluentui/react-infolabel": "^9.4.9",
34
+ "@fluentui/react-input": "^9.7.8",
35
+ "@fluentui/react-label": "^9.3.8",
36
+ "@fluentui/react-link": "^9.6.8",
37
+ "@fluentui/react-list": "^9.6.3",
38
+ "@fluentui/react-menu": "^9.20.2",
39
+ "@fluentui/react-overflow": "^9.6.2",
40
+ "@fluentui/react-persona": "^9.5.9",
41
+ "@fluentui/react-portal": "^9.8.5",
42
+ "@fluentui/react-popover": "^9.12.9",
43
43
  "@fluentui/react-positioning": "^9.20.7",
44
- "@fluentui/react-progress": "^9.4.7",
45
- "@fluentui/react-provider": "^9.22.7",
46
- "@fluentui/react-radio": "^9.5.7",
47
- "@fluentui/react-select": "^9.4.7",
44
+ "@fluentui/react-progress": "^9.4.8",
45
+ "@fluentui/react-provider": "^9.22.8",
46
+ "@fluentui/react-radio": "^9.5.8",
47
+ "@fluentui/react-select": "^9.4.8",
48
48
  "@fluentui/react-shared-contexts": "^9.25.2",
49
- "@fluentui/react-skeleton": "^9.4.7",
50
- "@fluentui/react-slider": "^9.5.7",
51
- "@fluentui/react-spinbutton": "^9.5.7",
52
- "@fluentui/react-spinner": "^9.7.7",
53
- "@fluentui/react-swatch-picker": "^9.4.7",
54
- "@fluentui/react-switch": "^9.4.7",
55
- "@fluentui/react-table": "^9.19.1",
56
- "@fluentui/react-tabs": "^9.10.3",
49
+ "@fluentui/react-skeleton": "^9.4.8",
50
+ "@fluentui/react-slider": "^9.5.8",
51
+ "@fluentui/react-spinbutton": "^9.5.8",
52
+ "@fluentui/react-spinner": "^9.7.8",
53
+ "@fluentui/react-swatch-picker": "^9.4.8",
54
+ "@fluentui/react-switch": "^9.4.8",
55
+ "@fluentui/react-table": "^9.19.2",
56
+ "@fluentui/react-tabs": "^9.10.4",
57
57
  "@fluentui/react-tabster": "^9.26.7",
58
- "@fluentui/react-tags": "^9.7.8",
59
- "@fluentui/react-textarea": "^9.6.7",
58
+ "@fluentui/react-tags": "^9.7.9",
59
+ "@fluentui/react-textarea": "^9.6.8",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.7.4",
62
- "@fluentui/react-toolbar": "^9.6.8",
63
- "@fluentui/react-tooltip": "^9.8.7",
61
+ "@fluentui/react-toast": "^9.7.5",
62
+ "@fluentui/react-toolbar": "^9.6.9",
63
+ "@fluentui/react-tooltip": "^9.8.8",
64
64
  "@fluentui/react-utilities": "^9.25.1",
65
- "@fluentui/react-text": "^9.6.7",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.103",
67
- "@fluentui/react-tree": "^9.15.1",
65
+ "@fluentui/react-text": "^9.6.8",
66
+ "@fluentui/react-virtualizer": "9.0.0-alpha.104",
67
+ "@fluentui/react-tree": "^9.15.2",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.9",
71
- "@fluentui/react-breadcrumb": "^9.3.8",
72
- "@fluentui/react-aria": "^9.17.2",
73
- "@fluentui/react-rating": "^9.3.7",
74
- "@fluentui/react-search": "^9.3.7",
75
- "@fluentui/react-teaching-popover": "^9.6.8",
76
- "@fluentui/react-tag-picker": "^9.7.8",
70
+ "@fluentui/react-message-bar": "^9.6.10",
71
+ "@fluentui/react-breadcrumb": "^9.3.9",
72
+ "@fluentui/react-aria": "^9.17.3",
73
+ "@fluentui/react-rating": "^9.3.8",
74
+ "@fluentui/react-search": "^9.3.8",
75
+ "@fluentui/react-teaching-popover": "^9.6.9",
76
+ "@fluentui/react-tag-picker": "^9.7.9",
77
77
  "@fluentui/react-motion": "^9.11.1",
78
- "@fluentui/react-carousel": "^9.8.8",
79
- "@fluentui/react-color-picker": "^9.2.7",
80
- "@fluentui/react-nav": "^9.3.9"
78
+ "@fluentui/react-carousel": "^9.8.9",
79
+ "@fluentui/react-color-picker": "^9.2.8",
80
+ "@fluentui/react-nav": "^9.3.10"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <20.0.0",