@fluentui/react-components 9.22.0 → 9.22.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 +54 -1
- package/CHANGELOG.md +26 -2
- package/package.json +43 -43
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,60 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 26 Jun 2023 09:51:04 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.22.1",
|
|
7
|
+
"version": "9.22.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "vkozlova@microsoft.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "d93cb0b8cb80f56e753ad18c645eeb84a9c10256",
|
|
14
|
+
"comment": "fix: remove overflow menu if the last overflowed item can take its place"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "marcosvmmoura@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-card",
|
|
19
|
+
"commit": "1a34d5cde97318e5af25d7b9951a76625ee3d94b",
|
|
20
|
+
"comment": "fix: infer a11y id from immediate header element"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
24
|
+
"package": "@fluentui/react-dialog",
|
|
25
|
+
"commit": "e968c73521601209372b661dc925528da6bfa7e3",
|
|
26
|
+
"comment": "bugfix: adds grid-template-columns to DialogBody styles to ensure grid template layout"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-dialog",
|
|
31
|
+
"commit": "5819305ffc114a586a60598206361e62a44b1dc0",
|
|
32
|
+
"comment": "bugfix: enables Escape to dismiss alert Dialog"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "kakrookaran@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-tooltip",
|
|
37
|
+
"commit": "64fb6d6be07cd309c26a49d6fa31ed60e7030c79",
|
|
38
|
+
"comment": "fix: added overflowWrap to make sure content does not exceed the tooltip container and added vr test for the same"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "olfedias@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-utilities",
|
|
43
|
+
"commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009",
|
|
44
|
+
"comment": "fix: add compatibility with shadow"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"prerelease": [
|
|
48
|
+
{
|
|
49
|
+
"author": "marcosvmmoura@gmail.com",
|
|
50
|
+
"package": "@fluentui/react-drawer",
|
|
51
|
+
"commit": "a47ce5f6b2cede1df976530eb35e86bd7e44a21a",
|
|
52
|
+
"comment": "docs: improve types descriptions and fix TS circular references"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"date": "Tue, 20 Jun 2023 12:38:53 GMT",
|
|
6
59
|
"tag": "@fluentui/react-components_v9.22.0",
|
|
7
60
|
"version": "9.22.0",
|
|
8
61
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 26 Jun 2023 09:51:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.22.1)
|
|
8
|
+
|
|
9
|
+
Mon, 26 Jun 2023 09:51:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.22.0..@fluentui/react-components_v9.22.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/priority-overflow`
|
|
15
|
+
- fix: remove overflow menu if the last overflowed item can take its place ([PR #28285](https://github.com/microsoft/fluentui/pull/28285) by vkozlova@microsoft.com)
|
|
16
|
+
- `@fluentui/react-card`
|
|
17
|
+
- fix: infer a11y id from immediate header element ([PR #28266](https://github.com/microsoft/fluentui/pull/28266) by marcosvmmoura@gmail.com)
|
|
18
|
+
- `@fluentui/react-dialog`
|
|
19
|
+
- bugfix: adds grid-template-columns to DialogBody styles to ensure grid template layout ([PR #28272](https://github.com/microsoft/fluentui/pull/28272) by bernardo.sunderhus@gmail.com)
|
|
20
|
+
- bugfix: enables Escape to dismiss alert Dialog ([PR #28276](https://github.com/microsoft/fluentui/pull/28276) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- `@fluentui/react-tooltip`
|
|
22
|
+
- fix: added overflowWrap to make sure content does not exceed the tooltip container and added vr test for the same ([PR #28264](https://github.com/microsoft/fluentui/pull/28264) by kakrookaran@gmail.com)
|
|
23
|
+
- `@fluentui/react-utilities`
|
|
24
|
+
- fix: add compatibility with shadow ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by olfedias@microsoft.com)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- `@fluentui/react-drawer`
|
|
29
|
+
- docs: improve types descriptions and fix TS circular references ([PR #28282](https://github.com/microsoft/fluentui/pull/28282) by marcosvmmoura@gmail.com)
|
|
30
|
+
|
|
7
31
|
## [9.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.22.0)
|
|
8
32
|
|
|
9
|
-
Tue, 20 Jun 2023 12:
|
|
33
|
+
Tue, 20 Jun 2023 12:38:53 GMT
|
|
10
34
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.21.0..@fluentui/react-components_v9.22.0)
|
|
11
35
|
|
|
12
36
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.22.
|
|
3
|
+
"version": "9.22.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,50 +31,50 @@
|
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-accordion": "^9.1.
|
|
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.4.
|
|
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.0.
|
|
51
|
-
"@fluentui/react-menu": "^9.8.
|
|
52
|
-
"@fluentui/react-overflow": "^9.0.
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
54
|
-
"@fluentui/react-portal": "^9.2.
|
|
55
|
-
"@fluentui/react-popover": "^9.7.
|
|
56
|
-
"@fluentui/react-positioning": "^9.7.
|
|
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.1.18",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.53",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.7",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.17",
|
|
38
|
+
"@fluentui/react-button": "^9.3.18",
|
|
39
|
+
"@fluentui/react-card": "^9.0.16",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.19",
|
|
41
|
+
"@fluentui/react-combobox": "^9.4.2",
|
|
42
|
+
"@fluentui/react-dialog": "^9.5.11",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.17",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.3",
|
|
45
|
+
"@fluentui/react-field": "^9.1.8",
|
|
46
|
+
"@fluentui/react-image": "^9.1.14",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.36",
|
|
48
|
+
"@fluentui/react-input": "^9.4.18",
|
|
49
|
+
"@fluentui/react-label": "^9.1.17",
|
|
50
|
+
"@fluentui/react-link": "^9.0.44",
|
|
51
|
+
"@fluentui/react-menu": "^9.8.1",
|
|
52
|
+
"@fluentui/react-overflow": "^9.0.21",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.17",
|
|
54
|
+
"@fluentui/react-portal": "^9.2.14",
|
|
55
|
+
"@fluentui/react-popover": "^9.7.1",
|
|
56
|
+
"@fluentui/react-positioning": "^9.7.1",
|
|
57
|
+
"@fluentui/react-progress": "^9.1.18",
|
|
58
|
+
"@fluentui/react-provider": "^9.7.4",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.19",
|
|
60
|
+
"@fluentui/react-select": "^9.1.18",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.5.1",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
65
|
-
"@fluentui/react-spinner": "^9.2.
|
|
66
|
-
"@fluentui/react-switch": "^9.1.
|
|
67
|
-
"@fluentui/react-table": "^9.4.
|
|
68
|
-
"@fluentui/react-tabs": "^9.3.
|
|
69
|
-
"@fluentui/react-tabster": "^9.8.
|
|
70
|
-
"@fluentui/react-textarea": "^9.3.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.0.6",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.19",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.18",
|
|
65
|
+
"@fluentui/react-spinner": "^9.2.4",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.19",
|
|
67
|
+
"@fluentui/react-table": "^9.4.1",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.19",
|
|
69
|
+
"@fluentui/react-tabster": "^9.8.1",
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.18",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.9",
|
|
72
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
73
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
74
|
-
"@fluentui/react-utilities": "^9.9.
|
|
75
|
-
"@fluentui/react-text": "^9.3.
|
|
76
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
77
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
72
|
+
"@fluentui/react-toolbar": "^9.1.19",
|
|
73
|
+
"@fluentui/react-tooltip": "^9.2.18",
|
|
74
|
+
"@fluentui/react-utilities": "^9.9.4",
|
|
75
|
+
"@fluentui/react-text": "^9.3.14",
|
|
76
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.24",
|
|
77
|
+
"@fluentui/react-tree": "9.0.0-beta.20",
|
|
78
78
|
"@griffel/react": "^1.5.7",
|
|
79
79
|
"@swc/helpers": "^0.4.14"
|
|
80
80
|
},
|