@fluentui/react-components 9.27.0 → 9.27.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.json +36 -1
- package/CHANGELOG.md +20 -2
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,42 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 27 Jul 2023 10:33:12 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.27.1",
|
|
7
|
+
"version": "9.27.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "yuanboxue@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-menu",
|
|
13
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43",
|
|
14
|
+
"comment": "feat: update style to prevent double scrollbar"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "yuanboxue@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-positioning",
|
|
19
|
+
"commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9",
|
|
20
|
+
"comment": "feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "yuanboxue@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-positioning",
|
|
25
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43",
|
|
26
|
+
"comment": "feat: update maxSize middleware to apply height/width when overflow"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"prerelease": [
|
|
30
|
+
{
|
|
31
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
32
|
+
"package": "@fluentui/react-tree",
|
|
33
|
+
"commit": "0e9c438b78e58f346f61b15224c7b0020e4fe73e",
|
|
34
|
+
"comment": "bugfix: makes selector slot required when selection mode is defined"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"date": "Tue, 25 Jul 2023 13:29:15 GMT",
|
|
6
41
|
"tag": "@fluentui/react-components_v9.27.0",
|
|
7
42
|
"version": "9.27.0",
|
|
8
43
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 27 Jul 2023 10:33:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.27.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.1)
|
|
8
|
+
|
|
9
|
+
Thu, 27 Jul 2023 10:33:12 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.0..@fluentui/react-components_v9.27.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- feat: update style to prevent double scrollbar ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by yuanboxue@microsoft.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'. ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by yuanboxue@microsoft.com)
|
|
18
|
+
- feat: update maxSize middleware to apply height/width when overflow ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by yuanboxue@microsoft.com)
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- `@fluentui/react-tree`
|
|
23
|
+
- bugfix: makes selector slot required when selection mode is defined ([PR #28648](https://github.com/microsoft/fluentui/pull/28648) by bernardo.sunderhus@gmail.com)
|
|
24
|
+
|
|
7
25
|
## [9.27.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.0)
|
|
8
26
|
|
|
9
|
-
Tue, 25 Jul 2023 13:
|
|
27
|
+
Tue, 25 Jul 2023 13:29:15 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.26.2..@fluentui/react-components_v9.27.0)
|
|
11
29
|
|
|
12
30
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.27.
|
|
3
|
+
"version": "9.27.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,28 +32,28 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@fluentui/react-accordion": "^9.1.25",
|
|
35
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
36
|
-
"@fluentui/react-avatar": "^9.5.
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.61",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.15",
|
|
37
37
|
"@fluentui/react-badge": "^9.1.22",
|
|
38
38
|
"@fluentui/react-button": "^9.3.25",
|
|
39
39
|
"@fluentui/react-card": "^9.0.24",
|
|
40
40
|
"@fluentui/react-checkbox": "^9.1.26",
|
|
41
|
-
"@fluentui/react-combobox": "^9.4.
|
|
41
|
+
"@fluentui/react-combobox": "^9.4.10",
|
|
42
42
|
"@fluentui/react-dialog": "^9.5.18",
|
|
43
43
|
"@fluentui/react-divider": "^9.2.21",
|
|
44
44
|
"@fluentui/react-drawer": "9.0.0-beta.10",
|
|
45
45
|
"@fluentui/react-field": "^9.1.13",
|
|
46
46
|
"@fluentui/react-image": "^9.1.18",
|
|
47
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.45",
|
|
48
48
|
"@fluentui/react-input": "^9.4.23",
|
|
49
49
|
"@fluentui/react-label": "^9.1.21",
|
|
50
50
|
"@fluentui/react-link": "^9.1.4",
|
|
51
|
-
"@fluentui/react-menu": "^9.
|
|
51
|
+
"@fluentui/react-menu": "^9.12.0",
|
|
52
52
|
"@fluentui/react-overflow": "^9.0.24",
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
53
|
+
"@fluentui/react-persona": "^9.2.25",
|
|
54
54
|
"@fluentui/react-portal": "^9.3.3",
|
|
55
|
-
"@fluentui/react-popover": "^9.7.
|
|
56
|
-
"@fluentui/react-positioning": "^9.
|
|
55
|
+
"@fluentui/react-popover": "^9.7.9",
|
|
56
|
+
"@fluentui/react-positioning": "^9.9.0",
|
|
57
57
|
"@fluentui/react-progress": "^9.1.23",
|
|
58
58
|
"@fluentui/react-provider": "^9.7.11",
|
|
59
59
|
"@fluentui/react-radio": "^9.1.26",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
"@fluentui/react-spinbutton": "^9.2.23",
|
|
65
65
|
"@fluentui/react-spinner": "^9.3.1",
|
|
66
66
|
"@fluentui/react-switch": "^9.1.26",
|
|
67
|
-
"@fluentui/react-table": "^9.7.
|
|
67
|
+
"@fluentui/react-table": "^9.7.1",
|
|
68
68
|
"@fluentui/react-tabs": "^9.3.26",
|
|
69
69
|
"@fluentui/react-tabster": "^9.11.0",
|
|
70
70
|
"@fluentui/react-textarea": "^9.3.23",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.9",
|
|
72
72
|
"@fluentui/react-toast": "^9.0.5",
|
|
73
73
|
"@fluentui/react-toolbar": "^9.1.26",
|
|
74
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
74
|
+
"@fluentui/react-tooltip": "^9.2.26",
|
|
75
75
|
"@fluentui/react-utilities": "^9.10.1",
|
|
76
76
|
"@fluentui/react-text": "^9.3.18",
|
|
77
77
|
"@fluentui/react-virtualizer": "9.0.0-alpha.29",
|
|
78
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
78
|
+
"@fluentui/react-tree": "9.0.0-beta.28",
|
|
79
79
|
"@griffel/react": "^1.5.7",
|
|
80
80
|
"@swc/helpers": "^0.4.14"
|
|
81
81
|
},
|