@fluentui/react-context-selector 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +282 -8
- package/CHANGELOG.md +154 -48
- package/dist/{react-context-selector.d.ts → index.d.ts} +0 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/createContext.js +53 -40
- package/lib/createContext.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/lib/useContextSelector.js +66 -49
- package/lib/useContextSelector.js.map +1 -1
- package/lib/useHasParentContext.js +8 -5
- package/lib/useHasParentContext.js.map +1 -1
- package/lib-commonjs/createContext.js +64 -44
- package/lib-commonjs/createContext.js.map +1 -1
- package/lib-commonjs/index.js +31 -9
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/types.js +4 -1
- package/lib-commonjs/types.js.map +1 -1
- package/lib-commonjs/useContextSelector.js +76 -52
- package/lib-commonjs/useContextSelector.js.map +1 -1
- package/lib-commonjs/useHasParentContext.js +16 -7
- package/lib-commonjs/useHasParentContext.js.map +1 -1
- package/package.json +19 -20
- package/lib/createContext.d.ts +0 -2
- package/lib/index.d.ts +0 -4
- package/lib/types.d.ts +0 -19
- package/lib/useContextSelector.d.ts +0 -7
- package/lib/useHasParentContext.d.ts +0 -9
- package/lib-commonjs/createContext.d.ts +0 -2
- package/lib-commonjs/index.d.ts +0 -4
- package/lib-commonjs/types.d.ts +0 -19
- package/lib-commonjs/useContextSelector.d.ts +0 -7
- package/lib-commonjs/useHasParentContext.d.ts +0 -9
package/CHANGELOG.json
CHANGED
@@ -2,22 +2,296 @@
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-context-selector_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Tue, 31 May 2022 21:26:44 GMT",
|
6
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.10",
|
7
|
+
"version": "9.0.0-rc.10",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-context-selector",
|
13
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
14
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 26 May 2022 21:01:25 GMT",
|
21
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.9",
|
22
|
+
"version": "9.0.0-rc.9",
|
23
|
+
"comments": {
|
24
|
+
"none": [
|
25
|
+
{
|
26
|
+
"author": "lingfangao@hotmail.com",
|
27
|
+
"package": "@fluentui/react-context-selector",
|
28
|
+
"commit": "fff6a012b8a3b165b364ef2c412b9edee0bc05a9",
|
29
|
+
"comment": "Add eslint ignore for context export"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Mon, 23 May 2022 12:14:24 GMT",
|
36
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.9",
|
37
|
+
"version": "9.0.0-rc.9",
|
38
|
+
"comments": {
|
39
|
+
"prerelease": [
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-context-selector",
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
44
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Thu, 05 May 2022 18:26:23 GMT",
|
51
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.8",
|
52
|
+
"version": "9.0.0-rc.8",
|
53
|
+
"comments": {
|
54
|
+
"prerelease": [
|
55
|
+
{
|
56
|
+
"author": "martinhochel@microsoft.com",
|
57
|
+
"package": "@fluentui/react-context-selector",
|
58
|
+
"commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
|
59
|
+
"comment": "feat: ship rolluped only dts"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "humberto_makoto@hotmail.com",
|
12
63
|
"package": "@fluentui/react-context-selector",
|
13
|
-
"
|
14
|
-
"
|
64
|
+
"commit": "982f68bd9b216ed71dc5e4fb7e77b56e73a8a468",
|
65
|
+
"comment": "Removing star exports."
|
15
66
|
},
|
16
67
|
{
|
17
68
|
"author": "beachball",
|
18
69
|
"package": "@fluentui/react-context-selector",
|
19
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
20
|
-
"commit": "
|
70
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
71
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
72
|
+
}
|
73
|
+
]
|
74
|
+
}
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"date": "Wed, 04 May 2022 13:26:42 GMT",
|
78
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.7",
|
79
|
+
"version": "9.0.0-rc.7",
|
80
|
+
"comments": {
|
81
|
+
"none": [
|
82
|
+
{
|
83
|
+
"author": "tristan.watanabe@gmail.com",
|
84
|
+
"package": "@fluentui/react-context-selector",
|
85
|
+
"commit": "8997f88bdd280b6831338d6c231b387fd554046e",
|
86
|
+
"comment": "react-context-selector: Move to new common folder."
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"prerelease": [
|
90
|
+
{
|
91
|
+
"author": "beachball",
|
92
|
+
"package": "@fluentui/react-context-selector",
|
93
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
94
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
95
|
+
}
|
96
|
+
]
|
97
|
+
}
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"date": "Tue, 19 Apr 2022 19:17:22 GMT",
|
101
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.6",
|
102
|
+
"version": "9.0.0-rc.6",
|
103
|
+
"comments": {
|
104
|
+
"none": [
|
105
|
+
{
|
106
|
+
"author": "elcraig@microsoft.com",
|
107
|
+
"package": "@fluentui/react-context-selector",
|
108
|
+
"commit": "b48c03cff249019cf845af18a7f63dacf46d5218",
|
109
|
+
"comment": "Hoist react-is devDependencies to the repo root"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"author": "mgodbolt@microsoft.com",
|
113
|
+
"package": "@fluentui/react-context-selector",
|
114
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
115
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
116
|
+
}
|
117
|
+
],
|
118
|
+
"prerelease": [
|
119
|
+
{
|
120
|
+
"author": "elcraig@microsoft.com",
|
121
|
+
"package": "@fluentui/react-context-selector",
|
122
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
123
|
+
"comment": "Move `scheduler` to a peer dependency and allow appropriate versions for React 16 or 17"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"author": "beachball",
|
127
|
+
"package": "@fluentui/react-context-selector",
|
128
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
129
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
130
|
+
}
|
131
|
+
]
|
132
|
+
}
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"date": "Fri, 04 Mar 2022 05:17:36 GMT",
|
136
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.5",
|
137
|
+
"version": "9.0.0-rc.5",
|
138
|
+
"comments": {
|
139
|
+
"prerelease": [
|
140
|
+
{
|
141
|
+
"author": "dzearing@microsoft.com",
|
142
|
+
"package": "@fluentui/react-context-selector",
|
143
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
144
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"author": "beachball",
|
148
|
+
"package": "@fluentui/react-context-selector",
|
149
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
150
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
151
|
+
}
|
152
|
+
]
|
153
|
+
}
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
157
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.4",
|
158
|
+
"version": "9.0.0-rc.4",
|
159
|
+
"comments": {
|
160
|
+
"prerelease": [
|
161
|
+
{
|
162
|
+
"author": "beachball",
|
163
|
+
"package": "@fluentui/react-context-selector",
|
164
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
165
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
166
|
+
}
|
167
|
+
]
|
168
|
+
}
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"date": "Fri, 18 Feb 2022 13:35:31 GMT",
|
172
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.3",
|
173
|
+
"version": "9.0.0-rc.3",
|
174
|
+
"comments": {
|
175
|
+
"prerelease": [
|
176
|
+
{
|
177
|
+
"author": "lingfangao@hotmail.com",
|
178
|
+
"package": "@fluentui/react-context-selector",
|
179
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
180
|
+
"comment": "fix: Source maps contain original source code"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"author": "beachball",
|
184
|
+
"package": "@fluentui/react-context-selector",
|
185
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
186
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
187
|
+
}
|
188
|
+
]
|
189
|
+
}
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"date": "Thu, 10 Feb 2022 08:51:09 GMT",
|
193
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.1",
|
194
|
+
"version": "9.0.0-rc.1",
|
195
|
+
"comments": {
|
196
|
+
"none": [
|
197
|
+
{
|
198
|
+
"author": "martinhochel@microsoft.com",
|
199
|
+
"package": "@fluentui/react-context-selector",
|
200
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
201
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"author": "olfedias@microsoft.com",
|
205
|
+
"package": "@fluentui/react-context-selector",
|
206
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
207
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
208
|
+
}
|
209
|
+
],
|
210
|
+
"prerelease": [
|
211
|
+
{
|
212
|
+
"author": "lingfangao@hotmail.com",
|
213
|
+
"package": "@fluentui/react-context-selector",
|
214
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
215
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"author": "tristan.watanabe@gmail.com",
|
219
|
+
"package": "@fluentui/react-context-selector",
|
220
|
+
"commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
|
221
|
+
"comment": "Allow React 17 in peerDependencies."
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"author": "beachball",
|
225
|
+
"package": "@fluentui/react-context-selector",
|
226
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
227
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
228
|
+
}
|
229
|
+
]
|
230
|
+
}
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"date": "Thu, 25 Nov 2021 08:34:13 GMT",
|
234
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-beta.4",
|
235
|
+
"version": "9.0.0-beta.4",
|
236
|
+
"comments": {
|
237
|
+
"none": [
|
238
|
+
{
|
239
|
+
"author": "olfedias@microsoft.com",
|
240
|
+
"package": "@fluentui/react-context-selector",
|
241
|
+
"commit": "59b3bebb1944aa35f8e8754beec16dcc95f1d5fb",
|
242
|
+
"comment": "update tooling configs"
|
243
|
+
}
|
244
|
+
],
|
245
|
+
"prerelease": [
|
246
|
+
{
|
247
|
+
"author": "beachball",
|
248
|
+
"package": "@fluentui/react-context-selector",
|
249
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
250
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
251
|
+
}
|
252
|
+
]
|
253
|
+
}
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"date": "Fri, 12 Nov 2021 13:25:22 GMT",
|
257
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-beta.3",
|
258
|
+
"version": "9.0.0-beta.3",
|
259
|
+
"comments": {
|
260
|
+
"none": [
|
261
|
+
{
|
262
|
+
"author": "lingfangao@hotmail.com",
|
263
|
+
"package": "@fluentui/react-context-selector",
|
264
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
265
|
+
"comment": "Remove beta release tag"
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"prerelease": [
|
269
|
+
{
|
270
|
+
"author": "gcox@microsoft.com",
|
271
|
+
"package": "@fluentui/react-context-selector",
|
272
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
273
|
+
"comment": "Updated beta and RC components to ES2019"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "beachball",
|
277
|
+
"package": "@fluentui/react-context-selector",
|
278
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
279
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
280
|
+
}
|
281
|
+
]
|
282
|
+
}
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"date": "Wed, 27 Oct 2021 12:14:24 GMT",
|
286
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-beta.2",
|
287
|
+
"version": "9.0.0-beta.2",
|
288
|
+
"comments": {
|
289
|
+
"prerelease": [
|
290
|
+
{
|
291
|
+
"author": "beachball",
|
292
|
+
"package": "@fluentui/react-context-selector",
|
293
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
294
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
295
|
}
|
22
296
|
]
|
23
297
|
}
|