@fluentui/react-provider 9.10.9 → 9.11.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 +63 -1
- package/CHANGELOG.md +28 -2
- package/dist/index.d.ts +3 -0
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,69 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 01 Nov 2023 12:51:07 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.11.1",
|
7
|
+
"version": "9.11.1",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.11.1",
|
14
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.3",
|
20
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-provider",
|
25
|
+
"comment": "Bump @fluentui/react-theme to v9.1.15",
|
26
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Sat, 28 Oct 2023 23:35:58 GMT",
|
33
|
+
"tag": "@fluentui/react-provider_v9.11.0",
|
34
|
+
"version": "9.11.0",
|
35
|
+
"comments": {
|
36
|
+
"patch": [
|
37
|
+
{
|
38
|
+
"author": "olfedias@microsoft.com",
|
39
|
+
"package": "@fluentui/react-provider",
|
40
|
+
"commit": "5e65d8013cd09faf4b3777202f251d5c3d67c138",
|
41
|
+
"comment": "fix: invoke useCustomStyleHook_unstable()"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"minor": [
|
45
|
+
{
|
46
|
+
"author": "marcosvmmoura@gmail.com",
|
47
|
+
"package": "@fluentui/react-provider",
|
48
|
+
"commit": "8381d2c4c7d389b2199398212beccbe1a899d4ea",
|
49
|
+
"comment": "feat: add new drawer global style hooks that are needed by drawer public api changes"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"author": "beachball",
|
53
|
+
"package": "@fluentui/react-provider",
|
54
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
|
55
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "beachball",
|
59
|
+
"package": "@fluentui/react-provider",
|
60
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.2",
|
61
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
62
|
+
}
|
63
|
+
]
|
64
|
+
}
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"date": "Mon, 23 Oct 2023 09:51:57 GMT",
|
6
68
|
"tag": "@fluentui/react-provider_v9.10.9",
|
7
69
|
"version": "9.10.9",
|
8
70
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,38 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.11.1)
|
8
|
+
|
9
|
+
Wed, 01 Nov 2023 12:51:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.11.0..@fluentui/react-provider_v9.11.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.11.1 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.14.3 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
17
|
+
|
18
|
+
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.11.0)
|
19
|
+
|
20
|
+
Sat, 28 Oct 2023 23:35:58 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.9..@fluentui/react-provider_v9.11.0)
|
22
|
+
|
23
|
+
### Minor changes
|
24
|
+
|
25
|
+
- feat: add new drawer global style hooks that are needed by drawer public api changes ([PR #29523](https://github.com/microsoft/fluentui/pull/29523) by marcosvmmoura@gmail.com)
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
27
|
+
- Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
28
|
+
|
29
|
+
### Patches
|
30
|
+
|
31
|
+
- fix: invoke useCustomStyleHook_unstable() ([PR #29632](https://github.com/microsoft/fluentui/pull/29632) by olfedias@microsoft.com)
|
32
|
+
|
7
33
|
## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.9)
|
8
34
|
|
9
|
-
Mon, 23 Oct 2023 09:
|
35
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.8..@fluentui/react-provider_v9.10.9)
|
11
37
|
|
12
38
|
### Patches
|
package/dist/index.d.ts
CHANGED
@@ -111,6 +111,8 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
|
|
111
111
|
useDrawerStyles_unstable: (state: unknown) => void;
|
112
112
|
useDrawerInlineStyles_unstable: (state: unknown) => void;
|
113
113
|
useDrawerOverlayStyles_unstable: (state: unknown) => void;
|
114
|
+
useInlineDrawerStyles_unstable: (state: unknown) => void;
|
115
|
+
useOverlayDrawerStyles_unstable: (state: unknown) => void;
|
114
116
|
useDrawerHeaderStyles_unstable: (state: unknown) => void;
|
115
117
|
useDrawerHeaderNavigationStyles_unstable: (state: unknown) => void;
|
116
118
|
useDrawerHeaderTitleStyles_unstable: (state: unknown) => void;
|
@@ -130,6 +132,7 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
|
|
130
132
|
useMessageBarTitleStyles_unstable: (state: unknown) => void;
|
131
133
|
useMessageBarActionsStyles_unstable: (state: unknown) => void;
|
132
134
|
useMessageBarGroupStyles_unstable: (state: unknown) => void;
|
135
|
+
useToasterStyles_unstable: (state: unknown) => void;
|
133
136
|
}> | undefined;
|
134
137
|
dir?: "ltr" | "rtl" | undefined;
|
135
138
|
targetDocument?: Document | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.11.1",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,9 +34,9 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@fluentui/react-icons": "^2.0.217",
|
37
|
-
"@fluentui/react-shared-contexts": "^9.
|
38
|
-
"@fluentui/react-tabster": "^9.14.
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
37
|
+
"@fluentui/react-shared-contexts": "^9.11.1",
|
38
|
+
"@fluentui/react-tabster": "^9.14.3",
|
39
|
+
"@fluentui/react-theme": "^9.1.15",
|
40
40
|
"@fluentui/react-utilities": "^9.15.1",
|
41
41
|
"@fluentui/react-jsx-runtime": "^9.0.18",
|
42
42
|
"@griffel/core": "^1.14.1",
|