@fluentui/react-components 9.5.0 → 9.5.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 +30 -1
- package/CHANGELOG.md +19 -2
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 13 Oct 2022
|
|
5
|
+
"date": "Thu, 13 Oct 2022 12:55:51 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.5.1",
|
|
7
|
+
"version": "9.5.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-dialog",
|
|
13
|
+
"commit": "e563f3daaea9b7cc62f50bc15edd44edf5045107",
|
|
14
|
+
"comment": "feat: adds disableButtonEnhancement property on DialogTrigger"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"minor": [
|
|
18
|
+
{
|
|
19
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
20
|
+
"package": "@fluentui/react-menu",
|
|
21
|
+
"commit": "e563f3daaea9b7cc62f50bc15edd44edf5045107",
|
|
22
|
+
"comment": "feat: adds disableButtonEnhancement property on MenuTrigger"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
26
|
+
"package": "@fluentui/react-popover",
|
|
27
|
+
"commit": "e563f3daaea9b7cc62f50bc15edd44edf5045107",
|
|
28
|
+
"comment": "feat: adds disableButtonEnhancement property on PopoverTrigger"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Thu, 13 Oct 2022 11:02:40 GMT",
|
|
6
35
|
"tag": "@fluentui/react-components_v9.5.0",
|
|
7
36
|
"version": "9.5.0",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 13 Oct 2022
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 12:55:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.1)
|
|
8
|
+
|
|
9
|
+
Thu, 13 Oct 2022 12:55:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.5.0..@fluentui/react-components_v9.5.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- feat: adds disableButtonEnhancement property on MenuTrigger ([PR #25112](https://github.com/microsoft/fluentui/pull/25112) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- `@fluentui/react-popover`
|
|
17
|
+
- feat: adds disableButtonEnhancement property on PopoverTrigger ([PR #25112](https://github.com/microsoft/fluentui/pull/25112) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-dialog`
|
|
22
|
+
- feat: adds disableButtonEnhancement property on DialogTrigger ([PR #25112](https://github.com/microsoft/fluentui/pull/25112) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
|
|
7
24
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.0)
|
|
8
25
|
|
|
9
|
-
Thu, 13 Oct 2022
|
|
26
|
+
Thu, 13 Oct 2022 11:02:40 GMT
|
|
10
27
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.4.0..@fluentui/react-components_v9.5.0)
|
|
11
28
|
|
|
12
29
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@fluentui/react-accordion": "^9.0.8",
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.2.
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.13",
|
|
37
|
+
"@fluentui/react-avatar": "^9.2.2",
|
|
38
38
|
"@fluentui/react-badge": "^9.0.8",
|
|
39
39
|
"@fluentui/react-button": "^9.1.4",
|
|
40
40
|
"@fluentui/react-card": "9.0.0-beta.28",
|
|
41
41
|
"@fluentui/react-checkbox": "^9.0.8",
|
|
42
42
|
"@fluentui/react-combobox": "^9.0.0-beta.12",
|
|
43
|
-
"@fluentui/react-dialog": "^9.0.0",
|
|
43
|
+
"@fluentui/react-dialog": "^9.0.1-0",
|
|
44
44
|
"@fluentui/react-divider": "^9.1.1",
|
|
45
45
|
"@fluentui/react-field": "9.0.0-alpha.4",
|
|
46
46
|
"@fluentui/react-image": "^9.0.7",
|
|
47
47
|
"@fluentui/react-input": "^9.2.1",
|
|
48
48
|
"@fluentui/react-label": "^9.0.7",
|
|
49
49
|
"@fluentui/react-link": "^9.0.8",
|
|
50
|
-
"@fluentui/react-menu": "^9.
|
|
50
|
+
"@fluentui/react-menu": "^9.3.0",
|
|
51
51
|
"@fluentui/react-overflow": "9.0.0-beta.11",
|
|
52
|
-
"@fluentui/react-persona": "^9.0.
|
|
52
|
+
"@fluentui/react-persona": "^9.0.2",
|
|
53
53
|
"@fluentui/react-portal": "^9.0.7",
|
|
54
|
-
"@fluentui/react-popover": "^9.
|
|
54
|
+
"@fluentui/react-popover": "^9.2.0",
|
|
55
55
|
"@fluentui/react-positioning": "^9.2.1",
|
|
56
56
|
"@fluentui/react-provider": "^9.1.4",
|
|
57
57
|
"@fluentui/react-radio": "^9.0.8",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@fluentui/react-spinbutton": "^9.0.4",
|
|
62
62
|
"@fluentui/react-spinner": "^9.0.7",
|
|
63
63
|
"@fluentui/react-switch": "^9.0.8",
|
|
64
|
-
"@fluentui/react-table": "9.0.0-alpha.
|
|
64
|
+
"@fluentui/react-table": "9.0.0-alpha.6",
|
|
65
65
|
"@fluentui/react-tabs": "^9.0.8",
|
|
66
66
|
"@fluentui/react-tabster": "^9.1.3",
|
|
67
67
|
"@fluentui/react-textarea": "^9.1.2",
|