@fluentui/react-components 9.28.0 → 9.28.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 +56 -1
- package/CHANGELOG.md +30 -2
- package/package.json +44 -44
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,62 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 11 Aug 2023 12:10:19 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.28.1",
|
|
7
|
+
"version": "9.28.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "vkozlova@microsoft.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "b52b54415c4d663885710fc113166be24d810742",
|
|
14
|
+
"comment": "fix: flickering in Overflow"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-migration-v0-v9",
|
|
19
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a",
|
|
20
|
+
"comment": "chore(react-migration-v0-v9): migrate to new slot API"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "vkozlova@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-overflow",
|
|
25
|
+
"commit": "b52b54415c4d663885710fc113166be24d810742",
|
|
26
|
+
"comment": "fix: flickering in Overflow"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-tabs",
|
|
31
|
+
"commit": "c736e39f1e07e013cc4a700eaa6cdcd6ae02127c",
|
|
32
|
+
"comment": "chore(react-tabs): migrate to new slot API"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-utilities",
|
|
37
|
+
"commit": "f9f2b69201c81811e8e4ce23f971d6174127d0ca",
|
|
38
|
+
"comment": "chore: tests for slot.resolveShorthand behavior"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"minor": [
|
|
42
|
+
{
|
|
43
|
+
"author": "gcox@microsoft.com",
|
|
44
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
45
|
+
"commit": "227120f07b98c30bb5bca06738d980f7fac81b91",
|
|
46
|
+
"comment": "feat: Added mountNode to DatePicker compat."
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"prerelease": [
|
|
50
|
+
{
|
|
51
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
52
|
+
"package": "@fluentui/react-virtualizer",
|
|
53
|
+
"commit": "742ae8f17c984b1e0098785c457e35f5a8054438",
|
|
54
|
+
"comment": "chore(react-virtualizer): migrate to new slot API"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"date": "Wed, 09 Aug 2023 13:16:47 GMT",
|
|
6
61
|
"tag": "@fluentui/react-components_v9.28.0",
|
|
7
62
|
"version": "9.28.0",
|
|
8
63
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 11 Aug 2023 12:10:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.28.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.28.1)
|
|
8
|
+
|
|
9
|
+
Fri, 11 Aug 2023 12:10:19 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.28.0..@fluentui/react-components_v9.28.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-datepicker-compat`
|
|
15
|
+
- feat: Added mountNode to DatePicker compat. ([PR #28747](https://github.com/microsoft/fluentui/pull/28747) by gcox@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/priority-overflow`
|
|
20
|
+
- fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
|
|
21
|
+
- `@fluentui/react-migration-v0-v9`
|
|
22
|
+
- chore(react-migration-v0-v9): migrate to new slot API ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- `@fluentui/react-overflow`
|
|
24
|
+
- fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
|
|
25
|
+
- `@fluentui/react-tabs`
|
|
26
|
+
- chore(react-tabs): migrate to new slot API ([PR #28773](https://github.com/microsoft/fluentui/pull/28773) by bernardo.sunderhus@gmail.com)
|
|
27
|
+
- `@fluentui/react-utilities`
|
|
28
|
+
- chore: tests for slot.resolveShorthand behavior ([PR #28819](https://github.com/microsoft/fluentui/pull/28819) by bernardo.sunderhus@gmail.com)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- `@fluentui/react-virtualizer`
|
|
33
|
+
- chore(react-virtualizer): migrate to new slot API ([PR #28774](https://github.com/microsoft/fluentui/pull/28774) by bernardo.sunderhus@gmail.com)
|
|
34
|
+
|
|
7
35
|
## [9.28.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.28.0)
|
|
8
36
|
|
|
9
|
-
Wed, 09 Aug 2023 13:
|
|
37
|
+
Wed, 09 Aug 2023 13:16:47 GMT
|
|
10
38
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.4..@fluentui/react-components_v9.28.0)
|
|
11
39
|
|
|
12
40
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.28.
|
|
3
|
+
"version": "9.28.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,51 +31,51 @@
|
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-accordion": "^9.3.
|
|
35
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
36
|
-
"@fluentui/react-avatar": "^9.5.
|
|
37
|
-
"@fluentui/react-badge": "^9.1.
|
|
38
|
-
"@fluentui/react-button": "^9.3.
|
|
39
|
-
"@fluentui/react-card": "^9.0.
|
|
40
|
-
"@fluentui/react-checkbox": "^9.1.
|
|
41
|
-
"@fluentui/react-combobox": "^9.5.
|
|
42
|
-
"@fluentui/react-dialog": "^9.5.
|
|
43
|
-
"@fluentui/react-divider": "^9.2.
|
|
44
|
-
"@fluentui/react-drawer": "9.0.0-beta.
|
|
45
|
-
"@fluentui/react-field": "^9.1.
|
|
46
|
-
"@fluentui/react-image": "^9.1.
|
|
47
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
48
|
-
"@fluentui/react-input": "^9.4.
|
|
49
|
-
"@fluentui/react-label": "^9.1.
|
|
50
|
-
"@fluentui/react-link": "^9.1.
|
|
51
|
-
"@fluentui/react-menu": "^9.12.
|
|
52
|
-
"@fluentui/react-overflow": "^9.0.
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
54
|
-
"@fluentui/react-portal": "^9.3.
|
|
55
|
-
"@fluentui/react-popover": "^9.7.
|
|
56
|
-
"@fluentui/react-positioning": "^9.9.
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.7.
|
|
59
|
-
"@fluentui/react-radio": "^9.1.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
34
|
+
"@fluentui/react-accordion": "^9.3.2",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.65",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.19",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.26",
|
|
38
|
+
"@fluentui/react-button": "^9.3.29",
|
|
39
|
+
"@fluentui/react-card": "^9.0.28",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.30",
|
|
41
|
+
"@fluentui/react-combobox": "^9.5.3",
|
|
42
|
+
"@fluentui/react-dialog": "^9.5.22",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.25",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.14",
|
|
45
|
+
"@fluentui/react-field": "^9.1.17",
|
|
46
|
+
"@fluentui/react-image": "^9.1.22",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.49",
|
|
48
|
+
"@fluentui/react-input": "^9.4.27",
|
|
49
|
+
"@fluentui/react-label": "^9.1.25",
|
|
50
|
+
"@fluentui/react-link": "^9.1.8",
|
|
51
|
+
"@fluentui/react-menu": "^9.12.5",
|
|
52
|
+
"@fluentui/react-overflow": "^9.0.27",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.29",
|
|
54
|
+
"@fluentui/react-portal": "^9.3.7",
|
|
55
|
+
"@fluentui/react-popover": "^9.7.13",
|
|
56
|
+
"@fluentui/react-positioning": "^9.9.4",
|
|
57
|
+
"@fluentui/react-progress": "^9.1.27",
|
|
58
|
+
"@fluentui/react-provider": "^9.7.16",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.30",
|
|
60
|
+
"@fluentui/react-select": "^9.1.27",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.7.2",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
65
|
-
"@fluentui/react-spinner": "^9.3.
|
|
66
|
-
"@fluentui/react-switch": "^9.1.
|
|
67
|
-
"@fluentui/react-table": "^9.7.
|
|
68
|
-
"@fluentui/react-tabs": "^9.3.
|
|
69
|
-
"@fluentui/react-tabster": "^9.12.
|
|
70
|
-
"@fluentui/react-textarea": "^9.3.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.0.15",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.30",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.27",
|
|
65
|
+
"@fluentui/react-spinner": "^9.3.5",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.30",
|
|
67
|
+
"@fluentui/react-table": "^9.7.5",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.30",
|
|
69
|
+
"@fluentui/react-tabster": "^9.12.2",
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.27",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.11",
|
|
72
|
-
"@fluentui/react-toast": "^9.1.
|
|
73
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
74
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
75
|
-
"@fluentui/react-utilities": "^9.11.
|
|
76
|
-
"@fluentui/react-text": "^9.3.
|
|
77
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
78
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
72
|
+
"@fluentui/react-toast": "^9.1.2",
|
|
73
|
+
"@fluentui/react-toolbar": "^9.1.30",
|
|
74
|
+
"@fluentui/react-tooltip": "^9.2.30",
|
|
75
|
+
"@fluentui/react-utilities": "^9.11.1",
|
|
76
|
+
"@fluentui/react-text": "^9.3.22",
|
|
77
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.32",
|
|
78
|
+
"@fluentui/react-tree": "9.0.0-beta.32",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.4.14"
|
|
81
81
|
},
|