@fluentui/react-provider 9.0.0-alpha.8 → 9.0.0-alpha.83

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.
Files changed (89) hide show
  1. package/CHANGELOG.json +1922 -1
  2. package/CHANGELOG.md +754 -2
  3. package/dist/react-provider.d.ts +45 -29
  4. package/lib/FluentProvider.d.ts +1 -28
  5. package/lib/FluentProvider.js +1 -48
  6. package/lib/FluentProvider.js.map +1 -1
  7. package/lib/common/isConformant.d.ts +4 -0
  8. package/lib/common/isConformant.js +12 -0
  9. package/lib/common/isConformant.js.map +1 -0
  10. package/lib/components/FluentProvider/FluentProvider.d.ts +3 -0
  11. package/lib/components/FluentProvider/FluentProvider.js +13 -0
  12. package/lib/components/FluentProvider/FluentProvider.js.map +1 -0
  13. package/lib/components/FluentProvider/FluentProvider.types.d.ts +25 -0
  14. package/lib/components/FluentProvider/FluentProvider.types.js +2 -0
  15. package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -0
  16. package/lib/components/FluentProvider/index.d.ts +5 -0
  17. package/lib/components/FluentProvider/index.js +6 -0
  18. package/lib/components/FluentProvider/index.js.map +1 -0
  19. package/lib/components/FluentProvider/renderFluentProvider.d.ts +5 -0
  20. package/lib/components/FluentProvider/renderFluentProvider.js +25 -0
  21. package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -0
  22. package/lib/components/FluentProvider/useFluentProvider.d.ts +13 -0
  23. package/lib/components/FluentProvider/useFluentProvider.js +51 -0
  24. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -0
  25. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +2 -0
  26. package/lib/components/FluentProvider/useFluentProviderContextValues.js +23 -0
  27. package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -0
  28. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +3 -0
  29. package/lib/components/FluentProvider/useFluentProviderStyles.js +22 -0
  30. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -0
  31. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +7 -0
  32. package/lib/components/FluentProvider/useThemeStyleTag.js +58 -0
  33. package/lib/components/FluentProvider/useThemeStyleTag.js.map +1 -0
  34. package/lib/index.d.ts +1 -1
  35. package/lib/index.js +1 -1
  36. package/lib/index.js.map +1 -1
  37. package/lib/tsdoc-metadata.json +1 -1
  38. package/lib-commonjs/FluentProvider.d.ts +1 -28
  39. package/lib-commonjs/FluentProvider.js +7 -51
  40. package/lib-commonjs/FluentProvider.js.map +1 -1
  41. package/lib-commonjs/common/isConformant.d.ts +4 -0
  42. package/lib-commonjs/common/isConformant.js +23 -0
  43. package/lib-commonjs/common/isConformant.js.map +1 -0
  44. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +3 -0
  45. package/lib-commonjs/components/FluentProvider/FluentProvider.js +25 -0
  46. package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -0
  47. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +25 -0
  48. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js +6 -0
  49. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -0
  50. package/lib-commonjs/components/FluentProvider/index.d.ts +5 -0
  51. package/lib-commonjs/components/FluentProvider/index.js +18 -0
  52. package/lib-commonjs/components/FluentProvider/index.js.map +1 -0
  53. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +5 -0
  54. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +39 -0
  55. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -0
  56. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +13 -0
  57. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +66 -0
  58. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -0
  59. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +2 -0
  60. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +34 -0
  61. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -0
  62. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +3 -0
  63. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +31 -0
  64. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -0
  65. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +7 -0
  66. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js +70 -0
  67. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +1 -0
  68. package/lib-commonjs/index.d.ts +1 -1
  69. package/lib-commonjs/index.js +23 -3
  70. package/lib-commonjs/index.js.map +1 -1
  71. package/package.json +26 -16
  72. package/config/api-extractor.json +0 -3
  73. package/etc/react-provider.api.md +0 -63
  74. package/just.config.ts +0 -3
  75. package/lib/context.d.ts +0 -12
  76. package/lib/context.js +0 -10
  77. package/lib/context.js.map +0 -1
  78. package/lib-amd/FluentProvider.d.ts +0 -28
  79. package/lib-amd/FluentProvider.js +0 -50
  80. package/lib-amd/FluentProvider.js.map +0 -1
  81. package/lib-amd/context.d.ts +0 -12
  82. package/lib-amd/context.js +0 -14
  83. package/lib-amd/context.js.map +0 -1
  84. package/lib-amd/index.d.ts +0 -2
  85. package/lib-amd/index.js +0 -7
  86. package/lib-amd/index.js.map +0 -1
  87. package/lib-commonjs/context.d.ts +0 -12
  88. package/lib-commonjs/context.js +0 -13
  89. package/lib-commonjs/context.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,764 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Wed, 10 Mar 2021 07:31:56 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
