@fluentui/react-context-selector 9.0.0-alpha.9 → 9.0.0-beta.4

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 (45) hide show
  1. package/CHANGELOG.json +724 -1
  2. package/CHANGELOG.md +318 -2
  3. package/README.md +20 -0
  4. package/dist/react-context-selector.d.ts +9 -0
  5. package/lib/createContext.js +53 -40
  6. package/lib/createContext.js.map +1 -1
  7. package/lib/index.d.ts +1 -0
  8. package/lib/index.js +1 -0
  9. package/lib/index.js.map +1 -1
  10. package/lib/tsdoc-metadata.json +1 -1
  11. package/lib/types.js.map +1 -1
  12. package/lib/useContextSelector.js +66 -49
  13. package/lib/useContextSelector.js.map +1 -1
  14. package/lib/useHasParentContext.d.ts +9 -0
  15. package/lib/useHasParentContext.js +19 -0
  16. package/lib/useHasParentContext.js.map +1 -0
  17. package/lib-commonjs/createContext.js +64 -44
  18. package/lib-commonjs/createContext.js.map +1 -1
  19. package/lib-commonjs/index.d.ts +1 -0
  20. package/lib-commonjs/index.js +35 -7
  21. package/lib-commonjs/index.js.map +1 -1
  22. package/lib-commonjs/types.js +4 -1
  23. package/lib-commonjs/types.js.map +1 -1
  24. package/lib-commonjs/useContextSelector.js +76 -52
  25. package/lib-commonjs/useContextSelector.js.map +1 -1
  26. package/lib-commonjs/useHasParentContext.d.ts +9 -0
  27. package/lib-commonjs/useHasParentContext.js +29 -0
  28. package/lib-commonjs/useHasParentContext.js.map +1 -0
  29. package/package.json +7 -7
  30. package/config/api-extractor.json +0 -3
  31. package/config/tests.js +0 -1
  32. package/etc/react-context-selector.api.md +0 -42
  33. package/just.config.ts +0 -3
  34. package/lib-amd/createContext.d.ts +0 -2
  35. package/lib-amd/createContext.js +0 -48
  36. package/lib-amd/createContext.js.map +0 -1
  37. package/lib-amd/index.d.ts +0 -3
  38. package/lib-amd/index.js +0 -9
  39. package/lib-amd/index.js.map +0 -1
  40. package/lib-amd/types.d.ts +0 -19
  41. package/lib-amd/types.js +0 -5
  42. package/lib-amd/types.js.map +0 -1
  43. package/lib-amd/useContextSelector.d.ts +0 -7
  44. package/lib-amd/useContextSelector.js +0 -71
  45. package/lib-amd/useContextSelector.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,730 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 21 May 2021 07:31:18 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:31 GMT",
