@fluentui/react-slider 9.0.0-beta.12 → 9.0.0-beta.15

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.
Files changed (36) hide show
  1. package/CHANGELOG.json +174 -1
  2. package/CHANGELOG.md +184 -137
  3. package/dist/{react-slider.d.ts → index.d.ts} +27 -32
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Slider/Slider.types.js.map +1 -1
  6. package/lib/components/Slider/useSlider.js +1 -20
  7. package/lib/components/Slider/useSlider.js.map +1 -1
  8. package/lib/components/Slider/useSliderState.js +7 -7
  9. package/lib/components/Slider/useSliderState.js.map +1 -1
  10. package/lib/components/Slider/useSliderStyles.js +15 -15
  11. package/lib/components/Slider/useSliderStyles.js.map +1 -1
  12. package/lib-commonjs/components/Slider/useSlider.js +1 -20
  13. package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
  14. package/lib-commonjs/components/Slider/useSliderState.js +7 -7
  15. package/lib-commonjs/components/Slider/useSliderState.js.map +1 -1
  16. package/lib-commonjs/components/Slider/useSliderStyles.js +15 -15
  17. package/lib-commonjs/components/Slider/useSliderStyles.js.map +1 -1
  18. package/package.json +11 -11
  19. package/lib/Slider.d.ts +0 -1
  20. package/lib/components/Slider/Slider.d.ts +0 -6
  21. package/lib/components/Slider/Slider.types.d.ts +0 -93
  22. package/lib/components/Slider/index.d.ts +0 -6
  23. package/lib/components/Slider/renderSlider.d.ts +0 -5
  24. package/lib/components/Slider/useSlider.d.ts +0 -6
  25. package/lib/components/Slider/useSliderState.d.ts +0 -2
  26. package/lib/components/Slider/useSliderStyles.d.ts +0 -14
  27. package/lib/index.d.ts +0 -2
  28. package/lib-commonjs/Slider.d.ts +0 -1
  29. package/lib-commonjs/components/Slider/Slider.d.ts +0 -6
  30. package/lib-commonjs/components/Slider/Slider.types.d.ts +0 -93
  31. package/lib-commonjs/components/Slider/index.d.ts +0 -6
  32. package/lib-commonjs/components/Slider/renderSlider.d.ts +0 -5
  33. package/lib-commonjs/components/Slider/useSlider.d.ts +0 -6
  34. package/lib-commonjs/components/Slider/useSliderState.d.ts +0 -2
  35. package/lib-commonjs/components/Slider/useSliderStyles.d.ts +0 -14
  36. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,59 @@
1
1
  # Change Log - @fluentui/react-slider
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.15)
8
+
9
+ Mon, 23 May 2022 12:10:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.14..@fluentui/react-slider_v9.0.0-beta.15)
11
+
12
+ ### Changes
13
+
14
+ - move slider commons into props and pick into state ([PR #22879](https://github.com/microsoft/fluentui/pull/22879) by mgodbolt@microsoft.com)
15
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
16
+ - Updated react-label package version to RC. ([PR #22865](https://github.com/microsoft/fluentui/pull/22865) by esteban.230@hotmail.com)
17
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
18
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
19
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+ - Bump @fluentui/react-label to v9.0.0-rc.2 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
25
+
26
+ ## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.14)
27
+
28
+ Thu, 05 May 2022 18:26:30 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.13..@fluentui/react-slider_v9.0.0-beta.14)
30
+
31
+ ### Changes
32
+
33
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+ - Bump @fluentui/react-label to v9.0.0-beta.12 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
39
+
40
+ ## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.13)
41
+
42
+ Wed, 04 May 2022 13:26:50 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.12..@fluentui/react-slider_v9.0.0-beta.13)
44
+
45
+ ### Changes
46
+
47
+ - Adjust focus rect to match design, and update color tokens to improve dark mode contrast ([PR #22701](https://github.com/microsoft/fluentui/pull/22701) by mgodbolt@microsoft.com)
48
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
49
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
50
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
52
+ - Bump @fluentui/react-label to v9.0.0-beta.11 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
53
+
7
54
  ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.12)
8
55
 
9
- Mon, 25 Apr 2022 09:31:20 GMT
56
+ Mon, 25 Apr 2022 09:32:19 GMT
10
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.11..@fluentui/react-slider_v9.0.0-beta.12)
11
58
 
12
59
  ### Changes
@@ -15,7 +62,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
15
62
 
16
63
  ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.11)
17
64
 
18
- Tue, 19 Apr 2022 19:16:53 GMT
65
+ Tue, 19 Apr 2022 19:16:53 GMT
19
66
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.10..@fluentui/react-slider_v9.0.0-beta.11)
20
67
 
21
68
  ### Changes
@@ -33,7 +80,7 @@ Tue, 19 Apr 2022 19:16:53 GMT
33
80
 
34
81
  ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.10)
35
82
 
36
- Fri, 04 Mar 2022 05:17:29 GMT
83
+ Fri, 04 Mar 2022 05:17:29 GMT
37
84
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.9..@fluentui/react-slider_v9.0.0-beta.10)
38
85
 
39
86
  ### Changes
@@ -48,7 +95,7 @@ Fri, 04 Mar 2022 05:17:29 GMT
48
95
 
49
96
  ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.9)
50
97
 
51
- Tue, 01 Mar 2022 02:17:38 GMT
98
+ Tue, 01 Mar 2022 02:17:38 GMT
52
99
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.8..@fluentui/react-slider_v9.0.0-beta.9)
53
100
 
54
101
  ### Changes
@@ -60,7 +107,7 @@ Tue, 01 Mar 2022 02:17:38 GMT
60
107
 
61
108
  ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.8)
62
109
 
63
- Fri, 18 Feb 2022 13:35:34 GMT
110
+ Fri, 18 Feb 2022 13:35:34 GMT
64
111
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.6..@fluentui/react-slider_v9.0.0-beta.8)
65
112
 
66
113
  ### Changes
@@ -74,7 +121,7 @@ Fri, 18 Feb 2022 13:35:34 GMT
74
121
 
75
122
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.6)
76
123
 
77
- Thu, 10 Feb 2022 08:50:49 GMT
124
+ Thu, 10 Feb 2022 08:50:49 GMT
78
125
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.5..@fluentui/react-slider_v9.0.0-beta.6)
79
126
 
80
127
  ### Changes
@@ -93,7 +140,7 @@ Thu, 10 Feb 2022 08:50:49 GMT
93
140
 
94
141
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.5)
95
142
 
96
- Thu, 25 Nov 2021 08:34:17 GMT
143
+ Thu, 25 Nov 2021 08:34:17 GMT
97
144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.4..@fluentui/react-slider_v9.0.0-beta.5)
98
145
 
99
146
  ### Changes
@@ -109,7 +156,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
109
156
 
110
157
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.4)
111
158
 
