@fluentui/react-dialog 9.0.1-0 → 9.0.2
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 +76 -1
- package/CHANGELOG.md +21 -2
- package/package.json +16 -15
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,82 @@
|
|
|
2
2
|
"name": "@fluentui/react-dialog",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 20 Oct 2022 08:35:09 GMT",
|
|
6
|
+
"tag": "@fluentui/react-dialog_v9.0.2",
|
|
7
|
+
"version": "9.0.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-dialog",
|
|
13
|
+
"commit": "083a2c4c3bf07a279bbf01c1d8fad582857beda1",
|
|
14
|
+
"comment": "chore: updates disallowed change types"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-dialog",
|
|
19
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
|
20
|
+
"comment": "chore: Bump peer deps to support React 18"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "olfedias@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-dialog",
|
|
25
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-dialog",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
|
32
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-dialog",
|
|
37
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.5",
|
|
38
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-dialog",
|
|
43
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
|
|
44
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-dialog",
|
|
49
|
+
"comment": "Bump @fluentui/react-aria to v9.2.3",
|
|
50
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui/react-dialog",
|
|
55
|
+
"comment": "Bump @fluentui/react-tabster to v9.2.0",
|
|
56
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@fluentui/react-dialog",
|
|
61
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
|
62
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@fluentui/react-dialog",
|
|
67
|
+
"comment": "Bump @fluentui/react-portal to v9.0.8",
|
|
68
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "beachball",
|
|
72
|
+
"package": "@fluentui/react-dialog",
|
|
73
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
|
74
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"date": "Thu, 13 Oct 2022 12:56:29 GMT",
|
|
6
81
|
"tag": "@fluentui/react-dialog_v9.0.1-0",
|
|
7
82
|
"version": "9.0.1-0",
|
|
8
83
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-dialog
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 20 Oct 2022 08:35:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.0.2)
|
|
8
|
+
|
|
9
|
+
Thu, 20 Oct 2022 08:35:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.0.1-0..@fluentui/react-dialog_v9.0.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: updates disallowed change types ([PR #25214](https://github.com/microsoft/fluentui/pull/25214) by bernardo.sunderhus@gmail.com)
|
|
15
|
+
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
|
16
|
+
- chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
18
|
+
- Bump @fluentui/react-context-selector to v9.0.5 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
20
|
+
- Bump @fluentui/react-aria to v9.2.3 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
21
|
+
- Bump @fluentui/react-tabster to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
22
|
+
- Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
23
|
+
- Bump @fluentui/react-portal to v9.0.8 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
24
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.0.1-0](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.0.1-0)
|
|
8
27
|
|
|
9
|
-
Thu, 13 Oct 2022 12:
|
|
28
|
+
Thu, 13 Oct 2022 12:56:29 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.0.0..@fluentui/react-dialog_v9.0.1-0)
|
|
11
30
|
|
|
12
31
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-dialog",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Dialog component for Fluent UI React",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -29,31 +29,32 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui/eslint-plugin": "*",
|
|
31
31
|
"@fluentui/react-conformance": "*",
|
|
32
|
-
"@fluentui/react-conformance-griffel": "9.0.0-beta.
|
|
32
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.16",
|
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@griffel/react": "^1.4.
|
|
37
|
-
"@fluentui/react-utilities": "^9.1.
|
|
36
|
+
"@griffel/react": "^1.4.1",
|
|
37
|
+
"@fluentui/react-utilities": "^9.1.2",
|
|
38
38
|
"@fluentui/keyboard-keys": "^9.0.0",
|
|
39
|
-
"@fluentui/react-context-selector": "^9.0.
|
|
40
|
-
"@fluentui/react-shared-contexts": "^9.0.
|
|
41
|
-
"@fluentui/react-aria": "^9.2.
|
|
39
|
+
"@fluentui/react-context-selector": "^9.0.5",
|
|
40
|
+
"@fluentui/react-shared-contexts": "^9.0.2",
|
|
41
|
+
"@fluentui/react-aria": "^9.2.3",
|
|
42
42
|
"@fluentui/react-icons": "^2.0.175",
|
|
43
|
-
"@fluentui/react-tabster": "^9.
|
|
44
|
-
"@fluentui/react-theme": "^9.1.
|
|
45
|
-
"@fluentui/react-portal": "^9.0.
|
|
43
|
+
"@fluentui/react-tabster": "^9.2.0",
|
|
44
|
+
"@fluentui/react-theme": "^9.1.1",
|
|
45
|
+
"@fluentui/react-portal": "^9.0.8",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@types/react": ">=16.8.0 <
|
|
50
|
-
"@types/react-dom": ">=16.8.0 <
|
|
51
|
-
"react": ">=16.8.0 <
|
|
52
|
-
"react-dom": ">=16.8.0 <
|
|
49
|
+
"@types/react": ">=16.8.0 <19.0.0",
|
|
50
|
+
"@types/react-dom": ">=16.8.0 <19.0.0",
|
|
51
|
+
"react": ">=16.8.0 <19.0.0",
|
|
52
|
+
"react-dom": ">=16.8.0 <19.0.0"
|
|
53
53
|
},
|
|
54
54
|
"beachball": {
|
|
55
55
|
"disallowedChangeTypes": [
|
|
56
|
-
"major"
|
|
56
|
+
"major",
|
|
57
|
+
"prerelease"
|
|
57
58
|
]
|
|
58
59
|
},
|
|
59
60
|
"exports": {
|