@fluentui/react-provider 9.10.8 → 9.11.0
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 +51 -1
- package/CHANGELOG.md +26 -2
- package/dist/index.d.ts +3 -0
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,57 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Sat, 28 Oct 2023 23:32:04 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.11.0",
|
7
|
+
"version": "9.11.0",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"commit": "5e65d8013cd09faf4b3777202f251d5c3d67c138",
|
14
|
+
"comment": "fix: invoke useCustomStyleHook_unstable()"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"minor": [
|
18
|
+
{
|
19
|
+
"author": "marcosvmmoura@gmail.com",
|
20
|
+
"package": "@fluentui/react-provider",
|
21
|
+
"commit": "8381d2c4c7d389b2199398212beccbe1a899d4ea",
|
22
|
+
"comment": "feat: add new drawer global style hooks that are needed by drawer public api changes"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-provider",
|
27
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
|
28
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-provider",
|
33
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.2",
|
34
|
+
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"date": "Mon, 23 Oct 2023 09:51:57 GMT",
|
41
|
+
"tag": "@fluentui/react-provider_v9.10.9",
|
42
|
+
"version": "9.10.9",
|
43
|
+
"comments": {
|
44
|
+
"patch": [
|
45
|
+
{
|
46
|
+
"author": "beachball",
|
47
|
+
"package": "@fluentui/react-provider",
|
48
|
+
"comment": "Bump @fluentui/react-tabster to v9.14.1",
|
49
|
+
"commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
|
50
|
+
}
|
51
|
+
]
|
52
|
+
}
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"date": "Wed, 18 Oct 2023 17:54:08 GMT",
|
6
56
|
"tag": "@fluentui/react-provider_v9.10.8",
|
7
57
|
"version": "9.10.8",
|
8
58
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,36 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Sat, 28 Oct 2023 23:32:04 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.11.0)
|
8
|
+
|
9
|
+
Sat, 28 Oct 2023 23:32:04 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.9..@fluentui/react-provider_v9.11.0)
|
11
|
+
|
12
|
+
### Minor changes
|
13
|
+
|
14
|
+
- 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)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
|
17
|
+
|
18
|
+
### Patches
|
19
|
+
|
20
|
+
- fix: invoke useCustomStyleHook_unstable() ([PR #29632](https://github.com/microsoft/fluentui/pull/29632) by olfedias@microsoft.com)
|
21
|
+
|
22
|
+
## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.9)
|
23
|
+
|
24
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.8..@fluentui/react-provider_v9.10.9)
|
26
|
+
|
27
|
+
### Patches
|
28
|
+
|
29
|
+
- Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
|
30
|
+
|
7
31
|
## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.8)
|
8
32
|
|
9
|
-
Wed, 18 Oct 2023 17:
|
33
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
10
34
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.7..@fluentui/react-provider_v9.10.8)
|
11
35
|
|
12
36
|
### 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.0",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,8 +34,8 @@
|
|
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.
|
37
|
+
"@fluentui/react-shared-contexts": "^9.11.0",
|
38
|
+
"@fluentui/react-tabster": "^9.14.2",
|
39
39
|
"@fluentui/react-theme": "^9.1.14",
|
40
40
|
"@fluentui/react-utilities": "^9.15.1",
|
41
41
|
"@fluentui/react-jsx-runtime": "^9.0.18",
|