112
- Fri, 12 Nov 2021 13:25:32 GMT
159
+ Fri, 12 Nov 2021 13:25:32 GMT
113
160
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.3..@fluentui/react-slider_v9.0.0-beta.4)
114
161
 
115
162
  ### Changes
@@ -128,7 +175,7 @@ Fri, 12 Nov 2021 13:25:32 GMT
128
175
 
129
176
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.3)
130
177
 
131
- Wed, 27 Oct 2021 12:14:22 GMT
178
+ Wed, 27 Oct 2021 12:14:22 GMT
132
179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.2..@fluentui/react-slider_v9.0.0-beta.3)
133
180
 
134
181
  ### Changes
@@ -145,7 +192,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
145
192
 
146
193
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.2)
147
194
 
148
- Tue, 12 Oct 2021 19:45:58 GMT
195
+ Tue, 12 Oct 2021 19:45:58 GMT
149
196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.1..@fluentui/react-slider_v9.0.0-beta.2)
150
197
 
151
198
  ### Changes
@@ -154,7 +201,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
154
201
 
155
202
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.1)
156
203
 
157
- Wed, 06 Oct 2021 10:37:22 GMT
204
+ Wed, 06 Oct 2021 10:37:22 GMT
158
205
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.18..@fluentui/react-slider_v9.0.0-beta.1)
159
206
 
160
207
  ### Changes
@@ -171,7 +218,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
171
218
 
172
219
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.18)
173
220
 
174
- Tue, 05 Oct 2021 12:47:58 GMT
221
+ Tue, 05 Oct 2021 12:47:58 GMT
175
222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.17..@fluentui/react-slider_v9.0.0-alpha.18)
176
223
 
177
224
  ### Changes
@@ -185,7 +232,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
185
232
 
186
233
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.17)
187
234
 
188
- Tue, 05 Oct 2021 09:28:07 GMT
235
+ Tue, 05 Oct 2021 09:28:07 GMT
189
236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.16..@fluentui/react-slider_v9.0.0-alpha.17)
190
237
 
191
238
  ### Changes
@@ -201,7 +248,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
201
248
 
202
249
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.16)
203
250
 
204
- Fri, 01 Oct 2021 14:13:08 GMT
251
+ Fri, 01 Oct 2021 14:13:08 GMT
205
252
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.14..@fluentui/react-slider_v9.0.0-alpha.16)
206
253
 
207
254
  ### Changes
@@ -218,7 +265,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
218
265
 
219
266
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.14)
220
267
 
221
- Fri, 01 Oct 2021 09:44:56 GMT
268
+ Fri, 01 Oct 2021 09:44:56 GMT
222
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.13..@fluentui/react-slider_v9.0.0-alpha.14)
223
270
 
224
271
  ### Changes
@@ -228,7 +275,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
228
275
 
229
276
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.13)
230
277
 
231
- Wed, 29 Sep 2021 08:06:11 GMT
278
+ Wed, 29 Sep 2021 08:06:11 GMT
232
279
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.12..@fluentui/react-slider_v9.0.0-alpha.13)
233
280
 
234
281
  ### Changes
@@ -243,7 +290,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
243
290
 
244
291
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.12)
245
292
 
246
- Mon, 27 Sep 2021 08:06:00 GMT
293
+ Mon, 27 Sep 2021 08:06:00 GMT
247
294
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.11..@fluentui/react-slider_v9.0.0-alpha.12)
248
295
 
249
296
  ### Changes
@@ -259,7 +306,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
259
306
 
260
307
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.11)
261
308
 
262
- Fri, 24 Sep 2021 09:17:17 GMT
309
+ Fri, 24 Sep 2021 09:17:17 GMT
263
310
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.10..@fluentui/react-slider_v9.0.0-alpha.11)
264
311
 
265
312
  ### Changes
@@ -274,7 +321,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
274
321
 
275
322
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.10)
276
323
 
277
- Thu, 23 Sep 2021 08:21:34 GMT
324
+ Thu, 23 Sep 2021 08:21:34 GMT
278
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.9..@fluentui/react-slider_v9.0.0-alpha.10)
279
326
 
280
327
  ### Changes
@@ -289,7 +336,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
289
336
 
290
337
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.9)
291
338
 
292
- Wed, 22 Sep 2021 10:10:07 GMT
339
+ Wed, 22 Sep 2021 10:10:07 GMT
293
340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.8..@fluentui/react-slider_v9.0.0-alpha.9)
294
341
 
295
342
  ### Changes
@@ -305,7 +352,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
305
352
 
306
353
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.8)
307
354
 
308
- Tue, 21 Sep 2021 07:42:34 GMT
355
+ Tue, 21 Sep 2021 07:42:34 GMT
309
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.7..@fluentui/react-slider_v9.0.0-alpha.8)
310
357
 
311
358
  ### Changes
@@ -322,7 +369,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
322
369
 
323
370
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.7)
324
371
 
325
- Mon, 20 Sep 2021 07:36:26 GMT
372
+ Mon, 20 Sep 2021 07:36:26 GMT
326
373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.6..@fluentui/react-slider_v9.0.0-alpha.7)
327
374
 
328
375
  ### Changes
@@ -331,7 +378,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
331
378
 
332
379
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.6)
333
380
 
334
- Fri, 17 Sep 2021 07:35:26 GMT
381
+ Fri, 17 Sep 2021 07:35:26 GMT
335
382
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.5..@fluentui/react-slider_v9.0.0-alpha.6)
336
383
 
337
384
  ### Changes
@@ -341,7 +388,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
341
388
 
342
389
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.5)
343
390
 
344
- Thu, 16 Sep 2021 07:38:39 GMT
391
+ Thu, 16 Sep 2021 07:38:39 GMT
345
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.4..@fluentui/react-slider_v9.0.0-alpha.5)
346
393
 
347
394
  ### Changes
@@ -351,7 +398,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
351
398
 
352
399
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.4)
353
400
 
354
- Tue, 14 Sep 2021 20:09:02 GMT
401
+ Tue, 14 Sep 2021 20:09:02 GMT
355
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.3..@fluentui/react-slider_v9.0.0-alpha.4)
356
403
 
357
404
  ### Changes
@@ -360,7 +407,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
360
407
 
361
408
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.3)
362
409
 
363
- Fri, 10 Sep 2021 16:31:53 GMT
410
+ Fri, 10 Sep 2021 16:31:53 GMT
364
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.2..@fluentui/react-slider_v9.0.0-alpha.3)
365
412
 
366
413
  ### Changes
@@ -370,7 +417,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
370
417
 
371
418
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.2)
372
419
 
373
- Fri, 10 Sep 2021 07:39:51 GMT
420
+ Fri, 10 Sep 2021 07:39:51 GMT
374
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.1..@fluentui/react-slider_v9.0.0-alpha.2)
375
422
 
376
423
  ### Changes
@@ -379,7 +426,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
379
426
 
