@fluentui/react-context-selector 9.0.0-alpha.8 → 9.0.0-beta.3

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