@fluentui/react-spinbutton 9.0.0-beta.7 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +597 -1
- package/CHANGELOG.md +181 -6
- package/README.md +4 -6
- package/dist/{react-spinbutton.d.ts → index.d.ts} +47 -66
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/SpinButton/SpinButton.js.map +1 -1
- package/lib/components/SpinButton/SpinButton.types.js.map +1 -1
- package/lib/components/SpinButton/renderSpinButton.js.map +1 -1
- package/lib/components/SpinButton/useSpinButton.js +136 -104
- package/lib/components/SpinButton/useSpinButton.js.map +1 -1
- package/lib/components/SpinButton/useSpinButtonStyles.js +22 -16
- package/lib/components/SpinButton/useSpinButtonStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/utils/clamp.js +6 -12
- package/lib/utils/clamp.js.map +1 -1
- package/lib/utils/getBound.js.map +1 -1
- package/lib/utils/precision.js.map +1 -1
- package/lib-commonjs/components/SpinButton/SpinButton.js.map +1 -1
- package/lib-commonjs/components/SpinButton/renderSpinButton.js.map +1 -1
- package/lib-commonjs/components/SpinButton/useSpinButton.js +135 -104
- package/lib-commonjs/components/SpinButton/useSpinButton.js.map +1 -1
- package/lib-commonjs/components/SpinButton/useSpinButtonStyles.js +22 -16
- package/lib-commonjs/components/SpinButton/useSpinButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/clamp.js +10 -16
- package/lib-commonjs/utils/clamp.js.map +1 -1
- package/lib-commonjs/utils/getBound.js.map +1 -1
- package/lib-commonjs/utils/precision.js.map +1 -1
- package/package.json +13 -14
- package/MIGRATION.md +0 -67
- package/lib/SpinButton.d.ts +0 -1
- package/lib/components/SpinButton/SpinButton.d.ts +0 -6
- package/lib/components/SpinButton/SpinButton.strings.d.ts +0 -2
- package/lib/components/SpinButton/SpinButton.strings.js +0 -5
- package/lib/components/SpinButton/SpinButton.strings.js.map +0 -1
- package/lib/components/SpinButton/SpinButton.types.d.ts +0 -149
- package/lib/components/SpinButton/index.d.ts +0 -5
- package/lib/components/SpinButton/renderSpinButton.d.ts +0 -5
- package/lib/components/SpinButton/useSpinButton.d.ts +0 -12
- package/lib/components/SpinButton/useSpinButtonStyles.d.ts +0 -7
- package/lib/index.d.ts +0 -2
- package/lib/utils/clamp.d.ts +0 -1
- package/lib/utils/getBound.d.ts +0 -2
- package/lib/utils/index.d.ts +0 -3
- package/lib/utils/precision.d.ts +0 -14
- package/lib-commonjs/SpinButton.d.ts +0 -1
- package/lib-commonjs/components/SpinButton/SpinButton.d.ts +0 -6
- package/lib-commonjs/components/SpinButton/SpinButton.strings.d.ts +0 -2
- package/lib-commonjs/components/SpinButton/SpinButton.strings.js +0 -11
- package/lib-commonjs/components/SpinButton/SpinButton.strings.js.map +0 -1
- package/lib-commonjs/components/SpinButton/SpinButton.types.d.ts +0 -149
- package/lib-commonjs/components/SpinButton/index.d.ts +0 -5
- package/lib-commonjs/components/SpinButton/renderSpinButton.d.ts +0 -5
- package/lib-commonjs/components/SpinButton/useSpinButton.d.ts +0 -12
- package/lib-commonjs/components/SpinButton/useSpinButtonStyles.d.ts +0 -7
- package/lib-commonjs/index.d.ts +0 -2
- package/lib-commonjs/utils/clamp.d.ts +0 -1
- package/lib-commonjs/utils/getBound.d.ts +0 -2
- package/lib-commonjs/utils/index.d.ts +0 -3
- package/lib-commonjs/utils/precision.d.ts +0 -14
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,603 @@
|
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
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",
|
498
|
+
"tag": "@fluentui/react-spinbutton_v9.0.0-beta.9",
|
499
|
+
"version": "9.0.0-beta.9",
|
500
|
+
"comments": {
|
501
|
+
"prerelease": [
|
502
|
+
{
|
503
|
+
"author": "beachball",
|
504
|
+
"package": "@fluentui/react-spinbutton",
|
505
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
|
506
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"author": "beachball",
|
510
|
+
"package": "@fluentui/react-spinbutton",
|
511
|
+
"comment": "Bump @fluentui/react-input to v9.0.0-beta.9",
|
512
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"author": "beachball",
|
516
|
+
"package": "@fluentui/react-spinbutton",
|
517
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
518
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"author": "beachball",
|
522
|
+
"package": "@fluentui/react-spinbutton",
|
523
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
524
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"author": "beachball",
|
528
|
+
"package": "@fluentui/react-spinbutton",
|
529
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
530
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"author": "beachball",
|
534
|
+
"package": "@fluentui/react-spinbutton",
|
535
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.12",
|
536
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
537
|
+
}
|
538
|
+
]
|
539
|
+
}
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"date": "Wed, 04 May 2022 13:26:50 GMT",
|
543
|
+
"tag": "@fluentui/react-spinbutton_v9.0.0-beta.8",
|
544
|
+
"version": "9.0.0-beta.8",
|
545
|
+
"comments": {
|
546
|
+
"prerelease": [
|
547
|
+
{
|
548
|
+
"author": "seanmonahan@microsoft.com",
|
549
|
+
"package": "@fluentui/react-spinbutton",
|
550
|
+
"commit": "c588d86a250e0e4894e41de2e1df273be9a7c866",
|
551
|
+
"comment": "remove MIGRATION.md"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"author": "seanmonahan@microsoft.com",
|
555
|
+
"package": "@fluentui/react-spinbutton",
|
556
|
+
"commit": "a7f9a9f47b329e55a36791596b11289c50bb82d3",
|
557
|
+
"comment": "react-spinbutton: remove \"inputType\" prop"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"author": "beachball",
|
561
|
+
"package": "@fluentui/react-spinbutton",
|
562
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
|
563
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"author": "beachball",
|
567
|
+
"package": "@fluentui/react-spinbutton",
|
568
|
+
"comment": "Bump @fluentui/react-input to v9.0.0-beta.8",
|
569
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"author": "beachball",
|
573
|
+
"package": "@fluentui/react-spinbutton",
|
574
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
575
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"author": "beachball",
|
579
|
+
"package": "@fluentui/react-spinbutton",
|
580
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
581
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"author": "beachball",
|
585
|
+
"package": "@fluentui/react-spinbutton",
|
586
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.11",
|
587
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
588
|
+
}
|
589
|
+
],
|
590
|
+
"none": [
|
591
|
+
{
|
592
|
+
"author": "tristan.watanabe@gmail.com",
|
593
|
+
"package": "@fluentui/react-spinbutton",
|
594
|
+
"commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
|
595
|
+
"comment": "react-spinbutton: Move to new common folder."
|
596
|
+
}
|
597
|
+
]
|
598
|
+
}
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"date": "Mon, 25 Apr 2022 09:32:14 GMT",
|
6
602
|
"tag": "@fluentui/react-spinbutton_v9.0.0-beta.7",
|
7
603
|
"version": "9.0.0-beta.7",
|
8
604
|
"comments": {
|