@fluentui/react-components 9.54.9 → 9.54.11
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 +42 -2
- package/package.json +43 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,52 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 15 Aug 2024 08:18:49 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.54.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.11)
|
|
8
|
+
|
|
9
|
+
Thu, 15 Aug 2024 08:18:49 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.10..@fluentui/react-components_v9.54.11)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tag-picker`
|
|
15
|
+
- feature: introduces noPopover property to TagPicker ([PR #32158](https://github.com/microsoft/fluentui/pull/32158) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-carousel-preview`
|
|
20
|
+
- chore: change :after to ::after ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
|
|
21
|
+
- `@fluentui/react-combobox`
|
|
22
|
+
- fix: check icon slot does not collapse ([PR #32243](https://github.com/microsoft/fluentui/pull/32243) by sarah.higley@microsoft.com)
|
|
23
|
+
- `@fluentui/react-drawer`
|
|
24
|
+
- chore: change :after to ::after. ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
|
|
25
|
+
- Bug fix for issue 31724 ([PR #32060](https://github.com/microsoft/fluentui/pull/32060) by lakshmimanasasai.t@gmail.com)
|
|
26
|
+
- `@fluentui/react-list-preview`
|
|
27
|
+
- chore: ensures useMergedTabsterAttributes supports Partial attributes ([PR #32300](https://github.com/microsoft/fluentui/pull/32300) by bernardo.sunderhus@gmail.com)
|
|
28
|
+
- `@fluentui/react-migration-v0-v9`
|
|
29
|
+
- v9 migration: Add Video shim component ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by jukapsia@microsoft.com)
|
|
30
|
+
- `@fluentui/react-swatch-picker`
|
|
31
|
+
- (react-swatch-picker): fixed documentation ([PR #32279](https://github.com/microsoft/fluentui/pull/32279) by vkozlova@microsoft.com)
|
|
32
|
+
- `@fluentui/react-table`
|
|
33
|
+
- chore: change :after to ::after ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
|
|
34
|
+
- `@fluentui/react-tabster`
|
|
35
|
+
- chore: ensures useMergedTabsterAttributes supports Partial attributes ([PR #32300](https://github.com/microsoft/fluentui/pull/32300) by bernardo.sunderhus@gmail.com)
|
|
36
|
+
|
|
37
|
+
## [9.54.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.10)
|
|
38
|
+
|
|
39
|
+
Wed, 07 Aug 2024 12:31:56 GMT
|
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.9..@fluentui/react-components_v9.54.10)
|
|
41
|
+
|
|
42
|
+
### Patches
|
|
43
|
+
|
|
44
|
+
- `@fluentui/react-toolbar`
|
|
45
|
+
- fix: hardcode size of `ToolbarButton` ([PR #32185](https://github.com/microsoft/fluentui/pull/32185) by olfedias@microsoft.com)
|
|
46
|
+
|
|
7
47
|
## [9.54.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.9)
|
|
8
48
|
|
|
9
|
-
Tue, 06 Aug 2024 21:
|
|
49
|
+
Tue, 06 Aug 2024 21:40:43 GMT
|
|
10
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.8..@fluentui/react-components_v9.54.9)
|
|
11
51
|
|
|
12
52
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.54.
|
|
3
|
+
"version": "9.54.11",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -30,63 +30,63 @@
|
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@fluentui/react-accordion": "^9.5.
|
|
33
|
+
"@fluentui/react-accordion": "^9.5.1",
|
|
34
34
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
35
|
-
"@fluentui/react-avatar": "^9.6.
|
|
35
|
+
"@fluentui/react-avatar": "^9.6.36",
|
|
36
36
|
"@fluentui/react-badge": "^9.2.41",
|
|
37
|
-
"@fluentui/react-button": "^9.3.
|
|
38
|
-
"@fluentui/react-card": "^9.0.
|
|
39
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
40
|
-
"@fluentui/react-combobox": "^9.13.
|
|
41
|
-
"@fluentui/react-dialog": "^9.11.
|
|
37
|
+
"@fluentui/react-button": "^9.3.88",
|
|
38
|
+
"@fluentui/react-card": "^9.0.90",
|
|
39
|
+
"@fluentui/react-checkbox": "^9.2.34",
|
|
40
|
+
"@fluentui/react-combobox": "^9.13.4",
|
|
41
|
+
"@fluentui/react-dialog": "^9.11.10",
|
|
42
42
|
"@fluentui/react-divider": "^9.2.73",
|
|
43
|
-
"@fluentui/react-drawer": "^9.5.
|
|
44
|
-
"@fluentui/react-field": "^9.1.
|
|
43
|
+
"@fluentui/react-drawer": "^9.5.10",
|
|
44
|
+
"@fluentui/react-field": "^9.1.73",
|
|
45
45
|
"@fluentui/react-image": "^9.1.71",
|
|
46
46
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
47
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
48
|
-
"@fluentui/react-input": "^9.4.
|
|
47
|
+
"@fluentui/react-infolabel": "^9.0.43",
|
|
48
|
+
"@fluentui/react-input": "^9.4.86",
|
|
49
49
|
"@fluentui/react-label": "^9.1.74",
|
|
50
|
-
"@fluentui/react-link": "^9.2.
|
|
51
|
-
"@fluentui/react-menu": "^9.14.
|
|
52
|
-
"@fluentui/react-overflow": "^9.1.
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
54
|
-
"@fluentui/react-portal": "^9.4.
|
|
55
|
-
"@fluentui/react-popover": "^9.9.
|
|
50
|
+
"@fluentui/react-link": "^9.2.29",
|
|
51
|
+
"@fluentui/react-menu": "^9.14.13",
|
|
52
|
+
"@fluentui/react-overflow": "^9.1.27",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.95",
|
|
54
|
+
"@fluentui/react-portal": "^9.4.32",
|
|
55
|
+
"@fluentui/react-popover": "^9.9.18",
|
|
56
56
|
"@fluentui/react-positioning": "^9.15.7",
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.17.
|
|
59
|
-
"@fluentui/react-radio": "^9.2.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
57
|
+
"@fluentui/react-progress": "^9.1.84",
|
|
58
|
+
"@fluentui/react-provider": "^9.17.1",
|
|
59
|
+
"@fluentui/react-radio": "^9.2.29",
|
|
60
|
+
"@fluentui/react-select": "^9.1.84",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.20.0",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.1.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.1.13",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.91",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.85",
|
|
65
65
|
"@fluentui/react-spinner": "^9.4.12",
|
|
66
|
-
"@fluentui/react-swatch-picker": "^9.1.
|
|
67
|
-
"@fluentui/react-switch": "^9.1.
|
|
68
|
-
"@fluentui/react-table": "^9.15.
|
|
69
|
-
"@fluentui/react-tabs": "^9.4.
|
|
70
|
-
"@fluentui/react-tabster": "^9.22.
|
|
71
|
-
"@fluentui/react-tags": "^9.3.
|
|
72
|
-
"@fluentui/react-textarea": "^9.3.
|
|
66
|
+
"@fluentui/react-swatch-picker": "^9.1.7",
|
|
67
|
+
"@fluentui/react-switch": "^9.1.91",
|
|
68
|
+
"@fluentui/react-table": "^9.15.14",
|
|
69
|
+
"@fluentui/react-tabs": "^9.4.29",
|
|
70
|
+
"@fluentui/react-tabster": "^9.22.4",
|
|
71
|
+
"@fluentui/react-tags": "^9.3.15",
|
|
72
|
+
"@fluentui/react-textarea": "^9.3.85",
|
|
73
73
|
"@fluentui/react-theme": "^9.1.19",
|
|
74
|
-
"@fluentui/react-toast": "^9.3.
|
|
75
|
-
"@fluentui/react-toolbar": "^9.2.
|
|
76
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
74
|
+
"@fluentui/react-toast": "^9.3.52",
|
|
75
|
+
"@fluentui/react-toolbar": "^9.2.2",
|
|
76
|
+
"@fluentui/react-tooltip": "^9.4.36",
|
|
77
77
|
"@fluentui/react-utilities": "^9.18.13",
|
|
78
78
|
"@fluentui/react-text": "^9.4.23",
|
|
79
79
|
"@fluentui/react-virtualizer": "9.0.0-alpha.82",
|
|
80
|
-
"@fluentui/react-tree": "^9.7.
|
|
80
|
+
"@fluentui/react-tree": "^9.7.9",
|
|
81
81
|
"@griffel/react": "^1.5.22",
|
|
82
82
|
"@swc/helpers": "^0.5.1",
|
|
83
|
-
"@fluentui/react-message-bar": "^9.2.
|
|
84
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
85
|
-
"@fluentui/react-aria": "^9.13.
|
|
86
|
-
"@fluentui/react-rating": "^9.0.
|
|
87
|
-
"@fluentui/react-search": "^9.0.
|
|
88
|
-
"@fluentui/react-teaching-popover": "^9.1.
|
|
89
|
-
"@fluentui/react-tag-picker": "^9.
|
|
83
|
+
"@fluentui/react-message-bar": "^9.2.8",
|
|
84
|
+
"@fluentui/react-breadcrumb": "^9.0.35",
|
|
85
|
+
"@fluentui/react-aria": "^9.13.3",
|
|
86
|
+
"@fluentui/react-rating": "^9.0.16",
|
|
87
|
+
"@fluentui/react-search": "^9.0.15",
|
|
88
|
+
"@fluentui/react-teaching-popover": "^9.1.14",
|
|
89
|
+
"@fluentui/react-tag-picker": "^9.3.0",
|
|
90
90
|
"@fluentui/react-motion": "^9.4.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|