@fluentui/react-components 9.30.2 → 9.30.3
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 +18 -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": "Tue, 05 Sep 2023
|
|
5
|
+
"date": "Tue, 05 Sep 2023 15:35:06 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.30.3",
|
|
7
|
+
"version": "9.30.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "marcosvmmoura@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-drawer",
|
|
13
|
+
"commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91",
|
|
14
|
+
"comment": "refactor: organize code imports"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "marcosvmmoura@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-drawer",
|
|
19
|
+
"commit": "c6a8055e413d7efca7c968e11b70638f869b610a",
|
|
20
|
+
"comment": "test: add e2e tests for base Drawer components"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"patch": [
|
|
24
|
+
{
|
|
25
|
+
"author": "yuanboxue@microsoft.com",
|
|
26
|
+
"package": "@fluentui/react-utilities",
|
|
27
|
+
"commit": "e1a882487376a105505801ff30bbb9dc103c73f2",
|
|
28
|
+
"comment": "fix: `useOnScrollOutside` should invoke callback on dragging scrollbar"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Tue, 05 Sep 2023 13:28:54 GMT",
|
|
6
35
|
"tag": "@fluentui/react-components_v9.30.2",
|
|
7
36
|
"version": "9.30.2",
|
|
8
37
|
"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 Tue, 05 Sep 2023
|
|
3
|
+
This log was last generated on Tue, 05 Sep 2023 15:35:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.30.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.3)
|
|
8
|
+
|
|
9
|
+
Tue, 05 Sep 2023 15:35:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.2..@fluentui/react-components_v9.30.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-utilities`
|
|
15
|
+
- fix: `useOnScrollOutside` should invoke callback on dragging scrollbar ([PR #29062](https://github.com/microsoft/fluentui/pull/29062) by yuanboxue@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Changes
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-drawer`
|
|
20
|
+
- refactor: organize code imports ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by marcosvmmoura@gmail.com)
|
|
21
|
+
- test: add e2e tests for base Drawer components ([PR #29029](https://github.com/microsoft/fluentui/pull/29029) by marcosvmmoura@gmail.com)
|
|
22
|
+
|
|
7
23
|
## [9.30.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.2)
|
|
8
24
|
|
|
9
|
-
Tue, 05 Sep 2023 13:
|
|
25
|
+
Tue, 05 Sep 2023 13:28:54 GMT
|
|
10
26
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.1..@fluentui/react-components_v9.30.2)
|
|
11
27
|
|
|
12
28
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.30.
|
|
3
|
+
"version": "9.30.3",
|
|
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.
|
|
52
|
-
"@fluentui/react-overflow": "^9.0.
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
54
|
-
"@fluentui/react-portal": "^9.3.
|
|
55
|
-
"@fluentui/react-popover": "^9.8.
|
|
56
|
-
"@fluentui/react-positioning": "^9.9.
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.8.
|
|
59
|
-
"@fluentui/react-radio": "^9.1.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
34
|
+
"@fluentui/react-accordion": "^9.3.9",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.73",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.27",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.33",
|
|
38
|
+
"@fluentui/react-button": "^9.3.36",
|
|
39
|
+
"@fluentui/react-card": "^9.0.35",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.37",
|
|
41
|
+
"@fluentui/react-combobox": "^9.5.11",
|
|
42
|
+
"@fluentui/react-dialog": "^9.6.2",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.32",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.22",
|
|
45
|
+
"@fluentui/react-field": "^9.1.24",
|
|
46
|
+
"@fluentui/react-image": "^9.1.29",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.57",
|
|
48
|
+
"@fluentui/react-input": "^9.4.34",
|
|
49
|
+
"@fluentui/react-label": "^9.1.32",
|
|
50
|
+
"@fluentui/react-link": "^9.1.15",
|
|
51
|
+
"@fluentui/react-menu": "^9.12.13",
|
|
52
|
+
"@fluentui/react-overflow": "^9.0.32",
|
|
53
|
+
"@fluentui/react-persona": "^9.2.37",
|
|
54
|
+
"@fluentui/react-portal": "^9.3.12",
|
|
55
|
+
"@fluentui/react-popover": "^9.8.2",
|
|
56
|
+
"@fluentui/react-positioning": "^9.9.10",
|
|
57
|
+
"@fluentui/react-progress": "^9.1.34",
|
|
58
|
+
"@fluentui/react-provider": "^9.8.2",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.37",
|
|
60
|
+
"@fluentui/react-select": "^9.1.34",
|
|
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.
|
|
69
|
-
"@fluentui/react-tabster": "^9.12.
|
|
70
|
-
"@fluentui/react-textarea": "^9.3.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.0.22",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.37",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.34",
|
|
65
|
+
"@fluentui/react-spinner": "^9.3.12",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.37",
|
|
67
|
+
"@fluentui/react-table": "^9.8.3",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.38",
|
|
69
|
+
"@fluentui/react-tabster": "^9.12.7",
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.34",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.12",
|
|
72
|
-
"@fluentui/react-toast": "^9.2.
|
|
73
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
74
|
-
"@fluentui/react-tooltip": "^9.3.
|
|
75
|
-
"@fluentui/react-utilities": "^9.13.
|
|
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.2.2",
|
|
73
|
+
"@fluentui/react-toolbar": "^9.1.37",
|
|
74
|
+
"@fluentui/react-tooltip": "^9.3.3",
|
|
75
|
+
"@fluentui/react-utilities": "^9.13.2",
|
|
76
|
+
"@fluentui/react-text": "^9.3.29",
|
|
77
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.39",
|
|
78
|
+
"@fluentui/react-tree": "^9.0.7",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.5.1"
|
|
81
81
|
},
|