380
427
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.1)
381
428
 
382
- Thu, 09 Sep 2021 07:39:06 GMT
429
+ Thu, 09 Sep 2021 07:39:06 GMT
383
430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.1)
384
431
 
385
432
  ### Changes
@@ -388,7 +435,7 @@ Thu, 09 Sep 2021 07:39:06 GMT
388
435
 
389
436
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
390
437
 
391
- Mon, 06 Sep 2021 07:34:53 GMT
438
+ Mon, 06 Sep 2021 07:34:53 GMT
392
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
393
440
 
394
441
  ### Changes
@@ -397,7 +444,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
397
444
 
398
445
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
399
446
 
400
- Thu, 02 Sep 2021 07:36:46 GMT
447
+ Thu, 02 Sep 2021 07:36:46 GMT
401
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
402
449
 
403
450
  ### Patches
@@ -410,7 +457,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
410
457
 
411
458
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
412
459
 
413
- Wed, 01 Sep 2021 07:39:56 GMT
460
+ Wed, 01 Sep 2021 07:39:56 GMT
414
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
415
462
 
416
463
  ### Changes
@@ -419,7 +466,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
419
466
 
420
467
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
421
468
 
422
- Tue, 31 Aug 2021 07:37:47 GMT
469
+ Tue, 31 Aug 2021 07:37:47 GMT
423
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
424
471
 
425
472
  ### Changes
@@ -428,7 +475,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
428
475
 
429
476
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
430
477
 
431
- Fri, 27 Aug 2021 07:33:32 GMT
478
+ Fri, 27 Aug 2021 07:33:32 GMT
432
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
433
480
 
434
481
  ### Changes
@@ -437,7 +484,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
437
484
 
438
485
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
439
486
 
440
- Thu, 26 Aug 2021 07:35:43 GMT
487
+ Thu, 26 Aug 2021 07:35:43 GMT
441
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
442
489
 
443
490
  ### Changes
@@ -446,7 +493,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
446
493
 
447
494
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
448
495
 
449
- Thu, 19 Aug 2021 07:41:35 GMT
496
+ Thu, 19 Aug 2021 07:41:35 GMT
450
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
451
498
 
452
499
  ### Changes
@@ -455,7 +502,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
455
502
 
456
503
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
457
504
 
458
- Fri, 13 Aug 2021 07:36:34 GMT
505
+ Fri, 13 Aug 2021 07:36:34 GMT
459
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
460
507
 
461
508
  ### Changes
@@ -464,7 +511,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
464
511
 
465
512
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
466
513
 
467
- Wed, 11 Aug 2021 07:34:54 GMT
514
+ Wed, 11 Aug 2021 07:34:54 GMT
468
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
469
516
 
470
517
  ### Changes
@@ -473,7 +520,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
473
520
 
474
521
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
475
522
 
476
- Fri, 06 Aug 2021 07:35:14 GMT
523
+ Fri, 06 Aug 2021 07:35:14 GMT
477
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
478
525
 
479
526
  ### Changes
@@ -482,7 +529,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
482
529
 
483
530
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
484
531
 
485
- Tue, 03 Aug 2021 07:39:30 GMT
532
+ Tue, 03 Aug 2021 07:39:30 GMT
486
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
487
534
 
488
535
  ### Patches
@@ -494,7 +541,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
494
541
 
495
542
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
496
543
 
497
- Mon, 02 Aug 2021 07:36:20 GMT
544
+ Mon, 02 Aug 2021 07:36:20 GMT
498
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
499
546
 
500
547
  ### Changes
@@ -503,7 +550,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
503
550
 
504
551
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
505
552
 
506
- Mon, 26 Jul 2021 07:37:30 GMT
553
+ Mon, 26 Jul 2021 07:37:30 GMT
507
554
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
508
555
 
509
556
  ### Changes
@@ -512,7 +559,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
512
559
 
513
560
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
514
561
 
515
- Fri, 23 Jul 2021 07:38:19 GMT
562
+ Fri, 23 Jul 2021 07:38:19 GMT
516
563
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
517
564
 
518
565
  ### Changes
@@ -521,7 +568,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
521
568
 
522
569
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
523
570
 
524
- Thu, 22 Jul 2021 07:36:55 GMT
571
+ Thu, 22 Jul 2021 07:36:55 GMT
525
572
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
526
573
 
527
574
  ### Changes
@@ -530,7 +577,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
530
577
 
531
578
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
532
579
 
533
- Thu, 15 Jul 2021 07:36:18 GMT
580
+ Thu, 15 Jul 2021 07:36:18 GMT
534
581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.122..@fluentui/react-slider_v9.0.0-alpha.0)
535
582
 
536
583
  ### Changes
@@ -539,7 +586,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
539
586
 
540
587
  ## [1.0.0-beta.122](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.122)
541
588
 
542
- Tue, 13 Jul 2021 22:32:58 GMT
589
+ Tue, 13 Jul 2021 22:32:58 GMT
543
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.121..@fluentui/react-slider_v1.0.0-beta.122)
544
591
 
545
592
  ### Patches
@@ -549,7 +596,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
549
596
 
550
597
  ## [1.0.0-beta.121](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.121)
551
598
 
552
- Tue, 13 Jul 2021 07:35:36 GMT
599
+ Tue, 13 Jul 2021 07:35:36 GMT
553
600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.120..@fluentui/react-slider_v1.0.0-beta.121)
554
601
 
555
602
  ### Patches
@@ -559,7 +606,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
559
606
 
560
607
  ## [1.0.0-beta.120](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.120)
561
608
 
562
- Fri, 09 Jul 2021 07:39:31 GMT
609
+ Fri, 09 Jul 2021 07:39:31 GMT
563
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.119..@fluentui/react-slider_v1.0.0-beta.120)
564
611
 
565
612
  ### Patches
@@ -575,7 +622,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
575
622
 
576
623
  ## [1.0.0-beta.119](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.119)
577
624
 
578
- Thu, 08 Jul 2021 07:32:49 GMT
625
+ Thu, 08 Jul 2021 07:32:49 GMT
579
626
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.118..@fluentui/react-slider_v1.0.0-beta.119)
580
627
 
581
628
  ### Patches
@@ -584,7 +631,7 @@ Thu, 08 Jul 2021 07:32:49 GMT
584
631
 
585
632
  ## [1.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.118)
586
633
 
587
- Wed, 07 Jul 2021 07:32:54 GMT
634
+ Wed, 07 Jul 2021 07:32:54 GMT
588
635
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.117..@fluentui/react-slider_v1.0.0-beta.118)
589
636
 
590
637
  ### Patches
@@ -593,7 +640,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
593
640
 
594
641
  ## [1.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.117)
595
642
 
596
- Thu, 01 Jul 2021 07:35:05 GMT
643
+ Thu, 01 Jul 2021 07:35:05 GMT
597
644
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.116..@fluentui/react-slider_v1.0.0-beta.117)
598
645
 
