@fluentui/react-components 9.27.2 → 9.27.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.json +30 -1
- package/CHANGELOG.md +19 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue, 01 Aug 2023
|
|
5
|
+
"date": "Tue, 01 Aug 2023 13:03:05 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.27.3",
|
|
7
|
+
"version": "9.27.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "yuanboxue@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-menu",
|
|
13
|
+
"commit": "66117c3488dacab0baa7505a97edb308b8ec81b0",
|
|
14
|
+
"comment": "fix: revert menuItem focus ring back to border"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "olfedias@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-provider",
|
|
19
|
+
"commit": "2ddd2ef27e8f1421d095a2ba600d417af98a7b22",
|
|
20
|
+
"comment": "feat(FluentProvider): emit errors on duplicate IDs"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"minor": [
|
|
24
|
+
{
|
|
25
|
+
"author": "yuanboxue@microsoft.com",
|
|
26
|
+
"package": "@fluentui/react-tags-preview",
|
|
27
|
+
"commit": "ed5421e62b010bfb8cb368757c2c34baccb0076e",
|
|
28
|
+
"comment": "feat: release preview package"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Tue, 01 Aug 2023 10:17:19 GMT",
|
|
6
35
|
"tag": "@fluentui/react-components_v9.27.2",
|
|
7
36
|
"version": "9.27.2",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 01 Aug 2023
|
|
3
|
+
This log was last generated on Tue, 01 Aug 2023 13:03:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.27.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.3)
|
|
8
|
+
|
|
9
|
+
Tue, 01 Aug 2023 13:03:05 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.2..@fluentui/react-components_v9.27.3)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tags-preview`
|
|
15
|
+
- feat: release preview package ([PR #28696](https://github.com/microsoft/fluentui/pull/28696) by yuanboxue@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-menu`
|
|
20
|
+
- fix: revert menuItem focus ring back to border ([PR #28698](https://github.com/microsoft/fluentui/pull/28698) by yuanboxue@microsoft.com)
|
|
21
|
+
- `@fluentui/react-provider`
|
|
22
|
+
- feat(FluentProvider): emit errors on duplicate IDs ([PR #28670](https://github.com/microsoft/fluentui/pull/28670) by olfedias@microsoft.com)
|
|
23
|
+
|
|
7
24
|
## [9.27.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.2)
|
|
8
25
|
|
|
9
|
-
Tue, 01 Aug 2023 10:
|
|
26
|
+
Tue, 01 Aug 2023 10:17:19 GMT
|
|
10
27
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.1..@fluentui/react-components_v9.27.2)
|
|
11
28
|
|
|
12
29
|
### 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.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"@fluentui/react-input": "^9.4.24",
|
|
49
49
|
"@fluentui/react-label": "^9.1.22",
|
|
50
50
|
"@fluentui/react-link": "^9.1.5",
|
|
51
|
-
"@fluentui/react-menu": "^9.12.
|
|
51
|
+
"@fluentui/react-menu": "^9.12.2",
|
|
52
52
|
"@fluentui/react-overflow": "^9.0.24",
|
|
53
53
|
"@fluentui/react-persona": "^9.2.26",
|
|
54
54
|
"@fluentui/react-portal": "^9.3.4",
|
|
55
55
|
"@fluentui/react-popover": "^9.7.10",
|
|
56
56
|
"@fluentui/react-positioning": "^9.9.1",
|
|
57
57
|
"@fluentui/react-progress": "^9.1.24",
|
|
58
|
-
"@fluentui/react-provider": "^9.7.
|
|
58
|
+
"@fluentui/react-provider": "^9.7.13",
|
|
59
59
|
"@fluentui/react-radio": "^9.1.27",
|
|
60
60
|
"@fluentui/react-select": "^9.1.24",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.7.0",
|