@fluentui/react-components 9.15.0 → 9.15.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 +50 -1
- package/CHANGELOG.md +19 -2
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,56 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 13 Feb 2023 09:34:34 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.15.1",
|
|
7
|
+
"version": "9.15.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "martinhochel@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-link",
|
|
13
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
14
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "martinhochel@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-menu",
|
|
19
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
20
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "martinhochel@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-toolbar",
|
|
25
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
26
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"patch": [
|
|
30
|
+
{
|
|
31
|
+
"author": "lingfangao@hotmail.com",
|
|
32
|
+
"package": "@fluentui/react-menu",
|
|
33
|
+
"commit": "01013be09ee21b976963582f112365ae81a33ae0",
|
|
34
|
+
"comment": "fix: MenuList is a single tabstop"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "behowell@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-positioning",
|
|
39
|
+
"commit": "0565ec044c06af355f951e158c0e68611a1d8861",
|
|
40
|
+
"comment": "fix: Coordinates should be rounded to device pixels to prevent blurriness"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"prerelease": [
|
|
44
|
+
{
|
|
45
|
+
"author": "ololubek@microsoft.com",
|
|
46
|
+
"package": "@fluentui/react-progress",
|
|
47
|
+
"commit": "48b466e0ba8a55ad6f216127e538076c1e65fd37",
|
|
48
|
+
"comment": "chore: Update docs and styling to fix visual bugs and clarify usage of ProgressBar"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"date": "Fri, 10 Feb 2023 08:49:57 GMT",
|
|
6
55
|
"tag": "@fluentui/react-components_v9.15.0",
|
|
7
56
|
"version": "9.15.0",
|
|
8
57
|
"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
|
|
3
|
+
This log was last generated on Mon, 13 Feb 2023 09:34:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.1)
|
|
8
|
+
|
|
9
|
+
Mon, 13 Feb 2023 09:34:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.0..@fluentui/react-components_v9.15.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- fix: MenuList is a single tabstop ([PR #26803](https://github.com/microsoft/fluentui/pull/26803) by lingfangao@hotmail.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- fix: Coordinates should be rounded to device pixels to prevent blurriness ([PR #26766](https://github.com/microsoft/fluentui/pull/26766) by behowell@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-progress`
|
|
22
|
+
- chore: Update docs and styling to fix visual bugs and clarify usage of ProgressBar ([PR #26768](https://github.com/microsoft/fluentui/pull/26768) by ololubek@microsoft.com)
|
|
23
|
+
|
|
7
24
|
## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.0)
|
|
8
25
|
|
|
9
|
-
Fri, 10 Feb 2023 08:
|
|
26
|
+
Fri, 10 Feb 2023 08:49:57 GMT
|
|
10
27
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.14.0..@fluentui/react-components_v9.15.0)
|
|
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.15.
|
|
3
|
+
"version": "9.15.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -33,28 +33,28 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@fluentui/react-accordion": "^9.0.23",
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.3.
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.32",
|
|
37
|
+
"@fluentui/react-avatar": "^9.3.4",
|
|
38
38
|
"@fluentui/react-badge": "^9.0.24",
|
|
39
39
|
"@fluentui/react-button": "^9.2.3",
|
|
40
40
|
"@fluentui/react-card": "9.0.0-beta.44",
|
|
41
41
|
"@fluentui/react-checkbox": "^9.0.26",
|
|
42
|
-
"@fluentui/react-combobox": "^9.1.
|
|
42
|
+
"@fluentui/react-combobox": "^9.1.2",
|
|
43
43
|
"@fluentui/react-dialog": "^9.1.14",
|
|
44
44
|
"@fluentui/react-divider": "^9.1.14",
|
|
45
45
|
"@fluentui/react-field": "9.0.0-alpha.19",
|
|
46
46
|
"@fluentui/react-image": "^9.0.21",
|
|
47
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.14",
|
|
48
48
|
"@fluentui/react-input": "^9.3.2",
|
|
49
49
|
"@fluentui/react-label": "^9.0.20",
|
|
50
50
|
"@fluentui/react-link": "^9.0.23",
|
|
51
|
-
"@fluentui/react-menu": "^9.6.
|
|
51
|
+
"@fluentui/react-menu": "^9.6.9",
|
|
52
52
|
"@fluentui/react-overflow": "^9.0.4",
|
|
53
|
-
"@fluentui/react-persona": "^9.1.
|
|
53
|
+
"@fluentui/react-persona": "^9.1.10",
|
|
54
54
|
"@fluentui/react-portal": "^9.1.7",
|
|
55
|
-
"@fluentui/react-popover": "^9.4.
|
|
56
|
-
"@fluentui/react-positioning": "^9.4.
|
|
57
|
-
"@fluentui/react-progress": "9.0.0-alpha.
|
|
55
|
+
"@fluentui/react-popover": "^9.4.8",
|
|
56
|
+
"@fluentui/react-positioning": "^9.4.1",
|
|
57
|
+
"@fluentui/react-progress": "9.0.0-alpha.17",
|
|
58
58
|
"@fluentui/react-provider": "^9.3.3",
|
|
59
59
|
"@fluentui/react-radio": "^9.0.24",
|
|
60
60
|
"@fluentui/react-select": "^9.0.1",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"@fluentui/react-spinbutton": "^9.1.2",
|
|
64
64
|
"@fluentui/react-spinner": "^9.0.20",
|
|
65
65
|
"@fluentui/react-switch": "^9.0.24",
|
|
66
|
-
"@fluentui/react-table": "9.0.
|
|
66
|
+
"@fluentui/react-table": "^9.0.1",
|
|
67
67
|
"@fluentui/react-tabs": "^9.2.2",
|
|
68
68
|
"@fluentui/react-tabster": "^9.5.1",
|
|
69
69
|
"@fluentui/react-textarea": "^9.2.2",
|
|
70
70
|
"@fluentui/react-theme": "^9.1.5",
|
|
71
71
|
"@fluentui/react-toolbar": "^9.0.5",
|
|
72
|
-
"@fluentui/react-tooltip": "^9.1.
|
|
72
|
+
"@fluentui/react-tooltip": "^9.1.15",
|
|
73
73
|
"@fluentui/react-utilities": "^9.5.2",
|
|
74
74
|
"@fluentui/react-text": "^9.2.1",
|
|
75
75
|
"@fluentui/react-virtualizer": "9.0.0-alpha.4",
|