@fluentui/react-context-selector 9.0.0-rc.4 → 9.0.0-rc.7
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 +80 -1
- package/CHANGELOG.md +78 -49
- package/dist/{react-context-selector.d.ts → index.d.ts} +0 -0
- package/package.json +13 -14
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,86 @@
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:10 GMT",
|
6
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.7",
|
7
|
+
"version": "9.0.0-rc.7",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-context-selector",
|
13
|
+
"commit": "8997f88bdd280b6831338d6c231b387fd554046e",
|
14
|
+
"comment": "react-context-selector: Move to new common folder."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-context-selector",
|
21
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
22
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"date": "Tue, 19 Apr 2022 19:17:22 GMT",
|
29
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.6",
|
30
|
+
"version": "9.0.0-rc.6",
|
31
|
+
"comments": {
|
32
|
+
"none": [
|
33
|
+
{
|
34
|
+
"author": "elcraig@microsoft.com",
|
35
|
+
"package": "@fluentui/react-context-selector",
|
36
|
+
"commit": "b48c03cff249019cf845af18a7f63dacf46d5218",
|
37
|
+
"comment": "Hoist react-is devDependencies to the repo root"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"author": "mgodbolt@microsoft.com",
|
41
|
+
"package": "@fluentui/react-context-selector",
|
42
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
43
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"prerelease": [
|
47
|
+
{
|
48
|
+
"author": "elcraig@microsoft.com",
|
49
|
+
"package": "@fluentui/react-context-selector",
|
50
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
51
|
+
"comment": "Move `scheduler` to a peer dependency and allow appropriate versions for React 16 or 17"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"author": "beachball",
|
55
|
+
"package": "@fluentui/react-context-selector",
|
56
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
57
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
58
|
+
}
|
59
|
+
]
|
60
|
+
}
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"date": "Fri, 04 Mar 2022 05:17:36 GMT",
|
64
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-rc.5",
|
65
|
+
"version": "9.0.0-rc.5",
|
66
|
+
"comments": {
|
67
|
+
"prerelease": [
|
68
|
+
{
|
69
|
+
"author": "dzearing@microsoft.com",
|
70
|
+
"package": "@fluentui/react-context-selector",
|
71
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
72
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"author": "beachball",
|
76
|
+
"package": "@fluentui/react-context-selector",
|
77
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
78
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
79
|
+
}
|
80
|
+
]
|
81
|
+
}
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
6
85
|
"tag": "@fluentui/react-context-selector_v9.0.0-rc.4",
|
7
86
|
"version": "9.0.0-rc.4",
|
8
87
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,41 @@
|
|
1
1
|
# Change Log - @fluentui/react-context-selector
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:10 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.7)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:10 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.6..@fluentui/react-context-selector_v9.0.0-rc.7)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.6)
|
17
|
+
|
18
|
+
Tue, 19 Apr 2022 19:17:22 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.5..@fluentui/react-context-selector_v9.0.0-rc.6)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Move `scheduler` to a peer dependency and allow appropriate versions for React 16 or 17 ([PR #21769](https://github.com/microsoft/fluentui/pull/21769) by elcraig@microsoft.com)
|
24
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
25
|
+
|
26
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.5)
|
27
|
+
|
28
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.4..@fluentui/react-context-selector_v9.0.0-rc.5)
|
30
|
+
|
31
|
+
### Changes
|
32
|
+
|
33
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
34
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
35
|
+
|
7
36
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.4)
|
8
37
|
|
9
|
-
Tue, 01 Mar 2022 02:
|
38
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.3..@fluentui/react-context-selector_v9.0.0-rc.4)
|
11
40
|
|
12
41
|
### Changes
|
@@ -15,7 +44,7 @@ Tue, 01 Mar 2022 02:16:14 GMT
|
|
15
44
|
|
16
45
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.3)
|
17
46
|
|
18
|
-
Fri, 18 Feb 2022 13:35:31 GMT
|
47
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
19
48
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.1..@fluentui/react-context-selector_v9.0.0-rc.3)
|
20
49
|
|
21
50
|
### Changes
|
@@ -25,7 +54,7 @@ Fri, 18 Feb 2022 13:35:31 GMT
|
|
25
54
|
|
26
55
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.1)
|
27
56
|
|
28
|
-
Thu, 10 Feb 2022 08:51:09 GMT
|
57
|
+
Thu, 10 Feb 2022 08:51:09 GMT
|
29
58
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.4..@fluentui/react-context-selector_v9.0.0-rc.1)
|
30
59
|
|
31
60
|
### Changes
|
@@ -36,7 +65,7 @@ Thu, 10 Feb 2022 08:51:09 GMT
|
|
36
65
|
|
37
66
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-beta.4)
|
38
67
|
|
39
|
-
Thu, 25 Nov 2021 08:34:13 GMT
|
68
|
+
Thu, 25 Nov 2021 08:34:13 GMT
|
40
69
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.3..@fluentui/react-context-selector_v9.0.0-beta.4)
|
41
70
|
|
42
71
|
### Changes
|
@@ -45,7 +74,7 @@ Thu, 25 Nov 2021 08:34:13 GMT
|
|
45
74
|
|
46
75
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-beta.3)
|
47
76
|
|
48
|
-
Fri, 12 Nov 2021 13:25:22 GMT
|
77
|
+
Fri, 12 Nov 2021 13:25:22 GMT
|
49
78
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.2..@fluentui/react-context-selector_v9.0.0-beta.3)
|
50
79
|
|
51
80
|
### Changes
|
@@ -55,7 +84,7 @@ Fri, 12 Nov 2021 13:25:22 GMT
|
|
55
84
|
|
56
85
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-beta.2)
|
57
86
|
|
58
|
-
Wed, 27 Oct 2021 12:14:24 GMT
|
87
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
59
88
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.1..@fluentui/react-context-selector_v9.0.0-beta.2)
|
60
89
|
|
61
90
|
### Changes
|
@@ -64,7 +93,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
|
|
64
93
|
|
65
94
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-beta.1)
|
66
95
|
|
67
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
96
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
68
97
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.39..@fluentui/react-context-selector_v9.0.0-beta.1)
|
69
98
|
|
70
99
|
### Changes
|
@@ -74,7 +103,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
74
103
|
|
75
104
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.39)
|
76
105
|
|
77
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
106
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
78
107
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.38..@fluentui/react-context-selector_v9.0.0-alpha.39)
|
79
108
|
|
80
109
|
### Changes
|
@@ -83,7 +112,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
83
112
|
|
84
113
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.38)
|
85
114
|
|
86
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
115
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
87
116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.36..@fluentui/react-context-selector_v9.0.0-alpha.38)
|
88
117
|
|
89
118
|
### Changes
|
@@ -93,7 +122,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
93
122
|
|
94
123
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.36)
|
95
124
|
|
96
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
125
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
97
126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.35..@fluentui/react-context-selector_v9.0.0-alpha.36)
|
98
127
|
|
99
128
|
### Changes
|
@@ -102,7 +131,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
102
131
|
|
103
132
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.35)
|
104
133
|
|
105
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
134
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
106
135
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.34..@fluentui/react-context-selector_v9.0.0-alpha.35)
|
107
136
|
|
108
137
|
### Changes
|
@@ -111,7 +140,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
111
140
|
|
112
141
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.34)
|
113
142
|
|
114
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
143
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
115
144
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.33..@fluentui/react-context-selector_v9.0.0-alpha.34)
|
116
145
|
|
117
146
|
### Changes
|
@@ -120,7 +149,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
120
149
|
|
121
150
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.33)
|
122
151
|
|
123
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
152
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
124
153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.32..@fluentui/react-context-selector_v9.0.0-alpha.33)
|
125
154
|
|
126
155
|
### Changes
|
@@ -129,7 +158,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
129
158
|
|
130
159
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.32)
|
131
160
|
|
132
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
161
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
133
162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.31..@fluentui/react-context-selector_v9.0.0-alpha.32)
|
134
163
|
|
135
164
|
### Changes
|
@@ -138,7 +167,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
138
167
|
|
139
168
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.31)
|
140
169
|
|
141
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
170
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
142
171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.30..@fluentui/react-context-selector_v9.0.0-alpha.31)
|
143
172
|
|
144
173
|
### Changes
|
@@ -147,7 +176,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
147
176
|
|
148
177
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.30)
|
149
178
|
|
150
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
179
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
151
180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.29..@fluentui/react-context-selector_v9.0.0-alpha.30)
|
152
181
|
|
153
182
|
### Changes
|
@@ -156,7 +185,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
156
185
|
|
157
186
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.29)
|
158
187
|
|
159
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
188
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
160
189
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.28..@fluentui/react-context-selector_v9.0.0-alpha.29)
|
161
190
|
|
162
191
|
### Changes
|
@@ -166,7 +195,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
166
195
|
|
167
196
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.28)
|
168
197
|
|
169
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
198
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
170
199
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.27..@fluentui/react-context-selector_v9.0.0-alpha.28)
|
171
200
|
|
172
201
|
### Changes
|
@@ -175,7 +204,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
175
204
|
|
176
205
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.27)
|
177
206
|
|
178
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
207
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
179
208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.26..@fluentui/react-context-selector_v9.0.0-alpha.27)
|
180
209
|
|
181
210
|
### Changes
|
@@ -184,7 +213,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
184
213
|
|
185
214
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.26)
|
186
215
|
|
187
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
216
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
188
217
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.25..@fluentui/react-context-selector_v9.0.0-alpha.26)
|
189
218
|
|
190
219
|
### Changes
|
@@ -193,7 +222,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
193
222
|
|
194
223
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.25)
|
195
224
|
|
196
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
225
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
197
226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.24..@fluentui/react-context-selector_v9.0.0-alpha.25)
|
198
227
|
|
199
228
|
### Changes
|
@@ -202,7 +231,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
202
231
|
|
203
232
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.24)
|
204
233
|
|
205
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
234
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
206
235
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.23..@fluentui/react-context-selector_v9.0.0-alpha.24)
|
207
236
|
|
208
237
|
### Changes
|
@@ -211,7 +240,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
211
240
|
|
212
241
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.23)
|
213
242
|
|
214
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
243
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
215
244
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.22..@fluentui/react-context-selector_v9.0.0-alpha.23)
|
216
245
|
|
217
246
|
### Changes
|
@@ -220,7 +249,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
220
249
|
|
221
250
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.22)
|
222
251
|
|
223
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
252
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
224
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.21..@fluentui/react-context-selector_v9.0.0-alpha.22)
|
225
254
|
|
226
255
|
### Changes
|
@@ -229,7 +258,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
229
258
|
|
230
259
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.21)
|
231
260
|
|
232
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
261
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
233
262
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.20..@fluentui/react-context-selector_v9.0.0-alpha.21)
|
234
263
|
|
235
264
|
### Patches
|
@@ -243,7 +272,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
243
272
|
|
244
273
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.20)
|
245
274
|
|
246
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
275
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
247
276
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.19..@fluentui/react-context-selector_v9.0.0-alpha.20)
|
248
277
|
|
249
278
|
### Changes
|
@@ -252,7 +281,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
252
281
|
|
253
282
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.19)
|
254
283
|
|
255
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
284
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
256
285
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.18..@fluentui/react-context-selector_v9.0.0-alpha.19)
|
257
286
|
|
258
287
|
### Changes
|
@@ -261,7 +290,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
261
290
|
|
262
291
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.18)
|
263
292
|
|
264
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
293
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
265
294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.17..@fluentui/react-context-selector_v9.0.0-alpha.18)
|
266
295
|
|
267
296
|
### Changes
|
@@ -270,7 +299,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
270
299
|
|
271
300
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.17)
|
272
301
|
|
273
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
302
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
274
303
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.16..@fluentui/react-context-selector_v9.0.0-alpha.17)
|
275
304
|
|
276
305
|
### Changes
|
@@ -279,7 +308,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
279
308
|
|
280
309
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.16)
|
281
310
|
|
282
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
311
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
283
312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.15..@fluentui/react-context-selector_v9.0.0-alpha.16)
|
284
313
|
|
285
314
|
### Patches
|
@@ -293,7 +322,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
293
322
|
|
294
323
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.15)
|
295
324
|
|
296
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
325
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
297
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.14..@fluentui/react-context-selector_v9.0.0-alpha.15)
|
298
327
|
|
299
328
|
### Changes
|
@@ -302,7 +331,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
302
331
|
|
303
332
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.14)
|
304
333
|
|
305
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
334
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
306
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.13..@fluentui/react-context-selector_v9.0.0-alpha.14)
|
307
336
|
|
308
337
|
### Changes
|
@@ -311,7 +340,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
311
340
|
|
312
341
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.13)
|
313
342
|
|
314
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
343
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
315
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.12..@fluentui/react-context-selector_v9.0.0-alpha.13)
|
316
345
|
|
317
346
|
### Changes
|
@@ -320,7 +349,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
320
349
|
|
321
350
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.12)
|
322
351
|
|
323
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
352
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
324
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.11..@fluentui/react-context-selector_v9.0.0-alpha.12)
|
325
354
|
|
326
355
|
### Patches
|
@@ -334,7 +363,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
334
363
|
|
335
364
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.11)
|
336
365
|
|
337
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
366
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
338
367
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.10..@fluentui/react-context-selector_v9.0.0-alpha.11)
|
339
368
|
|
340
369
|
### Changes
|
@@ -343,7 +372,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
343
372
|
|
344
373
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.10)
|
345
374
|
|
346
|
-
Wed, 26 May 2021 07:35:43 GMT
|
375
|
+
Wed, 26 May 2021 07:35:43 GMT
|
347
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.9..@fluentui/react-context-selector_v9.0.0-alpha.10)
|
348
377
|
|
349
378
|
### Changes
|
@@ -352,7 +381,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
352
381
|
|
353
382
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.9)
|
354
383
|
|
355
|
-
Fri, 21 May 2021 07:34:54 GMT
|
384
|
+
Fri, 21 May 2021 07:34:54 GMT
|
356
385
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.8..@fluentui/react-context-selector_v9.0.0-alpha.9)
|
357
386
|
|
358
387
|
### Changes
|
@@ -361,7 +390,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
361
390
|
|
362
391
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.8)
|
363
392
|
|
364
|
-
Thu, 20 May 2021 07:41:54 GMT
|
393
|
+
Thu, 20 May 2021 07:41:54 GMT
|
365
394
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.7..@fluentui/react-context-selector_v9.0.0-alpha.8)
|
366
395
|
|
367
396
|
### Patches
|
@@ -375,7 +404,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
375
404
|
|
376
405
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.7)
|
377
406
|
|
378
|
-
Wed, 19 May 2021 07:34:20 GMT
|
407
|
+
Wed, 19 May 2021 07:34:20 GMT
|
379
408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.6..@fluentui/react-context-selector_v9.0.0-alpha.7)
|
380
409
|
|
381
410
|
### Changes
|
@@ -384,7 +413,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
384
413
|
|
385
414
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.6)
|
386
415
|
|
387
|
-
Mon, 03 May 2021 07:45:19 GMT
|
416
|
+
Mon, 03 May 2021 07:45:19 GMT
|
388
417
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.5..@fluentui/react-context-selector_v9.0.0-alpha.6)
|
389
418
|
|
390
419
|
### Changes
|
@@ -393,7 +422,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
393
422
|
|
394
423
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.5)
|
395
424
|
|
396
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
425
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
397
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.4..@fluentui/react-context-selector_v9.0.0-alpha.5)
|
398
427
|
|
399
428
|
### Patches
|
@@ -407,7 +436,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
407
436
|
|
408
437
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.4)
|
409
438
|
|
410
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
439
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
411
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.3..@fluentui/react-context-selector_v9.0.0-alpha.4)
|
412
441
|
|
413
442
|
### Patches
|
@@ -421,7 +450,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
421
450
|
|
422
451
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.3)
|
423
452
|
|
424
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
453
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
425
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.2..@fluentui/react-context-selector_v9.0.0-alpha.3)
|
426
455
|
|
427
456
|
### Changes
|
@@ -430,7 +459,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
430
459
|
|
431
460
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.2)
|
432
461
|
|
433
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
462
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
434
463
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.1..@fluentui/react-context-selector_v9.0.0-alpha.2)
|
435
464
|
|
436
465
|
### Patches
|
@@ -440,7 +469,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
440
469
|
|
441
470
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.1)
|
442
471
|
|
443
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
472
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
444
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.4..@fluentui/react-context-selector_v9.0.0-alpha.1)
|
445
474
|
|
446
475
|
### Changes
|
@@ -450,7 +479,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
450
479
|
|
451
480
|
## [0.53.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.53.4)
|
452
481
|
|
453
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
482
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
454
483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.3..@fluentui/react-context-selector_v0.53.4)
|
455
484
|
|
456
485
|
### Patches
|
@@ -459,7 +488,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
459
488
|
|
460
489
|
## [0.53.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.53.3)
|
461
490
|
|
462
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
491
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
463
492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.2..@fluentui/react-context-selector_v0.53.3)
|
464
493
|
|
465
494
|
### Patches
|
@@ -468,7 +497,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
468
497
|
|
469
498
|
## [0.53.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.53.2)
|
470
499
|
|
471
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
500
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
472
501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.0..@fluentui/react-context-selector_v0.53.2)
|
473
502
|
|
474
503
|
### Patches
|
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.7",
|
4
4
|
"description": "React useContextSelector hook in userland",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -19,31 +19,23 @@
|
|
19
19
|
"lint": "just-scripts lint",
|
20
20
|
"test": "jest --passWithNoTests",
|
21
21
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
22
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
22
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-context-selector/src && yarn docs",
|
23
23
|
"type-check": "tsc -b tsconfig.json"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@fluentui/eslint-plugin": "*",
|
27
|
-
"@fluentui/scripts": "^1.0.0"
|
28
|
-
"@types/scheduler": "^0.16.1",
|
29
|
-
"@types/react": "16.9.42",
|
30
|
-
"@types/react-dom": "16.9.10",
|
31
|
-
"@types/react-test-renderer": "^16.0.0",
|
32
|
-
"react": "16.8.6",
|
33
|
-
"react-dom": "16.8.6",
|
34
|
-
"react-is": "^16.6.3",
|
35
|
-
"react-test-renderer": "^16.3.0"
|
27
|
+
"@fluentui/scripts": "^1.0.0"
|
36
28
|
},
|
37
29
|
"dependencies": {
|
38
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
39
|
-
"scheduler": "^0.20.1",
|
30
|
+
"@fluentui/react-utilities": "9.0.0-rc.7",
|
40
31
|
"tslib": "^2.1.0"
|
41
32
|
},
|
42
33
|
"peerDependencies": {
|
43
34
|
"@types/react": ">=16.8.0 <18.0.0",
|
44
35
|
"@types/react-dom": ">=16.8.0 <18.0.0",
|
45
36
|
"react": ">=16.8.0 <18.0.0",
|
46
|
-
"react-dom": ">=16.8.0 <18.0.0"
|
37
|
+
"react-dom": ">=16.8.0 <18.0.0",
|
38
|
+
"scheduler": "^0.19.0 || ^0.20.0"
|
47
39
|
},
|
48
40
|
"beachball": {
|
49
41
|
"disallowedChangeTypes": [
|
@@ -51,5 +43,12 @@
|
|
51
43
|
"minor",
|
52
44
|
"patch"
|
53
45
|
]
|
46
|
+
},
|
47
|
+
"exports": {
|
48
|
+
".": {
|
49
|
+
"types": "./lib/index.d.ts",
|
50
|
+
"import": "./lib/index.js",
|
51
|
+
"require": "./lib-commonjs/index.js"
|
52
|
+
}
|
54
53
|
}
|
55
54
|
}
|