@fluentui/react-components 9.47.2 → 9.47.3
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 +48 -2
- package/package.json +51 -51
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,58 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 02 Apr 2024 09:41:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.47.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.3)
|
|
8
|
+
|
|
9
|
+
Tue, 02 Apr 2024 09:41:19 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.3)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-shared-contexts`
|
|
15
|
+
- deprecate unused ListItemButton exports ([PR #29760](https://github.com/microsoft/fluentui/pull/29760) by jirivyhnalek@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-calendar-compat`
|
|
20
|
+
- fix: When month picker is overlaid and gototoday button is pressed, hide month picker. ([PR #30870](https://github.com/microsoft/fluentui/pull/30870) by estebanmu@microsoft.com)
|
|
21
|
+
- `@fluentui/react-spinner`
|
|
22
|
+
- fix: rotating SVG should not cause parent overflow ([PR #30615](https://github.com/microsoft/fluentui/pull/30615) by sarah.higley@microsoft.com)
|
|
23
|
+
- `@fluentui/react-tag-picker-preview`
|
|
24
|
+
- bugfix: removes errouneous combobox imports ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
|
|
26
|
+
## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
|
|
27
|
+
|
|
28
|
+
Thu, 28 Mar 2024 10:43:54 GMT
|
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
|
|
30
|
+
|
|
31
|
+
### Minor changes
|
|
32
|
+
|
|
33
|
+
- `@fluentui/react-swatch-picker-preview`
|
|
34
|
+
- feat(react-swatch-picker): changed API in rendering utils ([PR #30868](https://github.com/microsoft/fluentui/pull/30868) by vkozlova@microsoft.com)
|
|
35
|
+
- `@fluentui/react-tag-picker-preview`
|
|
36
|
+
- feat: release preview package ([PR #30897](https://github.com/microsoft/fluentui/pull/30897) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
|
|
38
|
+
## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
|
|
39
|
+
|
|
40
|
+
Wed, 27 Mar 2024 10:29:33 GMT
|
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
|
|
42
|
+
|
|
43
|
+
### Minor changes
|
|
44
|
+
|
|
45
|
+
- `@fluentui/react-swatch-picker-preview`
|
|
46
|
+
- 'feat: release react-swatch-picker to unstable ([PR #30881](https://github.com/microsoft/fluentui/pull/30881) by vkozlova@microsoft.com)
|
|
47
|
+
|
|
48
|
+
### Patches
|
|
49
|
+
|
|
50
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
51
|
+
- fix: Focus borders and navigation container style (arrow vs group) ([PR #30862](https://github.com/microsoft/fluentui/pull/30862) by mifraser@microsoft.com)
|
|
52
|
+
|
|
7
53
|
## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
|
|
8
54
|
|
|
9
|
-
Mon, 25 Mar 2024 11:
|
|
55
|
+
Mon, 25 Mar 2024 11:12:13 GMT
|
|
10
56
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.1..@fluentui/react-components_v9.47.2)
|
|
11
57
|
|
|
12
58
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.47.
|
|
3
|
+
"version": "9.47.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,59 +32,59 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.3.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.6.
|
|
38
|
-
"@fluentui/react-badge": "^9.2.
|
|
39
|
-
"@fluentui/react-button": "^9.3.
|
|
40
|
-
"@fluentui/react-card": "^9.0.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
42
|
-
"@fluentui/react-combobox": "^9.9.
|
|
43
|
-
"@fluentui/react-dialog": "^9.9.
|
|
44
|
-
"@fluentui/react-divider": "^9.2.
|
|
45
|
-
"@fluentui/react-drawer": "^9.1.
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
47
|
-
"@fluentui/react-image": "^9.1.
|
|
48
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
50
|
-
"@fluentui/react-input": "^9.4.
|
|
51
|
-
"@fluentui/react-label": "^9.1.
|
|
52
|
-
"@fluentui/react-link": "^9.2.
|
|
53
|
-
"@fluentui/react-menu": "^9.13.
|
|
54
|
-
"@fluentui/react-overflow": "^9.1.
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
56
|
-
"@fluentui/react-portal": "^9.4.
|
|
57
|
-
"@fluentui/react-popover": "^9.9.
|
|
58
|
-
"@fluentui/react-positioning": "^9.14.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
60
|
-
"@fluentui/react-provider": "^9.13.
|
|
61
|
-
"@fluentui/react-radio": "^9.2.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
63
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
64
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
65
|
-
"@fluentui/react-slider": "^9.1.
|
|
66
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
67
|
-
"@fluentui/react-spinner": "^9.4.
|
|
68
|
-
"@fluentui/react-switch": "^9.1.
|
|
69
|
-
"@fluentui/react-table": "^9.12.
|
|
70
|
-
"@fluentui/react-tabs": "^9.4.
|
|
71
|
-
"@fluentui/react-tabster": "^9.19.
|
|
72
|
-
"@fluentui/react-tags": "^9.2.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.47",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.115",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.20",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.30",
|
|
39
|
+
"@fluentui/react-button": "^9.3.74",
|
|
40
|
+
"@fluentui/react-card": "^9.0.73",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.19",
|
|
42
|
+
"@fluentui/react-combobox": "^9.9.5",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.16",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.66",
|
|
45
|
+
"@fluentui/react-drawer": "^9.1.10",
|
|
46
|
+
"@fluentui/react-field": "^9.1.60",
|
|
47
|
+
"@fluentui/react-image": "^9.1.63",
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.99",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.27",
|
|
50
|
+
"@fluentui/react-input": "^9.4.70",
|
|
51
|
+
"@fluentui/react-label": "^9.1.67",
|
|
52
|
+
"@fluentui/react-link": "^9.2.16",
|
|
53
|
+
"@fluentui/react-menu": "^9.13.6",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.16",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.79",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.19",
|
|
57
|
+
"@fluentui/react-popover": "^9.9.3",
|
|
58
|
+
"@fluentui/react-positioning": "^9.14.3",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.70",
|
|
60
|
+
"@fluentui/react-provider": "^9.13.17",
|
|
61
|
+
"@fluentui/react-radio": "^9.2.14",
|
|
62
|
+
"@fluentui/react-select": "^9.1.70",
|
|
63
|
+
"@fluentui/react-shared-contexts": "^9.16.0",
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.58",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.76",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.70",
|
|
67
|
+
"@fluentui/react-spinner": "^9.4.3",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.76",
|
|
69
|
+
"@fluentui/react-table": "^9.12.1",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.15",
|
|
71
|
+
"@fluentui/react-tabster": "^9.19.6",
|
|
72
|
+
"@fluentui/react-tags": "^9.2.1",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.70",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.19",
|
|
75
|
-
"@fluentui/react-toast": "^9.3.
|
|
76
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
77
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
78
|
-
"@fluentui/react-utilities": "^9.18.
|
|
79
|
-
"@fluentui/react-text": "^9.4.
|
|
80
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
75
|
+
"@fluentui/react-toast": "^9.3.36",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.77",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.22",
|
|
78
|
+
"@fluentui/react-utilities": "^9.18.6",
|
|
79
|
+
"@fluentui/react-text": "^9.4.15",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.74",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.37",
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
|
-
"@fluentui/react-message-bar": "^9.0.
|
|
85
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
86
|
-
"@fluentui/react-aria": "^9.10.
|
|
87
|
-
"@fluentui/react-rating": "^9.0.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.25",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.20",
|
|
86
|
+
"@fluentui/react-aria": "^9.10.3",
|
|
87
|
+
"@fluentui/react-rating": "^9.0.2"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@types/react": ">=16.14.0 <19.0.0",
|