599
646
  ### Patches
@@ -602,7 +649,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
602
649
 
603
650
  ## [1.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.116)
604
651
 
605
- Tue, 29 Jun 2021 07:33:32 GMT
652
+ Tue, 29 Jun 2021 07:33:32 GMT
606
653
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.115..@fluentui/react-slider_v1.0.0-beta.116)
607
654
 
608
655
  ### Patches
@@ -611,7 +658,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
611
658
 
612
659
  ## [1.0.0-beta.115](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.115)
613
660
 
614
- Mon, 28 Jun 2021 07:35:16 GMT
661
+ Mon, 28 Jun 2021 07:35:16 GMT
615
662
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.114..@fluentui/react-slider_v1.0.0-beta.115)
616
663
 
617
664
  ### Patches
@@ -623,7 +670,7 @@ Mon, 28 Jun 2021 07:35:16 GMT
623
670
 
624
671
  ## [1.0.0-beta.114](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.114)
625
672
 
626
- Tue, 22 Jun 2021 07:35:11 GMT
673
+ Tue, 22 Jun 2021 07:35:11 GMT
627
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.113..@fluentui/react-slider_v1.0.0-beta.114)
628
675
 
629
676
  ### Patches
@@ -632,7 +679,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
632
679
 
633
680
  ## [1.0.0-beta.113](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.113)
634
681
 
635
- Mon, 21 Jun 2021 07:34:33 GMT
682
+ Mon, 21 Jun 2021 07:34:33 GMT
636
683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.112..@fluentui/react-slider_v1.0.0-beta.113)
637
684
 
638
685
  ### Patches
@@ -641,7 +688,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
641
688
 
642
689
  ## [1.0.0-beta.112](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.112)
643
690
 
644
- Fri, 18 Jun 2021 07:30:58 GMT
691
+ Fri, 18 Jun 2021 07:30:58 GMT
645
692
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.111..@fluentui/react-slider_v1.0.0-beta.112)
646
693
 
647
694
  ### Patches
@@ -650,7 +697,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
650
697
 
651
698
  ## [1.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.111)
652
699
 
653
- Wed, 16 Jun 2021 07:34:24 GMT
700
+ Wed, 16 Jun 2021 07:34:24 GMT
654
701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.110..@fluentui/react-slider_v1.0.0-beta.111)
655
702
 
656
703
  ### Patches
@@ -659,7 +706,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
659
706
 
660
707
  ## [1.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.110)
661
708
 
662
- Tue, 15 Jun 2021 07:40:20 GMT
709
+ Tue, 15 Jun 2021 07:40:20 GMT
663
710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.109..@fluentui/react-slider_v1.0.0-beta.110)
664
711
 
665
712
  ### Patches
@@ -669,7 +716,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
669
716
 
670
717
  ## [1.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.109)
671
718
 
672
- Fri, 11 Jun 2021 07:34:26 GMT
719
+ Fri, 11 Jun 2021 07:34:26 GMT
673
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.108..@fluentui/react-slider_v1.0.0-beta.109)
674
721
 
675
722
  ### Patches
@@ -678,7 +725,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
678
725
 
679
726
  ## [1.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.108)
680
727
 
681
- Thu, 10 Jun 2021 07:32:59 GMT
728
+ Thu, 10 Jun 2021 07:32:59 GMT
682
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.107..@fluentui/react-slider_v1.0.0-beta.108)
683
730
 
684
731
  ### Patches
@@ -687,7 +734,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
687
734
 
688
735
  ## [1.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.107)
689
736
 
690
- Wed, 09 Jun 2021 07:33:38 GMT
737
+ Wed, 09 Jun 2021 07:33:38 GMT
691
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.106..@fluentui/react-slider_v1.0.0-beta.107)
692
739
 
693
740
  ### Patches
@@ -696,7 +743,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
696
743
 
697
744
  ## [1.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.106)
698
745
 
699
- Tue, 08 Jun 2021 07:32:44 GMT
746
+ Tue, 08 Jun 2021 07:32:44 GMT
700
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.105..@fluentui/react-slider_v1.0.0-beta.106)
701
748
 
702
749
  ### Patches
@@ -705,7 +752,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
705
752
 
706
753
  ## [1.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.105)
707
754
 
708
- Mon, 07 Jun 2021 07:38:15 GMT
755
+ Mon, 07 Jun 2021 07:38:15 GMT
709
756
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.104..@fluentui/react-slider_v1.0.0-beta.105)
710
757
 
711
758
  ### Patches
@@ -721,7 +768,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
721
768
 
722
769
  ## [1.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.104)
723
770
 
724
- Fri, 04 Jun 2021 07:37:23 GMT
771
+ Fri, 04 Jun 2021 07:37:23 GMT
725
772
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.103..@fluentui/react-slider_v1.0.0-beta.104)
726
773
 
727
774
  ### Patches
@@ -730,7 +777,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
730
777
 
731
778
  ## [1.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.103)
732
779
 
733
- Mon, 31 May 2021 07:33:15 GMT
780
+ Mon, 31 May 2021 07:33:15 GMT
734
781
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.102..@fluentui/react-slider_v1.0.0-beta.103)
735
782
 
736
783
  ### Patches
@@ -739,7 +786,7 @@ Mon, 31 May 2021 07:33:15 GMT
739
786
 
740
787
  ## [1.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.102)
741
788
 
742
- Thu, 27 May 2021 07:33:21 GMT
789
+ Thu, 27 May 2021 07:33:21 GMT
743
790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.101..@fluentui/react-slider_v1.0.0-beta.102)
744
791
 
745
792
  ### Patches
@@ -748,7 +795,7 @@ Thu, 27 May 2021 07:33:21 GMT
748
795
 
749
796
  ## [1.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.101)
750
797
 
751
- Wed, 26 May 2021 07:35:43 GMT
798
+ Wed, 26 May 2021 07:35:43 GMT
752
799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.100..@fluentui/react-slider_v1.0.0-beta.101)
753
800
 
754
801
  ### Patches
@@ -757,7 +804,7 @@ Wed, 26 May 2021 07:35:43 GMT
757
804
 
758
805
  ## [1.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.100)
759
806
 
760
- Tue, 25 May 2021 01:11:03 GMT
807
+ Tue, 25 May 2021 01:11:03 GMT
761
808
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.99..@fluentui/react-slider_v1.0.0-beta.100)
762
809
 
763
810
  ### Patches
@@ -766,7 +813,7 @@ Tue, 25 May 2021 01:11:03 GMT
766
813
 
767
814
  ## [1.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.99)
768
815
 
769
- Mon, 24 May 2021 07:35:28 GMT
816
+ Mon, 24 May 2021 07:35:28 GMT
770
817
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.98..@fluentui/react-slider_v1.0.0-beta.99)
771
818
 
