@fluentui/react-slider 9.0.0-beta.10 → 9.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +152 -1
- package/CHANGELOG.md +176 -135
- package/MIGRATION.md +20 -50
- package/README.md +6 -14
- package/Spec.md +81 -0
- package/dist/{react-slider.d.ts → index.d.ts} +4 -7
- package/lib/components/Slider/Slider.types.d.ts +2 -6
- package/lib/components/Slider/Slider.types.js.map +1 -1
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Slider/index.js.map +1 -1
- package/lib/components/Slider/useSlider.js +0 -2
- package/lib/components/Slider/useSlider.js.map +1 -1
- package/lib/components/Slider/useSliderState.js +8 -3
- package/lib/components/Slider/useSliderState.js.map +1 -1
- package/lib/components/Slider/useSliderStyles.d.ts +10 -19
- package/lib/components/Slider/useSliderStyles.js +143 -94
- package/lib/components/Slider/useSliderStyles.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Slider/Slider.types.d.ts +2 -6
- package/lib-commonjs/components/Slider/index.d.ts +1 -1
- package/lib-commonjs/components/Slider/index.js +3 -3
- package/lib-commonjs/components/Slider/index.js.map +1 -1
- package/lib-commonjs/components/Slider/useSlider.js +0 -2
- package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
- package/lib-commonjs/components/Slider/useSliderState.js +13 -7
- package/lib-commonjs/components/Slider/useSliderState.js.map +1 -1
- package/lib-commonjs/components/Slider/useSliderStyles.d.ts +10 -19
- package/lib-commonjs/components/Slider/useSliderStyles.js +147 -98
- package/lib-commonjs/components/Slider/useSliderStyles.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -1
- package/lib-commonjs/index.js +38 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +11 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,53 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-slider
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.13)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:18 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.12..@fluentui/react-slider_v9.0.0-beta.13)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- 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)
|
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
17
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
18
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
19
|
+
- Bump @fluentui/react-label to v9.0.0-beta.11 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
20
|
+
|
|
21
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.12)
|
|
22
|
+
|
|
23
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.11..@fluentui/react-slider_v9.0.0-beta.12)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
29
|
+
|
|
30
|
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.11)
|
|
31
|
+
|
|
32
|
+
Tue, 19 Apr 2022 19:16:53 GMT
|
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.10..@fluentui/react-slider_v9.0.0-beta.11)
|
|
34
|
+
|
|
35
|
+
### Changes
|
|
36
|
+
|
|
37
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
38
|
+
- Removing star exports. ([PR #22150](https://github.com/microsoft/fluentui/pull/22150) by Humberto.Morimoto@microsoft.com)
|
|
39
|
+
- add inline slider, update tests and examples ([PR #21813](https://github.com/microsoft/fluentui/pull/21813) by mgodbolt@microsoft.com)
|
|
40
|
+
- Moved Slider to RC, updated exported CSS variable name ([PR #22224](https://github.com/microsoft/fluentui/pull/22224) by mgodbolt@microsoft.com)
|
|
41
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
42
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
43
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
44
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
45
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
46
|
+
- Bump @fluentui/react-label to v9.0.0-beta.10 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
47
|
+
|
|
7
48
|
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.10)
|
|
8
49
|
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
|
50
|
+
Fri, 04 Mar 2022 05:17:29 GMT
|
|
10
51
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.9..@fluentui/react-slider_v9.0.0-beta.10)
|
|
11
52
|
|
|
12
53
|
### Changes
|
|
@@ -21,7 +62,7 @@ Fri, 04 Mar 2022 05:15:43 GMT
|
|
|
21
62
|
|
|
22
63
|
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.9)
|
|
23
64
|
|
|
24
|
-
Tue, 01 Mar 2022 02:17:38 GMT
|
|
65
|
+
Tue, 01 Mar 2022 02:17:38 GMT
|
|
25
66
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.8..@fluentui/react-slider_v9.0.0-beta.9)
|
|
26
67
|
|
|
27
68
|
### Changes
|
|
@@ -33,7 +74,7 @@ Tue, 01 Mar 2022 02:17:38 GMT
|
|
|
33
74
|
|
|
34
75
|
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.8)
|
|
35
76
|
|
|
36
|
-
Fri, 18 Feb 2022 13:35:34 GMT
|
|
77
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
|
37
78
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.6..@fluentui/react-slider_v9.0.0-beta.8)
|
|
38
79
|
|
|
39
80
|
### Changes
|
|
@@ -47,7 +88,7 @@ Fri, 18 Feb 2022 13:35:34 GMT
|
|
|
47
88
|
|
|
48
89
|
## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.6)
|
|
49
90
|
|
|
50
|
-
Thu, 10 Feb 2022 08:50:49 GMT
|
|
91
|
+
Thu, 10 Feb 2022 08:50:49 GMT
|
|
51
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.5..@fluentui/react-slider_v9.0.0-beta.6)
|
|
52
93
|
|
|
53
94
|
### Changes
|
|
@@ -66,7 +107,7 @@ Thu, 10 Feb 2022 08:50:49 GMT
|
|
|
66
107
|
|
|
67
108
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.5)
|
|
68
109
|
|
|
69
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
|
110
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
|
70
111
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.4..@fluentui/react-slider_v9.0.0-beta.5)
|
|
71
112
|
|
|
72
113
|
### Changes
|
|
@@ -82,7 +123,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
|
82
123
|
|
|
83
124
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.4)
|
|
84
125
|
|
|
85
|
-
Fri, 12 Nov 2021 13:25:32 GMT
|
|
126
|
+
Fri, 12 Nov 2021 13:25:32 GMT
|
|
86
127
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.3..@fluentui/react-slider_v9.0.0-beta.4)
|
|
87
128
|
|
|
88
129
|
### Changes
|
|
@@ -101,7 +142,7 @@ Fri, 12 Nov 2021 13:25:32 GMT
|
|
|
101
142
|
|
|
102
143
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.3)
|
|
103
144
|
|
|
104
|
-
Wed, 27 Oct 2021 12:14:22 GMT
|
|
145
|
+
Wed, 27 Oct 2021 12:14:22 GMT
|
|
105
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.2..@fluentui/react-slider_v9.0.0-beta.3)
|
|
106
147
|
|
|
107
148
|
### Changes
|
|
@@ -118,7 +159,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
|
|
|
118
159
|
|
|
119
160
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.2)
|
|
120
161
|
|
|
121
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
162
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
122
163
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.1..@fluentui/react-slider_v9.0.0-beta.2)
|
|
123
164
|
|
|
124
165
|
### Changes
|
|
@@ -127,7 +168,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
127
168
|
|
|
128
169
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.1)
|
|
129
170
|
|
|
130
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
171
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
131
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.18..@fluentui/react-slider_v9.0.0-beta.1)
|
|
132
173
|
|
|
133
174
|
### Changes
|
|
@@ -144,7 +185,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
144
185
|
|
|
145
186
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.18)
|
|
146
187
|
|
|
147
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
188
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
148
189
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.17..@fluentui/react-slider_v9.0.0-alpha.18)
|
|
149
190
|
|
|
150
191
|
### Changes
|
|
@@ -158,7 +199,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
158
199
|
|
|
159
200
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.17)
|
|
160
201
|
|
|
161
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
202
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
162
203
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.16..@fluentui/react-slider_v9.0.0-alpha.17)
|
|
163
204
|
|
|
164
205
|
### Changes
|
|
@@ -174,7 +215,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
174
215
|
|
|
175
216
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.16)
|
|
176
217
|
|
|
177
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
218
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
178
219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.14..@fluentui/react-slider_v9.0.0-alpha.16)
|
|
179
220
|
|
|
180
221
|
### Changes
|
|
@@ -191,7 +232,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
191
232
|
|
|
192
233
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.14)
|
|
193
234
|
|
|
194
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
235
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
195
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.13..@fluentui/react-slider_v9.0.0-alpha.14)
|
|
196
237
|
|
|
197
238
|
### Changes
|
|
@@ -201,7 +242,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
201
242
|
|
|
202
243
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.13)
|
|
203
244
|
|
|
204
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
245
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
205
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.12..@fluentui/react-slider_v9.0.0-alpha.13)
|
|
206
247
|
|
|
207
248
|
### Changes
|
|
@@ -216,7 +257,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
216
257
|
|
|
217
258
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.12)
|
|
218
259
|
|
|
219
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
260
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
220
261
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.11..@fluentui/react-slider_v9.0.0-alpha.12)
|
|
221
262
|
|
|
222
263
|
### Changes
|
|
@@ -232,7 +273,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
232
273
|
|
|
233
274
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.11)
|
|
234
275
|
|
|
235
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
276
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
236
277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.10..@fluentui/react-slider_v9.0.0-alpha.11)
|
|
237
278
|
|
|
238
279
|
### Changes
|
|
@@ -247,7 +288,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
247
288
|
|
|
248
289
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.10)
|
|
249
290
|
|
|
250
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
291
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
251
292
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.9..@fluentui/react-slider_v9.0.0-alpha.10)
|
|
252
293
|
|
|
253
294
|
### Changes
|
|
@@ -262,7 +303,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
262
303
|
|
|
263
304
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.9)
|
|
264
305
|
|
|
265
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
306
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
266
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.8..@fluentui/react-slider_v9.0.0-alpha.9)
|
|
267
308
|
|
|
268
309
|
### Changes
|
|
@@ -278,7 +319,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
278
319
|
|
|
279
320
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.8)
|
|
280
321
|
|
|
281
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
322
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
282
323
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.7..@fluentui/react-slider_v9.0.0-alpha.8)
|
|
283
324
|
|
|
284
325
|
### Changes
|
|
@@ -295,7 +336,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
295
336
|
|
|
296
337
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.7)
|
|
297
338
|
|
|
298
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
339
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
299
340
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.6..@fluentui/react-slider_v9.0.0-alpha.7)
|
|
300
341
|
|
|
301
342
|
### Changes
|
|
@@ -304,7 +345,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
304
345
|
|
|
305
346
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.6)
|
|
306
347
|
|
|
307
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
348
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
308
349
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.5..@fluentui/react-slider_v9.0.0-alpha.6)
|
|
309
350
|
|
|
310
351
|
### Changes
|
|
@@ -314,7 +355,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
314
355
|
|
|
315
356
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.5)
|
|
316
357
|
|
|
317
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
358
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
318
359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.4..@fluentui/react-slider_v9.0.0-alpha.5)
|
|
319
360
|
|
|
320
361
|
### Changes
|
|
@@ -324,7 +365,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
324
365
|
|
|
325
366
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.4)
|
|
326
367
|
|
|
327
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
368
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
328
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.3..@fluentui/react-slider_v9.0.0-alpha.4)
|
|
329
370
|
|
|
330
371
|
### Changes
|
|
@@ -333,7 +374,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
333
374
|
|
|
334
375
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.3)
|
|
335
376
|
|
|
336
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
377
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
337
378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.2..@fluentui/react-slider_v9.0.0-alpha.3)
|
|
338
379
|
|
|
339
380
|
### Changes
|
|
@@ -343,7 +384,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
343
384
|
|
|
344
385
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.2)
|
|
345
386
|
|
|
346
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
387
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
347
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.1..@fluentui/react-slider_v9.0.0-alpha.2)
|
|
348
389
|
|
|
349
390
|
### Changes
|
|
@@ -352,7 +393,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
352
393
|
|
|
353
394
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.1)
|
|
354
395
|
|
|
355
|
-
Thu, 09 Sep 2021 07:39:06 GMT
|
|
396
|
+
Thu, 09 Sep 2021 07:39:06 GMT
|
|
356
397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.1)
|
|
357
398
|
|
|
358
399
|
### Changes
|
|
@@ -361,7 +402,7 @@ Thu, 09 Sep 2021 07:39:06 GMT
|
|
|
361
402
|
|
|
362
403
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
363
404
|
|
|
364
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
405
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
365
406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
366
407
|
|
|
367
408
|
### Changes
|
|
@@ -370,7 +411,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
370
411
|
|
|
371
412
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
372
413
|
|
|
373
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
414
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
374
415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
375
416
|
|
|
376
417
|
### Patches
|
|
@@ -383,7 +424,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
383
424
|
|
|
384
425
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
385
426
|
|
|
386
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
427
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
387
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
388
429
|
|
|
389
430
|
### Changes
|
|
@@ -392,7 +433,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
392
433
|
|
|
393
434
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
394
435
|
|
|
395
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
436
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
396
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
397
438
|
|
|
398
439
|
### Changes
|
|
@@ -401,7 +442,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
401
442
|
|
|
402
443
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
403
444
|
|
|
404
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
445
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
405
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
406
447
|
|
|
407
448
|
### Changes
|
|
@@ -410,7 +451,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
410
451
|
|
|
411
452
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
412
453
|
|
|
413
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
454
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
414
455
|
[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
456
|
|
|
416
457
|
### Changes
|
|
@@ -419,7 +460,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
419
460
|
|
|
420
461
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
421
462
|
|
|
422
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
463
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
423
464
|
[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
465
|
|
|
425
466
|
### Changes
|
|
@@ -428,7 +469,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
428
469
|
|
|
429
470
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
430
471
|
|
|
431
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
472
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
432
473
|
[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
474
|
|
|
434
475
|
### Changes
|
|
@@ -437,7 +478,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
437
478
|
|
|
438
479
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
439
480
|
|
|
440
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
481
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
441
482
|
[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
483
|
|
|
443
484
|
### Changes
|
|
@@ -446,7 +487,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
446
487
|
|
|
447
488
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
448
489
|
|
|
449
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
490
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
450
491
|
[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
492
|
|
|
452
493
|
### Changes
|
|
@@ -455,7 +496,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
455
496
|
|
|
456
497
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
457
498
|
|
|
458
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
499
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
459
500
|
[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
501
|
|
|
461
502
|
### Patches
|
|
@@ -467,7 +508,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
467
508
|
|
|
468
509
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
469
510
|
|
|
470
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
511
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
471
512
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
472
513
|
|
|
473
514
|
### Changes
|
|
@@ -476,7 +517,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
476
517
|
|
|
477
518
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
478
519
|
|
|
479
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
520
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
480
521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
481
522
|
|
|
482
523
|
### Changes
|
|
@@ -485,7 +526,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
485
526
|
|
|
486
527
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
487
528
|
|
|
488
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
529
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
489
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.0..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
490
531
|
|
|
491
532
|
### Changes
|
|
@@ -494,7 +535,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
494
535
|
|
|
495
536
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
496
537
|
|
|
497
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
538
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
498
539
|
[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
540
|
|
|
500
541
|
### Changes
|
|
@@ -503,7 +544,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
503
544
|
|
|
504
545
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.0)
|
|
505
546
|
|
|
506
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
547
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
507
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.122..@fluentui/react-slider_v9.0.0-alpha.0)
|
|
508
549
|
|
|
509
550
|
### Changes
|
|
@@ -512,7 +553,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
512
553
|
|
|
513
554
|
## [1.0.0-beta.122](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.122)
|
|
514
555
|
|
|
515
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
556
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
516
557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.121..@fluentui/react-slider_v1.0.0-beta.122)
|
|
517
558
|
|
|
518
559
|
### Patches
|
|
@@ -522,7 +563,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
522
563
|
|
|
523
564
|
## [1.0.0-beta.121](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.121)
|
|
524
565
|
|
|
525
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
566
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
526
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.120..@fluentui/react-slider_v1.0.0-beta.121)
|
|
527
568
|
|
|
528
569
|
### Patches
|
|
@@ -532,7 +573,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
532
573
|
|
|
533
574
|
## [1.0.0-beta.120](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.120)
|
|
534
575
|
|
|
535
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
576
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
536
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.119..@fluentui/react-slider_v1.0.0-beta.120)
|
|
537
578
|
|
|
538
579
|
### Patches
|
|
@@ -548,7 +589,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
548
589
|
|
|
549
590
|
## [1.0.0-beta.119](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.119)
|
|
550
591
|
|
|
551
|
-
Thu, 08 Jul 2021 07:32:49 GMT
|
|
592
|
+
Thu, 08 Jul 2021 07:32:49 GMT
|
|
552
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.118..@fluentui/react-slider_v1.0.0-beta.119)
|
|
553
594
|
|
|
554
595
|
### Patches
|
|
@@ -557,7 +598,7 @@ Thu, 08 Jul 2021 07:32:49 GMT
|
|
|
557
598
|
|
|
558
599
|
## [1.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.118)
|
|
559
600
|
|
|
560
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
601
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
561
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.117..@fluentui/react-slider_v1.0.0-beta.118)
|
|
562
603
|
|
|
563
604
|
### Patches
|
|
@@ -566,7 +607,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
566
607
|
|
|
567
608
|
## [1.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.117)
|
|
568
609
|
|
|
569
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
610
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
570
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.116..@fluentui/react-slider_v1.0.0-beta.117)
|
|
571
612
|
|
|
572
613
|
### Patches
|
|
@@ -575,7 +616,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
575
616
|
|
|
576
617
|
## [1.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.116)
|
|
577
618
|
|
|
578
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
619
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
579
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.115..@fluentui/react-slider_v1.0.0-beta.116)
|
|
580
621
|
|
|
581
622
|
### Patches
|
|
@@ -584,7 +625,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
584
625
|
|
|
585
626
|
## [1.0.0-beta.115](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.115)
|
|
586
627
|
|
|
587
|
-
Mon, 28 Jun 2021 07:35:16 GMT
|
|
628
|
+
Mon, 28 Jun 2021 07:35:16 GMT
|
|
588
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.114..@fluentui/react-slider_v1.0.0-beta.115)
|
|
589
630
|
|
|
590
631
|
### Patches
|
|
@@ -596,7 +637,7 @@ Mon, 28 Jun 2021 07:35:16 GMT
|
|
|
596
637
|
|
|
597
638
|
## [1.0.0-beta.114](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.114)
|
|
598
639
|
|
|
599
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
640
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
600
641
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.113..@fluentui/react-slider_v1.0.0-beta.114)
|
|
601
642
|
|
|
602
643
|
### Patches
|
|
@@ -605,7 +646,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
605
646
|
|
|
606
647
|
## [1.0.0-beta.113](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.113)
|
|
607
648
|
|
|
608
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
|
649
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
|
609
650
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.112..@fluentui/react-slider_v1.0.0-beta.113)
|
|
610
651
|
|
|
611
652
|
### Patches
|
|
@@ -614,7 +655,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
|
614
655
|
|
|
615
656
|
## [1.0.0-beta.112](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.112)
|
|
616
657
|
|
|
617
|
-
Fri, 18 Jun 2021 07:30:58 GMT
|
|
658
|
+
Fri, 18 Jun 2021 07:30:58 GMT
|
|
618
659
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.111..@fluentui/react-slider_v1.0.0-beta.112)
|
|
619
660
|
|
|
620
661
|
### Patches
|
|
@@ -623,7 +664,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
|
|
|
623
664
|
|
|
624
665
|
## [1.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.111)
|
|
625
666
|
|
|
626
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
667
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
627
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.110..@fluentui/react-slider_v1.0.0-beta.111)
|
|
628
669
|
|
|
629
670
|
### Patches
|
|
@@ -632,7 +673,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
632
673
|
|
|
633
674
|
## [1.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.110)
|
|
634
675
|
|
|
635
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
676
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
636
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.109..@fluentui/react-slider_v1.0.0-beta.110)
|
|
637
678
|
|
|
638
679
|
### Patches
|
|
@@ -642,7 +683,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
642
683
|
|
|
643
684
|
## [1.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.109)
|
|
644
685
|
|
|
645
|
-
Fri, 11 Jun 2021 07:34:26 GMT
|
|
686
|
+
Fri, 11 Jun 2021 07:34:26 GMT
|
|
646
687
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.108..@fluentui/react-slider_v1.0.0-beta.109)
|
|
647
688
|
|
|
648
689
|
### Patches
|
|
@@ -651,7 +692,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
|
|
|
651
692
|
|
|
652
693
|
## [1.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.108)
|
|
653
694
|
|
|
654
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
|
695
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
|
655
696
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.107..@fluentui/react-slider_v1.0.0-beta.108)
|
|
656
697
|
|
|
657
698
|
### Patches
|
|
@@ -660,7 +701,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
|
660
701
|
|
|
661
702
|
## [1.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.107)
|
|
662
703
|
|
|
663
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
|
704
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
|
664
705
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.106..@fluentui/react-slider_v1.0.0-beta.107)
|
|
665
706
|
|
|
666
707
|
### Patches
|
|
@@ -669,7 +710,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
|
669
710
|
|
|
670
711
|
## [1.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.106)
|
|
671
712
|
|
|
672
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
713
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
673
714
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.105..@fluentui/react-slider_v1.0.0-beta.106)
|
|
674
715
|
|
|
675
716
|
### Patches
|
|
@@ -678,7 +719,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
678
719
|
|
|
679
720
|
## [1.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.105)
|
|
680
721
|
|
|
681
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
722
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
682
723
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.104..@fluentui/react-slider_v1.0.0-beta.105)
|
|
683
724
|
|
|
684
725
|
### Patches
|
|
@@ -694,7 +735,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
694
735
|
|
|
695
736
|
## [1.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.104)
|
|
696
737
|
|
|
697
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
738
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
698
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.103..@fluentui/react-slider_v1.0.0-beta.104)
|
|
699
740
|
|
|
700
741
|
### Patches
|
|
@@ -703,7 +744,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
703
744
|
|
|
704
745
|
## [1.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.103)
|
|
705
746
|
|
|
706
|
-
Mon, 31 May 2021 07:33:15 GMT
|
|
747
|
+
Mon, 31 May 2021 07:33:15 GMT
|
|
707
748
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.102..@fluentui/react-slider_v1.0.0-beta.103)
|
|
708
749
|
|
|
709
750
|
### Patches
|
|
@@ -712,7 +753,7 @@ Mon, 31 May 2021 07:33:15 GMT
|
|
|
712
753
|
|
|
713
754
|
## [1.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.102)
|
|
714
755
|
|
|
715
|
-
Thu, 27 May 2021 07:33:21 GMT
|
|
756
|
+
Thu, 27 May 2021 07:33:21 GMT
|
|
716
757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.101..@fluentui/react-slider_v1.0.0-beta.102)
|
|
717
758
|
|
|
718
759
|
### Patches
|
|
@@ -721,7 +762,7 @@ Thu, 27 May 2021 07:33:21 GMT
|
|
|
721
762
|
|
|
722
763
|
## [1.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.101)
|
|
723
764
|
|
|
724
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
765
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
725
766
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.100..@fluentui/react-slider_v1.0.0-beta.101)
|
|
726
767
|
|
|
727
768
|
### Patches
|
|
@@ -730,7 +771,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
730
771
|
|
|
731
772
|
## [1.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.100)
|
|
732
773
|
|
|
733
|
-
Tue, 25 May 2021 01:11:03 GMT
|
|
774
|
+
Tue, 25 May 2021 01:11:03 GMT
|
|
734
775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.99..@fluentui/react-slider_v1.0.0-beta.100)
|
|
735
776
|
|
|
736
777
|
### Patches
|
|
@@ -739,7 +780,7 @@ Tue, 25 May 2021 01:11:03 GMT
|
|
|
739
780
|
|
|
740
781
|
## [1.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.99)
|
|
741
782
|
|
|
742
|
-
Mon, 24 May 2021 07:35:28 GMT
|
|
783
|
+
Mon, 24 May 2021 07:35:28 GMT
|
|
743
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.98..@fluentui/react-slider_v1.0.0-beta.99)
|
|
744
785
|
|
|
745
786
|
### Patches
|
|
@@ -748,7 +789,7 @@ Mon, 24 May 2021 07:35:28 GMT
|
|
|
748
789
|
|
|
749
790
|
## [1.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.98)
|
|
750
791
|
|
|
751
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
792
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
752
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.97..@fluentui/react-slider_v1.0.0-beta.98)
|
|
753
794
|
|
|
754
795
|
### Patches
|
|
@@ -757,7 +798,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
757
798
|
|
|
758
799
|
## [1.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.97)
|
|
759
800
|
|
|
760
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
801
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
761
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.96..@fluentui/react-slider_v1.0.0-beta.97)
|
|
762
803
|
|
|
763
804
|
### Patches
|
|
@@ -773,7 +814,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
773
814
|
|
|
774
815
|
## [1.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.96)
|
|
775
816
|
|
|
776
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
817
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
777
818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.95..@fluentui/react-slider_v1.0.0-beta.96)
|
|
778
819
|
|
|
779
820
|
### Patches
|
|
@@ -783,7 +824,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
783
824
|
|
|
784
825
|
## [1.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.95)
|
|
785
826
|
|
|
786
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
827
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
787
828
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.94..@fluentui/react-slider_v1.0.0-beta.95)
|
|
788
829
|
|
|
789
830
|
### Patches
|
|
@@ -792,7 +833,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
792
833
|
|
|
793
834
|
## [1.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.94)
|
|
794
835
|
|
|
795
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
836
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
796
837
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.93..@fluentui/react-slider_v1.0.0-beta.94)
|
|
797
838
|
|
|
798
839
|
### Patches
|
|
@@ -801,7 +842,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
801
842
|
|
|
802
843
|
## [1.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.93)
|
|
803
844
|
|
|
804
|
-
Fri, 14 May 2021 07:35:10 GMT
|
|
845
|
+
Fri, 14 May 2021 07:35:10 GMT
|
|
805
846
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.92..@fluentui/react-slider_v1.0.0-beta.93)
|
|
806
847
|
|
|
807
848
|
### Patches
|
|
@@ -810,7 +851,7 @@ Fri, 14 May 2021 07:35:10 GMT
|
|
|
810
851
|
|
|
811
852
|
## [1.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.92)
|
|
812
853
|
|
|
813
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
854
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
814
855
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.91..@fluentui/react-slider_v1.0.0-beta.92)
|
|
815
856
|
|
|
816
857
|
### Patches
|
|
@@ -819,7 +860,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
819
860
|
|
|
820
861
|
## [1.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.91)
|
|
821
862
|
|
|
822
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
863
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
823
864
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.90..@fluentui/react-slider_v1.0.0-beta.91)
|
|
824
865
|
|
|
825
866
|
### Patches
|
|
@@ -828,7 +869,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
828
869
|
|
|
829
870
|
## [1.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.90)
|
|
830
871
|
|
|
831
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
872
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
832
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.89..@fluentui/react-slider_v1.0.0-beta.90)
|
|
833
874
|
|
|
834
875
|
### Patches
|
|
@@ -837,7 +878,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
837
878
|
|
|
838
879
|
## [1.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.89)
|
|
839
880
|
|
|
840
|
-
Fri, 07 May 2021 07:34:34 GMT
|
|
881
|
+
Fri, 07 May 2021 07:34:34 GMT
|
|
841
882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.88..@fluentui/react-slider_v1.0.0-beta.89)
|
|
842
883
|
|
|
843
884
|
### Patches
|
|
@@ -846,7 +887,7 @@ Fri, 07 May 2021 07:34:34 GMT
|
|
|
846
887
|
|
|
847
888
|
## [1.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.88)
|
|
848
889
|
|
|
849
|
-
Thu, 06 May 2021 07:35:51 GMT
|
|
890
|
+
Thu, 06 May 2021 07:35:51 GMT
|
|
850
891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.87..@fluentui/react-slider_v1.0.0-beta.88)
|
|
851
892
|
|
|
852
893
|
### Patches
|
|
@@ -855,7 +896,7 @@ Thu, 06 May 2021 07:35:51 GMT
|
|
|
855
896
|
|
|
856
897
|
## [1.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.87)
|
|
857
898
|
|
|
858
|
-
Tue, 04 May 2021 07:36:35 GMT
|
|
899
|
+
Tue, 04 May 2021 07:36:35 GMT
|
|
859
900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.86..@fluentui/react-slider_v1.0.0-beta.87)
|
|
860
901
|
|
|
861
902
|
### Patches
|
|
@@ -864,7 +905,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
|
864
905
|
|
|
865
906
|
## [1.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.86)
|
|
866
907
|
|
|
867
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
908
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
868
909
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.85..@fluentui/react-slider_v1.0.0-beta.86)
|
|
869
910
|
|
|
870
911
|
### Patches
|
|
@@ -884,7 +925,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
884
925
|
|
|
885
926
|
## [1.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.85)
|
|
886
927
|
|
|
887
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
|
928
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
|
888
929
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.84..@fluentui/react-slider_v1.0.0-beta.85)
|
|
889
930
|
|
|
890
931
|
### Patches
|
|
@@ -893,7 +934,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
|
893
934
|
|
|
894
935
|
## [1.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.84)
|
|
895
936
|
|
|
896
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
937
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
897
938
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.83..@fluentui/react-slider_v1.0.0-beta.84)
|
|
898
939
|
|
|
899
940
|
### Patches
|
|
@@ -902,7 +943,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
902
943
|
|
|
903
944
|
## [1.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.83)
|
|
904
945
|
|
|
905
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
946
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
906
947
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.82..@fluentui/react-slider_v1.0.0-beta.83)
|
|
907
948
|
|
|
908
949
|
### Patches
|
|
@@ -911,7 +952,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
911
952
|
|
|
912
953
|
## [1.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.82)
|
|
913
954
|
|
|
914
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
955
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
915
956
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.81..@fluentui/react-slider_v1.0.0-beta.82)
|
|
916
957
|
|
|
917
958
|
### Patches
|
|
@@ -927,7 +968,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
927
968
|
|
|
928
969
|
## [1.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.81)
|
|
929
970
|
|
|
930
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
|
971
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
|
931
972
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.80..@fluentui/react-slider_v1.0.0-beta.81)
|
|
932
973
|
|
|
933
974
|
### Patches
|
|
@@ -936,7 +977,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
|
936
977
|
|
|
937
978
|
## [1.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.80)
|
|
938
979
|
|
|
939
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
980
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
940
981
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.79..@fluentui/react-slider_v1.0.0-beta.80)
|
|
941
982
|
|
|
942
983
|
### Patches
|
|
@@ -945,7 +986,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
945
986
|
|
|
946
987
|
## [1.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.79)
|
|
947
988
|
|
|
948
|
-
Tue, 13 Apr 2021 14:55:56 GMT
|
|
989
|
+
Tue, 13 Apr 2021 14:55:56 GMT
|
|
949
990
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.78..@fluentui/react-slider_v1.0.0-beta.79)
|
|
950
991
|
|
|
951
992
|
### Patches
|
|
@@ -957,7 +998,7 @@ Tue, 13 Apr 2021 14:55:56 GMT
|
|
|
957
998
|
|
|
958
999
|
## [1.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.78)
|
|
959
1000
|
|
|
960
|
-
Sat, 10 Apr 2021 03:23:10 GMT
|
|
1001
|
+
Sat, 10 Apr 2021 03:23:10 GMT
|
|
961
1002
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.77..@fluentui/react-slider_v1.0.0-beta.78)
|
|
962
1003
|
|
|
963
1004
|
### Patches
|
|
@@ -966,7 +1007,7 @@ Sat, 10 Apr 2021 03:23:10 GMT
|
|
|
966
1007
|
|
|
967
1008
|
## [1.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.77)
|
|
968
1009
|
|
|
969
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1010
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
|
970
1011
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.76..@fluentui/react-slider_v1.0.0-beta.77)
|
|
971
1012
|
|
|
972
1013
|
### Patches
|
|
@@ -975,7 +1016,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
|
975
1016
|
|
|
976
1017
|
## [1.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.76)
|
|
977
1018
|
|
|
978
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1019
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
979
1020
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.75..@fluentui/react-slider_v1.0.0-beta.76)
|
|
980
1021
|
|
|
981
1022
|
### Patches
|
|
@@ -984,7 +1025,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
984
1025
|
|
|
985
1026
|
## [1.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.75)
|
|
986
1027
|
|
|
987
|
-
Wed, 07 Apr 2021 08:04:03 GMT
|
|
1028
|
+
Wed, 07 Apr 2021 08:04:03 GMT
|
|
988
1029
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.74..@fluentui/react-slider_v1.0.0-beta.75)
|
|
989
1030
|
|
|
990
1031
|
### Patches
|
|
@@ -993,7 +1034,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
|
|
|
993
1034
|
|
|
994
1035
|
## [1.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.74)
|
|
995
1036
|
|
|
996
|
-
Tue, 06 Apr 2021 07:34:10 GMT
|
|
1037
|
+
Tue, 06 Apr 2021 07:34:10 GMT
|
|
997
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.73..@fluentui/react-slider_v1.0.0-beta.74)
|
|
998
1039
|
|
|
999
1040
|
### Patches
|
|
@@ -1002,7 +1043,7 @@ Tue, 06 Apr 2021 07:34:10 GMT
|
|
|
1002
1043
|
|
|
1003
1044
|
## [1.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.73)
|
|
1004
1045
|
|
|
1005
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1046
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1006
1047
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.72..@fluentui/react-slider_v1.0.0-beta.73)
|
|
1007
1048
|
|
|
1008
1049
|
### Patches
|
|
@@ -1011,7 +1052,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1011
1052
|
|
|
1012
1053
|
## [1.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.72)
|
|
1013
1054
|
|
|
1014
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1055
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1015
1056
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.71..@fluentui/react-slider_v1.0.0-beta.72)
|
|
1016
1057
|
|
|
1017
1058
|
### Patches
|
|
@@ -1027,7 +1068,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
1027
1068
|
|
|
1028
1069
|
## [1.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.71)
|
|
1029
1070
|
|
|
1030
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1071
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1031
1072
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.70..@fluentui/react-slider_v1.0.0-beta.71)
|
|
1032
1073
|
|
|
1033
1074
|
### Patches
|
|
@@ -1040,7 +1081,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
1040
1081
|
|
|
1041
1082
|
## [1.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.70)
|
|
1042
1083
|
|
|
1043
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1084
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1044
1085
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.69..@fluentui/react-slider_v1.0.0-beta.70)
|
|
1045
1086
|
|
|
1046
1087
|
### Patches
|
|
@@ -1049,7 +1090,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1049
1090
|
|
|
1050
1091
|
## [1.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.69)
|
|
1051
1092
|
|
|
1052
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
|
1093
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
|
1053
1094
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.68..@fluentui/react-slider_v1.0.0-beta.69)
|
|
1054
1095
|
|
|
1055
1096
|
### Patches
|
|
@@ -1058,7 +1099,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
|
1058
1099
|
|
|
1059
1100
|
## [1.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.68)
|
|
1060
1101
|
|
|
1061
|
-
Mon, 22 Mar 2021 07:34:09 GMT
|
|
1102
|
+
Mon, 22 Mar 2021 07:34:09 GMT
|
|
1062
1103
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.67..@fluentui/react-slider_v1.0.0-beta.68)
|
|
1063
1104
|
|
|
1064
1105
|
### Patches
|
|
@@ -1067,7 +1108,7 @@ Mon, 22 Mar 2021 07:34:09 GMT
|
|
|
1067
1108
|
|
|
1068
1109
|
## [1.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.67)
|
|
1069
1110
|
|
|
1070
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1111
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1071
1112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.66..@fluentui/react-slider_v1.0.0-beta.67)
|
|
1072
1113
|
|
|
1073
1114
|
### Patches
|
|
@@ -1076,7 +1117,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1076
1117
|
|
|
1077
1118
|
## [1.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.66)
|
|
1078
1119
|
|
|
1079
|
-
Thu, 18 Mar 2021 07:33:22 GMT
|
|
1120
|
+
Thu, 18 Mar 2021 07:33:22 GMT
|
|
1080
1121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.65..@fluentui/react-slider_v1.0.0-beta.66)
|
|
1081
1122
|
|
|
1082
1123
|
### Patches
|
|
@@ -1086,7 +1127,7 @@ Thu, 18 Mar 2021 07:33:22 GMT
|
|
|
1086
1127
|
|
|
1087
1128
|
## [1.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.65)
|
|
1088
1129
|
|
|
1089
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1130
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1090
1131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.64..@fluentui/react-slider_v1.0.0-beta.65)
|
|
1091
1132
|
|
|
1092
1133
|
### Patches
|
|
@@ -1095,7 +1136,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1095
1136
|
|
|
1096
1137
|
## [1.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.64)
|
|
1097
1138
|
|
|
1098
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1139
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1099
1140
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.63..@fluentui/react-slider_v1.0.0-beta.64)
|
|
1100
1141
|
|
|
1101
1142
|
### Patches
|
|
@@ -1105,7 +1146,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1105
1146
|
|
|
1106
1147
|
## [1.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.63)
|
|
1107
1148
|
|
|
1108
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1149
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1109
1150
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.62..@fluentui/react-slider_v1.0.0-beta.63)
|
|
1110
1151
|
|
|
1111
1152
|
### Changes
|
|
@@ -1114,7 +1155,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
|
1114
1155
|
|
|
1115
1156
|
## [1.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.62)
|
|
1116
1157
|
|
|
1117
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1158
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1118
1159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.61..@fluentui/react-slider_v1.0.0-beta.62)
|
|
1119
1160
|
|
|
1120
1161
|
### Patches
|
|
@@ -1124,7 +1165,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1124
1165
|
|
|
1125
1166
|
## [1.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.61)
|
|
1126
1167
|
|
|
1127
|
-
Thu, 11 Mar 2021 07:33:03 GMT
|
|
1168
|
+
Thu, 11 Mar 2021 07:33:03 GMT
|
|
1128
1169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.60..@fluentui/react-slider_v1.0.0-beta.61)
|
|
1129
1170
|
|
|
1130
1171
|
### Patches
|
|
@@ -1133,7 +1174,7 @@ Thu, 11 Mar 2021 07:33:03 GMT
|
|
|
1133
1174
|
|
|
1134
1175
|
## [1.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.60)
|
|
1135
1176
|
|
|
1136
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1177
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1137
1178
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.59..@fluentui/react-slider_v1.0.0-beta.60)
|
|
1138
1179
|
|
|
1139
1180
|
### Patches
|
|
@@ -1142,7 +1183,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
|
1142
1183
|
|
|
1143
1184
|
## [1.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.59)
|
|
1144
1185
|
|
|
1145
|
-
Tue, 09 Mar 2021 07:32:29 GMT
|
|
1186
|
+
Tue, 09 Mar 2021 07:32:29 GMT
|
|
1146
1187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.58..@fluentui/react-slider_v1.0.0-beta.59)
|
|
1147
1188
|
|
|
1148
1189
|
### Patches
|
|
@@ -1151,7 +1192,7 @@ Tue, 09 Mar 2021 07:32:29 GMT
|
|
|
1151
1192
|
|
|
1152
1193
|
## [1.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.58)
|
|
1153
1194
|
|
|
1154
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1195
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1155
1196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.57..@fluentui/react-slider_v1.0.0-beta.58)
|
|
1156
1197
|
|
|
1157
1198
|
### Patches
|
|
@@ -1160,7 +1201,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1160
1201
|
|
|
1161
1202
|
## [1.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.57)
|
|
1162
1203
|
|
|
1163
|
-
Wed, 03 Mar 2021 07:45:18 GMT
|
|
1204
|
+
Wed, 03 Mar 2021 07:45:18 GMT
|
|
1164
1205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.56..@fluentui/react-slider_v1.0.0-beta.57)
|
|
1165
1206
|
|
|
1166
1207
|
### Patches
|
|
@@ -1169,7 +1210,7 @@ Wed, 03 Mar 2021 07:45:18 GMT
|
|
|
1169
1210
|
|
|
1170
1211
|
## [1.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.56)
|
|
1171
1212
|
|
|
1172
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1213
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1173
1214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.55..@fluentui/react-slider_v1.0.0-beta.56)
|
|
1174
1215
|
|
|
1175
1216
|
### Patches
|
|
@@ -1182,7 +1223,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
|
1182
1223
|
|
|
1183
1224
|
## [1.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.55)
|
|
1184
1225
|
|
|
1185
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1226
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1186
1227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.54..@fluentui/react-slider_v1.0.0-beta.55)
|
|
1187
1228
|
|
|
1188
1229
|
### Patches
|
|
@@ -1191,7 +1232,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
|
1191
1232
|
|
|
1192
1233
|
## [1.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.54)
|
|
1193
1234
|
|
|
1194
|
-
Mon, 01 Mar 2021 07:20:46 GMT
|
|
1235
|
+
Mon, 01 Mar 2021 07:20:46 GMT
|
|
1195
1236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.53..@fluentui/react-slider_v1.0.0-beta.54)
|
|
1196
1237
|
|
|
1197
1238
|
### Patches
|
|
@@ -1200,7 +1241,7 @@ Mon, 01 Mar 2021 07:20:46 GMT
|
|
|
1200
1241
|
|
|
1201
1242
|
## [1.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.53)
|
|
1202
1243
|
|
|
1203
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
|
1244
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
|
1204
1245
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.52..@fluentui/react-slider_v1.0.0-beta.53)
|
|
1205
1246
|
|
|
1206
1247
|
### Patches
|
|
@@ -1221,7 +1262,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
|
1221
1262
|
|
|
1222
1263
|
## [1.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.52)
|
|
1223
1264
|
|
|
1224
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
|
1265
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
|
1225
1266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.51..@fluentui/react-slider_v1.0.0-beta.52)
|
|
1226
1267
|
|
|
1227
1268
|
### Changes
|
|
@@ -1230,7 +1271,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
|
1230
1271
|
|
|
1231
1272
|
## [1.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.51)
|
|
1232
1273
|
|
|
1233
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1274
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1234
1275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.50..@fluentui/react-slider_v1.0.0-beta.51)
|
|
1235
1276
|
|
|
1236
1277
|
### Patches
|
|
@@ -1239,7 +1280,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1239
1280
|
|
|
1240
1281
|
## [1.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.50)
|
|
1241
1282
|
|
|
1242
|
-
Wed, 24 Feb 2021 07:19:56 GMT
|
|
1283
|
+
Wed, 24 Feb 2021 07:19:56 GMT
|
|
1243
1284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.49..@fluentui/react-slider_v1.0.0-beta.50)
|
|
1244
1285
|
|
|
1245
1286
|
### Changes
|
|
@@ -1248,7 +1289,7 @@ Wed, 24 Feb 2021 07:19:56 GMT
|
|
|
1248
1289
|
|
|
1249
1290
|
## [1.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.49)
|
|
1250
1291
|
|
|
1251
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
|
1292
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
|
1252
1293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.48..@fluentui/react-slider_v1.0.0-beta.49)
|
|
1253
1294
|
|
|
1254
1295
|
### Changes
|
|
@@ -1257,7 +1298,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
|
1257
1298
|
|
|
1258
1299
|
## [1.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.48)
|
|
1259
1300
|
|
|
1260
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1301
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1261
1302
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.47..@fluentui/react-slider_v1.0.0-beta.48)
|
|
1262
1303
|
|
|
1263
1304
|
### Changes
|
|
@@ -1266,7 +1307,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1266
1307
|
|
|
1267
1308
|
## [1.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.47)
|
|
1268
1309
|
|
|
1269
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
|
1310
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
|
1270
1311
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.46..@fluentui/react-slider_v1.0.0-beta.47)
|
|
1271
1312
|
|
|
1272
1313
|
### Changes
|
|
@@ -1275,7 +1316,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
|
1275
1316
|
|
|
1276
1317
|
## [1.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.46)
|
|
1277
1318
|
|
|
1278
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
|
1319
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
|
1279
1320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.45..@fluentui/react-slider_v1.0.0-beta.46)
|
|
1280
1321
|
|
|
1281
1322
|
### Changes
|
|
@@ -1284,7 +1325,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
|
1284
1325
|
|
|
1285
1326
|
## [1.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.45)
|
|
1286
1327
|
|
|
1287
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
|
1328
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
|
1288
1329
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.44..@fluentui/react-slider_v1.0.0-beta.45)
|
|
1289
1330
|
|
|
1290
1331
|
### Changes
|
|
@@ -1293,7 +1334,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
|
1293
1334
|
|
|
1294
1335
|
## [1.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.44)
|
|
1295
1336
|
|
|
1296
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1337
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1297
1338
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.43..@fluentui/react-slider_v1.0.0-beta.44)
|
|
1298
1339
|
|
|
1299
1340
|
### Changes
|
|
@@ -1302,7 +1343,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1302
1343
|
|
|
1303
1344
|
## [1.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.43)
|
|
1304
1345
|
|
|
1305
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
|
1346
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
|
1306
1347
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.42..@fluentui/react-slider_v1.0.0-beta.43)
|
|
1307
1348
|
|
|
1308
1349
|
### Changes
|
|
@@ -1311,7 +1352,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
|
1311
1352
|
|
|
1312
1353
|
## [1.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.42)
|
|
1313
1354
|
|
|
1314
|
-
Wed, 10 Feb 2021 12:20:53 GMT
|
|
1355
|
+
Wed, 10 Feb 2021 12:20:53 GMT
|
|
1315
1356
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.41..@fluentui/react-slider_v1.0.0-beta.42)
|
|
1316
1357
|
|
|
1317
1358
|
### Changes
|
|
@@ -1320,7 +1361,7 @@ Wed, 10 Feb 2021 12:20:53 GMT
|
|
|
1320
1361
|
|
|
1321
1362
|
## [1.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.41)
|
|
1322
1363
|
|
|
1323
|
-
Tue, 09 Feb 2021 12:24:19 GMT
|
|
1364
|
+
Tue, 09 Feb 2021 12:24:19 GMT
|
|
1324
1365
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.40..@fluentui/react-slider_v1.0.0-beta.41)
|
|
1325
1366
|
|
|
1326
1367
|
### Changes
|
|
@@ -1329,7 +1370,7 @@ Tue, 09 Feb 2021 12:24:19 GMT
|
|
|
1329
1370
|
|
|
1330
1371
|
## [1.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.40)
|
|
1331
1372
|
|
|
1332
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1373
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1333
1374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.39..@fluentui/react-slider_v1.0.0-beta.40)
|
|
1334
1375
|
|
|
1335
1376
|
### Changes
|
|
@@ -1338,7 +1379,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1338
1379
|
|
|
1339
1380
|
## [1.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.38)
|
|
1340
1381
|
|
|
1341
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
|
1382
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
|
1342
1383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.36..@fluentui/react-slider_v1.0.0-beta.38)
|
|
1343
1384
|
|
|
1344
1385
|
### Changes
|
|
@@ -1347,7 +1388,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
|
1347
1388
|
|
|
1348
1389
|
## [1.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.36)
|
|
1349
1390
|
|
|
1350
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
|
1391
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
|
1351
1392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.33..@fluentui/react-slider_v1.0.0-beta.36)
|
|
1352
1393
|
|
|
1353
1394
|
### Changes
|
|
@@ -1358,16 +1399,16 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
|
1358
1399
|
|
|
1359
1400
|
## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.33)
|
|
1360
1401
|
|
|
1361
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1402
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1362
1403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v1.0.0-beta.0..@fluentui/react-slider_v1.0.0-beta.33)
|
|
1363
1404
|
|
|
1364
1405
|
### Changes
|
|
1365
1406
|
|
|
1366
|
-
-
|
|
1407
|
+
- Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
|
|
1367
1408
|
|
|
1368
1409
|
## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v1.0.0-beta.0)
|
|
1369
1410
|
|
|
1370
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
|
1411
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
|
1371
1412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.8..@fluentui/react-slider_v1.0.0-beta.0)
|
|
1372
1413
|
|
|
1373
1414
|
### Changes
|
|
@@ -1380,7 +1421,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
|
|
|
1380
1421
|
|
|
1381
1422
|
## [0.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.8)
|
|
1382
1423
|
|
|
1383
|
-
Fri, 25 Sep 2020 12:25:17 GMT
|
|
1424
|
+
Fri, 25 Sep 2020 12:25:17 GMT
|
|
1384
1425
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.6..@fluentui/react-slider_v0.3.8)
|
|
1385
1426
|
|
|
1386
1427
|
### Patches
|
|
@@ -1389,7 +1430,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
|
|
|
1389
1430
|
|
|
1390
1431
|
## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.5)
|
|
1391
1432
|
|
|
1392
|
-
Tue, 22 Sep 2020 12:25:45 GMT
|
|
1433
|
+
Tue, 22 Sep 2020 12:25:45 GMT
|
|
1393
1434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.3.0..@fluentui/react-slider_v0.3.5)
|
|
1394
1435
|
|
|
1395
1436
|
### Patches
|
|
@@ -1398,7 +1439,7 @@ Tue, 22 Sep 2020 12:25:45 GMT
|
|
|
1398
1439
|
|
|
1399
1440
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.3.0)
|
|
1400
1441
|
|
|
1401
|
-
Wed, 16 Sep 2020 12:27:22 GMT
|
|
1442
|
+
Wed, 16 Sep 2020 12:27:22 GMT
|
|
1402
1443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.2.1..@fluentui/react-slider_v0.3.0)
|
|
1403
1444
|
|
|
1404
1445
|
### Minor changes
|
|
@@ -1407,7 +1448,7 @@ Wed, 16 Sep 2020 12:27:22 GMT
|
|
|
1407
1448
|
|
|
1408
1449
|
## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v0.2.1)
|
|
1409
1450
|
|
|
1410
|
-
Mon, 31 Aug 2020 12:25:46 GMT
|
|
1451
|
+
Mon, 31 Aug 2020 12:25:46 GMT
|
|
1411
1452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v0.1.1..@fluentui/react-slider_v0.2.1)
|
|
1412
1453
|
|
|
1413
1454
|
### Patches
|