6
+ "tag": "@fluentui/react-context-selector_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-context-selector",
13
+ "commit": "59b3bebb1944aa35f8e8754beec16dcc95f1d5fb",
14
+ "comment": "update tooling configs"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-context-selector",
21
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
22
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 12 Nov 2021 13:25:22 GMT",
29
+ "tag": "@fluentui/react-context-selector_v9.0.0-beta.3",
30
+ "version": "9.0.0-beta.3",
31
+ "comments": {
32
+ "none": [
33
+ {
34
+ "author": "lingfangao@hotmail.com",
35
+ "package": "@fluentui/react-context-selector",
36
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
37
+ "comment": "Remove beta release tag"
38
+ }
39
+ ],
40
+ "prerelease": [
41
+ {
42
+ "author": "gcox@microsoft.com",
43
+ "package": "@fluentui/react-context-selector",
44
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
45
+ "comment": "Updated beta and RC components to ES2019"
46
+ },
47
+ {
48
+ "author": "beachball",
49
+ "package": "@fluentui/react-context-selector",
50
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
51
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
52
+ }
53
+ ]
54
+ }
55
+ },
56
+ {
57
+ "date": "Wed, 27 Oct 2021 12:14:24 GMT",
58
+ "tag": "@fluentui/react-context-selector_v9.0.0-beta.2",
59
+ "version": "9.0.0-beta.2",
60
+ "comments": {
61
+ "prerelease": [
62
+ {
63
+ "author": "beachball",
64
+ "package": "@fluentui/react-context-selector",
65
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
66
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
67
+ }
68
+ ]
69
+ }
70
+ },
71
+ {
72
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
73
+ "tag": "@fluentui/react-context-selector_v9.0.0-beta.1",
74
+ "version": "9.0.0-beta.1",
75
+ "comments": {
76
+ "prerelease": [
77
+ {
78
+ "author": "lingfangao@hotmail.com",
79
+ "package": "@fluentui/react-context-selector",
80
+ "comment": "Bump all v9 components to beta prerelease tag",
81
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
82
+ },
83
+ {
84
+ "author": "beachball",
85
+ "package": "@fluentui/react-context-selector",
86
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
87
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
88
+ }
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
94
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.39",
95
+ "version": "9.0.0-alpha.39",
96
+ "comments": {
97
+ "prerelease": [
98
+ {
99
+ "author": "beachball",
100
+ "package": "@fluentui/react-context-selector",
101
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
102
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
103
+ }
104
+ ]
105
+ }
106
+ },
107
+ {
108
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
109
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.38",
110
+ "version": "9.0.0-alpha.38",
111
+ "comments": {
112
+ "prerelease": [
113
+ {
114
+ "author": "lingfangao@hotmail.com",
115
+ "package": "@fluentui/react-context-selector",
116
+ "comment": "Bump v9 prerelease versions to rerelease",
117
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
118
+ },
119
+ {
120
+ "author": "beachball",
121
+ "package": "@fluentui/react-context-selector",
122
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
123
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
130
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.36",
131
+ "version": "9.0.0-alpha.36",
132
+ "comments": {
133
+ "prerelease": [
134
+ {
135
+ "author": "beachball",
136
+ "package": "@fluentui/react-context-selector",
137
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
138
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
139
+ }
140
+ ]
141
+ }
142
+ },
143
+ {
144
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
145
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.35",
146
+ "version": "9.0.0-alpha.35",
147
+ "comments": {
148
+ "prerelease": [
149
+ {
150
+ "author": "beachball",
151
+ "package": "@fluentui/react-context-selector",
152
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
153
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
160
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.34",
161
+ "version": "9.0.0-alpha.34",
162
+ "comments": {
163
+ "prerelease": [
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-context-selector",
167
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
168
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
169
+ }
170
+ ]
171
+ }
172
+ },
173
+ {
174
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
175
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.33",
176
+ "version": "9.0.0-alpha.33",
177
+ "comments": {
178
+ "prerelease": [
179
+ {
180
+ "author": "beachball",
181
+ "package": "@fluentui/react-context-selector",
182
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
183
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
184
+ }
185
+ ]
186
+ }
187
+ },
188
+ {
189
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
190
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.32",
191
+ "version": "9.0.0-alpha.32",
192
+ "comments": {
193
+ "none": [
194
+ {
195
+ "author": "lingfangao@hotmail.com",
196
+ "package": "@fluentui/react-context-selector",
197
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
198
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
199
+ },
200
+ {
201
+ "author": "lingfangao@hotmail.com",
202
+ "package": "@fluentui/react-context-selector",
203
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
204
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.32"
205
+ }
206
+ ]
207
+ }
208
+ },
209
+ {
210
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
211
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.32",
212
+ "version": "9.0.0-alpha.32",
213
+ "comments": {
214
+ "prerelease": [
215
+ {
216
+ "author": "Humberto.Morimoto@microsoft.com",
217
+ "package": "@fluentui/react-context-selector",
218
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
219
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.32"
220
+ }
221
+ ]
222
+ }
223
+ },
224
+ {
225
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
226
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.31",
227
+ "version": "9.0.0-alpha.31",
228
+ "comments": {
229
+ "prerelease": [
230
+ {
231
+ "author": "behowell@microsoft.com",
232
+ "package": "@fluentui/react-context-selector",
233
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
234
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.31"
235
+ }
236
+ ]
237
+ }
238
+ },
239
+ {
240
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
241
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.30",
242
+ "version": "9.0.0-alpha.30",
243
+ "comments": {
244
+ "prerelease": [
245
+ {
246
+ "author": "bsunderhus@microsoft.com",
247
+ "package": "@fluentui/react-context-selector",
248
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
249
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.30"
250
+ }
251
+ ]
252
+ }
253
+ },
254
+ {
255
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
256
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.29",
257
+ "version": "9.0.0-alpha.29",
258
+ "comments": {
259
+ "prerelease": [
260
+ {
261
+ "author": "lingfangao@hotmail.com",
262
+ "package": "@fluentui/react-context-selector",
263
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
264
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
265
+ },
266
+ {
267
+ "author": "lingfangao@hotmail.com",
268
+ "package": "@fluentui/react-context-selector",
269
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
270
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.29"
271
+ }
272
+ ]
273
+ }
274
+ },
275
+ {
276
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
277
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.28",
278
+ "version": "9.0.0-alpha.28",
279
+ "comments": {
280
+ "prerelease": [
281
+ {
282
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
283
+ "author": "behowell@microsoft.com",
284
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
285
+ "package": "@fluentui/react-context-selector"
286
+ }
287
+ ]
288
+ }
289
+ },
290
+ {
291
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
292
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.27",
293
+ "version": "9.0.0-alpha.27",
294
+ "comments": {
295
+ "prerelease": [
296
+ {
297
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
298
+ "author": "lingfangao@hotmail.com",
299
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
300
+ "package": "@fluentui/react-context-selector"
301
+ }
302
+ ]
303
+ }
304
+ },
305
+ {
306
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
307
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.26",
308
+ "version": "9.0.0-alpha.26",
309
+ "comments": {
310
+ "prerelease": [
311
+ {
312
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
313
+ "author": "bsunderhus@microsoft.com",
314
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
315
+ "package": "@fluentui/react-context-selector"
316
+ }
317
+ ]
318
+ }
319
+ },
320
+ {
321
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
322
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.25",
323
+ "version": "9.0.0-alpha.25",
324
+ "comments": {
325
+ "prerelease": [
326
+ {
327
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
328
+ "author": "lingfan.gao@microsoft.com",
329
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
330
+ "package": "@fluentui/react-context-selector"
331
+ }
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
337
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.24",
338
+ "version": "9.0.0-alpha.24",
339
+ "comments": {
340
+ "none": [
341
+ {
342
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
343
+ "author": "dzearing@hotmail.com",
344
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
345
+ "package": "@fluentui/react-context-selector"
346
+ }
347
+ ]
348
+ }
349
+ },
350
+ {
351
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
352
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.24",
353
+ "version": "9.0.0-alpha.24",
354
+ "comments": {
355
+ "prerelease": [
356
+ {
357
+ "comment": "Update .npmignore",
358
+ "author": "elcraig@microsoft.com",
359
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
360
+ "package": "@fluentui/react-context-selector"
361
+ }
362
+ ],
363
+ "none": [
364
+ {
365
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
366
+ "author": "behowell@microsoft.com",
367
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
368
+ "package": "@fluentui/react-context-selector"
369
+ },
370
+ {
371
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
372
+ "author": "elcraig@microsoft.com",
373
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
374
+ "package": "@fluentui/react-context-selector"
375
+ },
376
+ {
377
+ "comment": "Bump @fluentui/scripts to v1.0.0",
378
+ "author": "behowell@microsoft.com",
379
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
380
+ "package": "@fluentui/react-context-selector"
381
+ }
382
+ ]
383
+ }
384
+ },
385
+ {
386
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
387
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.23",
388
+ "version": "9.0.0-alpha.23",
389
+ "comments": {
390
+ "prerelease": [
391
+ {
392
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
393
+ "author": "bsunderhus@microsoft.com",
394
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
395
+ "package": "@fluentui/react-context-selector"
396
+ }
397
+ ]
398
+ }
399
+ },
400
+ {
401
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
402
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.22",
403
+ "version": "9.0.0-alpha.22",
404
+ "comments": {
405
+ "prerelease": [
406
+ {
407
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.38",
408
+ "author": "bsunderhus@microsoft.com",
409
+ "commit": "9ac8b044a6a524d6ce55f3f801ce0189a8087e85",
410
+ "package": "@fluentui/react-context-selector"
411
+ }
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
417
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.21",
418
+ "version": "9.0.0-alpha.21",
419
+ "comments": {
420
+ "none": [
421
+ {
422
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
423
+ "author": "czearing@outlook.com",
424
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
425
+ "package": "@fluentui/react-context-selector"
426
+ }
427
+ ]
428
+ }
429
+ },
430
+ {
431
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
432
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.21",
433
+ "version": "9.0.0-alpha.21",
434
+ "comments": {
435
+ "patch": [
436
+ {
437
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
438
+ "author": "behowell@microsoft.com",
439
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
440
+ "package": "@fluentui/react-context-selector"
441
+ },
442
+ {
443
+ "comment": "Bump @fluentui/scripts to v1.0.0",
444
+ "author": "behowell@microsoft.com",
445
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
446
+ "package": "@fluentui/react-context-selector"
447
+ }
448
+ ],
449
+ "prerelease": [
450
+ {
451
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
452
+ "author": "behowell@microsoft.com",
453
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
454
+ "package": "@fluentui/react-context-selector"
455
+ }
456
+ ]
457
+ }
458
+ },
459
+ {
460
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
461
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.20",
462
+ "version": "9.0.0-alpha.20",
463
+ "comments": {
464
+ "prerelease": [
465
+ {
466
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
467
+ "author": "lingfan.gao@microsoft.com",
468
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
469
+ "package": "@fluentui/react-context-selector"
470
+ }
471
+ ]
472
+ }
473
+ },
474
+ {
475
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
476
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.19",
477
+ "version": "9.0.0-alpha.19",
478
+ "comments": {
479
+ "prerelease": [
480
+ {
481
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.35",
482
+ "author": "behowell@microsoft.com",
483
+ "commit": "d38109a7fd40e187aca862046219cf9a7ca66131",
484
+ "package": "@fluentui/react-context-selector"
485
+ }
486
+ ]
487
+ }
488
+ },
489
+ {
490
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
491
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.18",
492
+ "version": "9.0.0-alpha.18",
493
+ "comments": {
494
+ "prerelease": [
495
+ {
496
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
497
+ "author": "behowell@microsoft.com",
498
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
499
+ "package": "@fluentui/react-context-selector"
500
+ }
501
+ ]
502
+ }
503
+ },
504
+ {
505
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
506
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.17",
507
+ "version": "9.0.0-alpha.17",
508
+ "comments": {
509
+ "none": [
510
+ {
511
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
512
+ "author": "olfedias@microsoft.com",
513
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
514
+ "package": "@fluentui/react-context-selector"
515
+ }
516
+ ]
517
+ }
518
+ },
519
+ {
520
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
521
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.17",
522
+ "version": "9.0.0-alpha.17",
523
+ "comments": {
524
+ "prerelease": [
525
+ {
526
+ "comment": "feat(useHasParentContext): new hook to determine if a context provider exists as parent",
527
+ "author": "lingfan.gao@microsoft.com",
528
+ "commit": "fce57b22cb51acd0b125421278655258b871c1b5",
529
+ "package": "@fluentui/react-context-selector"
530
+ }
531
+ ]
532
+ }
533
+ },
534
+ {
535
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
536
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.16",
537
+ "version": "9.0.0-alpha.16",
538
+ "comments": {
539
+ "patch": [
540
+ {
541
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
542
+ "author": "martinhochel@microsoft.com",
543
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
544
+ "package": "@fluentui/react-context-selector"
545
+ },
546
+ {
547
+ "comment": "Bump @fluentui/scripts to v1.0.0",
548
+ "author": "martinhochel@microsoft.com",
549
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
550
+ "package": "@fluentui/react-context-selector"
551
+ }
552
+ ],
553
+ "prerelease": [
554
+ {
555
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.32",
556
+ "author": "martinhochel@microsoft.com",
557
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
558
+ "package": "@fluentui/react-context-selector"
559
+ }
560
+ ]
561
+ }
562
+ },
563
+ {
564
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
565
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.15",
566
+ "version": "9.0.0-alpha.15",
567
+ "comments": {
568
+ "prerelease": [
569
+ {
570
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
571
+ "author": "bsunderhus@microsoft.com",
572
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
573
+ "package": "@fluentui/react-context-selector"
574
+ }
575
+ ]
576
+ }
577
+ },
578
+ {
579
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
580
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.14",
581
+ "version": "9.0.0-alpha.14",
582
+ "comments": {
583
+ "prerelease": [
584
+ {
585
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.30",
586
+ "author": "bsunderhus@microsoft.com",
587
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
588
+ "package": "@fluentui/react-context-selector"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ {
594
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
595
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.13",
596
+ "version": "9.0.0-alpha.13",
597
+ "comments": {
598
+ "none": [
599
+ {
600
+ "comment": "chore(react-context-selector): Migrate DX",
601
+ "author": "lingfan.gao@microsoft.com",
602
+ "commit": "5c06b5a9bd09cefc6ef3afc90f5575ca4663f665",
603
+ "package": "@fluentui/react-context-selector"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
610
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.13",
611
+ "version": "9.0.0-alpha.13",
612
+ "comments": {
613
+ "prerelease": [
614
+ {
615
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
616
+ "author": "behowell@microsoft.com",
617
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
618
+ "package": "@fluentui/react-context-selector"
619
+ }
620
+ ]
621
+ }
622
+ },
623
+ {
624
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
625
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.12",
626
+ "version": "9.0.0-alpha.12",
627
+ "comments": {
628
+ "patch": [
629
+ {
630
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
631
+ "author": "martinhochel@microsoft.com",
632
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
633
+ "package": "@fluentui/react-context-selector"
634
+ },
635
+ {
636
+ "comment": "Bump @fluentui/scripts to v1.0.0",
637
+ "author": "martinhochel@microsoft.com",
638
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
639
+ "package": "@fluentui/react-context-selector"
640
+ }
641
+ ],
642
+ "prerelease": [
643
+ {
644
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.28",
645
+ "author": "martinhochel@microsoft.com",
646
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
647
+ "package": "@fluentui/react-context-selector"
648
+ }
649
+ ]
650
+ }
651
+ },
652
+ {
653
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
654
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.11",
655
+ "version": "9.0.0-alpha.11",
656
+ "comments": {
657
+ "prerelease": [
658
+ {
659
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.27",
660
+ "author": "Humberto.Morimoto@microsoft.com",
661
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
662
+ "package": "@fluentui/react-context-selector"
663
+ }
664
+ ]
665
+ }
666
+ },
667
+ {
668
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
669
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.10",
670
+ "version": "9.0.0-alpha.10",
671
+ "comments": {
672
+ "none": [
673
+ {
674
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
675
+ "author": "martinhochel@microsoft.com",
676
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
677
+ "package": "@fluentui/react-context-selector"
678
+ }
679
+ ]
680
+ }
681
+ },
682
+ {
683
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
684
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.10",
685
+ "version": "9.0.0-alpha.10",
686
+ "comments": {
687
+ "none": [
688
+ {
689
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
690
+ "author": "olfedias@microsoft.com",
691
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
692
+ "package": "@fluentui/react-context-selector"
693
+ }
694
+ ]
695
+ }
696
+ },
697
+ {
698
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
699
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.10",
700
+ "version": "9.0.0-alpha.10",
701
+ "comments": {
702
+ "none": [
703
+ {
704
+ "comment": "enable Jest aliases",
705
+ "author": "olfedias@microsoft.com",
706
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
707
+ "package": "@fluentui/react-context-selector"
708
+ }
709
+ ]
710
+ }
711
+ },
712
+ {
713
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
714
+ "tag": "@fluentui/react-context-selector_v9.0.0-alpha.10",
715
+ "version": "9.0.0-alpha.10",
716
+ "comments": {
717
+ "prerelease": [
718
+ {
719
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
720
+ "author": "lingfan.gao@microsoft.com",
721
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
722
+ "package": "@fluentui/react-context-selector"
723
+ }
724
+ ]
725
+ }
726
+ },
727
+ {
728
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
6
729
  "tag": "@fluentui/react-context-selector_v9.0.0-alpha.9",
7
730
  "version": "9.0.0-alpha.9",
8
731
  "comments": {