@fluentui/react-spinbutton 9.0.0-beta.9 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/CHANGELOG.json +493 -1
  2. package/CHANGELOG.md +148 -2
  3. package/README.md +4 -6
  4. package/dist/index.d.ts +49 -60
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/SpinButton/SpinButton.js.map +1 -1
  7. package/lib/components/SpinButton/SpinButton.types.js.map +1 -1
  8. package/lib/components/SpinButton/renderSpinButton.js.map +1 -1
  9. package/lib/components/SpinButton/useSpinButton.js +137 -100
  10. package/lib/components/SpinButton/useSpinButton.js.map +1 -1
  11. package/lib/components/SpinButton/useSpinButtonStyles.js +22 -16
  12. package/lib/components/SpinButton/useSpinButtonStyles.js.map +1 -1
  13. package/lib/index.js.map +1 -1
  14. package/lib/utils/clamp.js +6 -12
  15. package/lib/utils/clamp.js.map +1 -1
  16. package/lib/utils/getBound.js.map +1 -1
  17. package/lib/utils/precision.js.map +1 -1
  18. package/lib-commonjs/components/SpinButton/SpinButton.js.map +1 -1
  19. package/lib-commonjs/components/SpinButton/renderSpinButton.js.map +1 -1
  20. package/lib-commonjs/components/SpinButton/useSpinButton.js +136 -100
  21. package/lib-commonjs/components/SpinButton/useSpinButton.js.map +1 -1
  22. package/lib-commonjs/components/SpinButton/useSpinButtonStyles.js +22 -16
  23. package/lib-commonjs/components/SpinButton/useSpinButtonStyles.js.map +1 -1
  24. package/lib-commonjs/index.js.map +1 -1
  25. package/lib-commonjs/utils/clamp.js +10 -16
  26. package/lib-commonjs/utils/clamp.js.map +1 -1
  27. package/lib-commonjs/utils/getBound.js.map +1 -1
  28. package/lib-commonjs/utils/precision.js.map +1 -1
  29. package/package.json +11 -12
  30. package/lib/SpinButton.d.ts +0 -1
  31. package/lib/components/SpinButton/SpinButton.d.ts +0 -6
  32. package/lib/components/SpinButton/SpinButton.strings.d.ts +0 -2
  33. package/lib/components/SpinButton/SpinButton.strings.js +0 -5
  34. package/lib/components/SpinButton/SpinButton.strings.js.map +0 -1
  35. package/lib/components/SpinButton/SpinButton.types.d.ts +0 -141
  36. package/lib/components/SpinButton/index.d.ts +0 -5
  37. package/lib/components/SpinButton/renderSpinButton.d.ts +0 -5
  38. package/lib/components/SpinButton/useSpinButton.d.ts +0 -12
  39. package/lib/components/SpinButton/useSpinButtonStyles.d.ts +0 -7
  40. package/lib/index.d.ts +0 -2
  41. package/lib/utils/clamp.d.ts +0 -1
  42. package/lib/utils/getBound.d.ts +0 -2
  43. package/lib/utils/index.d.ts +0 -3
  44. package/lib/utils/precision.d.ts +0 -14
  45. package/lib-commonjs/SpinButton.d.ts +0 -1
  46. package/lib-commonjs/components/SpinButton/SpinButton.d.ts +0 -6
  47. package/lib-commonjs/components/SpinButton/SpinButton.strings.d.ts +0 -2
  48. package/lib-commonjs/components/SpinButton/SpinButton.strings.js +0 -11
  49. package/lib-commonjs/components/SpinButton/SpinButton.strings.js.map +0 -1
  50. package/lib-commonjs/components/SpinButton/SpinButton.types.d.ts +0 -141
  51. package/lib-commonjs/components/SpinButton/index.d.ts +0 -5
  52. package/lib-commonjs/components/SpinButton/renderSpinButton.d.ts +0 -5
  53. package/lib-commonjs/components/SpinButton/useSpinButton.d.ts +0 -12
  54. package/lib-commonjs/components/SpinButton/useSpinButtonStyles.d.ts +0 -7
  55. package/lib-commonjs/index.d.ts +0 -2
  56. package/lib-commonjs/utils/clamp.d.ts +0 -1
  57. package/lib-commonjs/utils/getBound.d.ts +0 -2
  58. package/lib-commonjs/utils/index.d.ts +0 -3
  59. package/lib-commonjs/utils/precision.d.ts +0 -14