8
+
9
+ Fri, 24 Sep 2021 09:16:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.66 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
17
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
18
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
19
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
20
+
21
+ ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
22
+
23
+ Thu, 23 Sep 2021 08:21:34 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
25
+
26
+ ### Changes
27
+
28
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
29
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.65 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
31
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
32
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
33
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
34
+
35
+ ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
36
+
37
+ Wed, 22 Sep 2021 10:10:07 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
39
+
40
+ ### Changes
41
+
42
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.64 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
45
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
46
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
47
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
48
+
49
+ ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
50
+
51
+ Tue, 21 Sep 2021 07:42:34 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
53
+
54
+ ### Changes
55
+
56
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
57
+ - Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
58
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.63 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
59
+ - Bump @fluentui/react-theme to v9.0.0-alpha.23 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
60
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
61
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
62
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
63
+
64
+ ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
65
+
66
+ Mon, 20 Sep 2021 07:36:26 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
68
+
69
+ ### Changes
70
+
71
+ - Bump @fluentui/react-provider to v9.0.0-alpha.79 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
72
+
73
+ ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
74
+
75
+ Fri, 17 Sep 2021 07:35:26 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
77
+
78
+ ### Changes
79
+
80
+ - Bump @fluentui/react-provider to v9.0.0-alpha.78 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
81
+
82
+ ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
83
+
84
+ Thu, 16 Sep 2021 07:38:39 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
86
+
87
+ ### Changes
88
+
89
+ - Fix typings in React.forwardRef ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
90
+ - Bump @fluentui/react-provider to v9.0.0-alpha.77 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
91
+
92
+ ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
93
+
94
+ Tue, 14 Sep 2021 20:09:02 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
96
+
97
+ ### Changes
98
+
99
+ - Bump @fluentui/react-provider to v9.0.0-alpha.76 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
100
+
101
+ ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
102
+
103
+ Fri, 10 Sep 2021 16:31:53 GMT
104
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
105
+
106
+ ### Changes
107
+
108
+ - chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
109
+ - use simplified prop mergin ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by olfedias@microsoft.com)
110
+ - Bump @fluentui/react-provider to v9.0.0-alpha.75 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
111
+
112
+ ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
113
+
114
+ Fri, 10 Sep 2021 07:39:51 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
116
+
117
+ ### Changes
118
+
119
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.45 ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
120
+
121
+ ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
122
+
123
+ Mon, 06 Sep 2021 07:34:53 GMT
124
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
125
+
126
+ ### Changes
127
+
128
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.44 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com)
129
+
130
+ ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
131
+
132
+ Thu, 02 Sep 2021 07:36:46 GMT
133
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
134
+
135
+ ### Patches
136
+
137
+ - Bump @fluentui/react-conformance to v0.4.5 ([PR #19590](https://github.com/microsoft/fluentui/pull/19590) by olfedias@microsoft.com)
138
+
139
+ ### Changes
140
+
141
+ - rework className handling ([PR #19589](https://github.com/microsoft/fluentui/pull/19589) by olfedias@microsoft.com)
142
+
143
+ ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
144
+
145
+ Wed, 01 Sep 2021 07:39:56 GMT
146
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
147
+
148
+ ### Changes
149
+
150
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.42 ([PR #19483](https://github.com/microsoft/fluentui/pull/19483) by bsunderhus@microsoft.com)
151
+
152
+ ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
153
+
154
+ Tue, 31 Aug 2021 07:37:47 GMT
155
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
156
+
157
+ ### Changes
158
+
159
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.54 ([PR #19534](https://github.com/microsoft/fluentui/pull/19534) by marata@microsoft.com)
160
+
161
+ ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
162
+
163
+ Fri, 27 Aug 2021 07:33:32 GMT
164
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
165
+
166
+ ### Changes
167
+
168
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.40 ([PR #19462](https://github.com/microsoft/fluentui/pull/19462) by olfedias@microsoft.com)
169
+
170
+ ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
171
+
172
+ Thu, 26 Aug 2021 07:35:43 GMT
173
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
174
+
175
+ ### Changes
176
+
177
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.39 ([PR #19486](https://github.com/microsoft/fluentui/pull/19486) by martinhochel@microsoft.com)
178
+
179
+ ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
180
+
181
+ Tue, 24 Aug 2021 07:34:48 GMT
182
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
183
+
184
+ ### Changes
185
+
186
+ - Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19473](https://github.com/microsoft/fluentui/pull/19473) by dzearing@hotmail.com)
187
+
188
+ ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
189
+
190
+ Fri, 20 Aug 2021 07:37:28 GMT
191
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
192
+
193
+ ### Changes
194
+
195
+ - Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
196
+
197
+ ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
198
+
199
+ Thu, 19 Aug 2021 07:41:35 GMT
200
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
201
+
202
+ ### Changes
203
+
204
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.33 ([PR #19273](https://github.com/microsoft/fluentui/pull/19273) by bsunderhus@microsoft.com)
205
+
206
+ ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
207
+
208
+ Fri, 13 Aug 2021 07:36:34 GMT
209
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
210
+
211
+ ### Changes
212
+
213
+ - chore(FluentProvider): implement useContextValues() pattern ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
214
+
215
+ ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
216
+
217
+ Tue, 10 Aug 2021 07:33:28 GMT
218
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
219
+
220
+ ### Changes
221
+
222
+ - fix: export useTheme() hook ([PR #19249](https://github.com/microsoft/fluentui/pull/19249) by olfedias@microsoft.com)
223
+
224
+ ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
225
+
226
+ Fri, 06 Aug 2021 07:35:14 GMT
227
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
228
+
229
+ ### Changes
230
+
231
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31 ([PR #19281](https://github.com/microsoft/fluentui/pull/19281) by jspurlin@microsoft.com)
232
+
233
+ ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
234
+
235
+ Tue, 03 Aug 2021 07:39:30 GMT
236
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
237
+
238
+ ### Patches
239
+
240
+ - Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
241
+ - Bump @fluentui/react-conformance to v0.4.4 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
242
+ - Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
243
+
244
+ ### Changes
245
+
246
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
247
+
248
+ ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
249
+
250
+ Mon, 02 Aug 2021 07:36:20 GMT
251
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
252
+
253
+ ### Changes
254
+
255
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.29 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
256
+
257
+ ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
258
+
259
+ Mon, 26 Jul 2021 07:37:30 GMT
260
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
261
+
262
+ ### Changes
263
+
264
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.46 ([PR #18968](https://github.com/microsoft/fluentui/pull/18968) by olfedias@microsoft.com)
265
+
266
+ ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
267
+
268
+ Fri, 23 Jul 2021 07:38:19 GMT
269
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
270
+
271
+ ### Changes
272
+
273
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27 ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
274
+
275
+ ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
276
+
277
+ Thu, 22 Jul 2021 07:36:55 GMT
278
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
279
+
280
+ ### Changes
281
+
282
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.26 ([PR #19023](https://github.com/microsoft/fluentui/pull/19023) by behowell@microsoft.com)
283
+
284
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
285
+
286
+ Thu, 15 Jul 2021 07:36:18 GMT
287
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
288
+
289
+ ### Changes
290
+
291
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25 ([PR #18861](https://github.com/microsoft/fluentui/pull/18861) by bsunderhus@microsoft.com)
292
+
293
+ ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
294
+
295
+ Tue, 13 Jul 2021 22:32:58 GMT
296
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
297
+
298
+ ### Patches
299
+
300
+ - Bump @fluentui/react-conformance to v0.4.3 ([PR #18925](https://github.com/microsoft/fluentui/pull/18925) by elcraig@microsoft.com)
301
+
302
+ ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
303
+
304
+ Tue, 13 Jul 2021 07:35:36 GMT
305
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
306
+
307
+ ### Changes
308
+
309
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24 ([PR #18560](https://github.com/microsoft/fluentui/pull/18560) by behowell@microsoft.com)
310
+
311
+ ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
312
+
313
+ Fri, 09 Jul 2021 07:39:31 GMT
314
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
315
+
316
+ ### Patches
317
+
318
+ - Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
319
+ - Bump @fluentui/react-conformance to v0.4.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
320
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
321
+
322
+ ### Changes
323
+
324
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
325
+
326
+ ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
327
+
328
+ Fri, 02 Jul 2021 23:15:55 GMT
329
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
330
+
331
+ ### Changes
332
+
333
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.22 ([PR #18721](https://github.com/microsoft/fluentui/pull/18721) by bsunderhus@microsoft.com)
334
+
335
+ ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
336
+
337
+ Fri, 02 Jul 2021 07:37:06 GMT
338
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
339
+
340
+ ### Changes
341
+
342
+ - Rename typings and getSlots to have the Compat Suffix ([PR #18796](https://github.com/microsoft/fluentui/pull/18796) by bsunderhus@microsoft.com)
343
+
344
+ ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
345
+
346
+ Thu, 01 Jul 2021 07:35:05 GMT
347
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
348
+
349
+ ### Changes
350
+
351
+ - Fixing bug in start script of converged packages. ([PR #18768](https://github.com/microsoft/fluentui/pull/18768) by Humberto.Morimoto@microsoft.com)
352
+ - move theming capabilities from @fluentui/react-theme-provider ([PR #18710](https://github.com/microsoft/fluentui/pull/18710) by olfedias@microsoft.com)
353
+
354
+ ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
355
+
356
+ Wed, 30 Jun 2021 07:38:35 GMT
357
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
358
+
359
+ ### Changes
360
+
361
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.46 ([PR #18695](https://github.com/microsoft/fluentui/pull/18695) by tristan.watanabe@gmail.com)
362
+
363
+ ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
364
+
365
+ Tue, 29 Jun 2021 07:33:32 GMT
366
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
367
+
368
+ ### Changes
369
+
370
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.45 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com)
371
+
372
+ ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
373
+
374
+ Tue, 22 Jun 2021 07:35:11 GMT
375
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
376
+
377
+ ### Changes
378
+
379
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.44 ([PR #18397](https://github.com/microsoft/fluentui/pull/18397) by olfedias@microsoft.com)
380
+
381
+ ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
382
+
383
+ Tue, 15 Jun 2021 07:40:20 GMT
384
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
385
+
386
+ ### Changes
387
+
388
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.34 ([PR #18490](https://github.com/microsoft/fluentui/pull/18490) by lingfan.gao@microsoft.com)
389
+
390
+ ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
391
+
392
+ Mon, 07 Jun 2021 07:38:15 GMT
393
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
394
+
395
+ ### Patches
396
+
397
+ - Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
398
+ - Bump @fluentui/react-conformance to v0.4.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
399
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
400
+
401
+ ### Changes
402
+
403
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.42 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
404
+
405
+ ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
406
+
407
+ Fri, 04 Jun 2021 07:37:23 GMT
408
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
409
+
410
+ ### Changes
411
+
412
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16 ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
413
+
414
+ ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
415
+
416
+ Thu, 03 Jun 2021 07:36:03 GMT
417
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
418
+
419
+ ### Changes
420
+
421
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.31 ([PR #18401](https://github.com/microsoft/fluentui/pull/18401) by martinhochel@microsoft.com)
422
+
423
+ ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
424
+
425
+ Wed, 02 Jun 2021 07:37:15 GMT
426
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
427
+
428
+ ### Changes
429
+
430
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.39 ([PR #18404](https://github.com/microsoft/fluentui/pull/18404) by bsunderhus@microsoft.com)
431
+
432
+ ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
433
+
434
+ Wed, 26 May 2021 07:35:43 GMT
435
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
436
+
437
+ ### Changes
438
+
439
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.25 ([PR #18323](https://github.com/microsoft/fluentui/pull/18323) by lingfan.gao@microsoft.com)
440
+
441
+ ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
442
+
443
+ Fri, 21 May 2021 07:34:54 GMT
444
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
445
+
446
+ ### Changes
447
+
448
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.27 ([PR #18238](https://github.com/microsoft/fluentui/pull/18238) by miroslav.stastny@microsoft.com)
449
+
450
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
451
+
452
+ Thu, 20 May 2021 07:41:54 GMT
453
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
454
+
455
+ ### Patches
456
+
457
+ - Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
458
+ - Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
459
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
460
+
461
+ ### Changes
462
+
463
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.36 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
464
+
465
+ ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
466
+
467
+ Wed, 19 May 2021 07:34:20 GMT
468
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
469
+
470
+ ### Patches
471
+
472
+ - Bump @fluentui/react-conformance to v0.3.1 ([PR #18194](https://github.com/microsoft/fluentui/pull/18194) by martinhochel@microsoft.com)
473
+
474
+ ### Changes
475
+
476
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.12 ([PR #18037](https://github.com/microsoft/fluentui/pull/18037) by olfedias@microsoft.com)
477
+
478
+ ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
479
+
480
+ Tue, 18 May 2021 07:34:38 GMT
481
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
482
+
483
+ ### Changes
484
+
485
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.34 ([PR #18171](https://github.com/microsoft/fluentui/pull/18171) by olfedias@microsoft.com)
486
+
487
+ ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
488
+
489
+ Thu, 13 May 2021 07:36:55 GMT
490
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
491
+
492
+ ### Changes
493
+
494
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.33 ([PR #18039](https://github.com/microsoft/fluentui/pull/18039) by olfedias@microsoft.com)
495
+
496
+ ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
497
+
498
+ Wed, 12 May 2021 07:36:20 GMT
499
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
500
+
501
+ ### Changes
502
+
503
+ - Refactor Tooltip provider to be lightweight and not depend on the react-tooltip package ([PR #18043](https://github.com/microsoft/fluentui/pull/18043) by behowell@microsoft.com)
504
+
505
+ ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
506
+
507
+ Mon, 10 May 2021 07:36:07 GMT
508
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
509
+
510
+ ### Changes
511
+
512
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.31 ([PR #18095](https://github.com/microsoft/fluentui/pull/18095) by olfedias@microsoft.com)
513
+
514
+ ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
515
+
516
+ Wed, 05 May 2021 07:36:50 GMT
517
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
518
+
519
+ ### Changes
520
+
521
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.7 ([PR #18038](https://github.com/microsoft/fluentui/pull/18038) by olfedias@microsoft.com)
522
+
523
+ ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
524
+
525
+ Tue, 04 May 2021 07:36:35 GMT
526
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
527
+
528
+ ### Changes
529
+
530
+ - Bump @fluentui/react-tooltip to v9.0.0-alpha.29 ([PR #18015](https://github.com/microsoft/fluentui/pull/18015) by lingfan.gao@microsoft.com)
531
+
532
+ ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
533
+
534
+ Mon, 03 May 2021 07:45:19 GMT
535
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
536
+
537
+ ### Changes
538
+
539
+ - Bump @fluentui/react-tooltip to v9.0.0-alpha.28 ([PR #18005](https://github.com/microsoft/fluentui/pull/18005) by lingfan.gao@microsoft.com)
540
+
541
+ ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
542
+
543
+ Fri, 30 Apr 2021 07:42:23 GMT
544
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
545
+
546
+ ### Patches
547
+
548
+ - Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
549
+ - Bump @fluentui/react-conformance to v0.3.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
550
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
551
+
552
+ ### Changes
553
+
554
+ - Upgrade to ts 4.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
555
+ - update snapshots ([PR #17924](https://github.com/microsoft/fluentui/pull/17924) by olfedias@microsoft.com)
556
+
557
+ ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
558
+
559
+ Wed, 28 Apr 2021 07:32:59 GMT
560
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
561
+
562
+ ### Changes
563
+
564
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.20 ([PR #17971](https://github.com/microsoft/fluentui/pull/17971) by olfedias@microsoft.com)
565
+
566
+ ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
567
+
568
+ Tue, 27 Apr 2021 07:34:03 GMT
569
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
570
+
571
+ ### Changes
572
+
573
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5 ([PR #17922](https://github.com/microsoft/fluentui/pull/17922) by bsunderhus@microsoft.com)
574
+
575
+ ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
576
+
577
+ Mon, 26 Apr 2021 07:34:31 GMT
578
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
579
+
580
+ ### Changes
581
+
582
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4 ([PR #17936](https://github.com/microsoft/fluentui/pull/17936) by bsunderhus@microsoft.com)
583
+
584
+ ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
585
+
586
+ Fri, 23 Apr 2021 07:37:10 GMT
587
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
588
+
589
+ ### Patches
590
+
591
+ - Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
592
+ - Bump @fluentui/react-conformance to v0.2.6 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
593
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
594
+
595
+ ### Changes
596
+
597
+ - Remove react-tabster dependency ([PR #17885](https://github.com/microsoft/fluentui/pull/17885) by lingfan.gao@microsoft.com)
598
+
599
+ ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
600
+
601
+ Thu, 22 Apr 2021 07:33:28 GMT
602
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
603
+
604
+ ### Changes
605
+
606
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2 ([PR #17826](https://github.com/microsoft/fluentui/pull/17826) by bsunderhus@microsoft.com)
607
+
608
+ ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
609
+
610
+ Wed, 21 Apr 2021 07:31:50 GMT
611
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
612
+
613
+ ### Changes
614
+
615
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.17 ([PR #17875](https://github.com/microsoft/fluentui/pull/17875) by miroslav.stastny@microsoft.com)
616
+
617
+ ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
618
+
619
+ Tue, 20 Apr 2021 07:31:35 GMT
620
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
621
+
622
+ ### Changes
623
+
624
+ - Rename internal document to targetDocument ([PR #17827](https://github.com/microsoft/fluentui/pull/17827) by lingfan.gao@microsoft.com)
625
+
626
+ ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
627
+
628
+ Fri, 16 Apr 2021 18:08:21 GMT
629
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
630
+
631
+ ### Changes
632
+
633
+ - Use targetDocument for ThemeProvider ([PR #17794](https://github.com/microsoft/fluentui/pull/17794) by lingfan.gao@microsoft.com)
634
+
635
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
636
+
637
+ Fri, 16 Apr 2021 07:32:08 GMT
638
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
639
+
640
+ ### Changes
641
+
642
+ - Add TooltipProvider to FluentProvider ([PR #17812](https://github.com/microsoft/fluentui/pull/17812) by behowell@microsoft.com)
643
+
644
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
645
+
646
+ Wed, 14 Apr 2021 07:34:12 GMT
647
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
648
+
649
+ ### Changes
650
+
651
+ - Updates snapshot tests ([PR #17707](https://github.com/microsoft/fluentui/pull/17707) by bsunderhus@microsoft.com)
652
+
653
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
654
+
655
+ Thu, 08 Apr 2021 07:33:06 GMT
656
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
657
+
658
+ ### Changes
659
+
660
+ - Bump @fluentui/react-theme to v9.0.0-alpha.8 ([PR #17676](https://github.com/microsoft/fluentui/pull/17676) by Humberto.Morimoto@microsoft.com)
661
+
662
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
663
+
664
+ Thu, 01 Apr 2021 20:13:37 GMT
665
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
666
+
667
+ ### Changes
668
+
669
+ - Change react-focus-management to react-tabster ([PR #17651](https://github.com/microsoft/fluentui/pull/17651) by bsunderhus@microsoft.com)
670
+
671
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
672
+
673
+ Wed, 31 Mar 2021 00:53:43 GMT
674
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
675
+
676
+ ### Patches
677
+
678
+ - Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
679
+ - Bump @fluentui/react-conformance to v0.2.5 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
680
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
681
+
682
+ ### Changes
683
+
684
+ - mergeProps was updated to improve type checking; use compat layer until type errors can be fixed ([PR #17508](https://github.com/microsoft/fluentui/pull/17508) by behowell@microsoft.com)
685
+
686
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
687
+
688
+ Tue, 30 Mar 2021 07:34:45 GMT
689
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
690
+
691
+ ### Changes
692
+
693
+ - Lift FluentProvider context to react-shared-contexts ([PR #17586](https://github.com/microsoft/fluentui/pull/17586) by bsunderhus@microsoft.com)
694
+ - chore: restore "sideEffects" to enable treeshaking ([PR #17584](https://github.com/microsoft/fluentui/pull/17584) by olfedias@microsoft.com)
695
+
696
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
697
+
698
+ Fri, 26 Mar 2021 07:32:34 GMT
699
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
700
+
701
+ ### Changes
702
+
703
+ - Bump @fluentui/react-focus-management to v9.0.0-alpha.11 ([PR #17524](https://github.com/microsoft/fluentui/pull/17524) by lingfan.gao@microsoft.com)
704
+
705
+ ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
706
+
707
+ Thu, 25 Mar 2021 07:33:24 GMT
708
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
709
+
710
+ ### Changes
711
+
712
+ - Bump @fluentui/react-focus-management to v9.0.0-alpha.10 ([PR #17528](https://github.com/microsoft/fluentui/pull/17528) by lingfan.gao@microsoft.com)
713
+
714
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
715
+
716
+ Tue, 23 Mar 2021 07:31:43 GMT
717
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
718
+
719
+ ### Changes
720
+
721
+ - Bump @fluentui/react-focus-management to v9.0.0-alpha.9 ([PR #17339](https://github.com/microsoft/fluentui/pull/17339) by lingfan.gao@microsoft.com)
722
+
723
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
724
+
725
+ Thu, 18 Mar 2021 20:15:34 GMT
726
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
727
+
728
+ ### Changes
729
+
730
+ - Bump @fluentui/react-focus-management to v9.0.0-alpha.8 ([PR #17387](https://github.com/microsoft/fluentui/pull/17387) by lingfan.gao@microsoft.com)
731
+
732
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
733
+
734
+ Tue, 16 Mar 2021 07:32:44 GMT
735
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
736
+
737
+ ### Changes
738
+
739
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.11 ([PR #17418](https://github.com/microsoft/fluentui/pull/17418) by elcraig@microsoft.com)
740
+
741
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
742
+
743
+ Mon, 15 Mar 2021 07:36:20 GMT
744
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
745
+
746
+ ### Changes
747
+
748
+ - Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
749
+
750
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
751
+
752
+ Fri, 12 Mar 2021 20:04:27 GMT
753
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
754
+
755
+ ### Changes
756
+
757
+ - Bump @fluentui/react-theme-provider to v9.0.0-alpha.9 ([PR #17373](https://github.com/microsoft/fluentui/pull/17373) by elcraig@microsoft.com)
758
+
7
759
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
8
760
 
9
- Wed, 10 Mar 2021 07:31:56 GMT
761
+ Wed, 10 Mar 2021 07:34:39 GMT
10
762
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
11
763
 
12
764
  ### Changes