772
819
  ### Patches
@@ -775,7 +822,7 @@ Mon, 24 May 2021 07:35:28 GMT
775
822
 
776
823
  ## [1.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.98)
777
824
 
778
- Fri, 21 May 2021 07:34:54 GMT
825
+ Fri, 21 May 2021 07:34:54 GMT
779
826
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.97..@fluentui/react-slider_v1.0.0-beta.98)
780
827
 
781
828
  ### Patches
@@ -784,7 +831,7 @@ Fri, 21 May 2021 07:34:54 GMT
784
831
 
785
832
  ## [1.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.97)
786
833
 
787
- Thu, 20 May 2021 07:41:54 GMT
834
+ Thu, 20 May 2021 07:41:54 GMT
788
835
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.96..@fluentui/react-slider_v1.0.0-beta.97)
789
836
 
790
837
  ### Patches
@@ -800,7 +847,7 @@ Thu, 20 May 2021 07:41:54 GMT
800
847
 
801
848
  ## [1.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.96)
802
849
 
803
- Wed, 19 May 2021 07:34:20 GMT
850
+ Wed, 19 May 2021 07:34:20 GMT
804
851
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.95..@fluentui/react-slider_v1.0.0-beta.96)
805
852
 
806
853
  ### Patches
@@ -810,7 +857,7 @@ Wed, 19 May 2021 07:34:20 GMT
810
857
 
811
858
  ## [1.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.95)
812
859
 
813
- Tue, 18 May 2021 07:34:38 GMT
860
+ Tue, 18 May 2021 07:34:38 GMT
814
861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.94..@fluentui/react-slider_v1.0.0-beta.95)
815
862
 
816
863
  ### Patches
@@ -819,7 +866,7 @@ Tue, 18 May 2021 07:34:38 GMT
819
866
 
820
867
  ## [1.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.94)
821
868
 
822
- Mon, 17 May 2021 07:33:48 GMT
869
+ Mon, 17 May 2021 07:33:48 GMT
823
870
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.93..@fluentui/react-slider_v1.0.0-beta.94)
824
871
 
825
872
  ### Patches
@@ -828,7 +875,7 @@ Mon, 17 May 2021 07:33:48 GMT
828
875
 
829
876
  ## [1.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.93)
830
877
 
831
- Fri, 14 May 2021 07:35:10 GMT
878
+ Fri, 14 May 2021 07:35:10 GMT
832
879
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.92..@fluentui/react-slider_v1.0.0-beta.93)
833
880
 
834
881
  ### Patches
@@ -837,7 +884,7 @@ Fri, 14 May 2021 07:35:10 GMT
837
884
 
838
885
  ## [1.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.92)
839
886
 
840
- Thu, 13 May 2021 07:36:55 GMT
887
+ Thu, 13 May 2021 07:36:55 GMT
841
888
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.91..@fluentui/react-slider_v1.0.0-beta.92)
842
889
 
843
890
  ### Patches
@@ -846,7 +893,7 @@ Thu, 13 May 2021 07:36:55 GMT
846
893
 
847
894
  ## [1.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.91)
848
895
 
849
- Wed, 12 May 2021 07:36:20 GMT
896
+ Wed, 12 May 2021 07:36:20 GMT
850
897
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.90..@fluentui/react-slider_v1.0.0-beta.91)
851
898
 
852
899
  ### Patches
@@ -855,7 +902,7 @@ Wed, 12 May 2021 07:36:20 GMT
855
902
 
856
903
  ## [1.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.90)
857
904
 
858
- Mon, 10 May 2021 07:36:07 GMT
905
+ Mon, 10 May 2021 07:36:07 GMT
859
906
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.89..@fluentui/react-slider_v1.0.0-beta.90)
860
907
 
861
908
  ### Patches
@@ -864,7 +911,7 @@ Mon, 10 May 2021 07:36:07 GMT
864
911
 
865
912
  ## [1.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.89)
866
913
 
867
- Fri, 07 May 2021 07:34:34 GMT
914
+ Fri, 07 May 2021 07:34:34 GMT
868
915
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.88..@fluentui/react-slider_v1.0.0-beta.89)
869
916
 
870
917
  ### Patches
@@ -873,7 +920,7 @@ Fri, 07 May 2021 07:34:34 GMT
873
920
 
874
921
  ## [1.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.88)
875
922
 
876
- Thu, 06 May 2021 07:35:51 GMT
923
+ Thu, 06 May 2021 07:35:51 GMT
877
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.87..@fluentui/react-slider_v1.0.0-beta.88)
878
925
 
879
926
  ### Patches
@@ -882,7 +929,7 @@ Thu, 06 May 2021 07:35:51 GMT
882
929
 
883
930
  ## [1.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.87)
884
931
 
885
- Tue, 04 May 2021 07:36:35 GMT
932
+ Tue, 04 May 2021 07:36:35 GMT
886
933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.86..@fluentui/react-slider_v1.0.0-beta.87)
887
934
 
888
935
  ### Patches
@@ -891,7 +938,7 @@ Tue, 04 May 2021 07:36:35 GMT
891
938
 
892
939
  ## [1.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.86)
893
940
 
894
- Fri, 30 Apr 2021 07:42:23 GMT
941
+ Fri, 30 Apr 2021 07:42:23 GMT
895
942
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.85..@fluentui/react-slider_v1.0.0-beta.86)
896
943
 
897
944
  ### Patches
@@ -911,7 +958,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
911
958
 
912
959
  ## [1.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.85)
913
960
 
914
- Wed, 28 Apr 2021 07:32:59 GMT
961
+ Wed, 28 Apr 2021 07:32:59 GMT
915
962
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.84..@fluentui/react-slider_v1.0.0-beta.85)
916
963
 
917
964
  ### Patches
@@ -920,7 +967,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
920
967
 
921
968
  ## [1.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.84)
922
969
 
923
- Tue, 27 Apr 2021 07:34:03 GMT
970
+ Tue, 27 Apr 2021 07:34:03 GMT
924
971
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.83..@fluentui/react-slider_v1.0.0-beta.84)
925
972
 
926
973
  ### Patches
@@ -929,7 +976,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
929
976
 
930
977
  ## [1.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.83)
931
978
 
932
- Mon, 26 Apr 2021 07:34:31 GMT
979
+ Mon, 26 Apr 2021 07:34:31 GMT
933
980
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.82..@fluentui/react-slider_v1.0.0-beta.83)
934
981
 
935
982
  ### Patches
@@ -938,7 +985,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
938
985
 
939
986
  ## [1.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.82)
940
987
 
941
- Fri, 23 Apr 2021 07:37:10 GMT
988
+ Fri, 23 Apr 2021 07:37:10 GMT
942
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.81..@fluentui/react-slider_v1.0.0-beta.82)
943
990
 
944
991
  ### Patches
@@ -954,7 +1001,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
954
1001
 