package/CHANGELOG.json CHANGED
@@ -2,7 +2,499 @@
2
2
  "name": "@fluentui/react-spinbutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 05 May 2022 18:24:37 GMT",
5
+ "date": "Wed, 03 Aug 2022 16:00:28 GMT",
6
+ "tag": "@fluentui/react-spinbutton_v9.0.0",
7
+ "version": "9.0.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "seanmonahan@microsoft.com",
12
+ "package": "@fluentui/react-spinbutton",
13
+ "commit": "a6aa8b678209b98098e23c16313bd528ef7da028",
14
+ "comment": "feat: update spinbutton to stable"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinbutton",
19
+ "comment": "Bump @fluentui/react-input to v9.0.4",
20
+ "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-spinbutton",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
26
+ "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-spinbutton",
31
+ "comment": "Bump @fluentui/react-label to v9.0.4",
32
+ "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
33
+ }
34
+ ],
35
+ "patch": [
36
+ {
37
+ "author": "miroslav.stastny@microsoft.com",
38
+ "package": "@fluentui/react-spinbutton",
39
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
40
+ "comment": "chore: Bump Griffel dependencies"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Thu, 14 Jul 2022 21:21:04 GMT",
47
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.18",
48
+ "version": "9.0.0-beta.18",
49
+ "comments": {
50
+ "prerelease": [
51
+ {
52
+ "author": "Humberto.Morimoto@microsoft.com",
53
+ "package": "@fluentui/react-spinbutton",
54
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
55
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-spinbutton",
60
+ "comment": "Bump @fluentui/react-input to v9.0.3",
61
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-spinbutton",
66
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
67
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-spinbutton",
72
+ "comment": "Bump @fluentui/react-label to v9.0.3",
73
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Thu, 14 Jul 2022 17:06:22 GMT",
80
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.17",
81
+ "version": "9.0.0-beta.17",
82
+ "comments": {
83
+ "prerelease": [
84
+ {
85
+ "author": "ololubek@microsoft.com",
86
+ "package": "@fluentui/react-spinbutton",
87
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
88
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
89
+ },
90
+ {
91
+ "author": "seanmonahan@microsoft.com",
92
+ "package": "@fluentui/react-spinbutton",
93
+ "commit": "6e255e5e29c0fe7c01ae13152f39387d36f91dda",
94
+ "comment": "fix: decrease number of react renders"
95
+ },
96
+ {
97
+ "author": "beachball",
98
+ "package": "@fluentui/react-spinbutton",
99
+ "comment": "Bump @fluentui/react-input to v9.0.2",
100
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-spinbutton",
105
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
106
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-spinbutton",
111
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
112
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-spinbutton",
117
+ "comment": "Bump @fluentui/react-label to v9.0.2",
118
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
119
+ }
120
+ ],
121
+ "none": [
122
+ {
123
+ "author": "Humberto.Morimoto@microsoft.com",
124
+ "package": "@fluentui/react-spinbutton",
125
+ "commit": "422636fffd66758c1a6dd617063582d902b61927",
126
+ "comment": "docs: Replacing https://aka.ms/fluentui-storybook with https://react.fluentui.dev/ to point to the official documentation site."
127
+ }
128
+ ]
129
+ }
130
+ },
131
+ {
132
+ "date": "Tue, 28 Jun 2022 17:39:52 GMT",
133
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.16",
134
+ "version": "9.0.0-beta.16",
135
+ "comments": {
136
+ "prerelease": [
137
+ {
138
+ "author": "lingfangao@hotmail.com",
139
+ "package": "@fluentui/react-spinbutton",
140
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
141
+ "comment": "fix: Use caret dependency range for Griffel"
142
+ },
143
+ {
144
+ "author": "beachball",
145
+ "package": "@fluentui/react-spinbutton",
146
+ "comment": "Bump @fluentui/react-input to v9.0.1",
147
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
148
+ },
149
+ {
150
+ "author": "beachball",
151
+ "package": "@fluentui/react-spinbutton",
152
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
153
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
154
+ },
155
+ {
156
+ "author": "beachball",
157
+ "package": "@fluentui/react-spinbutton",
158
+ "comment": "Bump @fluentui/react-label to v9.0.1",
159
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
160
+ }
161
+ ]
162
+ }
163
+ },
164
+ {
165
+ "date": "Tue, 28 Jun 2022 15:14:00 GMT",
166
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.15",
167
+ "version": "9.0.0-beta.15",
168
+ "comments": {
169
+ "none": [
170
+ {
171
+ "author": "seanmonahan@microsoft.com",
172
+ "package": "@fluentui/react-spinbutton",
173
+ "commit": "d85de0c3ee9d2f6f96d1b1ef6e15033648ce9963",
174
+ "comment": "docs: clean up stories"
175
+ },
176
+ {
177
+ "author": "mgodbolt@microsoft.com",
178
+ "package": "@fluentui/react-spinbutton",
179
+ "commit": "51cf0a14d9a57107db0a4505b8b16260477b0e4a",
180
+ "comment": "chore: convert SpinButton to index based stories approach"
181
+ }
182
+ ],
183
+ "prerelease": [
184
+ {
185
+ "author": "lingfangao@hotmail.com",
186
+ "package": "@fluentui/react-spinbutton",
187
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
188
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
189
+ },
190
+ {
191
+ "author": "olfedias@microsoft.com",
192
+ "package": "@fluentui/react-spinbutton",
193
+ "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
194
+ "comment": "chore: Update @fluentui/react-icons to latest version"
195
+ },
196
+ {
197
+ "author": "lingfangao@hotmail.com",
198
+ "package": "@fluentui/react-spinbutton",
199
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
200
+ "comment": "Bump Griffel dependencies"
201
+ },
202
+ {
203
+ "author": "Humberto.Morimoto@microsoft.com",
204
+ "package": "@fluentui/react-spinbutton",
205
+ "commit": "2b4a2ac925ebb2baf990bec2c149b03eb298b872",
206
+ "comment": "fix: Making increment and decrement buttons of SpinButton have 'type=button' instead of 'type=submit'."
207
+ },
208
+ {
209
+ "author": "beachball",
210
+ "package": "@fluentui/react-spinbutton",
211
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
212
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
213
+ },
214
+ {
215
+ "author": "beachball",
216
+ "package": "@fluentui/react-spinbutton",
217
+ "comment": "Bump @fluentui/react-input to v9.0.0",
218
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
219
+ },
220
+ {
221
+ "author": "beachball",
222
+ "package": "@fluentui/react-spinbutton",
223
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
224
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
225
+ },
226
+ {
227
+ "author": "beachball",
228
+ "package": "@fluentui/react-spinbutton",
229
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
230
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
231
+ },
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-spinbutton",
235
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
236
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-spinbutton",
241
+ "comment": "Bump @fluentui/react-label to v9.0.0",
242
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
243
+ }
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
249
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.14",
250
+ "version": "9.0.0-beta.14",
251
+ "comments": {
252
+ "prerelease": [
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-spinbutton",
256
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.6",
257
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-spinbutton",
262
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
263
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-spinbutton",
268
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.6",
269
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
270
+ }
271
+ ]
272
+ }
273
+ },
274
+ {
275
+ "date": "Tue, 31 May 2022 21:28:47 GMT",
276
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.13",
277
+ "version": "9.0.0-beta.13",
278
+ "comments": {
279
+ "prerelease": [
280
+ {
281
+ "author": "olfedias@microsoft.com",
282
+ "package": "@fluentui/react-spinbutton",
283
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
284
+ "comment": "chore: Update Griffel to latest version"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-spinbutton",
289
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.5",
290
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-spinbutton",
295
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
296
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-spinbutton",
301
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
302
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-spinbutton",
307
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.5",
308
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
309
+ }
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "date": "Thu, 26 May 2022 21:01:29 GMT",
315
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.12",
316
+ "version": "9.0.0-beta.12",
317
+ "comments": {
318
+ "prerelease": [
319
+ {
320
+ "author": "esteban.230@hotmail.com",
321
+ "package": "@fluentui/react-spinbutton",
322
+ "commit": "366ca40110552c9089ba2f8c3fee37b20c1494cb",
323
+ "comment": "Removing additional focus ring in native input for macOS safari."
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-spinbutton",
328
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.4",
329
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-spinbutton",
334
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.4",
335
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
336
+ }
337
+ ]
338
+ }
339
+ },
340
+ {
341
+ "date": "Mon, 23 May 2022 18:56:48 GMT",
342
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.11",
343
+ "version": "9.0.0-beta.11",
344
+ "comments": {
345
+ "prerelease": [
346
+ {
347
+ "author": "seanmonahan@microsoft.com",
348
+ "package": "@fluentui/react-spinbutton",
349
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
350
+ "comment": "BREAKING: update string unions to use spinal-case"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-spinbutton",
355
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.3",
356
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
357
+ },
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-spinbutton",
361
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
362
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-spinbutton",
367
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
368
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-spinbutton",
373
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.3",
374
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
375
+ }
376
+ ]
377
+ }
378
+ },
379
+ {
380
+ "date": "Mon, 23 May 2022 12:13:40 GMT",
381
+ "tag": "@fluentui/react-spinbutton_v9.0.0-beta.10",
382
+ "version": "9.0.0-beta.10",
383
+ "comments": {
384
+ "prerelease": [
385
+ {
386
+ "author": "olfedias@microsoft.com",
387
+ "package": "@fluentui/react-spinbutton",
388
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
389
+ "comment": "chore: Update Griffel to latest version"
390
+ },
391
+ {
392
+ "author": "seanmonahan@microsoft.com",
393
+ "package": "@fluentui/react-spinbutton",
394
+ "commit": "e5f896d0098d23b01a4f0ab4b154fca0a47a1a89",
395
+ "comment": "react-spinbutton: update appearance stories"
396
+ },
397
+ {
398
+ "author": "seanmonahan@microsoft.com",
399
+ "package": "@fluentui/react-spinbutton",
400
+ "commit": "111151a252ce77c26354f50101791bbe71de78fe",
401
+ "comment": "appearance story updates"
402
+ },
403
+ {
404
+ "author": "seanmonahan@microsoft.com",
405
+ "package": "@fluentui/react-spinbutton",
406
+ "commit": "fbed857eb218943dcd08686eca1f469314bb84f6",
407
+ "comment": "widen `value` type to include `null`"
408
+ },
409
+ {
410
+ "author": "esteban.230@hotmail.com",
411
+ "package": "@fluentui/react-spinbutton",
412
+ "commit": "0fac2d7a6f35c5fcebaf30da68b9604410fe0eb9",
413
+ "comment": "Updated react-label package version to RC."
414
+ },
415
+ {
416
+ "author": "martinhochel@microsoft.com",
417
+ "package": "@fluentui/react-spinbutton",
418
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
419
+ "comment": "feat: ship rolluped only dts"
420
+ },
421
+ {
422
+ "author": "seanmonahan@microsoft.com",
423
+ "package": "@fluentui/react-spinbutton",
424
+ "commit": "8f40f25712a38b3b3121e7eb71623ce3d5a187e1",
425
+ "comment": "react-spinbutton: add aria-valuetext override"
426
+ },
427
+ {
428
+ "author": "olfedias@microsoft.com",
429
+ "package": "@fluentui/react-spinbutton",
430
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
431
+ "comment": "chore: Update Griffel to latest version"
432
+ },
433
+ {
434
+ "author": "gcox@microsoft.com",
435
+ "package": "@fluentui/react-spinbutton",
436
+ "commit": "02fafa9e9ba11326583bad5db2e3dfce9d4407ff",
437
+ "comment": "react-spinbutton: use spacing tokens"
438
+ },
439
+ {
440
+ "author": "seanmonahan@microsoft.com",
441
+ "package": "@fluentui/react-spinbutton",
442
+ "commit": "c70db5af9d6986c0f4c03c4c54bf26cb7a0f2096",
443
+ "comment": "react-spinbutton: remove \"strings\" prop"
444
+ },
445
+ {
446
+ "author": "seanmonahan@microsoft.com",
447
+ "package": "@fluentui/react-spinbutton",
448
+ "commit": "70164a1d13eb58eec6693f735029a8974b7aac70",
449
+ "comment": "Update react-input dependency version to release candidate."
450
+ },
451
+ {
452
+ "author": "seanmonahan@microsoft.com",
453
+ "package": "@fluentui/react-spinbutton",
454
+ "commit": "d70513cb733174eb29068b9828b527b6425ba041",
455
+ "comment": "update stepper clamping behavior"
456
+ },
457
+ {
458
+ "author": "seanmonahan@microsoft.com",
459
+ "package": "@fluentui/react-spinbutton",
460
+ "commit": "2876fdf9a81f0a9a7c5fd0499bd48045b6b5fd5c",
461
+ "comment": "react-spinbutton: remove SpinButtonCommons type"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-spinbutton",
466
+ "comment": "Bump @fluentui/react-input to v9.0.0-rc.2",
467
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-spinbutton",
472
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
473
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
474
+ },
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-spinbutton",
478
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
479
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
480
+ },
481
+ {
482
+ "author": "beachball",
483
+ "package": "@fluentui/react-spinbutton",
484
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
485
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
486
+ },
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-spinbutton",
490
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.2",
491
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
492
+ }
493
+ ]
494
+ }
495
+ },
496
+ {
497
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
6
498
  "tag": "@fluentui/react-spinbutton_v9.0.0-beta.9",
7
499
  "version": "9.0.0-beta.9",
8
500
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,158 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Thu, 05 May 2022 18:24:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 03 Aug 2022 16:00:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0)
8
+
9
+ Wed, 03 Aug 2022 16:00:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.18..@fluentui/react-spinbutton_v9.0.0)
11
+
12
+ ### Minor changes
13
+
14
+ - feat: update spinbutton to stable ([PR #23805](https://github.com/microsoft/fluentui/pull/23805) by seanmonahan@microsoft.com)
15
+ - Bump @fluentui/react-input to v9.0.4 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
17
+ - Bump @fluentui/react-label to v9.0.4 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
18
+
19
+ ### Patches
20
+
21
+ - chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
22
+
23
+ ## [9.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.18)
24
+
25
+ Thu, 14 Jul 2022 21:21:04 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.17..@fluentui/react-spinbutton_v9.0.0-beta.18)
27
+
28
+ ### Changes
29
+
30
+ - fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
31
+ - Bump @fluentui/react-input to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.2 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
33
+ - Bump @fluentui/react-label to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
34
+
35
+ ## [9.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.17)
36
+
37
+ Thu, 14 Jul 2022 17:06:22 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.16..@fluentui/react-spinbutton_v9.0.0-beta.17)
39
+
40
+ ### Changes
41
+
42
+ - chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
43
+ - fix: decrease number of react renders ([PR #23714](https://github.com/microsoft/fluentui/pull/23714) by seanmonahan@microsoft.com)
44
+ - Bump @fluentui/react-input to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
45
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
46
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
47
+ - Bump @fluentui/react-label to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
48
+
49
+ ## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.16)
50
+
51
+ Tue, 28 Jun 2022 17:39:52 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.15..@fluentui/react-spinbutton_v9.0.0-beta.16)
53
+
54
+ ### Changes
55
+
56
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
57
+ - Bump @fluentui/react-input to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
58
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
59
+ - Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
60
+
61
+ ## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.15)
62
+
63
+ Tue, 28 Jun 2022 15:14:00 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.14..@fluentui/react-spinbutton_v9.0.0-beta.15)
65
+
66
+ ### Changes
67
+
68
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
69
+ - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
70
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
71
+ - fix: Making increment and decrement buttons of SpinButton have 'type=button' instead of 'type=submit'. ([PR #23710](https://github.com/microsoft/fluentui/pull/23710) by Humberto.Morimoto@microsoft.com)
72
+ - Bump @fluentui/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
73
+ - Bump @fluentui/react-input to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
74
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
75
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
76
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
77
+ - Bump @fluentui/react-label to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
78
+
79
+ ## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.14)
80
+
81
+ Thu, 23 Jun 2022 14:25:31 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.13..@fluentui/react-spinbutton_v9.0.0-beta.14)
83
+
84
+ ### Changes
85
+
86
+ - Bump @fluentui/react-input to v9.0.0-rc.6 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
87
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
88
+ - Bump @fluentui/react-label to v9.0.0-rc.6 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
89
+
90
+ ## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.13)
91
+
92
+ Tue, 31 May 2022 21:28:47 GMT
93
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.12..@fluentui/react-spinbutton_v9.0.0-beta.13)
94
+
95
+ ### Changes
96
+
97
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
98
+ - Bump @fluentui/react-input to v9.0.0-rc.5 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
99
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
100
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
101
+ - Bump @fluentui/react-label to v9.0.0-rc.5 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
102
+
103
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.12)
104
+
105
+ Thu, 26 May 2022 21:01:29 GMT
106
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.11..@fluentui/react-spinbutton_v9.0.0-beta.12)
107
+
108
+ ### Changes
109
+
110
+ - Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
111
+ - Bump @fluentui/react-input to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
112
+ - Bump @fluentui/react-label to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
113
+
114
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.11)
115
+
116
+ Mon, 23 May 2022 18:56:48 GMT
117
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.10..@fluentui/react-spinbutton_v9.0.0-beta.11)
118
+
119
+ ### Changes
120
+
121
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
122
+ - Bump @fluentui/react-input to v9.0.0-rc.3 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
123
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
124
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
125
+ - Bump @fluentui/react-label to v9.0.0-rc.3 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
126
+
127
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.10)
128
+
129
+ Mon, 23 May 2022 12:13:40 GMT
130
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.9..@fluentui/react-spinbutton_v9.0.0-beta.10)
131
+
132
+ ### Changes
133
+
134
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
135
+ - react-spinbutton: update appearance stories ([PR #22980](https://github.com/microsoft/fluentui/pull/22980) by seanmonahan@microsoft.com)
136
+ - appearance story updates ([PR #22995](https://github.com/microsoft/fluentui/pull/22995) by seanmonahan@microsoft.com)
137
+ - widen `value` type to include `null` ([PR #23025](https://github.com/microsoft/fluentui/pull/23025) by seanmonahan@microsoft.com)
138
+ - Updated react-label package version to RC. ([PR #22865](https://github.com/microsoft/fluentui/pull/22865) by esteban.230@hotmail.com)
139
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
140
+ - react-spinbutton: add aria-valuetext override ([PR #22905](https://github.com/microsoft/fluentui/pull/22905) by seanmonahan@microsoft.com)
141
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
142
+ - react-spinbutton: use spacing tokens ([PR #22950](https://github.com/microsoft/fluentui/pull/22950) by gcox@microsoft.com)
143
+ - react-spinbutton: remove "strings" prop ([PR #22948](https://github.com/microsoft/fluentui/pull/22948) by seanmonahan@microsoft.com)
144
+ - Update react-input dependency version to release candidate. ([PR #23090](https://github.com/microsoft/fluentui/pull/23090) by seanmonahan@microsoft.com)
145
+ - update stepper clamping behavior ([PR #23004](https://github.com/microsoft/fluentui/pull/23004) by seanmonahan@microsoft.com)
146
+ - react-spinbutton: remove SpinButtonCommons type ([PR #22871](https://github.com/microsoft/fluentui/pull/22871) by seanmonahan@microsoft.com)
147
+ - Bump @fluentui/react-input to v9.0.0-rc.2 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
148
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
149
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
150
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
151
+ - Bump @fluentui/react-label to v9.0.0-rc.2 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
152
+
7
153
  ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.9)
8
154
 
9
- Thu, 05 May 2022 18:24:37 GMT
155
+ Thu, 05 May 2022 18:26:30 GMT
10
156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.8..@fluentui/react-spinbutton_v9.0.0-beta.9)
11
157
 
12
158
  ### Changes