@fluentui/react-components 9.68.0 → 9.68.1

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 +59 -59
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 28 Jul 2025 18:44:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Jul 2025 08:41:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.68.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.1)
8
+
9
+ Wed, 30 Jul 2025 08:41:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.0..@fluentui/react-components_v9.68.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-charts`
15
+ - feat: enable griffel raw styles ([PR #34912](https://github.com/microsoft/fluentui/pull/34912) by martinhochel@microsoft.com)
16
+ - `@fluentui/react-storybook-addon`
17
+ - Add new brand ramp version ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
18
+ - `@fluentui/react-theme`
19
+ - Add new brand ramp version ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
20
+
21
+ ### Patches
22
+
23
+ - `@fluentui/react-charts`
24
+ - 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
+ - support image export in v9 charts ([PR #34929](https://github.com/microsoft/fluentui/pull/34929) by anushgupta@microsoft.com)
26
+ - add histogram mode to vbc ([PR #34930](https://github.com/microsoft/fluentui/pull/34930) by anushgupta@microsoft.com)
27
+ - 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
+ - `@fluentui/react-dialog`
30
+ - 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
+ - `@fluentui/react-tags`
32
+ - fix: add aria-pressed semantics to selectable Tag, remove default aria-pressed from InteractionTag ([PR #34619](https://github.com/microsoft/fluentui/pull/34619) by sarah.higley@microsoft.com)
33
+
34
+ ### Changes
35
+
36
+ - `@fluentui/tokens`
37
+ - Brand ramp update ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
38
+
7
39
  ## [9.68.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.0)
8
40
 
9
- Mon, 28 Jul 2025 18:44:07 GMT
41
+ Mon, 28 Jul 2025 18:48:16 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.67.0..@fluentui/react-components_v9.68.0)
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.68.0",
3
+ "version": "9.68.1",
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.1",
19
+ "@fluentui/react-accordion": "^9.8.2",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.9.1",
22
- "@fluentui/react-badge": "^9.4.1",
23
- "@fluentui/react-button": "^9.6.1",
24
- "@fluentui/react-card": "^9.4.1",
25
- "@fluentui/react-checkbox": "^9.5.1",
26
- "@fluentui/react-combobox": "^9.16.1",
27
- "@fluentui/react-dialog": "^9.14.1",
28
- "@fluentui/react-divider": "^9.4.1",
29
- "@fluentui/react-drawer": "^9.9.1",
30
- "@fluentui/react-field": "^9.4.1",
31
- "@fluentui/react-image": "^9.3.1",
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",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.4.1",
34
- "@fluentui/react-input": "^9.7.1",
35
- "@fluentui/react-label": "^9.3.1",
36
- "@fluentui/react-link": "^9.6.1",
37
- "@fluentui/react-list": "^9.4.0",
38
- "@fluentui/react-menu": "^9.19.1",
39
- "@fluentui/react-overflow": "^9.5.1",
40
- "@fluentui/react-persona": "^9.5.1",
41
- "@fluentui/react-portal": "^9.7.1",
42
- "@fluentui/react-popover": "^9.12.1",
43
- "@fluentui/react-positioning": "^9.20.1",
44
- "@fluentui/react-progress": "^9.4.1",
45
- "@fluentui/react-provider": "^9.22.1",
46
- "@fluentui/react-radio": "^9.5.1",
47
- "@fluentui/react-select": "^9.4.1",
48
- "@fluentui/react-shared-contexts": "^9.24.0",
49
- "@fluentui/react-skeleton": "^9.4.1",
50
- "@fluentui/react-slider": "^9.5.1",
51
- "@fluentui/react-spinbutton": "^9.5.1",
52
- "@fluentui/react-spinner": "^9.7.1",
53
- "@fluentui/react-swatch-picker": "^9.4.1",
54
- "@fluentui/react-switch": "^9.4.1",
55
- "@fluentui/react-table": "^9.18.1",
56
- "@fluentui/react-tabs": "^9.9.1",
57
- "@fluentui/react-tabster": "^9.26.1",
58
- "@fluentui/react-tags": "^9.7.1",
59
- "@fluentui/react-textarea": "^9.6.1",
60
- "@fluentui/react-theme": "^9.1.24",
61
- "@fluentui/react-toast": "^9.6.1",
62
- "@fluentui/react-toolbar": "^9.6.1",
63
- "@fluentui/react-tooltip": "^9.8.1",
64
- "@fluentui/react-utilities": "^9.23.0",
65
- "@fluentui/react-text": "^9.6.1",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.101",
67
- "@fluentui/react-tree": "^9.12.1",
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",
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",
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",
66
+ "@fluentui/react-virtualizer": "9.0.0-alpha.102",
67
+ "@fluentui/react-tree": "^9.12.2",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.1",
71
- "@fluentui/react-breadcrumb": "^9.3.1",
72
- "@fluentui/react-aria": "^9.16.0",
73
- "@fluentui/react-rating": "^9.3.1",
74
- "@fluentui/react-search": "^9.3.1",
75
- "@fluentui/react-teaching-popover": "^9.6.1",
76
- "@fluentui/react-tag-picker": "^9.7.1",
77
- "@fluentui/react-motion": "^9.10.0",
78
- "@fluentui/react-carousel": "^9.8.1",
79
- "@fluentui/react-color-picker": "^9.2.1",
80
- "@fluentui/react-nav": "^9.3.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"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",