955
1002
  ## [1.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.81)
956
1003
 
957
- Fri, 16 Apr 2021 07:32:08 GMT
1004
+ Fri, 16 Apr 2021 07:32:08 GMT
958
1005
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.80..@fluentui/react-slider_v1.0.0-beta.81)
959
1006
 
960
1007
  ### Patches
@@ -963,7 +1010,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
963
1010
 
964
1011
  ## [1.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.80)
965
1012
 
966
- Wed, 14 Apr 2021 07:34:12 GMT
1013
+ Wed, 14 Apr 2021 07:34:12 GMT
967
1014
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.79..@fluentui/react-slider_v1.0.0-beta.80)
968
1015
 
969
1016
  ### Patches
@@ -972,7 +1019,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
972
1019
 
973
1020
  ## [1.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.79)
974
1021
 
975
- Tue, 13 Apr 2021 14:55:56 GMT
1022
+ Tue, 13 Apr 2021 14:55:56 GMT
976
1023
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.78..@fluentui/react-slider_v1.0.0-beta.79)
977
1024
 
978
1025
  ### Patches
@@ -984,7 +1031,7 @@ Tue, 13 Apr 2021 14:55:56 GMT
984
1031
 
985
1032
  ## [1.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.78)
986
1033
 
987
- Sat, 10 Apr 2021 03:23:10 GMT
1034
+ Sat, 10 Apr 2021 03:23:10 GMT
988
1035
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.77..@fluentui/react-slider_v1.0.0-beta.78)
989
1036
 
990
1037
  ### Patches
@@ -993,7 +1040,7 @@ Sat, 10 Apr 2021 03:23:10 GMT
993
1040
 
994
1041
  ## [1.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.77)
995
1042
 
996
- Fri, 09 Apr 2021 23:42:49 GMT
1043
+ Fri, 09 Apr 2021 23:42:49 GMT
997
1044
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.76..@fluentui/react-slider_v1.0.0-beta.77)
998
1045
 
999
1046
  ### Patches
@@ -1002,7 +1049,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
1002
1049
 
1003
1050
  ## [1.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.76)
1004
1051
 
1005
- Thu, 08 Apr 2021 07:33:06 GMT
1052
+ Thu, 08 Apr 2021 07:33:06 GMT
1006
1053
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.75..@fluentui/react-slider_v1.0.0-beta.76)
1007
1054
 
1008
1055
  ### Patches
@@ -1011,7 +1058,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1011
1058
 
1012
1059
  ## [1.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.75)
1013
1060
 
1014
- Wed, 07 Apr 2021 08:04:03 GMT
1061
+ Wed, 07 Apr 2021 08:04:03 GMT
1015
1062
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.74..@fluentui/react-slider_v1.0.0-beta.75)
1016
1063
 
1017
1064
  ### Patches
@@ -1020,7 +1067,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
1020
1067
 
1021
1068
  ## [1.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.74)
1022
1069
 
1023
- Tue, 06 Apr 2021 07:34:10 GMT
1070
+ Tue, 06 Apr 2021 07:34:10 GMT
1024
1071
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.73..@fluentui/react-slider_v1.0.0-beta.74)
1025
1072
 
1026
1073
  ### Patches
@@ -1029,7 +1076,7 @@ Tue, 06 Apr 2021 07:34:10 GMT
1029
1076
 
1030
1077
  ## [1.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.73)
1031
1078
 
1032
- Thu, 01 Apr 2021 07:33:24 GMT
1079
+ Thu, 01 Apr 2021 07:33:24 GMT
1033
1080
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.72..@fluentui/react-slider_v1.0.0-beta.73)
1034
1081
 
1035
1082
  ### Patches
@@ -1038,7 +1085,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1038
1085
 
1039
1086
  ## [1.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.72)
1040
1087
 
1041
- Wed, 31 Mar 2021 00:53:43 GMT
1088
+ Wed, 31 Mar 2021 00:53:43 GMT
1042
1089
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.71..@fluentui/react-slider_v1.0.0-beta.72)
1043
1090
 
1044
1091
  ### Patches
@@ -1054,7 +1101,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1054
1101
 
1055
1102
  ## [1.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.71)
1056
1103
 
1057
- Tue, 30 Mar 2021 07:34:45 GMT
1104
+ Tue, 30 Mar 2021 07:34:45 GMT
1058
1105
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.70..@fluentui/react-slider_v1.0.0-beta.71)
1059
1106
 
1060
1107
  ### Patches
@@ -1067,7 +1114,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1067
1114
 
1068
1115
  ## [1.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.70)
1069
1116
 
1070
- Thu, 25 Mar 2021 07:33:24 GMT
1117
+ Thu, 25 Mar 2021 07:33:24 GMT
1071
1118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.69..@fluentui/react-slider_v1.0.0-beta.70)
1072
1119
 
1073
1120
  ### Patches
@@ -1076,7 +1123,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1076
1123
 
1077
1124
  ## [1.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.69)
1078
1125
 
1079
- Wed, 24 Mar 2021 07:32:21 GMT
1126
+ Wed, 24 Mar 2021 07:32:21 GMT
1080
1127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.68..@fluentui/react-slider_v1.0.0-beta.69)
1081
1128
 
1082
1129
  ### Patches
@@ -1085,7 +1132,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
1085
1132
 
1086
1133
  ## [1.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.68)
1087
1134
 
1088
- Mon, 22 Mar 2021 07:34:09 GMT
1135
+ Mon, 22 Mar 2021 07:34:09 GMT
1089
1136
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.67..@fluentui/react-slider_v1.0.0-beta.68)
1090
1137
 
1091
1138
  ### Patches
@@ -1094,7 +1141,7 @@ Mon, 22 Mar 2021 07:34:09 GMT
1094
1141
 
1095
1142
  ## [1.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.67)
1096
1143
 
1097
- Thu, 18 Mar 2021 20:15:34 GMT
1144
+ Thu, 18 Mar 2021 20:15:34 GMT
1098
1145
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.66..@fluentui/react-slider_v1.0.0-beta.67)
1099
1146
 
1100
1147
  ### Patches
@@ -1103,7 +1150,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1103
1150
 
1104
1151
  ## [1.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.66)
1105
1152
 
1106
- Thu, 18 Mar 2021 07:33:22 GMT
1153
+ Thu, 18 Mar 2021 07:33:22 GMT
1107
1154
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.65..@fluentui/react-slider_v1.0.0-beta.66)
1108
1155
 
1109
1156
  ### Patches
@@ -1113,7 +1160,7 @@ Thu, 18 Mar 2021 07:33:22 GMT
1113
1160
 
1114
1161
  ## [1.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.65)
1115
1162
 
1116
- Wed, 17 Mar 2021 07:35:44 GMT
1163
+ Wed, 17 Mar 2021 07:35:44 GMT
1117
1164
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.64..@fluentui/react-slider_v1.0.0-beta.65)
1118
1165
 
