@fluentui/react-shared-contexts 9.0.0-rc.7 → 9.0.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 +122 -1
- package/CHANGELOG.md +100 -46
- package/dist/index.d.ts +32 -26
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/ProviderContext/ProviderContext.js +10 -1
- package/lib/ProviderContext/ProviderContext.js.map +1 -1
- package/lib/ProviderContext/index.js +0 -1
- package/lib/ProviderContext/index.js.map +1 -1
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js +4 -1
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
- package/lib/ThemeContext/ThemeContext.js +9 -3
- package/lib/ThemeContext/ThemeContext.js.map +1 -1
- package/lib/TooltipVisibilityContext/TooltipContext.js +20 -0
- package/lib/TooltipVisibilityContext/TooltipContext.js.map +1 -0
- package/lib/{TooltipContext → TooltipVisibilityContext}/index.js +0 -0
- package/lib/TooltipVisibilityContext/index.js.map +1 -0
- package/lib/TooltipVisibilityContext.js +2 -0
- package/lib/TooltipVisibilityContext.js.map +1 -0
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib-commonjs/ProviderContext/ProviderContext.js +12 -3
- package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -1
- package/lib-commonjs/ProviderContext/index.js +0 -2
- package/lib-commonjs/ProviderContext/index.js.map +1 -1
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +6 -3
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
- package/lib-commonjs/ThemeContext/ThemeContext.js +9 -6
- package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -1
- package/lib-commonjs/TooltipVisibilityContext/TooltipContext.js +30 -0
- package/lib-commonjs/TooltipVisibilityContext/TooltipContext.js.map +1 -0
- package/lib-commonjs/{TooltipContext → TooltipVisibilityContext}/index.js +0 -0
- package/lib-commonjs/TooltipVisibilityContext/index.js.map +1 -0
- package/lib-commonjs/{TooltipContext.js → TooltipVisibilityContext.js} +2 -2
- package/lib-commonjs/TooltipVisibilityContext.js.map +1 -0
- package/lib-commonjs/index.js +19 -28
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +5 -7
- package/lib/MenuContext/MenuContext.d.ts +0 -4
- package/lib/MenuContext/MenuContext.js +0 -6
- package/lib/MenuContext/MenuContext.js.map +0 -1
- package/lib/MenuContext/index.d.ts +0 -2
- package/lib/MenuContext/index.js +0 -3
- package/lib/MenuContext/index.js.map +0 -1
- package/lib/MenuContext/types.d.ts +0 -6
- package/lib/MenuContext/types.js +0 -2
- package/lib/MenuContext/types.js.map +0 -1
- package/lib/MenuContext.d.ts +0 -1
- package/lib/MenuContext.js +0 -2
- package/lib/MenuContext.js.map +0 -1
- package/lib/ProviderContext/ProviderContext.d.ts +0 -4
- package/lib/ProviderContext/ProviderContext.types.d.ts +0 -6
- package/lib/ProviderContext/ProviderContext.types.js +0 -2
- package/lib/ProviderContext/ProviderContext.types.js.map +0 -1
- package/lib/ProviderContext/index.d.ts +0 -2
- package/lib/ProviderContext.d.ts +0 -1
- package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
- package/lib/ThemeClassNameContext/index.d.ts +0 -1
- package/lib/ThemeClassNameContext.d.ts +0 -1
- package/lib/ThemeContext/ThemeContext.d.ts +0 -4
- package/lib/ThemeContext/index.d.ts +0 -1
- package/lib/ThemeContext.d.ts +0 -1
- package/lib/TooltipContext/TooltipContext.d.ts +0 -17
- package/lib/TooltipContext/TooltipContext.js +0 -7
- package/lib/TooltipContext/TooltipContext.js.map +0 -1
- package/lib/TooltipContext/index.d.ts +0 -1
- package/lib/TooltipContext/index.js.map +0 -1
- package/lib/TooltipContext.d.ts +0 -1
- package/lib/TooltipContext.js +0 -2
- package/lib/TooltipContext.js.map +0 -1
- package/lib/index.d.ts +0 -9
- package/lib-commonjs/MenuContext/MenuContext.d.ts +0 -4
- package/lib-commonjs/MenuContext/MenuContext.js +0 -17
- package/lib-commonjs/MenuContext/MenuContext.js.map +0 -1
- package/lib-commonjs/MenuContext/index.d.ts +0 -2
- package/lib-commonjs/MenuContext/index.js +0 -12
- package/lib-commonjs/MenuContext/index.js.map +0 -1
- package/lib-commonjs/MenuContext/types.d.ts +0 -6
- package/lib-commonjs/MenuContext/types.js +0 -6
- package/lib-commonjs/MenuContext/types.js.map +0 -1
- package/lib-commonjs/MenuContext.d.ts +0 -1
- package/lib-commonjs/MenuContext.js +0 -10
- package/lib-commonjs/MenuContext.js.map +0 -1
- package/lib-commonjs/ProviderContext/ProviderContext.d.ts +0 -4
- package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +0 -6
- package/lib-commonjs/ProviderContext/ProviderContext.types.js +0 -6
- package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +0 -1
- package/lib-commonjs/ProviderContext/index.d.ts +0 -2
- package/lib-commonjs/ProviderContext.d.ts +0 -1
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
- package/lib-commonjs/ThemeClassNameContext/index.d.ts +0 -1
- package/lib-commonjs/ThemeClassNameContext.d.ts +0 -1
- package/lib-commonjs/ThemeContext/ThemeContext.d.ts +0 -4
- package/lib-commonjs/ThemeContext/index.d.ts +0 -1
- package/lib-commonjs/ThemeContext.d.ts +0 -1
- package/lib-commonjs/TooltipContext/TooltipContext.d.ts +0 -17
- package/lib-commonjs/TooltipContext/TooltipContext.js +0 -15
- package/lib-commonjs/TooltipContext/TooltipContext.js.map +0 -1
- package/lib-commonjs/TooltipContext/index.d.ts +0 -1
- package/lib-commonjs/TooltipContext/index.js.map +0 -1
- package/lib-commonjs/TooltipContext.d.ts +0 -1
- package/lib-commonjs/TooltipContext.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -9
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,128 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 28 Jun 2022 15:09:09 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0",
|
7
|
+
"version": "9.0.0",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
14
|
+
"comment": "feat: Initial 9.0.0 release"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-shared-contexts",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0",
|
20
|
+
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "lingfangao@hotmail.com",
|
26
|
+
"package": "@fluentui/react-shared-contexts",
|
27
|
+
"commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
|
28
|
+
"comment": "chore: Mark teams-prg owned APIs with @internal"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "lingfangao@hotmail.com",
|
32
|
+
"package": "@fluentui/react-shared-contexts",
|
33
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
34
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
41
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.11",
|
42
|
+
"version": "9.0.0-rc.11",
|
43
|
+
"comments": {
|
44
|
+
"prerelease": [
|
45
|
+
{
|
46
|
+
"author": "beachball",
|
47
|
+
"package": "@fluentui/react-shared-contexts",
|
48
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
49
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
50
|
+
}
|
51
|
+
]
|
52
|
+
}
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"date": "Tue, 31 May 2022 21:28:45 GMT",
|
56
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.10",
|
57
|
+
"version": "9.0.0-rc.10",
|
58
|
+
"comments": {
|
59
|
+
"prerelease": [
|
60
|
+
{
|
61
|
+
"author": "olfedias@microsoft.com",
|
62
|
+
"package": "@fluentui/react-shared-contexts",
|
63
|
+
"commit": "5a92ebd3f8687a1cd40e8233cacdb91d324b742a",
|
64
|
+
"comment": "remove unused MenuContext"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"author": "me@levithomason.com",
|
68
|
+
"package": "@fluentui/react-shared-contexts",
|
69
|
+
"commit": "4ed24c29ddf8de037e4402d67c820b7398eaa265",
|
70
|
+
"comment": "remove useTheme from exports"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"author": "bernardo.sunderhus@gmail.com",
|
74
|
+
"package": "@fluentui/react-shared-contexts",
|
75
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
|
76
|
+
"comment": "mark context hooks and providers to unstable"
|
77
|
+
}
|
78
|
+
]
|
79
|
+
}
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"date": "Mon, 23 May 2022 18:56:51 GMT",
|
83
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.9",
|
84
|
+
"version": "9.0.0-rc.9",
|
85
|
+
"comments": {
|
86
|
+
"prerelease": [
|
87
|
+
{
|
88
|
+
"author": "beachball",
|
89
|
+
"package": "@fluentui/react-shared-contexts",
|
90
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
91
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
92
|
+
}
|
93
|
+
]
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"date": "Mon, 23 May 2022 12:13:38 GMT",
|
98
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.8",
|
99
|
+
"version": "9.0.0-rc.8",
|
100
|
+
"comments": {
|
101
|
+
"prerelease": [
|
102
|
+
{
|
103
|
+
"author": "martinhochel@microsoft.com",
|
104
|
+
"package": "@fluentui/react-shared-contexts",
|
105
|
+
"commit": "8afe4d15242d6220f202ca1d0d1522f4f9d151bb",
|
106
|
+
"comment": "feat: ship rolluped only dts"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-shared-contexts",
|
111
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
112
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"none": [
|
116
|
+
{
|
117
|
+
"author": "martinhochel@microsoft.com",
|
118
|
+
"package": "@fluentui/react-shared-contexts",
|
119
|
+
"commit": "7ac7eacca1f20d34cc5de7cc84c20938b4d5489d",
|
120
|
+
"comment": "refactor: move package under react-components folder"
|
121
|
+
}
|
122
|
+
]
|
123
|
+
}
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"date": "Thu, 05 May 2022 18:26:26 GMT",
|
6
127
|
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.7",
|
7
128
|
"version": "9.0.0-rc.7",
|
8
129
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,66 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 15:09:09 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0)
|
8
|
+
|
9
|
+
Tue, 28 Jun 2022 15:09:09 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.11..@fluentui/react-shared-contexts_v9.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
16
|
+
|
17
|
+
### Changes
|
18
|
+
|
19
|
+
- chore: Mark teams-prg owned APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
|
20
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
21
|
+
|
22
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.11)
|
23
|
+
|
24
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.10..@fluentui/react-shared-contexts_v9.0.0-rc.11)
|
26
|
+
|
27
|
+
### Changes
|
28
|
+
|
29
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
30
|
+
|
31
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.10)
|
32
|
+
|
33
|
+
Tue, 31 May 2022 21:28:45 GMT
|
34
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.9..@fluentui/react-shared-contexts_v9.0.0-rc.10)
|
35
|
+
|
36
|
+
### Changes
|
37
|
+
|
38
|
+
- remove unused MenuContext ([PR #23277](https://github.com/microsoft/fluentui/pull/23277) by olfedias@microsoft.com)
|
39
|
+
- remove useTheme from exports ([PR #23335](https://github.com/microsoft/fluentui/pull/23335) by me@levithomason.com)
|
40
|
+
- mark context hooks and providers to unstable ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
41
|
+
|
42
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.9)
|
43
|
+
|
44
|
+
Mon, 23 May 2022 18:56:51 GMT
|
45
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.8..@fluentui/react-shared-contexts_v9.0.0-rc.9)
|
46
|
+
|
47
|
+
### Changes
|
48
|
+
|
49
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
50
|
+
|
51
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.8)
|
52
|
+
|
53
|
+
Mon, 23 May 2022 12:13:38 GMT
|
54
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.7..@fluentui/react-shared-contexts_v9.0.0-rc.8)
|
55
|
+
|
56
|
+
### Changes
|
57
|
+
|
58
|
+
- feat: ship rolluped only dts ([PR #22965](https://github.com/microsoft/fluentui/pull/22965) by martinhochel@microsoft.com)
|
59
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
60
|
+
|
7
61
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.7)
|
8
62
|
|
9
|
-
Thu, 05 May 2022 18:
|
63
|
+
Thu, 05 May 2022 18:26:26 GMT
|
10
64
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.6..@fluentui/react-shared-contexts_v9.0.0-rc.7)
|
11
65
|
|
12
66
|
### Changes
|
@@ -16,7 +70,7 @@ Thu, 05 May 2022 18:24:33 GMT
|
|
16
70
|
|
17
71
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.6)
|
18
72
|
|
19
|
-
Wed, 04 May 2022 13:26:54 GMT
|
73
|
+
Wed, 04 May 2022 13:26:54 GMT
|
20
74
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.5..@fluentui/react-shared-contexts_v9.0.0-rc.6)
|
21
75
|
|
22
76
|
### Changes
|
@@ -25,7 +79,7 @@ Wed, 04 May 2022 13:26:54 GMT
|
|
25
79
|
|
26
80
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
|
27
81
|
|
28
|
-
Tue, 19 Apr 2022 19:16:52 GMT
|
82
|
+
Tue, 19 Apr 2022 19:16:52 GMT
|
29
83
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.4..@fluentui/react-shared-contexts_v9.0.0-rc.5)
|
30
84
|
|
31
85
|
### Changes
|
@@ -34,7 +88,7 @@ Tue, 19 Apr 2022 19:16:52 GMT
|
|
34
88
|
|
35
89
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
|
36
90
|
|
37
|
-
Fri, 04 Mar 2022 05:17:29 GMT
|
91
|
+
Fri, 04 Mar 2022 05:17:29 GMT
|
38
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.3..@fluentui/react-shared-contexts_v9.0.0-rc.4)
|
39
93
|
|
40
94
|
### Changes
|
@@ -44,7 +98,7 @@ Fri, 04 Mar 2022 05:17:29 GMT
|
|
44
98
|
|
45
99
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.3)
|
46
100
|
|
47
|
-
Fri, 18 Feb 2022 13:35:34 GMT
|
101
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
48
102
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.1..@fluentui/react-shared-contexts_v9.0.0-rc.3)
|
49
103
|
|
50
104
|
### Changes
|
@@ -54,19 +108,19 @@ Fri, 18 Feb 2022 13:35:34 GMT
|
|
54
108
|
|
55
109
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.1)
|
56
110
|
|
57
|
-
Thu, 10 Feb 2022 08:50:48 GMT
|
111
|
+
Thu, 10 Feb 2022 08:50:48 GMT
|
58
112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.4..@fluentui/react-shared-contexts_v9.0.0-rc.1)
|
59
113
|
|
60
114
|
### Changes
|
61
115
|
|
62
116
|
- make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
|
63
|
-
- Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
117
|
+
- Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
64
118
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
65
119
|
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
66
120
|
|
67
121
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
68
122
|
|
69
|
-
Thu, 25 Nov 2021 08:34:16 GMT
|
123
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
70
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.3..@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
71
125
|
|
72
126
|
### Changes
|
@@ -75,7 +129,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
|
|
75
129
|
|
76
130
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
|
77
131
|
|
78
|
-
Fri, 12 Nov 2021 13:25:32 GMT
|
132
|
+
Fri, 12 Nov 2021 13:25:32 GMT
|
79
133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v9.0.0-beta.3)
|
80
134
|
|
81
135
|
### Changes
|
@@ -85,7 +139,7 @@ Fri, 12 Nov 2021 13:25:32 GMT
|
|
85
139
|
|
86
140
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
|
87
141
|
|
88
|
-
Wed, 27 Oct 2021 12:14:24 GMT
|
142
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
89
143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.1..@fluentui/react-shared-contexts_v9.0.0-beta.2)
|
90
144
|
|
91
145
|
### Changes
|
@@ -94,7 +148,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
|
|
94
148
|
|
95
149
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.1)
|
96
150
|
|
97
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
151
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
98
152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.28..@fluentui/react-shared-contexts_v9.0.0-beta.1)
|
99
153
|
|
100
154
|
### Changes
|
@@ -104,7 +158,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
104
158
|
|
105
159
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.28)
|
106
160
|
|
107
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
161
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
108
162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.26..@fluentui/react-shared-contexts_v9.0.0-alpha.28)
|
109
163
|
|
110
164
|
### Changes
|
@@ -114,7 +168,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
114
168
|
|
115
169
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.26)
|
116
170
|
|
117
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
171
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
118
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.25..@fluentui/react-shared-contexts_v9.0.0-alpha.26)
|
119
173
|
|
120
174
|
### Changes
|
@@ -123,7 +177,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
123
177
|
|
124
178
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.25)
|
125
179
|
|
126
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
180
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
127
181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.24..@fluentui/react-shared-contexts_v9.0.0-alpha.25)
|
128
182
|
|
129
183
|
### Changes
|
@@ -132,7 +186,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
132
186
|
|
133
187
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.24)
|
134
188
|
|
135
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
189
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
136
190
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.23..@fluentui/react-shared-contexts_v9.0.0-alpha.24)
|
137
191
|
|
138
192
|
### Changes
|
@@ -141,7 +195,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
141
195
|
|
142
196
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.23)
|
143
197
|
|
144
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
198
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
145
199
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.22..@fluentui/react-shared-contexts_v9.0.0-alpha.23)
|
146
200
|
|
147
201
|
### Changes
|
@@ -150,7 +204,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
150
204
|
|
151
205
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.22)
|
152
206
|
|
153
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
207
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
154
208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.21..@fluentui/react-shared-contexts_v9.0.0-alpha.22)
|
155
209
|
|
156
210
|
### Changes
|
@@ -159,7 +213,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
159
213
|
|
160
214
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.21)
|
161
215
|
|
162
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
216
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
163
217
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.20..@fluentui/react-shared-contexts_v9.0.0-alpha.21)
|
164
218
|
|
165
219
|
### Changes
|
@@ -168,7 +222,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
168
222
|
|
169
223
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.20)
|
170
224
|
|
171
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
225
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
172
226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.19..@fluentui/react-shared-contexts_v9.0.0-alpha.20)
|
173
227
|
|
174
228
|
### Patches
|
@@ -179,7 +233,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
179
233
|
|
180
234
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.19)
|
181
235
|
|
182
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
236
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
183
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.18..@fluentui/react-shared-contexts_v9.0.0-alpha.19)
|
184
238
|
|
185
239
|
### Changes
|
@@ -188,7 +242,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
188
242
|
|
189
243
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.18)
|
190
244
|
|
191
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
245
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
192
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.17..@fluentui/react-shared-contexts_v9.0.0-alpha.18)
|
193
247
|
|
194
248
|
### Changes
|
@@ -197,7 +251,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
197
251
|
|
198
252
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.17)
|
199
253
|
|
200
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
254
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
201
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.16..@fluentui/react-shared-contexts_v9.0.0-alpha.17)
|
202
256
|
|
203
257
|
### Patches
|
@@ -208,7 +262,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
208
262
|
|
209
263
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.16)
|
210
264
|
|
211
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
265
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
212
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.15..@fluentui/react-shared-contexts_v9.0.0-alpha.16)
|
213
267
|
|
214
268
|
### Changes
|
@@ -217,7 +271,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
217
271
|
|
218
272
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.15)
|
219
273
|
|
220
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
274
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
221
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.14..@fluentui/react-shared-contexts_v9.0.0-alpha.15)
|
222
276
|
|
223
277
|
### Patches
|
@@ -228,7 +282,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
228
282
|
|
229
283
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.14)
|
230
284
|
|
231
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
285
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
232
286
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.13..@fluentui/react-shared-contexts_v9.0.0-alpha.14)
|
233
287
|
|
234
288
|
### Changes
|
@@ -237,7 +291,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
237
291
|
|
238
292
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.13)
|
239
293
|
|
240
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
294
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
241
295
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.12..@fluentui/react-shared-contexts_v9.0.0-alpha.13)
|
242
296
|
|
243
297
|
### Changes
|
@@ -246,7 +300,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
246
300
|
|
247
301
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.12)
|
248
302
|
|
249
|
-
Thu, 20 May 2021 07:41:54 GMT
|
303
|
+
Thu, 20 May 2021 07:41:54 GMT
|
250
304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.11..@fluentui/react-shared-contexts_v9.0.0-alpha.12)
|
251
305
|
|
252
306
|
### Patches
|
@@ -257,7 +311,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
257
311
|
|
258
312
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.11)
|
259
313
|
|
260
|
-
Wed, 19 May 2021 07:34:20 GMT
|
314
|
+
Wed, 19 May 2021 07:34:20 GMT
|
261
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.10..@fluentui/react-shared-contexts_v9.0.0-alpha.11)
|
262
316
|
|
263
317
|
### Changes
|
@@ -266,7 +320,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
266
320
|
|
267
321
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.10)
|
268
322
|
|
269
|
-
Thu, 13 May 2021 07:36:55 GMT
|
323
|
+
Thu, 13 May 2021 07:36:55 GMT
|
270
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.9..@fluentui/react-shared-contexts_v9.0.0-alpha.10)
|
271
325
|
|
272
326
|
### Changes
|
@@ -275,7 +329,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
275
329
|
|
276
330
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.9)
|
277
331
|
|
278
|
-
Wed, 12 May 2021 07:36:20 GMT
|
332
|
+
Wed, 12 May 2021 07:36:20 GMT
|
279
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.8..@fluentui/react-shared-contexts_v9.0.0-alpha.9)
|
280
334
|
|
281
335
|
### Changes
|
@@ -284,7 +338,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
284
338
|
|
285
339
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.8)
|
286
340
|
|
287
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
341
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
288
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.7..@fluentui/react-shared-contexts_v9.0.0-alpha.8)
|
289
343
|
|
290
344
|
### Patches
|
@@ -299,7 +353,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
299
353
|
|
300
354
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.7)
|
301
355
|
|
302
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
356
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
303
357
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.6..@fluentui/react-shared-contexts_v9.0.0-alpha.7)
|
304
358
|
|
305
359
|
### Patches
|
@@ -310,7 +364,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
310
364
|
|
311
365
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.6)
|
312
366
|
|
313
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
367
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
314
368
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.5..@fluentui/react-shared-contexts_v9.0.0-alpha.6)
|
315
369
|
|
316
370
|
### Changes
|
@@ -319,7 +373,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
319
373
|
|
320
374
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.5)
|
321
375
|
|
322
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
376
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
323
377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.4..@fluentui/react-shared-contexts_v9.0.0-alpha.5)
|
324
378
|
|
325
379
|
### Changes
|
@@ -328,7 +382,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
328
382
|
|
329
383
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.4)
|
330
384
|
|
331
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
385
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
332
386
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.3..@fluentui/react-shared-contexts_v9.0.0-alpha.4)
|
333
387
|
|
334
388
|
### Changes
|
@@ -337,7 +391,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
337
391
|
|
338
392
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.3)
|
339
393
|
|
340
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
394
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
341
395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.2..@fluentui/react-shared-contexts_v9.0.0-alpha.3)
|
342
396
|
|
343
397
|
### Patches
|
@@ -348,7 +402,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
348
402
|
|
349
403
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.2)
|
350
404
|
|
351
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
405
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
352
406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.11..@fluentui/react-shared-contexts_v9.0.0-alpha.2)
|
353
407
|
|
354
408
|
### Changes
|
@@ -358,7 +412,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
358
412
|
|
359
413
|
## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.11)
|
360
414
|
|
361
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
415
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
362
416
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.10..@fluentui/react-shared-contexts_v1.0.0-beta.11)
|
363
417
|
|
364
418
|
### Changes
|
@@ -367,7 +421,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
367
421
|
|
368
422
|
## [1.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.10)
|
369
423
|
|
370
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
424
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
371
425
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.9..@fluentui/react-shared-contexts_v1.0.0-beta.10)
|
372
426
|
|
373
427
|
### Patches
|
@@ -383,7 +437,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
383
437
|
|
384
438
|
## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.9)
|
385
439
|
|
386
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
440
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
387
441
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.8..@fluentui/react-shared-contexts_v1.0.0-beta.9)
|
388
442
|
|
389
443
|
### Changes
|
@@ -392,7 +446,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
392
446
|
|
393
447
|
## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.8)
|
394
448
|
|
395
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
449
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
396
450
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.7..@fluentui/react-shared-contexts_v1.0.0-beta.8)
|
397
451
|
|
398
452
|
### Changes
|
@@ -401,7 +455,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
401
455
|
|
402
456
|
## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.7)
|
403
457
|
|
404
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
458
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
405
459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.6..@fluentui/react-shared-contexts_v1.0.0-beta.7)
|
406
460
|
|
407
461
|
### Changes
|
@@ -410,7 +464,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
410
464
|
|
411
465
|
## [1.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.6)
|
412
466
|
|
413
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
467
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
414
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.5..@fluentui/react-shared-contexts_v1.0.0-beta.6)
|
415
469
|
|
416
470
|
### Changes
|
@@ -419,12 +473,12 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
419
473
|
|
420
474
|
## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.4)
|
421
475
|
|
422
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
476
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
423
477
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.1..@fluentui/react-shared-contexts_v1.0.0-beta.4)
|
424
478
|
|
425
479
|
### Changes
|
426
480
|
|
427
|
-
-
|
481
|
+
- Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
|
428
482
|
|
429
483
|
## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.1)
|
430
484
|
|
package/dist/index.d.ts
CHANGED
@@ -1,43 +1,42 @@
|
|
1
1
|
import * as React_2 from 'react';
|
2
2
|
import type { Theme } from '@fluentui/react-theme';
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
onDismiss?: () => void;
|
9
|
-
target?: React_2.Ref<HTMLElement>;
|
10
|
-
};
|
11
|
-
|
12
|
-
export declare const ProviderContext: React_2.Context<ProviderContextValue>;
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export declare const Provider_unstable: React_2.Provider<ProviderContextValue_unstable>;
|
13
8
|
|
14
|
-
export declare
|
9
|
+
export declare type ProviderContextValue_unstable = {
|
15
10
|
/** Sets the direction of text & generated styles. */
|
16
11
|
dir: 'ltr' | 'rtl';
|
17
12
|
/** Provides the document, can be undefined during SSR render. */
|
18
13
|
targetDocument?: Document;
|
19
|
-
}
|
14
|
+
};
|
15
|
+
|
16
|
+
export declare type ThemeClassNameContextValue_unstable = string;
|
17
|
+
|
18
|
+
export declare const ThemeClassNameProvider_unstable: React_2.Provider<string>;
|
20
19
|
|
21
20
|
/**
|
22
|
-
*
|
23
|
-
*
|
24
|
-
* Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
|
21
|
+
* @internal
|
25
22
|
*/
|
26
|
-
export declare const
|
27
|
-
|
28
|
-
export declare type ThemeClassNameContextValue = string;
|
23
|
+
export declare const ThemeContext_unstable: React_2.Context<ThemeContextValue_unstable>;
|
29
24
|
|
30
|
-
|
25
|
+
/**
|
26
|
+
* @internal
|
27
|
+
*/
|
28
|
+
export declare type ThemeContextValue_unstable = Theme | Partial<Theme> | undefined;
|
31
29
|
|
32
30
|
/**
|
33
|
-
*
|
31
|
+
* @internal
|
34
32
|
*/
|
35
|
-
export declare const
|
33
|
+
export declare const ThemeProvider_unstable: React_2.Provider<ThemeContextValue_unstable>;
|
36
34
|
|
37
35
|
/**
|
36
|
+
* @internal
|
38
37
|
* The context provided by TooltipProvider
|
39
38
|
*/
|
40
|
-
export declare type
|
39
|
+
export declare type TooltipVisibilityContextValue_unstable = {
|
41
40
|
/**
|
42
41
|
* When a tooltip is shown, it sets itself as the visibleTooltip.
|
43
42
|
* The next tooltip to become visible can use it to hide the previous tooltip immediately.
|
@@ -47,15 +46,22 @@ export declare type TooltipContextType = {
|
|
47
46
|
};
|
48
47
|
};
|
49
48
|
|
50
|
-
|
51
|
-
|
52
|
-
|
49
|
+
/**
|
50
|
+
* @internal
|
51
|
+
*/
|
52
|
+
export declare const TooltipVisibilityProvider_unstable: React_2.Provider<TooltipVisibilityContextValue_unstable>;
|
53
53
|
|
54
|
-
export declare function
|
54
|
+
export declare function useFluent_unstable(): ProviderContextValue_unstable;
|
55
55
|
|
56
56
|
/**
|
57
|
+
* @internal
|
57
58
|
* @returns CSS class that applies css variables
|
58
59
|
*/
|
59
|
-
export declare function
|
60
|
+
export declare function useThemeClassName_unstable(): ThemeClassNameContextValue_unstable;
|
61
|
+
|
62
|
+
/**
|
63
|
+
* @internal
|
64
|
+
*/
|
65
|
+
export declare function useTooltipVisibility_unstable(): TooltipVisibilityContextValue_unstable;
|
60
66
|
|
61
67
|
export { }
|
File without changes
|