@fluentui/react-components 9.68.1 → 9.68.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 +96 -3
  2. package/package.json +56 -56
package/CHANGELOG.md CHANGED
@@ -1,12 +1,105 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 08:41:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Aug 2025 09:59:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.68.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.3)
8
+
9
+ Thu, 07 Aug 2025 09:59:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.2..@fluentui/react-components_v9.68.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-portal`
15
+ - feat: support for react 19 ([PR #34916](https://github.com/microsoft/fluentui/pull/34916) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-storybook-addon`
17
+ - feat!: make docs enhancements configurable and opt in. BREAKING CHANGE: turned off by default ([PR #34950](https://github.com/microsoft/fluentui/pull/34950) by martinhochel@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-charts`
22
+ - support for stacked grouped vertical bar chart+ enable wrapping of string x-axis labels in declarative chart+ hide overlapping labels based on post transform width ([PR #34936](https://github.com/microsoft/fluentui/pull/34936) by anushgupta@microsoft.com)
23
+ - support schema colors ([PR #34967](https://github.com/microsoft/fluentui/pull/34967) by anushgupta@microsoft.com)
24
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
25
+ - Add support for plotly generated tables ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by anushgupta@microsoft.com)
26
+ - enable interaction with line points without bars ([PR #34953](https://github.com/microsoft/fluentui/pull/34953) by anushgupta@microsoft.com)
27
+ - enable round corners in declarative charts ([PR #34981](https://github.com/microsoft/fluentui/pull/34981) by anushgupta@microsoft.com)
28
+ - create plotly aligned colorway ([PR #34978](https://github.com/microsoft/fluentui/pull/34978) by anushgupta@microsoft.com)
29
+ - `@fluentui/react-combobox`
30
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
31
+ - `@fluentui/react-dialog`
32
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
33
+ - `@fluentui/react-divider`
34
+ - fix: fix multiline text alignment for horizontal dividers ([PR #34926](https://github.com/microsoft/fluentui/pull/34926) by dmytrokirpa@microsoft.com)
35
+ - `@fluentui/react-drawer`
36
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
37
+ - `@fluentui/react-icons-compat`
38
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
39
+ - `@fluentui/react-link`
40
+ - fix: update inverted link styles to use neutral color tokens ([PR #34955](https://github.com/microsoft/fluentui/pull/34955) by dmytrokirpa@microsoft.com)
41
+ - `@fluentui/react-menu`
42
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
43
+ - `@fluentui/react-migration-v8-v9`
44
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
45
+ - `@fluentui/react-motion`
46
+ - fix: adjust PresenseGroup types to support react 19 ([PR #34722](https://github.com/microsoft/fluentui/pull/34722) by dmytrokirpa@microsoft.com)
47
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
48
+ - `@fluentui/react-nav`
49
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
50
+ - `@fluentui/react-popover`
51
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
52
+ - `@fluentui/react-positioning`
53
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
54
+ - `@fluentui/react-storybook-addon`
55
+ - feat: add custom addon-docs containers to preset ([PR #34938](https://github.com/microsoft/fluentui/pull/34938) by martinhochel@microsoft.com)
56
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
57
+ - `@fluentui/react-storybook-addon-export-to-sandbox`
58
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
59
+ - `@fluentui/react-swatch-picker`
60
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
61
+ - `@fluentui/react-table`
62
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
63
+ - `@fluentui/react-tag-picker`
64
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
65
+ - `@fluentui/react-teaching-popover`
66
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
67
+ - `@fluentui/react-textarea`
68
+ - fix: remove custom selection styles ([PR #34897](https://github.com/microsoft/fluentui/pull/34897) by vgenaev@gmail.com)
69
+ - `@fluentui/react-toast`
70
+ - fix: Toaster should merge user onKeyDown handler ([PR #34982](https://github.com/microsoft/fluentui/pull/34982) by lingfangao@hotmail.com)
71
+ - `@fluentui/react-tree`
72
+ - Fixed no onNavigate event not firing when clicked on a leaf ([PR #34964](https://github.com/microsoft/fluentui/pull/34964) by patrycja.fogelman@microsoft.com)
73
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
74
+ - `@fluentui/react-utilities`
75
+ - refactor: simplify setVirtualParent function by using Object.assign for virtual parent assignment ([PR #34968](https://github.com/microsoft/fluentui/pull/34968) by dmytrokirpa@microsoft.com)
76
+ - fix: add mpath svg intrinsic element to compat JSXIntrinsicElementKeysCompat ([PR #34979](https://github.com/microsoft/fluentui/pull/34979) by martinhochel@microsoft.com)
77
+ - `@fluentui/react-accordion`
78
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
79
+ - fix: adjust compoponent props type to support react 19 ([PR #34722](https://github.com/microsoft/fluentui/pull/34722) by dmytrokirpa@microsoft.com)
80
+ - `@fluentui/react-aria`
81
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
82
+ - `@fluentui/react-avatar`
83
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
84
+ - `@fluentui/react-calendar-compat`
85
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
86
+
87
+ ## [9.68.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.2)
88
+
89
+ Wed, 30 Jul 2025 16:55:28 GMT
90
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.1..@fluentui/react-components_v9.68.2)
91
+
92
+ ### Patches
93
+
94
+ - `@fluentui/react-aria`
95
+ - fix: release TreeWalker reference ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by seanmonahan@microsoft.com)
96
+ - `@fluentui/react-charts`
97
+ - make legends of dotted lines dotted ([PR #34947](https://github.com/microsoft/fluentui/pull/34947) by anushgupta@microsoft.com)
98
+ - support hidelegend property from plotly schema ([PR #34946](https://github.com/microsoft/fluentui/pull/34946) by anushgupta@microsoft.com)
99
+
7
100
  ## [9.68.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.1)
8
101
 
9
- Wed, 30 Jul 2025 08:41:04 GMT
102
+ Wed, 30 Jul 2025 13:10:55 GMT
10
103
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.0..@fluentui/react-components_v9.68.1)
11
104
 
12
105
  ### Minor changes
@@ -21,11 +114,11 @@ Wed, 30 Jul 2025 08:41:04 GMT
21
114
  ### Patches
22
115
 
23
116
  - `@fluentui/react-charts`
117
+ - GVBC FIX ([PR #34932](https://github.com/microsoft/fluentui/pull/34932) by anushgupta@microsoft.com)
24
118
  - Adding a variation of horizontal stacked bar chart with inline legends that accept optiona annotation JSX from client to be displayed next the legend items. Also an option to hide the hover callout card. ([PR #34895](https://github.com/microsoft/fluentui/pull/34895) by aknowles@microsoft.com)
25
119
  - support image export in v9 charts ([PR #34929](https://github.com/microsoft/fluentui/pull/34929) by anushgupta@microsoft.com)
26
120
  - add histogram mode to vbc ([PR #34930](https://github.com/microsoft/fluentui/pull/34930) by anushgupta@microsoft.com)
27
121
  - add support for scatter polar trace type ([PR #34933](https://github.com/microsoft/fluentui/pull/34933) by anushgupta@microsoft.com)
28
- - GVBC FIX ([PR #34932](https://github.com/microsoft/fluentui/pull/34932) by anushgupta@microsoft.com)
29
122
  - `@fluentui/react-dialog`
30
123
  - fix: DialogSurface and DialogBody height respects custom maxHeight styles by replacing @supports rules with Griffel fallback arrays ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by 198982749+Copilot@users.noreply.github.com)
31
124
  - `@fluentui/react-tags`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.68.1",
3
+ "version": "9.68.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.2",
19
+ "@fluentui/react-accordion": "^9.8.4",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.9.2",
22
- "@fluentui/react-badge": "^9.4.2",
23
- "@fluentui/react-button": "^9.6.2",
24
- "@fluentui/react-card": "^9.4.2",
25
- "@fluentui/react-checkbox": "^9.5.2",
26
- "@fluentui/react-combobox": "^9.16.2",
27
- "@fluentui/react-dialog": "^9.14.2",
28
- "@fluentui/react-divider": "^9.4.2",
29
- "@fluentui/react-drawer": "^9.9.2",
30
- "@fluentui/react-field": "^9.4.2",
31
- "@fluentui/react-image": "^9.3.2",
21
+ "@fluentui/react-avatar": "^9.9.4",
22
+ "@fluentui/react-badge": "^9.4.3",
23
+ "@fluentui/react-button": "^9.6.4",
24
+ "@fluentui/react-card": "^9.4.4",
25
+ "@fluentui/react-checkbox": "^9.5.3",
26
+ "@fluentui/react-combobox": "^9.16.4",
27
+ "@fluentui/react-dialog": "^9.14.4",
28
+ "@fluentui/react-divider": "^9.4.3",
29
+ "@fluentui/react-drawer": "^9.9.4",
30
+ "@fluentui/react-field": "^9.4.3",
31
+ "@fluentui/react-image": "^9.3.3",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.4.2",
34
- "@fluentui/react-input": "^9.7.2",
35
- "@fluentui/react-label": "^9.3.2",
36
- "@fluentui/react-link": "^9.6.2",
37
- "@fluentui/react-list": "^9.4.1",
38
- "@fluentui/react-menu": "^9.19.2",
39
- "@fluentui/react-overflow": "^9.5.2",
40
- "@fluentui/react-persona": "^9.5.2",
41
- "@fluentui/react-portal": "^9.7.2",
42
- "@fluentui/react-popover": "^9.12.2",
43
- "@fluentui/react-positioning": "^9.20.2",
44
- "@fluentui/react-progress": "^9.4.2",
45
- "@fluentui/react-provider": "^9.22.2",
46
- "@fluentui/react-radio": "^9.5.2",
47
- "@fluentui/react-select": "^9.4.2",
33
+ "@fluentui/react-infolabel": "^9.4.4",
34
+ "@fluentui/react-input": "^9.7.3",
35
+ "@fluentui/react-label": "^9.3.3",
36
+ "@fluentui/react-link": "^9.6.3",
37
+ "@fluentui/react-list": "^9.4.2",
38
+ "@fluentui/react-menu": "^9.19.4",
39
+ "@fluentui/react-overflow": "^9.5.4",
40
+ "@fluentui/react-persona": "^9.5.4",
41
+ "@fluentui/react-portal": "^9.8.0",
42
+ "@fluentui/react-popover": "^9.12.4",
43
+ "@fluentui/react-positioning": "^9.20.3",
44
+ "@fluentui/react-progress": "^9.4.3",
45
+ "@fluentui/react-provider": "^9.22.3",
46
+ "@fluentui/react-radio": "^9.5.3",
47
+ "@fluentui/react-select": "^9.4.3",
48
48
  "@fluentui/react-shared-contexts": "^9.24.1",
49
- "@fluentui/react-skeleton": "^9.4.2",
50
- "@fluentui/react-slider": "^9.5.2",
51
- "@fluentui/react-spinbutton": "^9.5.2",
52
- "@fluentui/react-spinner": "^9.7.2",
53
- "@fluentui/react-swatch-picker": "^9.4.2",
54
- "@fluentui/react-switch": "^9.4.2",
55
- "@fluentui/react-table": "^9.18.2",
56
- "@fluentui/react-tabs": "^9.9.2",
57
- "@fluentui/react-tabster": "^9.26.2",
58
- "@fluentui/react-tags": "^9.7.2",
59
- "@fluentui/react-textarea": "^9.6.2",
49
+ "@fluentui/react-skeleton": "^9.4.3",
50
+ "@fluentui/react-slider": "^9.5.3",
51
+ "@fluentui/react-spinbutton": "^9.5.3",
52
+ "@fluentui/react-spinner": "^9.7.3",
53
+ "@fluentui/react-swatch-picker": "^9.4.3",
54
+ "@fluentui/react-switch": "^9.4.3",
55
+ "@fluentui/react-table": "^9.18.4",
56
+ "@fluentui/react-tabs": "^9.9.3",
57
+ "@fluentui/react-tabster": "^9.26.3",
58
+ "@fluentui/react-tags": "^9.7.4",
59
+ "@fluentui/react-textarea": "^9.6.3",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.6.2",
62
- "@fluentui/react-toolbar": "^9.6.2",
63
- "@fluentui/react-tooltip": "^9.8.2",
64
- "@fluentui/react-utilities": "^9.23.1",
65
- "@fluentui/react-text": "^9.6.2",
61
+ "@fluentui/react-toast": "^9.6.4",
62
+ "@fluentui/react-toolbar": "^9.6.4",
63
+ "@fluentui/react-tooltip": "^9.8.3",
64
+ "@fluentui/react-utilities": "^9.23.2",
65
+ "@fluentui/react-text": "^9.6.3",
66
66
  "@fluentui/react-virtualizer": "9.0.0-alpha.102",
67
- "@fluentui/react-tree": "^9.12.2",
67
+ "@fluentui/react-tree": "^9.12.4",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.2",
71
- "@fluentui/react-breadcrumb": "^9.3.2",
72
- "@fluentui/react-aria": "^9.16.1",
73
- "@fluentui/react-rating": "^9.3.2",
74
- "@fluentui/react-search": "^9.3.2",
75
- "@fluentui/react-teaching-popover": "^9.6.2",
76
- "@fluentui/react-tag-picker": "^9.7.2",
77
- "@fluentui/react-motion": "^9.10.1",
78
- "@fluentui/react-carousel": "^9.8.2",
79
- "@fluentui/react-color-picker": "^9.2.2",
80
- "@fluentui/react-nav": "^9.3.2"
70
+ "@fluentui/react-message-bar": "^9.6.4",
71
+ "@fluentui/react-breadcrumb": "^9.3.4",
72
+ "@fluentui/react-aria": "^9.16.3",
73
+ "@fluentui/react-rating": "^9.3.3",
74
+ "@fluentui/react-search": "^9.3.3",
75
+ "@fluentui/react-teaching-popover": "^9.6.4",
76
+ "@fluentui/react-tag-picker": "^9.7.4",
77
+ "@fluentui/react-motion": "^9.10.2",
78
+ "@fluentui/react-carousel": "^9.8.4",
79
+ "@fluentui/react-color-picker": "^9.2.3",
80
+ "@fluentui/react-nav": "^9.3.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",