1119
1166
  ### Patches
@@ -1122,7 +1169,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1122
1169
 
1123
1170
  ## [1.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.64)
1124
1171
 
1125
- Tue, 16 Mar 2021 07:32:44 GMT
1172
+ Tue, 16 Mar 2021 07:32:44 GMT
1126
1173
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.63..@fluentui/react-slider_v1.0.0-beta.64)
1127
1174
 
1128
1175
  ### Patches
@@ -1132,7 +1179,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1132
1179
 
1133
1180
  ## [1.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.63)
1134
1181
 
1135
- Mon, 15 Mar 2021 07:36:20 GMT
1182
+ Mon, 15 Mar 2021 07:36:20 GMT
1136
1183
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.62..@fluentui/react-slider_v1.0.0-beta.63)
1137
1184
 
1138
1185
  ### Changes
@@ -1141,7 +1188,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1141
1188
 
1142
1189
  ## [1.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.62)
1143
1190
 
1144
- Fri, 12 Mar 2021 20:04:27 GMT
1191
+ Fri, 12 Mar 2021 20:04:27 GMT
1145
1192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.61..@fluentui/react-slider_v1.0.0-beta.62)
1146
1193
 
1147
1194
  ### Patches
@@ -1151,7 +1198,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1151
1198
 
1152
1199
  ## [1.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.61)
1153
1200
 
1154
- Thu, 11 Mar 2021 07:33:03 GMT
1201
+ Thu, 11 Mar 2021 07:33:03 GMT
1155
1202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.60..@fluentui/react-slider_v1.0.0-beta.61)
1156
1203
 
1157
1204
  ### Patches
@@ -1160,7 +1207,7 @@ Thu, 11 Mar 2021 07:33:03 GMT
1160
1207
 
1161
1208
  ## [1.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.60)
1162
1209
 
1163
- Wed, 10 Mar 2021 07:34:39 GMT
1210
+ Wed, 10 Mar 2021 07:34:39 GMT
1164
1211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.59..@fluentui/react-slider_v1.0.0-beta.60)
1165
1212
 
1166
1213
  ### Patches
@@ -1169,7 +1216,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1169
1216
 
1170
1217
  ## [1.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.59)
1171
1218
 
1172
- Tue, 09 Mar 2021 07:32:29 GMT
1219
+ Tue, 09 Mar 2021 07:32:29 GMT
1173
1220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.58..@fluentui/react-slider_v1.0.0-beta.59)
1174
1221
 
1175
1222
  ### Patches
@@ -1178,7 +1225,7 @@ Tue, 09 Mar 2021 07:32:29 GMT
1178
1225
 
1179
1226
  ## [1.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.58)
1180
1227
 
1181
- Sun, 07 Mar 2021 23:34:51 GMT
1228
+ Sun, 07 Mar 2021 23:34:51 GMT
1182
1229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.57..@fluentui/react-slider_v1.0.0-beta.58)
1183
1230
 
1184
1231
  ### Patches
@@ -1187,7 +1234,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1187
1234
 
1188
1235
  ## [1.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.57)
1189
1236
 
1190
- Wed, 03 Mar 2021 07:45:18 GMT
1237
+ Wed, 03 Mar 2021 07:45:18 GMT
1191
1238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.56..@fluentui/react-slider_v1.0.0-beta.57)
1192
1239
 
1193
1240
  ### Patches
@@ -1196,7 +1243,7 @@ Wed, 03 Mar 2021 07:45:18 GMT
1196
1243
 
1197
1244
  ## [1.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.56)
1198
1245
 
1199
- Wed, 03 Mar 2021 00:10:09 GMT
1246
+ Wed, 03 Mar 2021 00:10:09 GMT
1200
1247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.55..@fluentui/react-slider_v1.0.0-beta.56)
1201
1248
 
1202
1249
  ### Patches
@@ -1209,7 +1256,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1209
1256
 
1210
1257
  ## [1.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.55)
1211
1258
 
1212
- Tue, 02 Mar 2021 07:24:27 GMT
1259
+ Tue, 02 Mar 2021 07:24:27 GMT
1213
1260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.54..@fluentui/react-slider_v1.0.0-beta.55)
1214
1261
 
1215
1262
  ### Patches
@@ -1218,7 +1265,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1218
1265
 
1219
1266
  ## [1.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.54)
1220
1267
 
1221
- Mon, 01 Mar 2021 07:20:46 GMT
1268
+ Mon, 01 Mar 2021 07:20:46 GMT
1222
1269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.53..@fluentui/react-slider_v1.0.0-beta.54)
1223
1270
 
1224
1271
  ### Patches
@@ -1227,7 +1274,7 @@ Mon, 01 Mar 2021 07:20:46 GMT
1227
1274
 
1228
1275
  ## [1.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.53)
1229
1276
 
1230
- Fri, 26 Feb 2021 01:16:27 GMT
1277
+ Fri, 26 Feb 2021 01:16:27 GMT
1231
1278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.52..@fluentui/react-slider_v1.0.0-beta.53)
1232
1279
 
1233
1280
  ### Patches
@@ -1248,7 +1295,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1248
1295
 
1249
1296
  ## [1.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.52)
1250
1297
 
1251
- Thu, 25 Feb 2021 20:16:39 GMT
1298
+ Thu, 25 Feb 2021 20:16:39 GMT
1252
1299
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.51..@fluentui/react-slider_v1.0.0-beta.52)
1253
1300
 
1254
1301
  ### Changes
@@ -1257,7 +1304,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1257
1304
 
1258
1305
  ## [1.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.51)
1259
1306
 
1260
- Thu, 25 Feb 2021 01:15:27 GMT
1307
+ Thu, 25 Feb 2021 01:15:27 GMT
1261
1308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.50..@fluentui/react-slider_v1.0.0-beta.51)
1262
1309
 
1263
1310
  ### Patches
@@ -1266,7 +1313,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1266
1313
 
1267
1314
  ## [1.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.50)
1268
1315
 
1269
- Wed, 24 Feb 2021 07:19:56 GMT
1316
+ Wed, 24 Feb 2021 07:19:56 GMT
1270
1317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.49..@fluentui/react-slider_v1.0.0-beta.50)
1271
1318
 
1272
1319
  ### Changes
@@ -1275,7 +1322,7 @@ Wed, 24 Feb 2021 07:19:56 GMT
1275
1322
 
1276
1323
  ## [1.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.49)
1277
1324
 
1278
- Wed, 24 Feb 2021 00:05:29 GMT
1325
+ Wed, 24 Feb 2021 00:05:29 GMT
1279
1326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.48..@fluentui/react-slider_v1.0.0-beta.49)
1280
1327
 
1281
1328
  ### Changes
@@ -1284,7 +1331,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1284
1331
 
1285
1332
  ## [1.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.48)
1286
1333
 
