@fluentui/react-components 9.15.1 → 9.15.2
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 +34 -1
- package/CHANGELOG.md +18 -2
- package/package.json +40 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,40 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 13 Feb 2023
|
|
5
|
+
"date": "Mon, 13 Feb 2023 23:40:48 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.15.2",
|
|
7
|
+
"version": "9.15.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "seanmonahan@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-badge",
|
|
13
|
+
"commit": "433143da85fcbdda8df0aceaadc5b56f4f8c3470",
|
|
14
|
+
"comment": "chore: update Badge and PresenceBadge to use makeResetStyles"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "seanmonahan@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-persona",
|
|
19
|
+
"commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513",
|
|
20
|
+
"comment": "chore: update Persona to use makeResetStyles"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "yuanboxue@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-utilities",
|
|
25
|
+
"commit": "3d12f79c3d790ac28b00f54dd8fc6d23970cf6ed",
|
|
26
|
+
"comment": "fix: `resolveShorthand` should resolve an object as its copy"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "seanmonahan@microsoft.com",
|
|
30
|
+
"package": "@fluentui/react-avatar",
|
|
31
|
+
"commit": "70a8c39f33f5b5b9ca425ccb00c5c5eec8d7bb0d",
|
|
32
|
+
"comment": "chore: update Avatar to use makeResetStyles"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Mon, 13 Feb 2023 09:35:46 GMT",
|
|
6
39
|
"tag": "@fluentui/react-components_v9.15.1",
|
|
7
40
|
"version": "9.15.1",
|
|
8
41
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 13 Feb 2023
|
|
3
|
+
This log was last generated on Mon, 13 Feb 2023 23:40:48 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.2)
|
|
8
|
+
|
|
9
|
+
Mon, 13 Feb 2023 23:40:48 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.1..@fluentui/react-components_v9.15.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-badge`
|
|
15
|
+
- chore: update Badge and PresenceBadge to use makeResetStyles ([PR #26817](https://github.com/microsoft/fluentui/pull/26817) by seanmonahan@microsoft.com)
|
|
16
|
+
- `@fluentui/react-persona`
|
|
17
|
+
- chore: update Persona to use makeResetStyles ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by seanmonahan@microsoft.com)
|
|
18
|
+
- `@fluentui/react-utilities`
|
|
19
|
+
- fix: `resolveShorthand` should resolve an object as its copy ([PR #26825](https://github.com/microsoft/fluentui/pull/26825) by yuanboxue@microsoft.com)
|
|
20
|
+
- `@fluentui/react-avatar`
|
|
21
|
+
- chore: update Avatar to use makeResetStyles ([PR #26811](https://github.com/microsoft/fluentui/pull/26811) by seanmonahan@microsoft.com)
|
|
22
|
+
|
|
7
23
|
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.1)
|
|
8
24
|
|
|
9
|
-
Mon, 13 Feb 2023 09:
|
|
25
|
+
Mon, 13 Feb 2023 09:35:46 GMT
|
|
10
26
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.0..@fluentui/react-components_v9.15.1)
|
|
11
27
|
|
|
12
28
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.15.
|
|
3
|
+
"version": "9.15.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,47 +32,47 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.0.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.3.
|
|
38
|
-
"@fluentui/react-badge": "^9.0.
|
|
39
|
-
"@fluentui/react-button": "^9.2.
|
|
40
|
-
"@fluentui/react-card": "9.0.0-beta.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.0.
|
|
42
|
-
"@fluentui/react-combobox": "^9.1.
|
|
43
|
-
"@fluentui/react-dialog": "^9.1.
|
|
44
|
-
"@fluentui/react-divider": "^9.1.
|
|
45
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
46
|
-
"@fluentui/react-image": "^9.0.
|
|
47
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
48
|
-
"@fluentui/react-input": "^9.3.
|
|
49
|
-
"@fluentui/react-label": "^9.0.
|
|
50
|
-
"@fluentui/react-link": "^9.0.
|
|
51
|
-
"@fluentui/react-menu": "^9.6.
|
|
52
|
-
"@fluentui/react-overflow": "^9.0.
|
|
53
|
-
"@fluentui/react-persona": "^9.1.
|
|
54
|
-
"@fluentui/react-portal": "^9.1.
|
|
55
|
-
"@fluentui/react-popover": "^9.4.
|
|
56
|
-
"@fluentui/react-positioning": "^9.4.
|
|
57
|
-
"@fluentui/react-progress": "9.0.0-alpha.
|
|
58
|
-
"@fluentui/react-provider": "^9.3.
|
|
59
|
-
"@fluentui/react-radio": "^9.0.
|
|
60
|
-
"@fluentui/react-select": "^9.0.
|
|
35
|
+
"@fluentui/react-accordion": "^9.0.24",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.33",
|
|
37
|
+
"@fluentui/react-avatar": "^9.3.5",
|
|
38
|
+
"@fluentui/react-badge": "^9.0.25",
|
|
39
|
+
"@fluentui/react-button": "^9.2.4",
|
|
40
|
+
"@fluentui/react-card": "9.0.0-beta.45",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.0.27",
|
|
42
|
+
"@fluentui/react-combobox": "^9.1.3",
|
|
43
|
+
"@fluentui/react-dialog": "^9.1.15",
|
|
44
|
+
"@fluentui/react-divider": "^9.1.15",
|
|
45
|
+
"@fluentui/react-field": "9.0.0-alpha.20",
|
|
46
|
+
"@fluentui/react-image": "^9.0.22",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.15",
|
|
48
|
+
"@fluentui/react-input": "^9.3.3",
|
|
49
|
+
"@fluentui/react-label": "^9.0.21",
|
|
50
|
+
"@fluentui/react-link": "^9.0.24",
|
|
51
|
+
"@fluentui/react-menu": "^9.6.10",
|
|
52
|
+
"@fluentui/react-overflow": "^9.0.5",
|
|
53
|
+
"@fluentui/react-persona": "^9.1.11",
|
|
54
|
+
"@fluentui/react-portal": "^9.1.8",
|
|
55
|
+
"@fluentui/react-popover": "^9.4.9",
|
|
56
|
+
"@fluentui/react-positioning": "^9.4.2",
|
|
57
|
+
"@fluentui/react-progress": "9.0.0-alpha.18",
|
|
58
|
+
"@fluentui/react-provider": "^9.3.4",
|
|
59
|
+
"@fluentui/react-radio": "^9.0.25",
|
|
60
|
+
"@fluentui/react-select": "^9.0.2",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.2.0",
|
|
62
|
-
"@fluentui/react-slider": "^9.0.
|
|
63
|
-
"@fluentui/react-spinbutton": "^9.1.
|
|
64
|
-
"@fluentui/react-spinner": "^9.0.
|
|
65
|
-
"@fluentui/react-switch": "^9.0.
|
|
66
|
-
"@fluentui/react-table": "^9.0.
|
|
67
|
-
"@fluentui/react-tabs": "^9.2.
|
|
68
|
-
"@fluentui/react-tabster": "^9.5.
|
|
69
|
-
"@fluentui/react-textarea": "^9.2.
|
|
62
|
+
"@fluentui/react-slider": "^9.0.24",
|
|
63
|
+
"@fluentui/react-spinbutton": "^9.1.3",
|
|
64
|
+
"@fluentui/react-spinner": "^9.0.21",
|
|
65
|
+
"@fluentui/react-switch": "^9.0.25",
|
|
66
|
+
"@fluentui/react-table": "^9.0.2",
|
|
67
|
+
"@fluentui/react-tabs": "^9.2.3",
|
|
68
|
+
"@fluentui/react-tabster": "^9.5.2",
|
|
69
|
+
"@fluentui/react-textarea": "^9.2.3",
|
|
70
70
|
"@fluentui/react-theme": "^9.1.5",
|
|
71
|
-
"@fluentui/react-toolbar": "^9.0.
|
|
72
|
-
"@fluentui/react-tooltip": "^9.1.
|
|
73
|
-
"@fluentui/react-utilities": "^9.5.
|
|
74
|
-
"@fluentui/react-text": "^9.2.
|
|
75
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
71
|
+
"@fluentui/react-toolbar": "^9.0.6",
|
|
72
|
+
"@fluentui/react-tooltip": "^9.1.16",
|
|
73
|
+
"@fluentui/react-utilities": "^9.5.3",
|
|
74
|
+
"@fluentui/react-text": "^9.2.2",
|
|
75
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.5",
|
|
76
76
|
"@griffel/react": "^1.5.2",
|
|
77
77
|
"tslib": "^2.1.0"
|
|
78
78
|
},
|