@fluentui/react-slider 9.0.0-alpha.8 → 9.0.0-beta.10

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 (177) hide show
  1. package/CHANGELOG.json +991 -10
  2. package/CHANGELOG.md +283 -11
  3. package/README.md +1 -2
  4. package/dist/react-slider.d.ts +36 -67
  5. package/lib/components/Slider/Slider.d.ts +4 -3
  6. package/lib/components/Slider/Slider.js +8 -8
  7. package/lib/components/Slider/Slider.js.map +1 -1
  8. package/lib/components/Slider/Slider.types.d.ts +26 -55
  9. package/lib/components/Slider/Slider.types.js.map +1 -1
  10. package/lib/components/Slider/index.d.ts +2 -2
  11. package/lib/components/Slider/index.js +2 -2
  12. package/lib/components/Slider/index.js.map +1 -1
  13. package/lib/components/Slider/renderSlider.d.ts +1 -1
  14. package/lib/components/Slider/renderSlider.js +10 -8
  15. package/lib/components/Slider/renderSlider.js.map +1 -1
  16. package/lib/components/Slider/useSlider.d.ts +2 -6
  17. package/lib/components/Slider/useSlider.js +57 -85
  18. package/lib/components/Slider/useSlider.js.map +1 -1
  19. package/lib/components/Slider/useSliderState.d.ts +1 -1
  20. package/lib/components/Slider/useSliderState.js +49 -183
  21. package/lib/components/Slider/useSliderState.js.map +1 -1
  22. package/lib/components/Slider/useSliderStyles.d.ts +19 -1
  23. package/lib/components/Slider/useSliderStyles.js +175 -297
  24. package/lib/components/Slider/useSliderStyles.js.map +1 -1
  25. package/lib/index.d.ts +0 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/Slider.js +1 -1
  28. package/lib-commonjs/components/Slider/Slider.d.ts +4 -3
  29. package/lib-commonjs/components/Slider/Slider.js +9 -9
  30. package/lib-commonjs/components/Slider/Slider.js.map +1 -1
  31. package/lib-commonjs/components/Slider/Slider.types.d.ts +26 -55
  32. package/lib-commonjs/components/Slider/index.d.ts +2 -2
  33. package/lib-commonjs/components/Slider/index.js +24 -3
  34. package/lib-commonjs/components/Slider/index.js.map +1 -1
  35. package/lib-commonjs/components/Slider/renderSlider.d.ts +1 -1
  36. package/lib-commonjs/components/Slider/renderSlider.js +14 -14
  37. package/lib-commonjs/components/Slider/renderSlider.js.map +1 -1
  38. package/lib-commonjs/components/Slider/useSlider.d.ts +2 -6
  39. package/lib-commonjs/components/Slider/useSlider.js +60 -89
  40. package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
  41. package/lib-commonjs/components/Slider/useSliderState.d.ts +1 -1
  42. package/lib-commonjs/components/Slider/useSliderState.js +55 -191
  43. package/lib-commonjs/components/Slider/useSliderState.js.map +1 -1
  44. package/lib-commonjs/components/Slider/useSliderStyles.d.ts +19 -1
  45. package/lib-commonjs/components/Slider/useSliderStyles.js +177 -299
  46. package/lib-commonjs/components/Slider/useSliderStyles.js.map +1 -1
  47. package/lib-commonjs/index.d.ts +0 -1
  48. package/lib-commonjs/index.js +1 -1
  49. package/lib-commonjs/index.js.map +1 -1
  50. package/package.json +20 -14
  51. package/Spec.md +0 -216
  52. package/lib/common/isConformant.d.ts +0 -4
  53. package/lib/common/isConformant.js +0 -12
  54. package/lib/common/isConformant.js.map +0 -1
  55. package/lib/utils/calculateSteps.d.ts +0 -5
  56. package/lib/utils/calculateSteps.js +0 -27
  57. package/lib/utils/calculateSteps.js.map +0 -1
  58. package/lib/utils/clamp.d.ts +0 -8
  59. package/lib/utils/clamp.js +0 -11
  60. package/lib/utils/clamp.js.map +0 -1
  61. package/lib/utils/getKeydownValue.d.ts +0 -6
  62. package/lib/utils/getKeydownValue.js +0 -39
  63. package/lib/utils/getKeydownValue.js.map +0 -1
  64. package/lib/utils/getMarkPercent.d.ts +0 -7
  65. package/lib/utils/getMarkPercent.js +0 -22
  66. package/lib/utils/getMarkPercent.js.map +0 -1
  67. package/lib/utils/getMarkValues.d.ts +0 -8
  68. package/lib/utils/getMarkValues.js +0 -24
  69. package/lib/utils/getMarkValues.js.map +0 -1
  70. package/lib/utils/getPercent.d.ts +0 -8
  71. package/lib/utils/getPercent.js +0 -11
  72. package/lib/utils/getPercent.js.map +0 -1
  73. package/lib/utils/getRTLSafeKey.d.ts +0 -4
  74. package/lib/utils/getRTLSafeKey.js +0 -21
  75. package/lib/utils/getRTLSafeKey.js.map +0 -1
  76. package/lib/utils/index.d.ts +0 -9
  77. package/lib/utils/index.js +0 -10
  78. package/lib/utils/index.js.map +0 -1
  79. package/lib/utils/on.d.ts +0 -1
  80. package/lib/utils/on.js +0 -8
  81. package/lib/utils/on.js.map +0 -1
  82. package/lib/utils/renderMarks.d.ts +0 -13
  83. package/lib/utils/renderMarks.js +0 -31
  84. package/lib/utils/renderMarks.js.map +0 -1
  85. package/lib-amd/Slider.d.ts +0 -1
  86. package/lib-amd/Slider.js +0 -6
  87. package/lib-amd/Slider.js.map +0 -1
  88. package/lib-amd/common/isConformant.d.ts +0 -4
  89. package/lib-amd/common/isConformant.js +0 -16
  90. package/lib-amd/common/isConformant.js.map +0 -1
  91. package/lib-amd/components/Slider/Slider.d.ts +0 -5
  92. package/lib-amd/components/Slider/Slider.js +0 -15
  93. package/lib-amd/components/Slider/Slider.js.map +0 -1
  94. package/lib-amd/components/Slider/Slider.types.d.ts +0 -126
  95. package/lib-amd/components/Slider/Slider.types.js +0 -5
  96. package/lib-amd/components/Slider/Slider.types.js.map +0 -1
  97. package/lib-amd/components/Slider/index.d.ts +0 -6
  98. package/lib-amd/components/Slider/index.js +0 -11
  99. package/lib-amd/components/Slider/index.js.map +0 -1
  100. package/lib-amd/components/Slider/renderSlider.d.ts +0 -5
  101. package/lib-amd/components/Slider/renderSlider.js +0 -23
  102. package/lib-amd/components/Slider/renderSlider.js.map +0 -1
  103. package/lib-amd/components/Slider/useSlider.d.ts +0 -10
  104. package/lib-amd/components/Slider/useSlider.js +0 -72
  105. package/lib-amd/components/Slider/useSlider.js.map +0 -1
  106. package/lib-amd/components/Slider/useSliderState.d.ts +0 -2
  107. package/lib-amd/components/Slider/useSliderState.js +0 -151
  108. package/lib-amd/components/Slider/useSliderState.js.map +0 -1
  109. package/lib-amd/components/Slider/useSliderStyles.d.ts +0 -5
  110. package/lib-amd/components/Slider/useSliderStyles.js +0 -378
  111. package/lib-amd/components/Slider/useSliderStyles.js.map +0 -1
  112. package/lib-amd/index.d.ts +0 -2
  113. package/lib-amd/index.js +0 -6
  114. package/lib-amd/index.js.map +0 -1
  115. package/lib-amd/utils/calculateSteps.d.ts +0 -5
  116. package/lib-amd/utils/calculateSteps.js +0 -30
  117. package/lib-amd/utils/calculateSteps.js.map +0 -1
  118. package/lib-amd/utils/clamp.d.ts +0 -8
  119. package/lib-amd/utils/clamp.js +0 -15
  120. package/lib-amd/utils/clamp.js.map +0 -1
  121. package/lib-amd/utils/getKeydownValue.d.ts +0 -6
  122. package/lib-amd/utils/getKeydownValue.js +0 -42
  123. package/lib-amd/utils/getKeydownValue.js.map +0 -1
  124. package/lib-amd/utils/getMarkPercent.d.ts +0 -7
  125. package/lib-amd/utils/getMarkPercent.js +0 -26
  126. package/lib-amd/utils/getMarkPercent.js.map +0 -1
  127. package/lib-amd/utils/getMarkValues.d.ts +0 -8
  128. package/lib-amd/utils/getMarkValues.js +0 -30
  129. package/lib-amd/utils/getMarkValues.js.map +0 -1
  130. package/lib-amd/utils/getPercent.d.ts +0 -8
  131. package/lib-amd/utils/getPercent.js +0 -17
  132. package/lib-amd/utils/getPercent.js.map +0 -1
  133. package/lib-amd/utils/getRTLSafeKey.d.ts +0 -4
  134. package/lib-amd/utils/getRTLSafeKey.js +0 -23
  135. package/lib-amd/utils/getRTLSafeKey.js.map +0 -1
  136. package/lib-amd/utils/index.d.ts +0 -9
  137. package/lib-amd/utils/index.js +0 -14
  138. package/lib-amd/utils/index.js.map +0 -1
  139. package/lib-amd/utils/on.d.ts +0 -1
  140. package/lib-amd/utils/on.js +0 -12
  141. package/lib-amd/utils/on.js.map +0 -1
  142. package/lib-amd/utils/renderMarks.d.ts +0 -13
  143. package/lib-amd/utils/renderMarks.js +0 -27
  144. package/lib-amd/utils/renderMarks.js.map +0 -1
  145. package/lib-commonjs/common/isConformant.d.ts +0 -4
  146. package/lib-commonjs/common/isConformant.js +0 -23
  147. package/lib-commonjs/common/isConformant.js.map +0 -1
  148. package/lib-commonjs/utils/calculateSteps.d.ts +0 -5
  149. package/lib-commonjs/utils/calculateSteps.js +0 -37
  150. package/lib-commonjs/utils/calculateSteps.js.map +0 -1
  151. package/lib-commonjs/utils/clamp.d.ts +0 -8
  152. package/lib-commonjs/utils/clamp.js +0 -20
  153. package/lib-commonjs/utils/clamp.js.map +0 -1
  154. package/lib-commonjs/utils/getKeydownValue.d.ts +0 -6
  155. package/lib-commonjs/utils/getKeydownValue.js +0 -49
  156. package/lib-commonjs/utils/getKeydownValue.js.map +0 -1
  157. package/lib-commonjs/utils/getMarkPercent.d.ts +0 -7
  158. package/lib-commonjs/utils/getMarkPercent.js +0 -31
  159. package/lib-commonjs/utils/getMarkPercent.js.map +0 -1
  160. package/lib-commonjs/utils/getMarkValues.d.ts +0 -8
  161. package/lib-commonjs/utils/getMarkValues.js +0 -34
  162. package/lib-commonjs/utils/getMarkValues.js.map +0 -1
  163. package/lib-commonjs/utils/getPercent.d.ts +0 -8
  164. package/lib-commonjs/utils/getPercent.js +0 -20
  165. package/lib-commonjs/utils/getPercent.js.map +0 -1
  166. package/lib-commonjs/utils/getRTLSafeKey.d.ts +0 -4
  167. package/lib-commonjs/utils/getRTLSafeKey.js +0 -30
  168. package/lib-commonjs/utils/getRTLSafeKey.js.map +0 -1
  169. package/lib-commonjs/utils/index.d.ts +0 -9
  170. package/lib-commonjs/utils/index.js +0 -26
  171. package/lib-commonjs/utils/index.js.map +0 -1
  172. package/lib-commonjs/utils/on.d.ts +0 -1
  173. package/lib-commonjs/utils/on.js +0 -16
  174. package/lib-commonjs/utils/on.js.map +0 -1
  175. package/lib-commonjs/utils/renderMarks.d.ts +0 -13
  176. package/lib-commonjs/utils/renderMarks.js +0 -42
  177. package/lib-commonjs/utils/renderMarks.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,988 @@