1287
- Mon, 22 Feb 2021 12:26:22 GMT
1334
+ Mon, 22 Feb 2021 12:26:22 GMT
1288
1335
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.47..@fluentui/react-slider_v1.0.0-beta.48)
1289
1336
 
1290
1337
  ### Changes
@@ -1293,7 +1340,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1293
1340
 
1294
1341
  ## [1.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.47)
1295
1342
 
1296
- Thu, 18 Feb 2021 19:38:50 GMT
1343
+ Thu, 18 Feb 2021 19:38:50 GMT
1297
1344
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.46..@fluentui/react-slider_v1.0.0-beta.47)
1298
1345
 
1299
1346
  ### Changes
@@ -1302,7 +1349,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1302
1349
 
1303
1350
  ## [1.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.46)
1304
1351
 
1305
- Thu, 18 Feb 2021 12:27:34 GMT
1352
+ Thu, 18 Feb 2021 12:27:34 GMT
1306
1353
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.45..@fluentui/react-slider_v1.0.0-beta.46)
1307
1354
 
1308
1355
  ### Changes
@@ -1311,7 +1358,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1311
1358
 
1312
1359
  ## [1.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.45)
1313
1360
 
1314
- Mon, 15 Feb 2021 12:22:00 GMT
1361
+ Mon, 15 Feb 2021 12:22:00 GMT
1315
1362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.44..@fluentui/react-slider_v1.0.0-beta.45)
1316
1363
 
1317
1364
  ### Changes
@@ -1320,7 +1367,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1320
1367
 
1321
1368
  ## [1.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.44)
1322
1369
 
1323
- Fri, 12 Feb 2021 12:26:20 GMT
1370
+ Fri, 12 Feb 2021 12:26:20 GMT
1324
1371
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.43..@fluentui/react-slider_v1.0.0-beta.44)
1325
1372
 
1326
1373
  ### Changes
@@ -1329,7 +1376,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1329
1376
 
1330
1377
  ## [1.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.43)
1331
1378
 
1332
- Thu, 11 Feb 2021 00:58:10 GMT
1379
+ Thu, 11 Feb 2021 00:58:10 GMT
1333
1380
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.42..@fluentui/react-slider_v1.0.0-beta.43)
1334
1381
 
1335
1382
  ### Changes
@@ -1338,7 +1385,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1338
1385
 
1339
1386
  ## [1.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.42)
1340
1387
 
1341
- Wed, 10 Feb 2021 12:20:53 GMT
1388
+ Wed, 10 Feb 2021 12:20:53 GMT
1342
1389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.41..@fluentui/react-slider_v1.0.0-beta.42)
1343
1390
 
1344
1391
  ### Changes
@@ -1347,7 +1394,7 @@ Wed, 10 Feb 2021 12:20:53 GMT
1347
1394
 
1348
1395
  ## [1.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.41)
1349
1396
 
1350
- Tue, 09 Feb 2021 12:24:19 GMT
1397
+ Tue, 09 Feb 2021 12:24:19 GMT
1351
1398
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.40..@fluentui/react-slider_v1.0.0-beta.41)
1352
1399
 
1353
1400
  ### Changes
@@ -1356,7 +1403,7 @@ Tue, 09 Feb 2021 12:24:19 GMT
1356
1403
 
1357
1404
  ## [1.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.40)
1358
1405
 
1359
- Tue, 09 Feb 2021 00:56:52 GMT
1406
+ Tue, 09 Feb 2021 00:56:52 GMT
1360
1407
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.39..@fluentui/react-slider_v1.0.0-beta.40)
1361
1408
 
1362
1409
  ### Changes
@@ -1365,7 +1412,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1365
1412
 
1366
1413
  ## [1.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.38)
1367
1414
 
1368
- Mon, 01 Feb 2021 12:23:48 GMT
1415
+ Mon, 01 Feb 2021 12:23:48 GMT
1369
1416
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.36..@fluentui/react-slider_v1.0.0-beta.38)
1370
1417
 
1371
1418
  ### Changes
@@ -1374,7 +1421,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1374
1421
 
1375
1422
  ## [1.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.36)
1376
1423
 
1377
- Thu, 28 Jan 2021 12:25:56 GMT
1424
+ Thu, 28 Jan 2021 12:25:56 GMT
1378
1425
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.33..@fluentui/react-slider_v1.0.0-beta.36)
1379
1426
 
1380
1427
  ### Changes
@@ -1385,16 +1432,16 @@ Thu, 28 Jan 2021 12:25:56 GMT
1385
1432
 
1386
1433
  ## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.33)
1387
1434
 
1388
- Thu, 21 Jan 2021 12:36:12 GMT
1435
+ Thu, 21 Jan 2021 12:36:12 GMT
1389
1436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.0..@fluentui/react-slider_v1.0.0-beta.33)
1390
1437
 
1391
1438
  ### Changes
1392
1439
 
1393
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1440
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1394
1441
 
1395
1442
  ## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.0)
1396
1443
 
1397
- Fri, 23 Oct 2020 03:26:15 GMT
1444
+ Fri, 23 Oct 2020 03:26:15 GMT
1398
1445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.8..@fluentui/react-slider_v1.0.0-beta.0)
1399
1446
 
1400
1447
  ### Changes
@@ -1407,7 +1454,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1407
1454
 
1408
1455
  ## [0.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.8)
1409
1456
 
1410
- Fri, 25 Sep 2020 12:25:17 GMT
1457
+ Fri, 25 Sep 2020 12:25:17 GMT
1411
1458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.6..@fluentui/react-slider_v0.3.8)
1412
1459
 
1413
1460
  ### Patches
@@ -1416,7 +1463,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1416
1463
 
1417
1464
  ## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.5)
1418
1465
 
1419
- Tue, 22 Sep 2020 12:25:45 GMT
1466
+ Tue, 22 Sep 2020 12:25:45 GMT
1420
1467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.0..@fluentui/react-slider_v0.3.5)
1421
1468
 
1422
1469
  ### Patches
@@ -1425,7 +1472,7 @@ Tue, 22 Sep 2020 12:25:45 GMT
1425
1472
 
1426
1473
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.0)
1427
1474
 
1428
- Wed, 16 Sep 2020 12:27:22 GMT
1475
+ Wed, 16 Sep 2020 12:27:22 GMT
1429
1476
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.2.1..@fluentui/react-slider_v0.3.0)
1430
1477
 
1431
1478
  ### Minor changes
@@ -1434,7 +1481,7 @@ Wed, 16 Sep 2020 12:27:22 GMT
1434
1481
 
1435
1482
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.2.1)
1436
1483
 
1437
- Mon, 31 Aug 2020 12:25:46 GMT
1484
+ Mon, 31 Aug 2020 12:25:46 GMT
1438
1485
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.1.1..@fluentui/react-slider_v0.2.1)
1439
1486
 
1440
1487
  ### Patches