@fluentui/react-components 9.68.0 → 9.68.2
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 +47 -2
- package/package.json +59 -59
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,57 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Jul 2025 16:52:49 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.68.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.2)
|
|
8
|
+
|
|
9
|
+
Wed, 30 Jul 2025 16:52:49 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.1..@fluentui/react-components_v9.68.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- fix: release TreeWalker reference ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by seanmonahan@microsoft.com)
|
|
16
|
+
- `@fluentui/react-charts`
|
|
17
|
+
- make legends of dotted lines dotted ([PR #34947](https://github.com/microsoft/fluentui/pull/34947) by anushgupta@microsoft.com)
|
|
18
|
+
- support hidelegend property from plotly schema ([PR #34946](https://github.com/microsoft/fluentui/pull/34946) by anushgupta@microsoft.com)
|
|
19
|
+
|
|
20
|
+
## [9.68.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.1)
|
|
21
|
+
|
|
22
|
+
Wed, 30 Jul 2025 13:10:55 GMT
|
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.0..@fluentui/react-components_v9.68.1)
|
|
24
|
+
|
|
25
|
+
### Minor changes
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-charts`
|
|
28
|
+
- feat: enable griffel raw styles ([PR #34912](https://github.com/microsoft/fluentui/pull/34912) by martinhochel@microsoft.com)
|
|
29
|
+
- `@fluentui/react-storybook-addon`
|
|
30
|
+
- Add new brand ramp version ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
|
|
31
|
+
- `@fluentui/react-theme`
|
|
32
|
+
- Add new brand ramp version ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
|
|
33
|
+
|
|
34
|
+
### Patches
|
|
35
|
+
|
|
36
|
+
- `@fluentui/react-charts`
|
|
37
|
+
- GVBC FIX ([PR #34932](https://github.com/microsoft/fluentui/pull/34932) by anushgupta@microsoft.com)
|
|
38
|
+
- 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)
|
|
39
|
+
- support image export in v9 charts ([PR #34929](https://github.com/microsoft/fluentui/pull/34929) by anushgupta@microsoft.com)
|
|
40
|
+
- add histogram mode to vbc ([PR #34930](https://github.com/microsoft/fluentui/pull/34930) by anushgupta@microsoft.com)
|
|
41
|
+
- add support for scatter polar trace type ([PR #34933](https://github.com/microsoft/fluentui/pull/34933) by anushgupta@microsoft.com)
|
|
42
|
+
- `@fluentui/react-dialog`
|
|
43
|
+
- 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)
|
|
44
|
+
- `@fluentui/react-tags`
|
|
45
|
+
- 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)
|
|
46
|
+
|
|
47
|
+
### Changes
|
|
48
|
+
|
|
49
|
+
- `@fluentui/tokens`
|
|
50
|
+
- Brand ramp update ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
|
|
51
|
+
|
|
7
52
|
## [9.68.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.0)
|
|
8
53
|
|
|
9
|
-
Mon, 28 Jul 2025 18:
|
|
54
|
+
Mon, 28 Jul 2025 18:48:16 GMT
|
|
10
55
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.67.0..@fluentui/react-components_v9.68.0)
|
|
11
56
|
|
|
12
57
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.68.
|
|
3
|
+
"version": "9.68.2",
|
|
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.
|
|
19
|
+
"@fluentui/react-accordion": "^9.8.3",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.9.
|
|
22
|
-
"@fluentui/react-badge": "^9.4.
|
|
23
|
-
"@fluentui/react-button": "^9.6.
|
|
24
|
-
"@fluentui/react-card": "^9.4.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.5.
|
|
26
|
-
"@fluentui/react-combobox": "^9.16.
|
|
27
|
-
"@fluentui/react-dialog": "^9.14.
|
|
28
|
-
"@fluentui/react-divider": "^9.4.
|
|
29
|
-
"@fluentui/react-drawer": "^9.9.
|
|
30
|
-
"@fluentui/react-field": "^9.4.
|
|
31
|
-
"@fluentui/react-image": "^9.3.
|
|
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",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
34
|
-
"@fluentui/react-input": "^9.7.
|
|
35
|
-
"@fluentui/react-label": "^9.3.
|
|
36
|
-
"@fluentui/react-link": "^9.6.
|
|
37
|
-
"@fluentui/react-list": "^9.4.
|
|
38
|
-
"@fluentui/react-menu": "^9.19.
|
|
39
|
-
"@fluentui/react-overflow": "^9.5.
|
|
40
|
-
"@fluentui/react-persona": "^9.5.
|
|
41
|
-
"@fluentui/react-portal": "^9.7.
|
|
42
|
-
"@fluentui/react-popover": "^9.12.
|
|
43
|
-
"@fluentui/react-positioning": "^9.20.
|
|
44
|
-
"@fluentui/react-progress": "^9.4.
|
|
45
|
-
"@fluentui/react-provider": "^9.22.
|
|
46
|
-
"@fluentui/react-radio": "^9.5.
|
|
47
|
-
"@fluentui/react-select": "^9.4.
|
|
48
|
-
"@fluentui/react-shared-contexts": "^9.24.
|
|
49
|
-
"@fluentui/react-skeleton": "^9.4.
|
|
50
|
-
"@fluentui/react-slider": "^9.5.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.5.
|
|
52
|
-
"@fluentui/react-spinner": "^9.7.
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.4.
|
|
54
|
-
"@fluentui/react-switch": "^9.4.
|
|
55
|
-
"@fluentui/react-table": "^9.18.
|
|
56
|
-
"@fluentui/react-tabs": "^9.9.
|
|
57
|
-
"@fluentui/react-tabster": "^9.26.
|
|
58
|
-
"@fluentui/react-tags": "^9.7.
|
|
59
|
-
"@fluentui/react-textarea": "^9.6.
|
|
60
|
-
"@fluentui/react-theme": "^9.
|
|
61
|
-
"@fluentui/react-toast": "^9.6.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.6.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.8.
|
|
64
|
-
"@fluentui/react-utilities": "^9.23.
|
|
65
|
-
"@fluentui/react-text": "^9.6.
|
|
66
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.12.
|
|
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",
|
|
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",
|
|
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",
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
|
|
67
|
+
"@fluentui/react-tree": "^9.12.3",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.6.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.3.
|
|
72
|
-
"@fluentui/react-aria": "^9.16.
|
|
73
|
-
"@fluentui/react-rating": "^9.3.
|
|
74
|
-
"@fluentui/react-search": "^9.3.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.7.
|
|
77
|
-
"@fluentui/react-motion": "^9.10.
|
|
78
|
-
"@fluentui/react-carousel": "^9.8.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
80
|
-
"@fluentui/react-nav": "^9.3.
|
|
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"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <19.0.0",
|