2
2
  "name": "@fluentui/react-slider",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Sep 2021 07:40:35 GMT",
5
+ "date": "Fri, 04 Mar 2022 05:15:43 GMT",
6
+ "tag": "@fluentui/react-slider_v9.0.0-beta.10",
7
+ "version": "9.0.0-beta.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@fluentui/react-slider",
13
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29"
14
+ },
15
+ {
16
+ "author": "dzearing@microsoft.com",
17
+ "package": "@fluentui/react-slider",
18
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
19
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
20
+ },
21
+ {
22
+ "author": "beachball",
23
+ "package": "@fluentui/react-slider",
24
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
25
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
26
+ },
27
+ {
28
+ "author": "beachball",
29
+ "package": "@fluentui/react-slider",
30
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
31
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
32
+ },
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-slider",
36
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
37
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-slider",
42
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
43
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-slider",
48
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
49
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Tue, 01 Mar 2022 02:17:38 GMT",
56
+ "tag": "@fluentui/react-slider_v9.0.0-beta.9",
57
+ "version": "9.0.0-beta.9",
58
+ "comments": {
59
+ "prerelease": [
60
+ {
61
+ "author": "olfedias@microsoft.com",
62
+ "package": "@fluentui/react-slider",
63
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
64
+ "comment": "fix: Add react-theme as dependency"
65
+ },
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-slider",
69
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
70
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
71
+ },
72
+ {
73
+ "author": "beachball",
74
+ "package": "@fluentui/react-slider",
75
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
76
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
77
+ },
78
+ {
79
+ "author": "beachball",
80
+ "package": "@fluentui/react-slider",
81
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
82
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Fri, 18 Feb 2022 13:35:34 GMT",
89
+ "tag": "@fluentui/react-slider_v9.0.0-beta.8",
90
+ "version": "9.0.0-beta.8",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "lingfangao@hotmail.com",
95
+ "package": "@fluentui/react-slider",
96
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
97
+ "comment": "fix: Source maps contain original source code"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-slider",
102
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
103
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-slider",
108
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
109
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-slider",
114
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
115
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-slider",
120
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
121
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-slider",
126
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.7",
127
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Thu, 10 Feb 2022 08:50:49 GMT",
134
+ "tag": "@fluentui/react-slider_v9.0.0-beta.6",
135
+ "version": "9.0.0-beta.6",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "Humberto.Morimoto@microsoft.com",
140
+ "package": "@fluentui/react-slider",
141
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
142
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
143
+ },
144
+ {
145
+ "author": "behowell@microsoft.com",
146
+ "package": "@fluentui/react-slider",
147
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
148
+ "comment": "Remove component's shorthandProps array"
149
+ },
150
+ {
151
+ "author": "mgodbolt@microsoft.com",
152
+ "package": "@fluentui/react-slider",
153
+ "commit": "0a220897d7f6b3029b7c7f18b6ecc28a3131345f",
154
+ "comment": "move slider to unstable"
155
+ },
156
+ {
157
+ "author": "mgodbolt@microsoft.com",
158
+ "package": "@fluentui/react-slider",
159
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
160
+ "comment": "remove export of commons types"
161
+ },
162
+ {
163
+ "author": "behowell@microsoft.com",
164
+ "package": "@fluentui/react-slider",
165
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
166
+ "comment": "Refactor component Slot typings"
167
+ },
168
+ {
169
+ "author": "lingfangao@hotmail.com",
170
+ "package": "@fluentui/react-slider",
171
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
172
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-slider",
177
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
178
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
179
+ },
180
+ {
181
+ "author": "beachball",
182
+ "package": "@fluentui/react-slider",
183
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
184
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
185
+ },
186
+ {
187
+ "author": "beachball",
188
+ "package": "@fluentui/react-slider",
189
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
190
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
191
+ },
192
+ {
193
+ "author": "beachball",
194
+ "package": "@fluentui/react-slider",
195
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
196
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
197
+ },
198
+ {
199
+ "author": "beachball",
200
+ "package": "@fluentui/react-slider",
201
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
202
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
203
+ }
204
+ ],
205
+ "none": [
206
+ {
207
+ "author": "me@levithomason.com",
208
+ "package": "@fluentui/react-slider",
209
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
210
+ "comment": "document how to import preview components"
211
+ }
212
+ ]
213
+ }
214
+ },
215
+ {
216
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
217
+ "tag": "@fluentui/react-slider_v9.0.0-beta.5",
218
+ "version": "9.0.0-beta.5",
219
+ "comments": {
220
+ "prerelease": [
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-slider",
224
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
225
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-slider",
230
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
231
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-slider",
236
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
237
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-slider",
242
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
243
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-slider",
248
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
249
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
250
+ },
251
+ {
252
+ "author": "beachball",
253
+ "package": "@fluentui/react-slider",
254
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
255
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
256
+ },
257
+ {
258
+ "author": "beachball",
259
+ "package": "@fluentui/react-slider",
260
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
261
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
262
+ },
263
+ {
264
+ "author": "beachball",
265
+ "package": "@fluentui/react-slider",
266
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
267
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "date": "Fri, 12 Nov 2021 13:25:32 GMT",
274
+ "tag": "@fluentui/react-slider_v9.0.0-beta.4",
275
+ "version": "9.0.0-beta.4",
276
+ "comments": {
277
+ "none": [
278
+ {
279
+ "author": "lingfangao@hotmail.com",
280
+ "package": "@fluentui/react-slider",
281
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
282
+ "comment": "Remove beta release tag"
283
+ }
284
+ ],
285
+ "prerelease": [
286
+ {
287
+ "author": "olfedias@microsoft.com",
288
+ "package": "@fluentui/react-slider",
289
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
290
+ "comment": "export static classes for components"
291
+ },
292
+ {
293
+ "author": "gcox@microsoft.com",
294
+ "package": "@fluentui/react-slider",
295
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
296
+ "comment": "Updated beta and RC components to ES2019"
297
+ },
298
+ {
299
+ "author": "olfedias@microsoft.com",
300
+ "package": "@fluentui/react-slider",
301
+ "commit": "e48014a7fd9c030eafc1eec68463d013eac58baa",
302
+ "comment": "remove temporary workaround with duplicated classes constants"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-slider",
307
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
308
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
309
+ },
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-slider",
313
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
314
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-slider",
319
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
320
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-slider",
325
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
326
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-slider",
331
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
332
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-slider",
337
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
338
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
339
+ },
340
+ {
341
+ "author": "beachball",
342
+ "package": "@fluentui/react-slider",
343
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.3",
344
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-slider",
349
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
350
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
351
+ }
352
+ ]
353
+ }
354
+ },
355
+ {
356
+ "date": "Wed, 27 Oct 2021 12:14:22 GMT",
357
+ "tag": "@fluentui/react-slider_v9.0.0-beta.3",
358
+ "version": "9.0.0-beta.3",
359
+ "comments": {
360
+ "prerelease": [
361
+ {
362
+ "author": "peter@draxler.ml",
363
+ "package": "@fluentui/react-slider",
364
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
365
+ "comment": "added styling of documentation"
366
+ },
367
+ {
368
+ "author": "beachball",
369
+ "package": "@fluentui/react-slider",
370
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
371
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
372
+ },
373
+ {
374
+ "author": "beachball",
375
+ "package": "@fluentui/react-slider",
376
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
377
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
378
+ },
379
+ {
380
+ "author": "beachball",
381
+ "package": "@fluentui/react-slider",
382
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
383
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
384
+ },
385
+ {
386
+ "author": "beachball",
387
+ "package": "@fluentui/react-slider",
388
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
389
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
390
+ },
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-slider",
394
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
395
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-slider",
400
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
401
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
402
+ },
403
+ {
404
+ "author": "beachball",
405
+ "package": "@fluentui/react-slider",
406
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
407
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
408
+ },
409
+ {
410
+ "author": "beachball",
411
+ "package": "@fluentui/react-slider",
412
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
413
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
414
+ }
415
+ ]
416
+ }
417
+ },
418
+ {
419
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
420
+ "tag": "@fluentui/react-slider_v9.0.0-beta.2",
421
+ "version": "9.0.0-beta.2",
422
+ "comments": {
423
+ "prerelease": [
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-slider",
427
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
428
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
429
+ }
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
435
+ "tag": "@fluentui/react-slider_v9.0.0-beta.1",
436
+ "version": "9.0.0-beta.1",
437
+ "comments": {
438
+ "prerelease": [
439
+ {
440
+ "author": "lingfangao@hotmail.com",
441
+ "package": "@fluentui/react-slider",
442
+ "comment": "Bump all v9 components to beta prerelease tag",
443
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-slider",
448
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
449
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
450
+ },
451
+ {
452
+ "author": "beachball",
453
+ "package": "@fluentui/react-slider",
454
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
455
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
456
+ },
457
+ {
458
+ "author": "beachball",
459
+ "package": "@fluentui/react-slider",
460
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
461
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-slider",
466
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
467
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-slider",
472
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
473
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
474
+ },
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-slider",
478
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
479
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
480
+ },
481
+ {
482
+ "author": "beachball",
483
+ "package": "@fluentui/react-slider",
484
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.1",
485
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
486
+ },
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-slider",
490
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
491
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
492
+ }
493
+ ]
494
+ }
495
+ },
496
+ {
497
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
498
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.18",
499
+ "version": "9.0.0-alpha.18",
500
+ "comments": {
501
+ "prerelease": [
502
+ {
503
+ "author": "beachball",
504
+ "package": "@fluentui/react-slider",
505
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
506
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
507
+ },
508
+ {
509
+ "author": "beachball",
510
+ "package": "@fluentui/react-slider",
511
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
512
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
513
+ },
514
+ {
515
+ "author": "beachball",
516
+ "package": "@fluentui/react-slider",
517
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
518
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
519
+ },
520
+ {
521
+ "author": "beachball",
522
+ "package": "@fluentui/react-slider",
523
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
524
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
525
+ },
526
+ {
527
+ "author": "beachball",
528
+ "package": "@fluentui/react-slider",
529
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.51",
530
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
531
+ },
532
+ {
533
+ "author": "beachball",
534
+ "package": "@fluentui/react-slider",
535
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
536
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
537
+ }
538
+ ]
539
+ }
540
+ },
541
+ {
542
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
543
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.17",
544
+ "version": "9.0.0-alpha.17",
545
+ "comments": {
546
+ "prerelease": [
547
+ {
548
+ "author": "bsunderhus@microsoft.com",
549
+ "package": "@fluentui/react-slider",
550
+ "comment": "Adds ForwardRefComponent to react-slider components declaration",
551
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
552
+ },
553
+ {
554
+ "author": "beachball",
555
+ "package": "@fluentui/react-slider",
556
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
557
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
558
+ },
559
+ {
560
+ "author": "beachball",
561
+ "package": "@fluentui/react-slider",
562
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
563
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
564
+ },
565
+ {
566
+ "author": "beachball",
567
+ "package": "@fluentui/react-slider",
568
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
569
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
570
+ },
571
+ {
572
+ "author": "beachball",
573
+ "package": "@fluentui/react-slider",
574
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
575
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
576
+ },
577
+ {
578
+ "author": "beachball",
579
+ "package": "@fluentui/react-slider",
580
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
581
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
582
+ },
583
+ {
584
+ "author": "beachball",
585
+ "package": "@fluentui/react-slider",
586
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
587
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
588
+ },
589
+ {
590
+ "author": "beachball",
591
+ "package": "@fluentui/react-slider",
592
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
593
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
594
+ }
595
+ ]
596
+ }
597
+ },
598
+ {
599
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
600
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.16",
601
+ "version": "9.0.0-alpha.16",
602
+ "comments": {
603
+ "prerelease": [
604
+ {
605
+ "author": "lingfangao@hotmail.com",
606
+ "package": "@fluentui/react-slider",
607
+ "comment": "Bump v9 prerelease versions to rerelease",
608
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
609
+ },
610
+ {
611
+ "author": "beachball",
612
+ "package": "@fluentui/react-slider",
613
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
614
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
615
+ },
616
+ {
617
+ "author": "beachball",
618
+ "package": "@fluentui/react-slider",
619
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
620
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
621
+ },
622
+ {
623
+ "author": "beachball",
624
+ "package": "@fluentui/react-slider",
625
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
626
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
627
+ },
628
+ {
629
+ "author": "beachball",
630
+ "package": "@fluentui/react-slider",
631
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
632
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
633
+ },
634
+ {
635
+ "author": "beachball",
636
+ "package": "@fluentui/react-slider",
637
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
638
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
639
+ },
640
+ {
641
+ "author": "beachball",
642
+ "package": "@fluentui/react-slider",
643
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
644
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
645
+ },
646
+ {
647
+ "author": "beachball",
648
+ "package": "@fluentui/react-slider",
649
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.49",
650
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
651
+ },
652
+ {
653
+ "author": "beachball",
654
+ "package": "@fluentui/react-slider",
655
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
656
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
657
+ }
658
+ ]
659
+ }
660
+ },
661
+ {
662
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
663
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.14",
664
+ "version": "9.0.0-alpha.14",
665
+ "comments": {
666
+ "prerelease": [
667
+ {
668
+ "author": "lingfangao@hotmail.com",
669
+ "package": "@fluentui/react-slider",
670
+ "comment": "Use new default pseudo element focus outline style",
671
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
672
+ },
673
+ {
674
+ "author": "beachball",
675
+ "package": "@fluentui/react-slider",
676
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
677
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
678
+ }
679
+ ]
680
+ }
681
+ },
682
+ {
683
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
684
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.13",
685
+ "version": "9.0.0-alpha.13",
686
+ "comments": {
687
+ "prerelease": [
688
+ {
689
+ "author": "beachball",
690
+ "package": "@fluentui/react-slider",
691
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
692
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
693
+ },
694
+ {
695
+ "author": "beachball",
696
+ "package": "@fluentui/react-slider",
697
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
698
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
699
+ },
700
+ {
701
+ "author": "beachball",
702
+ "package": "@fluentui/react-slider",
703
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
704
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
705
+ },
706
+ {
707
+ "author": "beachball",
708
+ "package": "@fluentui/react-slider",
709
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
710
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
711
+ },
712
+ {
713
+ "author": "beachball",
714
+ "package": "@fluentui/react-slider",
715
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
716
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
717
+ },
718
+ {
719
+ "author": "beachball",
720
+ "package": "@fluentui/react-slider",
721
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.47",
722
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
723
+ },
724
+ {
725
+ "author": "beachball",
726
+ "package": "@fluentui/react-slider",
727
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
728
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
729
+ }
730
+ ]
731
+ }
732
+ },
733
+ {
734
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
735
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.12",
736
+ "version": "9.0.0-alpha.12",
737
+ "comments": {
738
+ "prerelease": [
739
+ {
740
+ "author": "czearing@outlook.com",
741
+ "package": "@fluentui/react-slider",
742
+ "comment": "Adding the RangedSlider component.",
743
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
744
+ },
745
+ {
746
+ "author": "beachball",
747
+ "package": "@fluentui/react-slider",
748
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
749
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
750
+ },
751
+ {
752
+ "author": "beachball",
753
+ "package": "@fluentui/react-slider",
754
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
755
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
756
+ },
757
+ {
758
+ "author": "beachball",
759
+ "package": "@fluentui/react-slider",
760
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
761
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
762
+ },
763
+ {
764
+ "author": "beachball",
765
+ "package": "@fluentui/react-slider",
766
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
767
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
768
+ },
769
+ {
770
+ "author": "beachball",
771
+ "package": "@fluentui/react-slider",
772
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
773
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
774
+ },
775
+ {
776
+ "author": "beachball",
777
+ "package": "@fluentui/react-slider",
778
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.46",
779
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
780
+ },
781
+ {
782
+ "author": "beachball",
783
+ "package": "@fluentui/react-slider",
784
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
785
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
786
+ }
787
+ ]
788
+ }
789
+ },
790
+ {
791
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
792
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.11",
793
+ "version": "9.0.0-alpha.11",
794
+ "comments": {
795
+ "none": [
796
+ {
797
+ "author": "czearing@outlook.com",
798
+ "package": "@fluentui/react-slider",
799
+ "comment": "Adding accessibility tests to the Slider.",
800
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
801
+ },
802
+ {
803
+ "author": "czearing@outlook.com",
804
+ "package": "@fluentui/react-slider",
805
+ "comment": "Updating the thumb's disabled border styling.",
806
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
807
+ }
808
+ ],
809
+ "prerelease": [
810
+ {
811
+ "author": "beachball",
812
+ "package": "@fluentui/react-slider",
813
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
814
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
815
+ },
816
+ {
817
+ "author": "beachball",
818
+ "package": "@fluentui/react-slider",
819
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
820
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
821
+ },
822
+ {
823
+ "author": "beachball",
824
+ "package": "@fluentui/react-slider",
825
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
826
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
827
+ },
828
+ {
829
+ "author": "beachball",
830
+ "package": "@fluentui/react-slider",
831
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
832
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
833
+ },
834
+ {
835
+ "author": "beachball",
836
+ "package": "@fluentui/react-slider",
837
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
838
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
839
+ },
840
+ {
841
+ "author": "beachball",
842
+ "package": "@fluentui/react-slider",
843
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.45",
844
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
845
+ },
846
+ {
847
+ "author": "beachball",
848
+ "package": "@fluentui/react-slider",
849
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
850
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
851
+ }
852
+ ]
853
+ }
854
+ },
855
+ {
856
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
857
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.10",
858
+ "version": "9.0.0-alpha.10",
859
+ "comments": {
860
+ "none": [
861
+ {
862
+ "author": "czearing@outlook.com",
863
+ "package": "@fluentui/react-slider",
864
+ "comment": "Adding missing theme token for mark background",
865
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
866
+ },
867
+ {
868
+ "author": "czearing@outlook.com",
869
+ "package": "@fluentui/react-slider",
870
+ "comment": "Moving clamp and getRTLSafeKey utilities into the react-utilities package.",
871
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
872
+ }
873
+ ],
874
+ "prerelease": [
875
+ {
876
+ "author": "beachball",
877
+ "package": "@fluentui/react-slider",
878
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
879
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
880
+ },
881
+ {
882
+ "author": "beachball",
883
+ "package": "@fluentui/react-slider",
884
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
885
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
886
+ },
887
+ {
888
+ "author": "beachball",
889
+ "package": "@fluentui/react-slider",
890
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
891
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
892
+ },
893
+ {
894
+ "author": "beachball",
895
+ "package": "@fluentui/react-slider",
896
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
897
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
898
+ },
899
+ {
900
+ "author": "beachball",
901
+ "package": "@fluentui/react-slider",
902
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
903
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
904
+ },
905
+ {
906
+ "author": "beachball",
907
+ "package": "@fluentui/react-slider",
908
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.44",
909
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
910
+ },
911
+ {
912
+ "author": "beachball",
913
+ "package": "@fluentui/react-slider",
914
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
915
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
916
+ }
917
+ ]
918
+ }
919
+ },
920
+ {
921
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
922
+ "tag": "@fluentui/react-slider_v9.0.0-alpha.9",
923
+ "version": "9.0.0-alpha.9",
924
+ "comments": {
925
+ "prerelease": [
926
+ {
927
+ "author": "czearing@outlook.com",
928
+ "package": "@fluentui/react-slider",
929
+ "comment": "Cleaning up the Slider utils folder.",
930
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
931
+ },
932
+ {
933
+ "author": "beachball",
934
+ "package": "@fluentui/react-slider",
935
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
936
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
937
+ },
938
+ {
939
+ "author": "beachball",
940
+ "package": "@fluentui/react-slider",
941
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
942
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
943
+ },
944
+ {
945
+ "author": "beachball",
946
+ "package": "@fluentui/react-slider",
947
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
948
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
949
+ },
950
+ {
951
+ "author": "beachball",
952
+ "package": "@fluentui/react-slider",
953
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
954
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
955
+ },
956
+ {
957
+ "author": "beachball",
958
+ "package": "@fluentui/react-slider",
959
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
960
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
961
+ },
962
+ {
963
+ "author": "beachball",
964
+ "package": "@fluentui/react-slider",
965
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.43",
966
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
967
+ },
968
+ {
969
+ "author": "beachball",
970
+ "package": "@fluentui/react-slider",
971
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
972
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
973
+ }
974
+ ],
975
+ "none": [
976
+ {
977
+ "author": "czearing@outlook.com",
978
+ "package": "@fluentui/react-slider",
979
+ "comment": "Adding RangedSlider spec.",
980
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
981
+ }
982
+ ]
983
+ }
984
+ },
985
+ {
986
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
6
987
  "tag": "@fluentui/react-slider_v9.0.0-alpha.8",
7
988
  "version": "9.0.0-alpha.8",
8
989
  "comments": {
@@ -11,55 +992,55 @@
11
992
  "author": "czearing@outlook.com",
12
993
  "package": "@fluentui/react-slider",
13
994
  "comment": "Adding custom marks and mark labels.",
14
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
995
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
15
996
  },
16
997
  {
17
998
  "author": "gcox@microsoft.com",
18
999
  "package": "@fluentui/react-slider",
19
1000
  "comment": "Updating to types over interfaces",
20
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1001
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
21
1002
  },
22
1003
  {
23
1004
  "author": "beachball",
24
1005
  "package": "@fluentui/react-slider",
25
1006
  "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
26
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1007
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
27
1008
  },
28
1009
  {
29
1010
  "author": "beachball",
30
1011
  "package": "@fluentui/react-slider",
31
1012
  "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
32
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1013
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
33
1014
  },
34
1015
  {
35
1016
  "author": "beachball",
36
1017
  "package": "@fluentui/react-slider",
37
1018
  "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
38
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1019
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
39
1020
  },
40
1021
  {
41
1022
  "author": "beachball",
42
1023
  "package": "@fluentui/react-slider",
43
1024
  "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
44
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1025
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
45
1026
  },
46
1027
  {
47
1028
  "author": "beachball",
48
1029
  "package": "@fluentui/react-slider",
49
1030
  "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
50
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1031
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
51
1032
  },
52
1033
  {
53
1034
  "author": "beachball",
54
1035
  "package": "@fluentui/react-slider",
55
1036
  "comment": "Bump @fluentui/react-label to v9.0.0-alpha.42",
56
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1037
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
57
1038
  },
58
1039
  {
59
1040
  "author": "beachball",
60
1041
  "package": "@fluentui/react-slider",
61
1042
  "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
62
- "commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
1043
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
63
1044
  }
64
1045
  ]
65
1046
  }