@fluentui/react-select 9.0.0-beta.2 → 9.0.0-beta.21
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 +633 -1
- package/CHANGELOG.md +219 -2
- package/README.md +1 -1
- package/dist/index.d.ts +25 -7
- 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 +15 -7
- package/lib/components/Select/useSelect.js.map +1 -1
- package/lib/components/Select/useSelectStyles.js +241 -189
- package/lib/components/Select/useSelectStyles.js.map +1 -1
- package/lib/components/SelectField/SelectField.js +14 -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 +1 -0
- package/lib/index.js.map +1 -1
- 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 +14 -11
- package/lib-commonjs/components/Select/useSelect.js.map +1 -1
- package/lib-commonjs/components/Select/useSelectStyles.js +241 -193
- package/lib-commonjs/components/Select/useSelectStyles.js.map +1 -1
- package/lib-commonjs/components/SelectField/SelectField.js +20 -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 +14 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +18 -17
- package/Spec.md +0 -243
- package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,639 @@
|
|
|
2
2
|
"name": "@fluentui/react-select",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 09 Jan 2023 21:50:49 GMT",
|
|
6
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.21",
|
|
7
|
+
"version": "9.0.0-beta.21",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sarah.higley@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-select",
|
|
13
|
+
"commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
|
|
14
|
+
"comment": "fix: no interactive hover style when disabled"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 09 Jan 2023 14:35:02 GMT",
|
|
21
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.20",
|
|
22
|
+
"version": "9.0.0-beta.20",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui/react-select",
|
|
28
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
|
|
29
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui/react-select",
|
|
34
|
+
"comment": "Bump @fluentui/react-utilities to v9.4.0",
|
|
35
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Wed, 04 Jan 2023 01:40:26 GMT",
|
|
42
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.19",
|
|
43
|
+
"version": "9.0.0-beta.19",
|
|
44
|
+
"comments": {
|
|
45
|
+
"none": [
|
|
46
|
+
{
|
|
47
|
+
"author": "martinhochel@microsoft.com",
|
|
48
|
+
"package": "@fluentui/react-select",
|
|
49
|
+
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
|
50
|
+
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"prerelease": [
|
|
54
|
+
{
|
|
55
|
+
"author": "olfedias@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-select",
|
|
57
|
+
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
|
58
|
+
"comment": "chore: Update Griffel to latest version"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "beachball",
|
|
62
|
+
"package": "@fluentui/react-select",
|
|
63
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.13",
|
|
64
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"author": "beachball",
|
|
68
|
+
"package": "@fluentui/react-select",
|
|
69
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.1",
|
|
70
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"author": "beachball",
|
|
74
|
+
"package": "@fluentui/react-select",
|
|
75
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
|
|
76
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"date": "Wed, 21 Dec 2022 10:20:30 GMT",
|
|
83
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.18",
|
|
84
|
+
"version": "9.0.0-beta.18",
|
|
85
|
+
"comments": {
|
|
86
|
+
"none": [
|
|
87
|
+
{
|
|
88
|
+
"author": "behowell@microsoft.com",
|
|
89
|
+
"package": "@fluentui/react-select",
|
|
90
|
+
"commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
|
|
91
|
+
"comment": "chore: Add bundle size tests for Fields"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"prerelease": [
|
|
95
|
+
{
|
|
96
|
+
"author": "beachball",
|
|
97
|
+
"package": "@fluentui/react-select",
|
|
98
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.12",
|
|
99
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"author": "beachball",
|
|
103
|
+
"package": "@fluentui/react-select",
|
|
104
|
+
"comment": "Bump @fluentui/react-theme to v9.1.5",
|
|
105
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"date": "Tue, 20 Dec 2022 14:59:34 GMT",
|
|
112
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.17",
|
|
113
|
+
"version": "9.0.0-beta.17",
|
|
114
|
+
"comments": {
|
|
115
|
+
"prerelease": [
|
|
116
|
+
{
|
|
117
|
+
"author": "beachball",
|
|
118
|
+
"package": "@fluentui/react-select",
|
|
119
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.11",
|
|
120
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"author": "beachball",
|
|
124
|
+
"package": "@fluentui/react-select",
|
|
125
|
+
"comment": "Bump @fluentui/react-theme to v9.1.4",
|
|
126
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"author": "beachball",
|
|
130
|
+
"package": "@fluentui/react-select",
|
|
131
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.0",
|
|
132
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"date": "Mon, 05 Dec 2022 18:29:29 GMT",
|
|
139
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.16",
|
|
140
|
+
"version": "9.0.0-beta.16",
|
|
141
|
+
"comments": {
|
|
142
|
+
"prerelease": [
|
|
143
|
+
{
|
|
144
|
+
"author": "behowell@microsoft.com",
|
|
145
|
+
"package": "@fluentui/react-select",
|
|
146
|
+
"commit": "6679b1430f61182d34c0b90de33806d9624d811a",
|
|
147
|
+
"comment": "chore: Replace use of fontSize tokens with typographyStyles"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"author": "beachball",
|
|
151
|
+
"package": "@fluentui/react-select",
|
|
152
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.10",
|
|
153
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"author": "beachball",
|
|
157
|
+
"package": "@fluentui/react-select",
|
|
158
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
|
159
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"date": "Thu, 17 Nov 2022 23:05:45 GMT",
|
|
166
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.15",
|
|
167
|
+
"version": "9.0.0-beta.15",
|
|
168
|
+
"comments": {
|
|
169
|
+
"none": [
|
|
170
|
+
{
|
|
171
|
+
"author": "martinhochel@microsoft.com",
|
|
172
|
+
"package": "@fluentui/react-select",
|
|
173
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
|
174
|
+
"comment": "chore: update package scaffold"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"prerelease": [
|
|
178
|
+
{
|
|
179
|
+
"author": "beachball",
|
|
180
|
+
"package": "@fluentui/react-select",
|
|
181
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.9",
|
|
182
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"author": "beachball",
|
|
186
|
+
"package": "@fluentui/react-select",
|
|
187
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.2",
|
|
188
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"date": "Fri, 11 Nov 2022 14:57:35 GMT",
|
|
195
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.14",
|
|
196
|
+
"version": "9.0.0-beta.14",
|
|
197
|
+
"comments": {
|
|
198
|
+
"prerelease": [
|
|
199
|
+
{
|
|
200
|
+
"author": "martinhochel@microsoft.com",
|
|
201
|
+
"package": "@fluentui/react-select",
|
|
202
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
|
203
|
+
"comment": "fix: create valid export maps"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"author": "behowell@microsoft.com",
|
|
207
|
+
"package": "@fluentui/react-select",
|
|
208
|
+
"commit": "39ba7b6d4648781b979fcf694579f97b851348af",
|
|
209
|
+
"comment": "chore: Move SelectField into the @fluentui/react-select package and export as _unstable"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"author": "sarah.higley@microsoft.com",
|
|
213
|
+
"package": "@fluentui/react-select",
|
|
214
|
+
"commit": "023737b640281434710caecc55270838895b50bc",
|
|
215
|
+
"comment": "fix: update disabled + underline styles, have all text-like form control disabled states match"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"author": "beachball",
|
|
219
|
+
"package": "@fluentui/react-select",
|
|
220
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.8",
|
|
221
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"author": "beachball",
|
|
225
|
+
"package": "@fluentui/react-select",
|
|
226
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
|
227
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"author": "beachball",
|
|
231
|
+
"package": "@fluentui/react-select",
|
|
232
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
|
233
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"author": "beachball",
|
|
237
|
+
"package": "@fluentui/react-select",
|
|
238
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
|
239
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"none": [
|
|
243
|
+
{
|
|
244
|
+
"author": "martinhochel@microsoft.com",
|
|
245
|
+
"package": "@fluentui/react-select",
|
|
246
|
+
"commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
|
|
247
|
+
"comment": "test: replace deprecated module.parent with require.main within isConformance"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"date": "Wed, 02 Nov 2022 11:57:59 GMT",
|
|
254
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.13",
|
|
255
|
+
"version": "9.0.0-beta.13",
|
|
256
|
+
"comments": {
|
|
257
|
+
"prerelease": [
|
|
258
|
+
{
|
|
259
|
+
"author": "sarah.higley@microsoft.com",
|
|
260
|
+
"package": "@fluentui/react-select",
|
|
261
|
+
"commit": "fe895d6bb4f9df0304f63f7e77acafef4b912925",
|
|
262
|
+
"comment": "fix: update styles based on design review"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"author": "olfedias@microsoft.com",
|
|
266
|
+
"package": "@fluentui/react-select",
|
|
267
|
+
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
|
268
|
+
"comment": "chore: Update Griffel to latest version"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"author": "tristan.watanabe@gmail.com",
|
|
272
|
+
"package": "@fluentui/react-select",
|
|
273
|
+
"commit": "2f9363cb9ea22fa49991018dd578c9a4a16ddc8f",
|
|
274
|
+
"comment": "chore: Migrate to new package structure."
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"author": "beachball",
|
|
278
|
+
"package": "@fluentui/react-select",
|
|
279
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.0",
|
|
280
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"author": "beachball",
|
|
284
|
+
"package": "@fluentui/react-select",
|
|
285
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
|
|
286
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"date": "Tue, 25 Oct 2022 00:35:36 GMT",
|
|
293
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.12",
|
|
294
|
+
"version": "9.0.0-beta.12",
|
|
295
|
+
"comments": {
|
|
296
|
+
"none": [
|
|
297
|
+
{
|
|
298
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
299
|
+
"package": "@fluentui/react-select",
|
|
300
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
301
|
+
"comment": "Update package readme"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"date": "Thu, 20 Oct 2022 08:39:44 GMT",
|
|
308
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.12",
|
|
309
|
+
"version": "9.0.0-beta.12",
|
|
310
|
+
"comments": {
|
|
311
|
+
"prerelease": [
|
|
312
|
+
{
|
|
313
|
+
"author": "behowell@microsoft.com",
|
|
314
|
+
"package": "@fluentui/react-select",
|
|
315
|
+
"commit": "d55f6633f62c5715c41c8dbc8c5a428bef424345",
|
|
316
|
+
"comment": "feat: Add red border when aria-invalid is set"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"author": "mgodbolt@microsoft.com",
|
|
320
|
+
"package": "@fluentui/react-select",
|
|
321
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
|
322
|
+
"comment": "chore: Bump peer deps to support React 18"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"author": "olfedias@microsoft.com",
|
|
326
|
+
"package": "@fluentui/react-select",
|
|
327
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
|
328
|
+
"comment": "chore: Update Griffel to latest version"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"author": "beachball",
|
|
332
|
+
"package": "@fluentui/react-select",
|
|
333
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
|
334
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"author": "beachball",
|
|
338
|
+
"package": "@fluentui/react-select",
|
|
339
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
|
340
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"author": "beachball",
|
|
344
|
+
"package": "@fluentui/react-select",
|
|
345
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
|
346
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
347
|
+
}
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"date": "Thu, 13 Oct 2022 11:03:00 GMT",
|
|
353
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.11",
|
|
354
|
+
"version": "9.0.0-beta.11",
|
|
355
|
+
"comments": {
|
|
356
|
+
"prerelease": [
|
|
357
|
+
{
|
|
358
|
+
"author": "olfedias@microsoft.com",
|
|
359
|
+
"package": "@fluentui/react-select",
|
|
360
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
361
|
+
"comment": "chore: Update Griffel to latest version"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"author": "beachball",
|
|
365
|
+
"package": "@fluentui/react-select",
|
|
366
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.1",
|
|
367
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"author": "beachball",
|
|
371
|
+
"package": "@fluentui/react-select",
|
|
372
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
|
|
373
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"date": "Tue, 20 Sep 2022 20:55:45 GMT",
|
|
380
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.10",
|
|
381
|
+
"version": "9.0.0-beta.10",
|
|
382
|
+
"comments": {
|
|
383
|
+
"prerelease": [
|
|
384
|
+
{
|
|
385
|
+
"author": "beachball",
|
|
386
|
+
"package": "@fluentui/react-select",
|
|
387
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
|
|
388
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"date": "Thu, 15 Sep 2022 09:49:20 GMT",
|
|
395
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.9",
|
|
396
|
+
"version": "9.0.0-beta.9",
|
|
397
|
+
"comments": {
|
|
398
|
+
"none": [
|
|
399
|
+
{
|
|
400
|
+
"author": "martinhochel@microsoft.com",
|
|
401
|
+
"package": "@fluentui/react-select",
|
|
402
|
+
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
|
403
|
+
"comment": "chore: update package scaffold"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"prerelease": [
|
|
407
|
+
{
|
|
408
|
+
"author": "olfedias@microsoft.com",
|
|
409
|
+
"package": "@fluentui/react-select",
|
|
410
|
+
"commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
|
|
411
|
+
"comment": "chore: Update Griffel to latest version"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"author": "beachball",
|
|
415
|
+
"package": "@fluentui/react-select",
|
|
416
|
+
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
|
417
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"author": "beachball",
|
|
421
|
+
"package": "@fluentui/react-select",
|
|
422
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.0",
|
|
423
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"author": "beachball",
|
|
427
|
+
"package": "@fluentui/react-select",
|
|
428
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
|
|
429
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"date": "Wed, 03 Aug 2022 16:03:58 GMT",
|
|
436
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.8",
|
|
437
|
+
"version": "9.0.0-beta.8",
|
|
438
|
+
"comments": {
|
|
439
|
+
"prerelease": [
|
|
440
|
+
{
|
|
441
|
+
"author": "sarah.higley@microsoft.com",
|
|
442
|
+
"package": "@fluentui/react-select",
|
|
443
|
+
"commit": "c66808887bcd7fd150c22eda462b325075742694",
|
|
444
|
+
"comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
448
|
+
"package": "@fluentui/react-select",
|
|
449
|
+
"commit": "08563664778fd80284561d3c9d254307a0a32362",
|
|
450
|
+
"comment": "chore: Bump Griffel dependencies"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"author": "beachball",
|
|
454
|
+
"package": "@fluentui/react-select",
|
|
455
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
|
|
456
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"none": [
|
|
460
|
+
{
|
|
461
|
+
"author": "popatudor@microsoft.com",
|
|
462
|
+
"package": "@fluentui/react-select",
|
|
463
|
+
"commit": "16c5ea573489dfd05921c6569dc3ac6c8da38a66",
|
|
464
|
+
"comment": "fix(docs): add Select usage warning and style best practices"
|
|
465
|
+
}
|
|
466
|
+
]
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"date": "Thu, 14 Jul 2022 21:21:03 GMT",
|
|
471
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.7",
|
|
472
|
+
"version": "9.0.0-beta.7",
|
|
473
|
+
"comments": {
|
|
474
|
+
"prerelease": [
|
|
475
|
+
{
|
|
476
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
477
|
+
"package": "@fluentui/react-select",
|
|
478
|
+
"commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
|
|
479
|
+
"comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"author": "beachball",
|
|
483
|
+
"package": "@fluentui/react-select",
|
|
484
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.2",
|
|
485
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"date": "Thu, 14 Jul 2022 17:06:21 GMT",
|
|
492
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.6",
|
|
493
|
+
"version": "9.0.0-beta.6",
|
|
494
|
+
"comments": {
|
|
495
|
+
"prerelease": [
|
|
496
|
+
{
|
|
497
|
+
"author": "ololubek@microsoft.com",
|
|
498
|
+
"package": "@fluentui/react-select",
|
|
499
|
+
"commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
|
|
500
|
+
"comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"author": "beachball",
|
|
504
|
+
"package": "@fluentui/react-select",
|
|
505
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.1-0",
|
|
506
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"author": "beachball",
|
|
510
|
+
"package": "@fluentui/react-select",
|
|
511
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
|
|
512
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"date": "Tue, 28 Jun 2022 17:39:51 GMT",
|
|
519
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.5",
|
|
520
|
+
"version": "9.0.0-beta.5",
|
|
521
|
+
"comments": {
|
|
522
|
+
"prerelease": [
|
|
523
|
+
{
|
|
524
|
+
"author": "lingfangao@hotmail.com",
|
|
525
|
+
"package": "@fluentui/react-select",
|
|
526
|
+
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
|
|
527
|
+
"comment": "fix: Use caret dependency range for Griffel"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"author": "beachball",
|
|
531
|
+
"package": "@fluentui/react-select",
|
|
532
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
|
|
533
|
+
"commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"date": "Tue, 28 Jun 2022 15:13:55 GMT",
|
|
540
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.4",
|
|
541
|
+
"version": "9.0.0-beta.4",
|
|
542
|
+
"comments": {
|
|
543
|
+
"prerelease": [
|
|
544
|
+
{
|
|
545
|
+
"author": "lingfangao@hotmail.com",
|
|
546
|
+
"package": "@fluentui/react-select",
|
|
547
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
|
548
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"author": "sarah.higley@microsoft.com",
|
|
552
|
+
"package": "@fluentui/react-select",
|
|
553
|
+
"commit": "81a5050ea49ca9dfe6eff602d3e680901ce39254",
|
|
554
|
+
"comment": "export change data type from select"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"author": "olfedias@microsoft.com",
|
|
558
|
+
"package": "@fluentui/react-select",
|
|
559
|
+
"commit": "aa6ff59c3664e5e29402debcc1a4d4a65a8e65c1",
|
|
560
|
+
"comment": "fix: handle \"defaultValue\""
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"author": "lingfangao@hotmail.com",
|
|
564
|
+
"package": "@fluentui/react-select",
|
|
565
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
|
566
|
+
"comment": "Bump Griffel dependencies"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"author": "olfedias@microsoft.com",
|
|
570
|
+
"package": "@fluentui/react-select",
|
|
571
|
+
"commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
|
|
572
|
+
"comment": "chore: Update @fluentui/react-icons to latest version"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
576
|
+
"package": "@fluentui/react-select",
|
|
577
|
+
"commit": "09f58dcbef2306875046261dc0b7821283ccc287",
|
|
578
|
+
"comment": "chore: Using ::before and ::after instead of :before and :after."
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"author": "sarah.higley@microsoft.com",
|
|
582
|
+
"package": "@fluentui/react-select",
|
|
583
|
+
"commit": "66dc6e9684baf35e7930622e1f3accdb51ba8516",
|
|
584
|
+
"comment": "add custom onChange with value data to react-select"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"author": "sarah.higley@microsoft.com",
|
|
588
|
+
"package": "@fluentui/react-select",
|
|
589
|
+
"commit": "0d4794d3924d648c788993e087a48dd45fe10a1b",
|
|
590
|
+
"comment": "Remove inline prop from Select"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"author": "beachball",
|
|
594
|
+
"package": "@fluentui/react-select",
|
|
595
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0",
|
|
596
|
+
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"author": "beachball",
|
|
600
|
+
"package": "@fluentui/react-select",
|
|
601
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0",
|
|
602
|
+
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"author": "beachball",
|
|
606
|
+
"package": "@fluentui/react-select",
|
|
607
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
|
|
608
|
+
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"none": [
|
|
612
|
+
{
|
|
613
|
+
"author": "mgodbolt@microsoft.com",
|
|
614
|
+
"package": "@fluentui/react-select",
|
|
615
|
+
"commit": "e4c4cd20632f733df2985f5a68033181ccc031c4",
|
|
616
|
+
"comment": "chore: update select stories to use index based approach"
|
|
617
|
+
}
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
|
623
|
+
"tag": "@fluentui/react-select_v9.0.0-beta.3",
|
|
624
|
+
"version": "9.0.0-beta.3",
|
|
625
|
+
"comments": {
|
|
626
|
+
"prerelease": [
|
|
627
|
+
{
|
|
628
|
+
"author": "beachball",
|
|
629
|
+
"package": "@fluentui/react-select",
|
|
630
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
|
631
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"date": "Tue, 31 May 2022 21:28:44 GMT",
|
|
6
638
|
"tag": "@fluentui/react-select_v9.0.0-beta.2",
|
|
7
639
|
"version": "9.0.0-beta.2",
|
|
8
640
|
"comments": {
|