@fluentui/react-components 9.64.0 → 9.64.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.
- package/CHANGELOG.md +31 -2
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,41 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 06 Jun 2025 13:10:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.64.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.64.1)
|
|
8
|
+
|
|
9
|
+
Fri, 06 Jun 2025 13:10:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.64.0..@fluentui/react-components_v9.64.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-utilities`
|
|
15
|
+
- feat: add custom RefAttributes interface which is used within ForwardRefComponent to mitigate breaking changes shipped as patch release in @types/react@18.2.61 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by martinhochel@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-calendar-compat`
|
|
20
|
+
- fix: aria-label for year selection ([PR #34536](https://github.com/microsoft/fluentui/pull/34536) by v.kozlova13@gmail.com)
|
|
21
|
+
- `@fluentui/react-charts`
|
|
22
|
+
- feat(react-charts): Improve formatting and numeric and date labels ([PR #34562](https://github.com/microsoft/fluentui/pull/34562) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
23
|
+
- `@fluentui/react-nav-preview`
|
|
24
|
+
- fix: Change Nav icon display animations to opacity animations ([PR #34452](https://github.com/microsoft/fluentui/pull/34452) by jiangemma@microsoft.com)
|
|
25
|
+
- fix: focus borders being cut-off ([PR #34565](https://github.com/microsoft/fluentui/pull/34565) by marcosvmmoura@gmail.com)
|
|
26
|
+
- `@fluentui/react-slider`
|
|
27
|
+
- fix: adjust focus outline offset ([PR #34538](https://github.com/microsoft/fluentui/pull/34538) by dmytrokirpa@microsoft.com)
|
|
28
|
+
- `@fluentui/react-table`
|
|
29
|
+
- fix(DataGridSelectionCell): should not use `aria-checked` on gridcell ([PR #34503](https://github.com/microsoft/fluentui/pull/34503) by lingfangao@hotmail.com)
|
|
30
|
+
- fix: Single select should not render header selection indicator ([PR #33752](https://github.com/microsoft/fluentui/pull/33752) by lingfangao@hotmail.com)
|
|
31
|
+
- `@fluentui/react-tabster`
|
|
32
|
+
- Bumping Tabster to 8.5.5 ([PR #34395](https://github.com/microsoft/fluentui/pull/34395) by marata@microsoft.com)
|
|
33
|
+
- `@fluentui/react-tree`
|
|
34
|
+
- chore: re-introduce active state style to TreeItemLayout ([PR #34558](https://github.com/microsoft/fluentui/pull/34558) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
|
|
7
36
|
## [9.64.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.64.0)
|
|
8
37
|
|
|
9
|
-
Wed, 14 May 2025 18:
|
|
38
|
+
Wed, 14 May 2025 18:49:15 GMT
|
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.63.0..@fluentui/react-components_v9.64.0)
|
|
11
40
|
|
|
12
41
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.64.
|
|
3
|
+
"version": "9.64.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,67 +16,67 @@
|
|
|
16
16
|
"@fluentui/scripts-api-extractor": "*"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fluentui/react-accordion": "^9.6.
|
|
19
|
+
"@fluentui/react-accordion": "^9.6.10",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.7.
|
|
22
|
-
"@fluentui/react-badge": "^9.2.
|
|
23
|
-
"@fluentui/react-button": "^9.4.
|
|
24
|
-
"@fluentui/react-card": "^9.2.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.3.
|
|
26
|
-
"@fluentui/react-combobox": "^9.14.
|
|
27
|
-
"@fluentui/react-dialog": "^9.12.
|
|
28
|
-
"@fluentui/react-divider": "^9.2.
|
|
29
|
-
"@fluentui/react-drawer": "^9.7.
|
|
30
|
-
"@fluentui/react-field": "^9.2.
|
|
31
|
-
"@fluentui/react-image": "^9.1.
|
|
21
|
+
"@fluentui/react-avatar": "^9.7.8",
|
|
22
|
+
"@fluentui/react-badge": "^9.2.55",
|
|
23
|
+
"@fluentui/react-button": "^9.4.8",
|
|
24
|
+
"@fluentui/react-card": "^9.2.7",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.3.8",
|
|
26
|
+
"@fluentui/react-combobox": "^9.14.8",
|
|
27
|
+
"@fluentui/react-dialog": "^9.12.10",
|
|
28
|
+
"@fluentui/react-divider": "^9.2.87",
|
|
29
|
+
"@fluentui/react-drawer": "^9.7.10",
|
|
30
|
+
"@fluentui/react-field": "^9.2.8",
|
|
31
|
+
"@fluentui/react-image": "^9.1.85",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.2.
|
|
34
|
-
"@fluentui/react-input": "^9.5.
|
|
35
|
-
"@fluentui/react-label": "^9.1.
|
|
36
|
-
"@fluentui/react-link": "^9.4.
|
|
37
|
-
"@fluentui/react-list": "^9.1.
|
|
38
|
-
"@fluentui/react-menu": "^9.16.
|
|
39
|
-
"@fluentui/react-overflow": "^9.3.
|
|
40
|
-
"@fluentui/react-persona": "^9.3.
|
|
41
|
-
"@fluentui/react-portal": "^9.5.
|
|
42
|
-
"@fluentui/react-popover": "^9.10.
|
|
43
|
-
"@fluentui/react-positioning": "^9.17.
|
|
44
|
-
"@fluentui/react-progress": "^9.2.
|
|
45
|
-
"@fluentui/react-provider": "^9.20.
|
|
46
|
-
"@fluentui/react-radio": "^9.3.
|
|
47
|
-
"@fluentui/react-select": "^9.2.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.2.2",
|
|
34
|
+
"@fluentui/react-input": "^9.5.8",
|
|
35
|
+
"@fluentui/react-label": "^9.1.88",
|
|
36
|
+
"@fluentui/react-link": "^9.4.8",
|
|
37
|
+
"@fluentui/react-list": "^9.1.8",
|
|
38
|
+
"@fluentui/react-menu": "^9.16.8",
|
|
39
|
+
"@fluentui/react-overflow": "^9.3.8",
|
|
40
|
+
"@fluentui/react-persona": "^9.3.8",
|
|
41
|
+
"@fluentui/react-portal": "^9.5.8",
|
|
42
|
+
"@fluentui/react-popover": "^9.10.8",
|
|
43
|
+
"@fluentui/react-positioning": "^9.17.1",
|
|
44
|
+
"@fluentui/react-progress": "^9.2.8",
|
|
45
|
+
"@fluentui/react-provider": "^9.20.8",
|
|
46
|
+
"@fluentui/react-radio": "^9.3.8",
|
|
47
|
+
"@fluentui/react-select": "^9.2.8",
|
|
48
48
|
"@fluentui/react-shared-contexts": "^9.23.1",
|
|
49
|
-
"@fluentui/react-skeleton": "^9.2.
|
|
50
|
-
"@fluentui/react-slider": "^9.3.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.3.
|
|
52
|
-
"@fluentui/react-spinner": "^9.5.
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.2.
|
|
54
|
-
"@fluentui/react-switch": "^9.2.
|
|
55
|
-
"@fluentui/react-table": "^9.16.
|
|
56
|
-
"@fluentui/react-tabs": "^9.7.
|
|
57
|
-
"@fluentui/react-tabster": "^9.24.
|
|
58
|
-
"@fluentui/react-tags": "^9.5.
|
|
59
|
-
"@fluentui/react-textarea": "^9.4.
|
|
49
|
+
"@fluentui/react-skeleton": "^9.2.8",
|
|
50
|
+
"@fluentui/react-slider": "^9.3.9",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.3.8",
|
|
52
|
+
"@fluentui/react-spinner": "^9.5.12",
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.2.8",
|
|
54
|
+
"@fluentui/react-switch": "^9.2.8",
|
|
55
|
+
"@fluentui/react-table": "^9.16.8",
|
|
56
|
+
"@fluentui/react-tabs": "^9.7.8",
|
|
57
|
+
"@fluentui/react-tabster": "^9.24.8",
|
|
58
|
+
"@fluentui/react-tags": "^9.5.6",
|
|
59
|
+
"@fluentui/react-textarea": "^9.4.8",
|
|
60
60
|
"@fluentui/react-theme": "^9.1.24",
|
|
61
|
-
"@fluentui/react-toast": "^9.4.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.4.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.6.
|
|
64
|
-
"@fluentui/react-utilities": "^9.
|
|
65
|
-
"@fluentui/react-text": "^9.4.
|
|
66
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.10.
|
|
61
|
+
"@fluentui/react-toast": "^9.4.10",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.4.7",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.6.8",
|
|
64
|
+
"@fluentui/react-utilities": "^9.20.0",
|
|
65
|
+
"@fluentui/react-text": "^9.4.37",
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.97",
|
|
67
|
+
"@fluentui/react-tree": "^9.10.11",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.4.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.1.
|
|
72
|
-
"@fluentui/react-aria": "^9.14.
|
|
73
|
-
"@fluentui/react-rating": "^9.1.
|
|
74
|
-
"@fluentui/react-search": "^9.1.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.4.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.5.
|
|
77
|
-
"@fluentui/react-motion": "^9.7.
|
|
78
|
-
"@fluentui/react-carousel": "^9.6.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.0.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.4.9",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.1.8",
|
|
72
|
+
"@fluentui/react-aria": "^9.14.8",
|
|
73
|
+
"@fluentui/react-rating": "^9.1.8",
|
|
74
|
+
"@fluentui/react-search": "^9.1.8",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.4.7",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.5.8",
|
|
77
|
+
"@fluentui/react-motion": "^9.7.4",
|
|
78
|
+
"@fluentui/react-carousel": "^9.6.8",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.0.6"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@types/react": ">=16.14.0 <19.0.0",
|