@fluentui/react-select 9.0.0-beta.8 → 9.0.0
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 +536 -2
- package/CHANGELOG.md +192 -3
- package/README.md +1 -5
- package/dist/index.d.ts +17 -0
- package/lib/Select.js.map +1 -1
- package/lib/SelectField.js +2 -0
- package/lib/SelectField.js.map +1 -0
- package/lib/components/Select/Select.js +0 -1
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/Select.types.js.map +1 -1
- package/lib/components/Select/index.js.map +1 -1
- package/lib/components/Select/renderSelect.js +6 -4
- package/lib/components/Select/renderSelect.js.map +1 -1
- package/lib/components/Select/useSelect.js +4 -2
- package/lib/components/Select/useSelect.js.map +1 -1
- package/lib/components/Select/useSelectStyles.js +223 -194
- package/lib/components/Select/useSelectStyles.js.map +1 -1
- package/lib/components/SelectField/SelectField.js +8 -0
- package/lib/components/SelectField/SelectField.js.map +1 -0
- package/lib/components/SelectField/index.js +2 -0
- package/lib/components/SelectField/index.js.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib-amd/Select.js +6 -0
- package/lib-amd/Select.js.map +1 -0
- package/lib-amd/SelectField.js +6 -0
- package/lib-amd/SelectField.js.map +1 -0
- package/lib-amd/components/Select/Select.js +15 -0
- package/lib-amd/components/Select/Select.js.map +1 -0
- package/lib-amd/components/Select/Select.types.js +5 -0
- package/lib-amd/components/Select/Select.types.js.map +1 -0
- package/lib-amd/components/Select/index.js +10 -0
- package/lib-amd/components/Select/index.js.map +1 -0
- package/lib-amd/components/Select/renderSelect.js +16 -0
- package/lib-amd/components/Select/renderSelect.js.map +1 -0
- package/lib-amd/components/Select/useSelect.js +51 -0
- package/lib-amd/components/Select/useSelect.js.map +1 -0
- package/lib-amd/components/Select/useSelectStyles.js +154 -0
- package/lib-amd/components/Select/useSelectStyles.js.map +1 -0
- package/lib-amd/components/SelectField/SelectField.js +10 -0
- package/lib-amd/components/SelectField/SelectField.js.map +1 -0
- package/lib-amd/components/SelectField/index.js +6 -0
- package/lib-amd/components/SelectField/index.js.map +1 -0
- package/lib-amd/index.js +13 -0
- package/lib-amd/index.js.map +1 -0
- package/lib-commonjs/Select.js +0 -2
- package/lib-commonjs/Select.js.map +1 -1
- package/lib-commonjs/SelectField.js +8 -0
- package/lib-commonjs/SelectField.js.map +1 -0
- package/lib-commonjs/components/Select/Select.js +0 -6
- package/lib-commonjs/components/Select/Select.js.map +1 -1
- package/lib-commonjs/components/Select/Select.types.js.map +1 -1
- package/lib-commonjs/components/Select/index.js +0 -6
- package/lib-commonjs/components/Select/index.js.map +1 -1
- package/lib-commonjs/components/Select/renderSelect.js +6 -8
- package/lib-commonjs/components/Select/renderSelect.js.map +1 -1
- package/lib-commonjs/components/Select/useSelect.js +4 -7
- package/lib-commonjs/components/Select/useSelect.js.map +1 -1
- package/lib-commonjs/components/Select/useSelectStyles.js +223 -198
- package/lib-commonjs/components/Select/useSelectStyles.js.map +1 -1
- package/lib-commonjs/components/SelectField/SelectField.js +14 -0
- package/lib-commonjs/components/SelectField/SelectField.js.map +1 -0
- package/lib-commonjs/components/SelectField/index.js +8 -0
- package/lib-commonjs/components/SelectField/index.js.map +1 -0
- package/lib-commonjs/index.js +15 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +21 -18
- package/Spec.md +0 -238
- package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,541 @@
|
|
|
2
2
|
"name": "@fluentui/react-select",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 31 Jan 2023 19:50:41 GMT",
|
|
6
|
+
"tag": "@fluentui/react-select_v9.0.0",
|
|
7
|
+
"version": "9.0.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sarah.higley@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-select",
|
|
13
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083",
|
|
14
|
+
"comment": "feat: release `@fluentui/react-select` as stable"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-select",
|
|
19
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.18",
|
|
20
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-select",
|
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.1",
|
|
26
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Thu, 26 Jan 2023 13:30:59 GMT",
|
|
33
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.24",
|
|
34
|
+
"version": "9.0.0-beta.24",
|
|
35
|
+
"comments": {
|
|
36
|
+
"prerelease": [
|
|
37
|
+
{
|
|
38
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
39
|
+
"package": "@fluentui/react-select",
|
|
40
|
+
"commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
|
|
41
|
+
"comment": "feat: Allow default appearance override"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "behowell@microsoft.com",
|
|
45
|
+
"package": "@fluentui/react-select",
|
|
46
|
+
"commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
|
|
47
|
+
"comment": "Deprecate SelectField_unstable in favor of Field with Select as its child."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui/react-select",
|
|
52
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.17",
|
|
53
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui/react-select",
|
|
58
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.2.0",
|
|
59
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui/react-select",
|
|
64
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.0",
|
|
65
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Mon, 23 Jan 2023 16:43:12 GMT",
|
|
72
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.23",
|
|
73
|
+
"version": "9.0.0-beta.23",
|
|
74
|
+
"comments": {
|
|
75
|
+
"prerelease": [
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@fluentui/react-select",
|
|
79
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.16",
|
|
80
|
+
"commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"date": "Mon, 16 Jan 2023 08:39:08 GMT",
|
|
87
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.22",
|
|
88
|
+
"version": "9.0.0-beta.22",
|
|
89
|
+
"comments": {
|
|
90
|
+
"none": [
|
|
91
|
+
{
|
|
92
|
+
"author": "martinhochel@microsoft.com",
|
|
93
|
+
"package": "@fluentui/react-select",
|
|
94
|
+
"commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
|
|
95
|
+
"comment": "chore: migrate to packaged scripts"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"prerelease": [
|
|
99
|
+
{
|
|
100
|
+
"author": "beachball",
|
|
101
|
+
"package": "@fluentui/react-select",
|
|
102
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.15",
|
|
103
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"date": "Mon, 09 Jan 2023 21:51:24 GMT",
|
|
110
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.21",
|
|
111
|
+
"version": "9.0.0-beta.21",
|
|
112
|
+
"comments": {
|
|
113
|
+
"prerelease": [
|
|
114
|
+
{
|
|
115
|
+
"author": "sarah.higley@microsoft.com",
|
|
116
|
+
"package": "@fluentui/react-select",
|
|
117
|
+
"commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
|
|
118
|
+
"comment": "fix: no interactive hover style when disabled"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"date": "Mon, 09 Jan 2023 14:35:02 GMT",
|
|
125
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.20",
|
|
126
|
+
"version": "9.0.0-beta.20",
|
|
127
|
+
"comments": {
|
|
128
|
+
"prerelease": [
|
|
129
|
+
{
|
|
130
|
+
"author": "beachball",
|
|
131
|
+
"package": "@fluentui/react-select",
|
|
132
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
|
|
133
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"author": "beachball",
|
|
137
|
+
"package": "@fluentui/react-select",
|
|
138
|
+
"comment": "Bump @fluentui/react-utilities to v9.4.0",
|
|
139
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"date": "Wed, 04 Jan 2023 01:40:26 GMT",
|
|
146
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.19",
|
|
147
|
+
"version": "9.0.0-beta.19",
|
|
148
|
+
"comments": {
|
|
149
|
+
"none": [
|
|
150
|
+
{
|
|
151
|
+
"author": "martinhochel@microsoft.com",
|
|
152
|
+
"package": "@fluentui/react-select",
|
|
153
|
+
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
|
154
|
+
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"prerelease": [
|
|
158
|
+
{
|
|
159
|
+
"author": "olfedias@microsoft.com",
|
|
160
|
+
"package": "@fluentui/react-select",
|
|
161
|
+
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
|
162
|
+
"comment": "chore: Update Griffel to latest version"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"author": "beachball",
|
|
166
|
+
"package": "@fluentui/react-select",
|
|
167
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.13",
|
|
168
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"author": "beachball",
|
|
172
|
+
"package": "@fluentui/react-select",
|
|
173
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.1",
|
|
174
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"author": "beachball",
|
|
178
|
+
"package": "@fluentui/react-select",
|
|
179
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
|
|
180
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"date": "Wed, 21 Dec 2022 10:20:30 GMT",
|
|
187
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.18",
|
|
188
|
+
"version": "9.0.0-beta.18",
|
|
189
|
+
"comments": {
|
|
190
|
+
"none": [
|
|
191
|
+
{
|
|
192
|
+
"author": "behowell@microsoft.com",
|
|
193
|
+
"package": "@fluentui/react-select",
|
|
194
|
+
"commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
|
|
195
|
+
"comment": "chore: Add bundle size tests for Fields"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"prerelease": [
|
|
199
|
+
{
|
|
200
|
+
"author": "beachball",
|
|
201
|
+
"package": "@fluentui/react-select",
|
|
202
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.12",
|
|
203
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"author": "beachball",
|
|
207
|
+
"package": "@fluentui/react-select",
|
|
208
|
+
"comment": "Bump @fluentui/react-theme to v9.1.5",
|
|
209
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"date": "Tue, 20 Dec 2022 14:59:34 GMT",
|
|
216
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.17",
|
|
217
|
+
"version": "9.0.0-beta.17",
|
|
218
|
+
"comments": {
|
|
219
|
+
"prerelease": [
|
|
220
|
+
{
|
|
221
|
+
"author": "beachball",
|
|
222
|
+
"package": "@fluentui/react-select",
|
|
223
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.11",
|
|
224
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"author": "beachball",
|
|
228
|
+
"package": "@fluentui/react-select",
|
|
229
|
+
"comment": "Bump @fluentui/react-theme to v9.1.4",
|
|
230
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"author": "beachball",
|
|
234
|
+
"package": "@fluentui/react-select",
|
|
235
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.0",
|
|
236
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"date": "Mon, 05 Dec 2022 18:29:29 GMT",
|
|
243
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.16",
|
|
244
|
+
"version": "9.0.0-beta.16",
|
|
245
|
+
"comments": {
|
|
246
|
+
"prerelease": [
|
|
247
|
+
{
|
|
248
|
+
"author": "behowell@microsoft.com",
|
|
249
|
+
"package": "@fluentui/react-select",
|
|
250
|
+
"commit": "6679b1430f61182d34c0b90de33806d9624d811a",
|
|
251
|
+
"comment": "chore: Replace use of fontSize tokens with typographyStyles"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"author": "beachball",
|
|
255
|
+
"package": "@fluentui/react-select",
|
|
256
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.10",
|
|
257
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"author": "beachball",
|
|
261
|
+
"package": "@fluentui/react-select",
|
|
262
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
|
263
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"date": "Thu, 17 Nov 2022 23:05:45 GMT",
|
|
270
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.15",
|
|
271
|
+
"version": "9.0.0-beta.15",
|
|
272
|
+
"comments": {
|
|
273
|
+
"none": [
|
|
274
|
+
{
|
|
275
|
+
"author": "martinhochel@microsoft.com",
|
|
276
|
+
"package": "@fluentui/react-select",
|
|
277
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
|
278
|
+
"comment": "chore: update package scaffold"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"prerelease": [
|
|
282
|
+
{
|
|
283
|
+
"author": "beachball",
|
|
284
|
+
"package": "@fluentui/react-select",
|
|
285
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.9",
|
|
286
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"author": "beachball",
|
|
290
|
+
"package": "@fluentui/react-select",
|
|
291
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.2",
|
|
292
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"date": "Fri, 11 Nov 2022 14:57:35 GMT",
|
|
299
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.14",
|
|
300
|
+
"version": "9.0.0-beta.14",
|
|
301
|
+
"comments": {
|
|
302
|
+
"prerelease": [
|
|
303
|
+
{
|
|
304
|
+
"author": "martinhochel@microsoft.com",
|
|
305
|
+
"package": "@fluentui/react-select",
|
|
306
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
|
307
|
+
"comment": "fix: create valid export maps"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"author": "behowell@microsoft.com",
|
|
311
|
+
"package": "@fluentui/react-select",
|
|
312
|
+
"commit": "39ba7b6d4648781b979fcf694579f97b851348af",
|
|
313
|
+
"comment": "chore: Move SelectField into the @fluentui/react-select package and export as _unstable"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"author": "sarah.higley@microsoft.com",
|
|
317
|
+
"package": "@fluentui/react-select",
|
|
318
|
+
"commit": "023737b640281434710caecc55270838895b50bc",
|
|
319
|
+
"comment": "fix: update disabled + underline styles, have all text-like form control disabled states match"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"author": "beachball",
|
|
323
|
+
"package": "@fluentui/react-select",
|
|
324
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.8",
|
|
325
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"author": "beachball",
|
|
329
|
+
"package": "@fluentui/react-select",
|
|
330
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
|
331
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"author": "beachball",
|
|
335
|
+
"package": "@fluentui/react-select",
|
|
336
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
|
337
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"author": "beachball",
|
|
341
|
+
"package": "@fluentui/react-select",
|
|
342
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
|
343
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"none": [
|
|
347
|
+
{
|
|
348
|
+
"author": "martinhochel@microsoft.com",
|
|
349
|
+
"package": "@fluentui/react-select",
|
|
350
|
+
"commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
|
|
351
|
+
"comment": "test: replace deprecated module.parent with require.main within isConformance"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"date": "Wed, 02 Nov 2022 11:57:59 GMT",
|
|
358
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.13",
|
|
359
|
+
"version": "9.0.0-beta.13",
|
|
360
|
+
"comments": {
|
|
361
|
+
"prerelease": [
|
|
362
|
+
{
|
|
363
|
+
"author": "sarah.higley@microsoft.com",
|
|
364
|
+
"package": "@fluentui/react-select",
|
|
365
|
+
"commit": "fe895d6bb4f9df0304f63f7e77acafef4b912925",
|
|
366
|
+
"comment": "fix: update styles based on design review"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"author": "olfedias@microsoft.com",
|
|
370
|
+
"package": "@fluentui/react-select",
|
|
371
|
+
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
|
372
|
+
"comment": "chore: Update Griffel to latest version"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"author": "tristan.watanabe@gmail.com",
|
|
376
|
+
"package": "@fluentui/react-select",
|
|
377
|
+
"commit": "2f9363cb9ea22fa49991018dd578c9a4a16ddc8f",
|
|
378
|
+
"comment": "chore: Migrate to new package structure."
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"author": "beachball",
|
|
382
|
+
"package": "@fluentui/react-select",
|
|
383
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.0",
|
|
384
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"author": "beachball",
|
|
388
|
+
"package": "@fluentui/react-select",
|
|
389
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
|
|
390
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"date": "Tue, 25 Oct 2022 00:35:36 GMT",
|
|
397
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.12",
|
|
398
|
+
"version": "9.0.0-beta.12",
|
|
399
|
+
"comments": {
|
|
400
|
+
"none": [
|
|
401
|
+
{
|
|
402
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
403
|
+
"package": "@fluentui/react-select",
|
|
404
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
405
|
+
"comment": "Update package readme"
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"date": "Thu, 20 Oct 2022 08:39:44 GMT",
|
|
412
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.12",
|
|
413
|
+
"version": "9.0.0-beta.12",
|
|
414
|
+
"comments": {
|
|
415
|
+
"prerelease": [
|
|
416
|
+
{
|
|
417
|
+
"author": "behowell@microsoft.com",
|
|
418
|
+
"package": "@fluentui/react-select",
|
|
419
|
+
"commit": "d55f6633f62c5715c41c8dbc8c5a428bef424345",
|
|
420
|
+
"comment": "feat: Add red border when aria-invalid is set"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"author": "mgodbolt@microsoft.com",
|
|
424
|
+
"package": "@fluentui/react-select",
|
|
425
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
|
426
|
+
"comment": "chore: Bump peer deps to support React 18"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"author": "olfedias@microsoft.com",
|
|
430
|
+
"package": "@fluentui/react-select",
|
|
431
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
|
432
|
+
"comment": "chore: Update Griffel to latest version"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"author": "beachball",
|
|
436
|
+
"package": "@fluentui/react-select",
|
|
437
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
|
438
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"author": "beachball",
|
|
442
|
+
"package": "@fluentui/react-select",
|
|
443
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
|
444
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"author": "beachball",
|
|
448
|
+
"package": "@fluentui/react-select",
|
|
449
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
|
450
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"date": "Thu, 13 Oct 2022 11:03:00 GMT",
|
|
457
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.11",
|
|
458
|
+
"version": "9.0.0-beta.11",
|
|
459
|
+
"comments": {
|
|
460
|
+
"prerelease": [
|
|
461
|
+
{
|
|
462
|
+
"author": "olfedias@microsoft.com",
|
|
463
|
+
"package": "@fluentui/react-select",
|
|
464
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
465
|
+
"comment": "chore: Update Griffel to latest version"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"author": "beachball",
|
|
469
|
+
"package": "@fluentui/react-select",
|
|
470
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.1",
|
|
471
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"author": "beachball",
|
|
475
|
+
"package": "@fluentui/react-select",
|
|
476
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
|
|
477
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"date": "Tue, 20 Sep 2022 20:55:45 GMT",
|
|
484
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.10",
|
|
485
|
+
"version": "9.0.0-beta.10",
|
|
486
|
+
"comments": {
|
|
487
|
+
"prerelease": [
|
|
488
|
+
{
|
|
489
|
+
"author": "beachball",
|
|
490
|
+
"package": "@fluentui/react-select",
|
|
491
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
|
|
492
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"date": "Thu, 15 Sep 2022 09:49:20 GMT",
|
|
499
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.9",
|
|
500
|
+
"version": "9.0.0-beta.9",
|
|
501
|
+
"comments": {
|
|
502
|
+
"none": [
|
|
503
|
+
{
|
|
504
|
+
"author": "martinhochel@microsoft.com",
|
|
505
|
+
"package": "@fluentui/react-select",
|
|
506
|
+
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
|
507
|
+
"comment": "chore: update package scaffold"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"prerelease": [
|
|
511
|
+
{
|
|
512
|
+
"author": "olfedias@microsoft.com",
|
|
513
|
+
"package": "@fluentui/react-select",
|
|
514
|
+
"commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
|
|
515
|
+
"comment": "chore: Update Griffel to latest version"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"author": "beachball",
|
|
519
|
+
"package": "@fluentui/react-select",
|
|
520
|
+
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
|
521
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"author": "beachball",
|
|
525
|
+
"package": "@fluentui/react-select",
|
|
526
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.0",
|
|
527
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"author": "beachball",
|
|
531
|
+
"package": "@fluentui/react-select",
|
|
532
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
|
|
533
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"date": "Wed, 03 Aug 2022 16:03:58 GMT",
|
|
6
540
|
"tag": "@fluentui/react-select_v9.0.0-beta.8",
|
|
7
541
|
"version": "9.0.0-beta.8",
|
|
8
542
|
"comments": {
|
|
@@ -23,7 +557,7 @@
|
|
|
23
557
|
"author": "beachball",
|
|
24
558
|
"package": "@fluentui/react-select",
|
|
25
559
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
|
|
26
|
-
"commit": "
|
|
560
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
|
27
561
|
}
|
|
28
562
|
],
|
|
29
563
|
"none": [
|