@fluentui/react-components 9.31.0 → 9.31.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 +16 -1
- package/CHANGELOG.md +12 -2
- package/package.json +39 -39
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 14 Sep 2023 16:40:23 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.31.1",
|
|
7
|
+
"version": "9.31.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
13
|
+
"commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473",
|
|
14
|
+
"comment": "fix: strip comments for JSX pragma"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 12 Sep 2023 08:51:31 GMT",
|
|
6
21
|
"tag": "@fluentui/react-components_v9.31.0",
|
|
7
22
|
"version": "9.31.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 14 Sep 2023 16:40:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.31.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.31.1)
|
|
8
|
+
|
|
9
|
+
Thu, 14 Sep 2023 16:40:23 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.31.0..@fluentui/react-components_v9.31.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-jsx-runtime`
|
|
15
|
+
- fix: strip comments for JSX pragma ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by olfedias@microsoft.com)
|
|
16
|
+
|
|
7
17
|
## [9.31.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.31.0)
|
|
8
18
|
|
|
9
|
-
Tue, 12 Sep 2023 08:
|
|
19
|
+
Tue, 12 Sep 2023 08:51:31 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.4..@fluentui/react-components_v9.31.0)
|
|
11
21
|
|
|
12
22
|
### Major changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.31.
|
|
3
|
+
"version": "9.31.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.6.
|
|
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.
|
|
34
|
+
"@fluentui/react-accordion": "^9.3.12",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.76",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.30",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.36",
|
|
38
|
+
"@fluentui/react-button": "^9.3.39",
|
|
39
|
+
"@fluentui/react-card": "^9.0.38",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.40",
|
|
41
|
+
"@fluentui/react-combobox": "^9.5.14",
|
|
42
|
+
"@fluentui/react-dialog": "^9.6.5",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.35",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.25",
|
|
45
|
+
"@fluentui/react-field": "^9.1.27",
|
|
46
|
+
"@fluentui/react-image": "^9.1.32",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.60",
|
|
48
|
+
"@fluentui/react-input": "^9.4.37",
|
|
49
|
+
"@fluentui/react-label": "^9.1.35",
|
|
50
|
+
"@fluentui/react-link": "^9.1.18",
|
|
51
|
+
"@fluentui/react-menu": "^9.12.16",
|
|
52
52
|
"@fluentui/react-overflow": "^9.0.33",
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
53
|
+
"@fluentui/react-persona": "^9.2.40",
|
|
54
54
|
"@fluentui/react-portal": "^9.3.14",
|
|
55
|
-
"@fluentui/react-popover": "^9.8.
|
|
55
|
+
"@fluentui/react-popover": "^9.8.5",
|
|
56
56
|
"@fluentui/react-positioning": "^9.9.11",
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.8.
|
|
59
|
-
"@fluentui/react-radio": "^9.1.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
57
|
+
"@fluentui/react-progress": "^9.1.37",
|
|
58
|
+
"@fluentui/react-provider": "^9.8.5",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.40",
|
|
60
|
+
"@fluentui/react-select": "^9.1.37",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.7.3",
|
|
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.8.
|
|
68
|
-
"@fluentui/react-tabs": "^9.3.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.0.25",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.40",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.37",
|
|
65
|
+
"@fluentui/react-spinner": "^9.3.15",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.40",
|
|
67
|
+
"@fluentui/react-table": "^9.8.6",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.41",
|
|
69
69
|
"@fluentui/react-tabster": "^9.12.9",
|
|
70
|
-
"@fluentui/react-textarea": "^9.3.
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.37",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.12",
|
|
72
|
-
"@fluentui/react-toast": "^9.3.
|
|
73
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
74
|
-
"@fluentui/react-tooltip": "^9.3.
|
|
72
|
+
"@fluentui/react-toast": "^9.3.1",
|
|
73
|
+
"@fluentui/react-toolbar": "^9.1.40",
|
|
74
|
+
"@fluentui/react-tooltip": "^9.3.6",
|
|
75
75
|
"@fluentui/react-utilities": "^9.13.3",
|
|
76
|
-
"@fluentui/react-text": "^9.3.
|
|
77
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
78
|
-
"@fluentui/react-tree": "^9.1.
|
|
76
|
+
"@fluentui/react-text": "^9.3.32",
|
|
77
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.42",
|
|
78
|
+
"@fluentui/react-tree": "^9.1.1",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.5.1"
|
|
81
81
|
},
|