@fluentui/react-components 9.29.4 → 9.29.5
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 +14 -2
- package/package.json +44 -44
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 23 Aug 2023 11:58:31 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.29.5",
|
|
7
|
+
"version": "9.29.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "kakrookaran@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"commit": "a8256f19f7cda7695b1de3c6b37768933bec7e4f",
|
|
14
|
+
"comment": "fix: added cursor style in AccordionHeader for AccordionItem disabled state"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-utilities",
|
|
19
|
+
"commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc",
|
|
20
|
+
"comment": "bugfix: ensure interop between assertSlots and old API"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"none": [
|
|
24
|
+
{
|
|
25
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
26
|
+
"package": "@fluentui/react-tree",
|
|
27
|
+
"commit": "8329d0a01d1b421aa10b6e993f75a0d61294fb06",
|
|
28
|
+
"comment": "chore: adds tsconfig.cy.json file to root of the package"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Mon, 21 Aug 2023 11:38:00 GMT",
|
|
6
35
|
"tag": "@fluentui/react-components_v9.29.4",
|
|
7
36
|
"version": "9.29.4",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 23 Aug 2023 11:58:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.29.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.5)
|
|
8
|
+
|
|
9
|
+
Wed, 23 Aug 2023 11:58:31 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.4..@fluentui/react-components_v9.29.5)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-accordion`
|
|
15
|
+
- fix: added cursor style in AccordionHeader for AccordionItem disabled state ([PR #28850](https://github.com/microsoft/fluentui/pull/28850) by kakrookaran@gmail.com)
|
|
16
|
+
- `@fluentui/react-utilities`
|
|
17
|
+
- bugfix: ensure interop between assertSlots and old API ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
|
|
7
19
|
## [9.29.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.4)
|
|
8
20
|
|
|
9
|
-
Mon, 21 Aug 2023 11:
|
|
21
|
+
Mon, 21 Aug 2023 11:38:00 GMT
|
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.3..@fluentui/react-components_v9.29.4)
|
|
11
23
|
|
|
12
24
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.29.
|
|
3
|
+
"version": "9.29.5",
|
|
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.5",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.69",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.23",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.29",
|
|
38
|
+
"@fluentui/react-button": "^9.3.32",
|
|
39
|
+
"@fluentui/react-card": "^9.0.31",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.33",
|
|
41
|
+
"@fluentui/react-combobox": "^9.5.7",
|
|
42
|
+
"@fluentui/react-dialog": "^9.5.25",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.28",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.18",
|
|
45
|
+
"@fluentui/react-field": "^9.1.20",
|
|
46
|
+
"@fluentui/react-image": "^9.1.25",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.53",
|
|
48
|
+
"@fluentui/react-input": "^9.4.30",
|
|
49
|
+
"@fluentui/react-label": "^9.1.28",
|
|
50
|
+
"@fluentui/react-link": "^9.1.11",
|
|
51
|
+
"@fluentui/react-menu": "^9.12.9",
|
|
52
|
+
"@fluentui/react-overflow": "^9.0.28",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.33",
|
|
54
|
+
"@fluentui/react-portal": "^9.3.8",
|
|
55
|
+
"@fluentui/react-popover": "^9.7.17",
|
|
56
|
+
"@fluentui/react-positioning": "^9.9.6",
|
|
57
|
+
"@fluentui/react-progress": "^9.1.30",
|
|
58
|
+
"@fluentui/react-provider": "^9.7.20",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.33",
|
|
60
|
+
"@fluentui/react-select": "^9.1.30",
|
|
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.18",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.33",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.30",
|
|
65
|
+
"@fluentui/react-spinner": "^9.3.8",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.33",
|
|
67
|
+
"@fluentui/react-table": "^9.7.9",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.34",
|
|
69
|
+
"@fluentui/react-tabster": "^9.12.3",
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.30",
|
|
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.
|
|
72
|
+
"@fluentui/react-toast": "^9.1.5",
|
|
73
|
+
"@fluentui/react-toolbar": "^9.1.33",
|
|
74
|
+
"@fluentui/react-tooltip": "^9.2.34",
|
|
75
|
+
"@fluentui/react-utilities": "^9.11.2",
|
|
76
|
+
"@fluentui/react-text": "^9.3.25",
|
|
77
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.35",
|
|
78
|
+
"@fluentui/react-tree": "^9.0.3",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.4.14"
|
|
81
81
|
},
|