@fluentui/react-components 9.68.2 → 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 +82 -2
  2. package/package.json +56 -56
package/CHANGELOG.md CHANGED
@@ -1,12 +1,92 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 16:52:49 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
+
7
87
  ## [9.68.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.2)
8
88
 
9
- Wed, 30 Jul 2025 16:52:49 GMT
89
+ Wed, 30 Jul 2025 16:55:28 GMT
10
90
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.1..@fluentui/react-components_v9.68.2)
11
91
 
12
92
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.68.2",
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.3",
19
+ "@fluentui/react-accordion": "^9.8.4",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.9.3",
22
- "@fluentui/react-badge": "^9.4.2",
23
- "@fluentui/react-button": "^9.6.3",
24
- "@fluentui/react-card": "^9.4.3",
25
- "@fluentui/react-checkbox": "^9.5.2",
26
- "@fluentui/react-combobox": "^9.16.3",
27
- "@fluentui/react-dialog": "^9.14.3",
28
- "@fluentui/react-divider": "^9.4.2",
29
- "@fluentui/react-drawer": "^9.9.3",
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.3",
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.3",
39
- "@fluentui/react-overflow": "^9.5.3",
40
- "@fluentui/react-persona": "^9.5.3",
41
- "@fluentui/react-portal": "^9.7.2",
42
- "@fluentui/react-popover": "^9.12.3",
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.3",
56
- "@fluentui/react-tabs": "^9.9.2",
57
- "@fluentui/react-tabster": "^9.26.2",
58
- "@fluentui/react-tags": "^9.7.3",
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.3",
62
- "@fluentui/react-toolbar": "^9.6.3",
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.3",
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.3",
71
- "@fluentui/react-breadcrumb": "^9.3.3",
72
- "@fluentui/react-aria": "^9.16.2",
73
- "@fluentui/react-rating": "^9.3.2",
74
- "@fluentui/react-search": "^9.3.2",
75
- "@fluentui/react-teaching-popover": "^9.6.3",
76
- "@fluentui/react-tag-picker": "^9.7.3",
77
- "@fluentui/react-motion": "^9.10.1",
78
- "@fluentui/react-carousel": "^9.8.3",
79
- "@fluentui/react-color-picker": "^9.2.2",
80
- "@fluentui/react-nav": "^9.3.3"
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",