@fluentui/react-components 9.56.5 → 9.56.6
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 +41 -2
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,51 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 16 Dec 2024 16:22:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.56.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.6)
|
|
8
|
+
|
|
9
|
+
Mon, 16 Dec 2024 16:22:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.5..@fluentui/react-components_v9.56.6)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-positioning`
|
|
15
|
+
- Add positioning option `shiftToCoverTarget` that allows the positioned element to shift to cover the target when there is not enough available space ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by yuanboxue@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-radio`
|
|
20
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
21
|
+
- `@fluentui/react-tabs`
|
|
22
|
+
- fix: adjust styles for circular tabs ([PR #33441](https://github.com/microsoft/fluentui/pull/33441) by dmytrokirpa@microsoft.com)
|
|
23
|
+
- `@fluentui/react-teaching-popover`
|
|
24
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
25
|
+
- `@fluentui/react-button`
|
|
26
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
27
|
+
- `@fluentui/react-carousel`
|
|
28
|
+
- fix: Set totalSlides on CarouselNav to controlled state ([PR #33453](https://github.com/microsoft/fluentui/pull/33453) by mifraser@microsoft.com)
|
|
29
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
30
|
+
- fix: Set tabster default on carousel initialization ([PR #33401](https://github.com/microsoft/fluentui/pull/33401) by mifraser@microsoft.com)
|
|
31
|
+
- fix: Ensure a viable background color for nav items in high contrast windows ([PR #33411](https://github.com/microsoft/fluentui/pull/33411) by mifraser@microsoft.com)
|
|
32
|
+
- `@fluentui/react-color-picker-preview`
|
|
33
|
+
- fix(react-color-picker): active axis for ColorPicker ([PR #33415](https://github.com/microsoft/fluentui/pull/33415) by vkozlova@microsoft.com)
|
|
34
|
+
- `@fluentui/react-migration-v0-v9`
|
|
35
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
36
|
+
- `@fluentui/react-nav-preview`
|
|
37
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- `@fluentui/react-virtualizer`
|
|
42
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
43
|
+
- `@fluentui/tokens`
|
|
44
|
+
- bugfix: ensure teams tokens follow teams overrides for fonts ([PR #33393](https://github.com/microsoft/fluentui/pull/33393) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
|
|
7
46
|
## [9.56.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.5)
|
|
8
47
|
|
|
9
|
-
Mon, 09 Dec 2024 17:
|
|
48
|
+
Mon, 09 Dec 2024 17:38:04 GMT
|
|
10
49
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.4..@fluentui/react-components_v9.56.5)
|
|
11
50
|
|
|
12
51
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.56.
|
|
3
|
+
"version": "9.56.6",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,65 +16,65 @@
|
|
|
16
16
|
"@fluentui/scripts-api-extractor": "*"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fluentui/react-accordion": "^9.5.
|
|
19
|
+
"@fluentui/react-accordion": "^9.5.12",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.6.
|
|
22
|
-
"@fluentui/react-badge": "^9.2.
|
|
23
|
-
"@fluentui/react-button": "^9.3.
|
|
24
|
-
"@fluentui/react-card": "^9.0.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
26
|
-
"@fluentui/react-combobox": "^9.13.
|
|
27
|
-
"@fluentui/react-dialog": "^9.11.
|
|
28
|
-
"@fluentui/react-divider": "^9.2.
|
|
29
|
-
"@fluentui/react-drawer": "^9.6.
|
|
30
|
-
"@fluentui/react-field": "^9.1.
|
|
31
|
-
"@fluentui/react-image": "^9.1.
|
|
21
|
+
"@fluentui/react-avatar": "^9.6.46",
|
|
22
|
+
"@fluentui/react-badge": "^9.2.48",
|
|
23
|
+
"@fluentui/react-button": "^9.3.98",
|
|
24
|
+
"@fluentui/react-card": "^9.0.100",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.2.44",
|
|
26
|
+
"@fluentui/react-combobox": "^9.13.15",
|
|
27
|
+
"@fluentui/react-dialog": "^9.11.25",
|
|
28
|
+
"@fluentui/react-divider": "^9.2.80",
|
|
29
|
+
"@fluentui/react-drawer": "^9.6.5",
|
|
30
|
+
"@fluentui/react-field": "^9.1.83",
|
|
31
|
+
"@fluentui/react-image": "^9.1.78",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
34
|
-
"@fluentui/react-input": "^9.4.
|
|
35
|
-
"@fluentui/react-label": "^9.1.
|
|
36
|
-
"@fluentui/react-link": "^9.3.
|
|
37
|
-
"@fluentui/react-menu": "^9.14.
|
|
38
|
-
"@fluentui/react-overflow": "^9.2.
|
|
39
|
-
"@fluentui/react-persona": "^9.2.
|
|
40
|
-
"@fluentui/react-portal": "^9.4.
|
|
41
|
-
"@fluentui/react-popover": "^9.9.
|
|
42
|
-
"@fluentui/react-positioning": "^9.
|
|
43
|
-
"@fluentui/react-progress": "^9.1.
|
|
44
|
-
"@fluentui/react-provider": "^9.18.
|
|
45
|
-
"@fluentui/react-radio": "^9.2.
|
|
46
|
-
"@fluentui/react-select": "^9.1.
|
|
47
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
48
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
49
|
-
"@fluentui/react-slider": "^9.2.
|
|
50
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
51
|
-
"@fluentui/react-spinner": "^9.5.
|
|
52
|
-
"@fluentui/react-swatch-picker": "^9.1.
|
|
53
|
-
"@fluentui/react-switch": "^9.1.
|
|
54
|
-
"@fluentui/react-table": "^9.15.
|
|
55
|
-
"@fluentui/react-tabs": "^9.6.
|
|
56
|
-
"@fluentui/react-tabster": "^9.23.
|
|
57
|
-
"@fluentui/react-tags": "^9.3.
|
|
58
|
-
"@fluentui/react-textarea": "^9.3.
|
|
59
|
-
"@fluentui/react-theme": "^9.1.
|
|
60
|
-
"@fluentui/react-toast": "^9.3.
|
|
61
|
-
"@fluentui/react-toolbar": "^9.2.
|
|
62
|
-
"@fluentui/react-tooltip": "^9.5.
|
|
63
|
-
"@fluentui/react-utilities": "^9.18.
|
|
64
|
-
"@fluentui/react-text": "^9.4.
|
|
65
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
66
|
-
"@fluentui/react-tree": "^9.8.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.0.53",
|
|
34
|
+
"@fluentui/react-input": "^9.4.96",
|
|
35
|
+
"@fluentui/react-label": "^9.1.81",
|
|
36
|
+
"@fluentui/react-link": "^9.3.5",
|
|
37
|
+
"@fluentui/react-menu": "^9.14.23",
|
|
38
|
+
"@fluentui/react-overflow": "^9.2.4",
|
|
39
|
+
"@fluentui/react-persona": "^9.2.105",
|
|
40
|
+
"@fluentui/react-portal": "^9.4.40",
|
|
41
|
+
"@fluentui/react-popover": "^9.9.28",
|
|
42
|
+
"@fluentui/react-positioning": "^9.16.0",
|
|
43
|
+
"@fluentui/react-progress": "^9.1.94",
|
|
44
|
+
"@fluentui/react-provider": "^9.18.2",
|
|
45
|
+
"@fluentui/react-radio": "^9.2.39",
|
|
46
|
+
"@fluentui/react-select": "^9.1.94",
|
|
47
|
+
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
48
|
+
"@fluentui/react-skeleton": "^9.1.23",
|
|
49
|
+
"@fluentui/react-slider": "^9.2.3",
|
|
50
|
+
"@fluentui/react-spinbutton": "^9.2.95",
|
|
51
|
+
"@fluentui/react-spinner": "^9.5.5",
|
|
52
|
+
"@fluentui/react-swatch-picker": "^9.1.17",
|
|
53
|
+
"@fluentui/react-switch": "^9.1.101",
|
|
54
|
+
"@fluentui/react-table": "^9.15.25",
|
|
55
|
+
"@fluentui/react-tabs": "^9.6.5",
|
|
56
|
+
"@fluentui/react-tabster": "^9.23.2",
|
|
57
|
+
"@fluentui/react-tags": "^9.3.26",
|
|
58
|
+
"@fluentui/react-textarea": "^9.3.95",
|
|
59
|
+
"@fluentui/react-theme": "^9.1.24",
|
|
60
|
+
"@fluentui/react-toast": "^9.3.63",
|
|
61
|
+
"@fluentui/react-toolbar": "^9.2.13",
|
|
62
|
+
"@fluentui/react-tooltip": "^9.5.2",
|
|
63
|
+
"@fluentui/react-utilities": "^9.18.19",
|
|
64
|
+
"@fluentui/react-text": "^9.4.30",
|
|
65
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.89",
|
|
66
|
+
"@fluentui/react-tree": "^9.8.10",
|
|
67
67
|
"@griffel/react": "^1.5.22",
|
|
68
68
|
"@swc/helpers": "^0.5.1",
|
|
69
|
-
"@fluentui/react-message-bar": "^9.2.
|
|
70
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
71
|
-
"@fluentui/react-aria": "^9.13.
|
|
72
|
-
"@fluentui/react-rating": "^9.0.
|
|
73
|
-
"@fluentui/react-search": "^9.0.
|
|
74
|
-
"@fluentui/react-teaching-popover": "^9.1.
|
|
75
|
-
"@fluentui/react-tag-picker": "^9.3.
|
|
76
|
-
"@fluentui/react-motion": "^9.6.
|
|
77
|
-
"@fluentui/react-carousel": "^9.4.
|
|
69
|
+
"@fluentui/react-message-bar": "^9.2.18",
|
|
70
|
+
"@fluentui/react-breadcrumb": "^9.0.46",
|
|
71
|
+
"@fluentui/react-aria": "^9.13.12",
|
|
72
|
+
"@fluentui/react-rating": "^9.0.25",
|
|
73
|
+
"@fluentui/react-search": "^9.0.26",
|
|
74
|
+
"@fluentui/react-teaching-popover": "^9.1.25",
|
|
75
|
+
"@fluentui/react-tag-picker": "^9.3.12",
|
|
76
|
+
"@fluentui/react-motion": "^9.6.5",
|
|
77
|
+
"@fluentui/react-carousel": "^9.4.3"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@types/react": ">=16.14.0 <19.0.0",
|