@fluentui/react-progress 9.0.0-alpha.1 → 9.0.0-alpha.11

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 (75) hide show
  1. package/CHANGELOG.json +393 -1
  2. package/CHANGELOG.md +126 -2
  3. package/README.md +9 -7
  4. package/dist/index.d.ts +44 -24
  5. package/lib/ProgressBar.js +2 -0
  6. package/lib/ProgressBar.js.map +1 -0
  7. package/lib/ProgressField.js +2 -0
  8. package/lib/ProgressField.js.map +1 -0
  9. package/lib/components/ProgressBar/ProgressBar.js +14 -0
  10. package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
  11. package/lib/components/ProgressBar/ProgressBar.types.js +2 -0
  12. package/lib/components/ProgressBar/ProgressBar.types.js.map +1 -0
  13. package/lib/components/ProgressBar/index.js +6 -0
  14. package/lib/components/ProgressBar/index.js.map +1 -0
  15. package/lib/components/ProgressBar/renderProgressBar.js +17 -0
  16. package/lib/components/ProgressBar/renderProgressBar.js.map +1 -0
  17. package/lib/components/{Progress/useProgress.js → ProgressBar/useProgressBar.js} +13 -10
  18. package/lib/components/ProgressBar/useProgressBar.js.map +1 -0
  19. package/lib/components/ProgressBar/useProgressBarStyles.js +157 -0
  20. package/lib/components/ProgressBar/useProgressBarStyles.js.map +1 -0
  21. package/lib/components/ProgressField/ProgressField.js +17 -0
  22. package/lib/components/ProgressField/ProgressField.js.map +1 -0
  23. package/lib/components/ProgressField/index.js +2 -0
  24. package/lib/components/ProgressField/index.js.map +1 -0
  25. package/lib/index.js +2 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/ProgressBar.js +8 -0
  28. package/lib-commonjs/ProgressBar.js.map +1 -0
  29. package/lib-commonjs/ProgressField.js +8 -0
  30. package/lib-commonjs/ProgressField.js.map +1 -0
  31. package/lib-commonjs/components/ProgressBar/ProgressBar.js +20 -0
  32. package/lib-commonjs/components/ProgressBar/ProgressBar.js.map +1 -0
  33. package/lib-commonjs/components/{Progress/Progress.types.js → ProgressBar/ProgressBar.types.js} +1 -1
  34. package/lib-commonjs/components/ProgressBar/ProgressBar.types.js.map +1 -0
  35. package/lib-commonjs/components/ProgressBar/index.js +12 -0
  36. package/lib-commonjs/components/ProgressBar/index.js.map +1 -0
  37. package/lib-commonjs/components/ProgressBar/renderProgressBar.js +24 -0
  38. package/lib-commonjs/components/ProgressBar/renderProgressBar.js.map +1 -0
  39. package/lib-commonjs/components/{Progress/useProgress.js → ProgressBar/useProgressBar.js} +15 -15
  40. package/lib-commonjs/components/ProgressBar/useProgressBar.js.map +1 -0
  41. package/lib-commonjs/components/ProgressBar/useProgressBarStyles.js +164 -0
  42. package/lib-commonjs/components/ProgressBar/useProgressBarStyles.js.map +1 -0
  43. package/lib-commonjs/components/ProgressField/ProgressField.js +23 -0
  44. package/lib-commonjs/components/ProgressField/ProgressField.js.map +1 -0
  45. package/lib-commonjs/{Progress.js → components/ProgressField/index.js} +2 -4
  46. package/lib-commonjs/components/ProgressField/index.js.map +1 -0
  47. package/lib-commonjs/index.js +25 -14
  48. package/lib-commonjs/index.js.map +1 -1
  49. package/package.json +23 -15
  50. package/MIGRATION.md +0 -26
  51. package/Spec.md +0 -120
  52. package/lib/Progress.js +0 -2
  53. package/lib/Progress.js.map +0 -1
  54. package/lib/components/Progress/Progress.js +0 -15
  55. package/lib/components/Progress/Progress.js.map +0 -1
  56. package/lib/components/Progress/Progress.types.js +0 -2
  57. package/lib/components/Progress/Progress.types.js.map +0 -1
  58. package/lib/components/Progress/index.js +0 -6
  59. package/lib/components/Progress/index.js.map +0 -1
  60. package/lib/components/Progress/renderProgress.js +0 -16
  61. package/lib/components/Progress/renderProgress.js.map +0 -1
  62. package/lib/components/Progress/useProgress.js.map +0 -1
  63. package/lib/components/Progress/useProgressStyles.js +0 -132
  64. package/lib/components/Progress/useProgressStyles.js.map +0 -1
  65. package/lib-commonjs/Progress.js.map +0 -1
  66. package/lib-commonjs/components/Progress/Progress.js +0 -26
  67. package/lib-commonjs/components/Progress/Progress.js.map +0 -1
  68. package/lib-commonjs/components/Progress/Progress.types.js.map +0 -1
  69. package/lib-commonjs/components/Progress/index.js +0 -18
  70. package/lib-commonjs/components/Progress/index.js.map +0 -1
  71. package/lib-commonjs/components/Progress/renderProgress.js +0 -27
  72. package/lib-commonjs/components/Progress/renderProgress.js.map +0 -1
  73. package/lib-commonjs/components/Progress/useProgress.js.map +0 -1
  74. package/lib-commonjs/components/Progress/useProgressStyles.js +0 -144
  75. package/lib-commonjs/components/Progress/useProgressStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,399 @@
2
2
  "name": "@fluentui/react-progress",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 13 Oct 2022 10:59:34 GMT",
5
+ "date": "Mon, 09 Jan 2023 14:31:49 GMT",
6
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.11",
7
+ "version": "9.0.0-alpha.11",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-progress",
13
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
14
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-progress",
19
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
20
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 04 Jan 2023 01:40:22 GMT",
27
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.10",
28
+ "version": "9.0.0-alpha.10",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "martinhochel@microsoft.com",
33
+ "package": "@fluentui/react-progress",
34
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
35
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
36
+ },
37
+ {
38
+ "author": "martinhochel@microsoft.com",
39
+ "package": "@fluentui/react-progress",
40
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
41
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
42
+ }
43
+ ],
44
+ "prerelease": [
45
+ {
46
+ "author": "olfedias@microsoft.com",
47
+ "package": "@fluentui/react-progress",
48
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
49
+ "comment": "chore: Update Griffel to latest version"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-progress",
54
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.13",
55
+ "commit": "3e322d15529451be153e97298873253e21af4082"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-progress",
60
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
61
+ "commit": "3e322d15529451be153e97298873253e21af4082"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-progress",
66
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
67
+ "commit": "3e322d15529451be153e97298873253e21af4082"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Wed, 21 Dec 2022 10:20:29 GMT",
74
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.9",
75
+ "version": "9.0.0-alpha.9",
76
+ "comments": {
77
+ "none": [
78
+ {
79
+ "author": "behowell@microsoft.com",
80
+ "package": "@fluentui/react-progress",
81
+ "commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
82
+ "comment": "chore: Add bundle size tests for Fields"
83
+ }
84
+ ],
85
+ "prerelease": [
86
+ {
87
+ "author": "beachball",
88
+ "package": "@fluentui/react-progress",
89
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.12",
90
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
91
+ },
92
+ {
93
+ "author": "beachball",
94
+ "package": "@fluentui/react-progress",
95
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.4",
96
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
97
+ },
98
+ {
99
+ "author": "beachball",
100
+ "package": "@fluentui/react-progress",
101
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
102
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
103
+ }
104
+ ]
105
+ }
106
+ },
107
+ {
108
+ "date": "Tue, 20 Dec 2022 14:59:26 GMT",
109
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.8",
110
+ "version": "9.0.0-alpha.8",
111
+ "comments": {
112
+ "prerelease": [
113
+ {
114
+ "author": "ololubek@microsoft.com",
115
+ "package": "@fluentui/react-progress",
116
+ "commit": "fdd8d8fb759a143e8f3d6792960ca10b197c3b23",
117
+ "comment": "chore: Change name to ProgressBar"
118
+ },
119
+ {
120
+ "author": "ololubek@microsoft.com",
121
+ "package": "@fluentui/react-progress",
122
+ "commit": "25bc50c2fda3b80ce3f57245ce589db69e11f296",
123
+ "comment": "fix: Add @noflip to animation styles to prevent extra from css being generated"
124
+ },
125
+ {
126
+ "author": "ololubek@microsoft.com",
127
+ "package": "@fluentui/react-progress",
128
+ "commit": "9e3f40f8ca67016590ced1a18aa16d9c02b3b5c6",
129
+ "comment": "(chore): remove deprecated exports from ProgressBar"
130
+ },
131
+ {
132
+ "author": "beachball",
133
+ "package": "@fluentui/react-progress",
134
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.11",
135
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
136
+ },
137
+ {
138
+ "author": "beachball",
139
+ "package": "@fluentui/react-progress",
140
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.3",
141
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
142
+ },
143
+ {
144
+ "author": "beachball",
145
+ "package": "@fluentui/react-progress",
146
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
147
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
148
+ },
149
+ {
150
+ "author": "beachball",
151
+ "package": "@fluentui/react-progress",
152
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
153
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "date": "Mon, 05 Dec 2022 18:29:28 GMT",
160
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.7",
161
+ "version": "9.0.0-alpha.7",
162
+ "comments": {
163
+ "prerelease": [
164
+ {
165
+ "author": "tristan.watanabe@gmail.com",
166
+ "package": "@fluentui/react-progress",
167
+ "commit": "77b8194cfeefddf753b473be572233fc5defe186",
168
+ "comment": "chore: Migrate to new package structure."
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-progress",
173
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.10",
174
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-progress",
179
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.2",
180
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-progress",
185
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
186
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
187
+ }
188
+ ]
189
+ }
190
+ },
191
+ {
192
+ "date": "Thu, 17 Nov 2022 23:05:44 GMT",
193
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.6",
194
+ "version": "9.0.0-alpha.6",
195
+ "comments": {
196
+ "none": [
197
+ {
198
+ "author": "martinhochel@microsoft.com",
199
+ "package": "@fluentui/react-progress",
200
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
201
+ "comment": "chore: update package scaffold"
202
+ }
203
+ ],
204
+ "prerelease": [
205
+ {
206
+ "author": "ololubek@microsoft.com",
207
+ "package": "@fluentui/react-progress",
208
+ "commit": "76ebdee7eba4a9decbc1df97f3ff62b7784fdb8f",
209
+ "comment": "fix: update validationState tokens to use background instead of foreground"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-progress",
214
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.9",
215
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-progress",
220
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
221
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
222
+ }
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "date": "Fri, 11 Nov 2022 14:57:33 GMT",
228
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.5",
229
+ "version": "9.0.0-alpha.5",
230
+ "comments": {
231
+ "prerelease": [
232
+ {
233
+ "author": "martinhochel@microsoft.com",
234
+ "package": "@fluentui/react-progress",
235
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
236
+ "comment": "fix: create valid export maps"
237
+ },
238
+ {
239
+ "author": "ololubek@microsoft.com",
240
+ "package": "@fluentui/react-progress",
241
+ "commit": "d8dec99eae6f1138d8dade6ec57663916a348762",
242
+ "comment": "Add styling and documentation for reduced-motion"
243
+ },
244
+ {
245
+ "author": "behowell@microsoft.com",
246
+ "package": "@fluentui/react-progress",
247
+ "commit": "39ba7b6d4648781b979fcf694579f97b851348af",
248
+ "comment": "chore: Move ProgressField into the @fluentui/react-progress package and export as _unstable"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-progress",
253
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.8",
254
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
255
+ },
256
+ {
257
+ "author": "beachball",
258
+ "package": "@fluentui/react-progress",
259
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.1",
260
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
261
+ },
262
+ {
263
+ "author": "beachball",
264
+ "package": "@fluentui/react-progress",
265
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
266
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
267
+ },
268
+ {
269
+ "author": "beachball",
270
+ "package": "@fluentui/react-progress",
271
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
272
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
273
+ },
274
+ {
275
+ "author": "beachball",
276
+ "package": "@fluentui/react-progress",
277
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
278
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
279
+ }
280
+ ]
281
+ }
282
+ },
283
+ {
284
+ "date": "Wed, 02 Nov 2022 11:57:58 GMT",
285
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.4",
286
+ "version": "9.0.0-alpha.4",
287
+ "comments": {
288
+ "prerelease": [
289
+ {
290
+ "author": "olfedias@microsoft.com",
291
+ "package": "@fluentui/react-progress",
292
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
293
+ "comment": "chore: Update Griffel to latest version"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-progress",
298
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.0",
299
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
300
+ },
301
+ {
302
+ "author": "beachball",
303
+ "package": "@fluentui/react-progress",
304
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
305
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
306
+ },
307
+ {
308
+ "author": "beachball",
309
+ "package": "@fluentui/react-progress",
310
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
311
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
312
+ }
313
+ ]
314
+ }
315
+ },
316
+ {
317
+ "date": "Tue, 25 Oct 2022 00:35:35 GMT",
318
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.3",
319
+ "version": "9.0.0-alpha.3",
320
+ "comments": {
321
+ "prerelease": [
322
+ {
323
+ "author": "behowell@microsoft.com",
324
+ "package": "@fluentui/react-progress",
325
+ "commit": "f9436f583d3c291921fe7a4531f69551096e758c",
326
+ "comment": "feat: Add validationState to Progress, to make the bar red or green"
327
+ },
328
+ {
329
+ "author": "ololubek@microsoft.com",
330
+ "package": "@fluentui/react-progress",
331
+ "commit": "e255da7cf629534ebaaac05af3b5bb9a2f7def71",
332
+ "comment": "feat: add react-progress to react-components/unstable"
333
+ }
334
+ ]
335
+ }
336
+ },
337
+ {
338
+ "date": "Thu, 20 Oct 2022 08:39:42 GMT",
339
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.2",
340
+ "version": "9.0.0-alpha.2",
341
+ "comments": {
342
+ "prerelease": [
343
+ {
344
+ "author": "ololubek@microsoft.com",
345
+ "package": "@fluentui/react-progress",
346
+ "commit": "e14e5348f1f08aee8da7cb911a24a811d9f9cb09",
347
+ "comment": "feat: Add shape prop to Progress"
348
+ },
349
+ {
350
+ "author": "mgodbolt@microsoft.com",
351
+ "package": "@fluentui/react-progress",
352
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
353
+ "comment": "chore: Bump peer deps to support React 18"
354
+ },
355
+ {
356
+ "author": "olfedias@microsoft.com",
357
+ "package": "@fluentui/react-progress",
358
+ "commit": "06865dada128321804646582f564ee86d835d174",
359
+ "comment": "chore: Update Griffel to latest version"
360
+ },
361
+ {
362
+ "author": "beachball",
363
+ "package": "@fluentui/react-progress",
364
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
365
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
366
+ },
367
+ {
368
+ "author": "beachball",
369
+ "package": "@fluentui/react-progress",
370
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
371
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
372
+ },
373
+ {
374
+ "author": "beachball",
375
+ "package": "@fluentui/react-progress",
376
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
377
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
378
+ },
379
+ {
380
+ "author": "beachball",
381
+ "package": "@fluentui/react-progress",
382
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
383
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
384
+ }
385
+ ],
386
+ "none": [
387
+ {
388
+ "author": "mgodbolt@microsoft.com",
389
+ "package": "@fluentui/react-progress",
390
+ "commit": "82650ef8b3d436c039e33f3eb8a658a3d878064f",
391
+ "comment": "prettier update"
392
+ }
393
+ ]
394
+ }
395
+ },
396
+ {
397
+ "date": "Thu, 13 Oct 2022 11:02:58 GMT",
6
398
  "tag": "@fluentui/react-progress_v9.0.0-alpha.1",
7
399
  "version": "9.0.0-alpha.1",
8
400
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,136 @@
1
1
  # Change Log - @fluentui/react-progress
2
2
 
3
- This log was last generated on Thu, 13 Oct 2022 10:59:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Jan 2023 14:31:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.11)
8
+
9
+ Mon, 09 Jan 2023 14:31:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.10..@fluentui/react-progress_v9.0.0-alpha.11)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
16
+
17
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.10)
18
+
19
+ Wed, 04 Jan 2023 01:40:22 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.9..@fluentui/react-progress_v9.0.0-alpha.10)
21
+
22
+ ### Changes
23
+
24
+ - chore: Update Griffel to latest version ([PR #26045](https://github.com/microsoft/fluentui/pull/26045) by olfedias@microsoft.com)
25
+ - Bump @fluentui/react-field to v9.0.0-alpha.13 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.3.1 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
27
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
28
+
29
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.9)
30
+
31
+ Wed, 21 Dec 2022 10:20:29 GMT
32
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.8..@fluentui/react-progress_v9.0.0-alpha.9)
33
+
34
+ ### Changes
35
+
36
+ - Bump @fluentui/react-field to v9.0.0-alpha.12 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
37
+ - Bump @fluentui/react-shared-contexts to v9.1.4 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
38
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
39
+
40
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.8)
41
+
42
+ Tue, 20 Dec 2022 14:59:26 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.7..@fluentui/react-progress_v9.0.0-alpha.8)
44
+
45
+ ### Changes
46
+
47
+ - chore: Change name to ProgressBar ([PR #25929](https://github.com/microsoft/fluentui/pull/25929) by ololubek@microsoft.com)
48
+ - fix: Add @noflip to animation styles to prevent extra from css being generated ([PR #26029](https://github.com/microsoft/fluentui/pull/26029) by ololubek@microsoft.com)
49
+ - (chore): remove deprecated exports from ProgressBar ([PR #26027](https://github.com/microsoft/fluentui/pull/26027) by ololubek@microsoft.com)
50
+ - Bump @fluentui/react-field to v9.0.0-alpha.11 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
51
+ - Bump @fluentui/react-shared-contexts to v9.1.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
52
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
53
+ - Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
54
+
55
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.7)
56
+
57
+ Mon, 05 Dec 2022 18:29:28 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.6..@fluentui/react-progress_v9.0.0-alpha.7)
59
+
60
+ ### Changes
61
+
62
+ - chore: Migrate to new package structure. ([PR #25744](https://github.com/microsoft/fluentui/pull/25744) by tristan.watanabe@gmail.com)
63
+ - Bump @fluentui/react-field to v9.0.0-alpha.10 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
64
+ - Bump @fluentui/react-shared-contexts to v9.1.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
65
+ - Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
66
+
67
+ ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.6)
68
+
69
+ Thu, 17 Nov 2022 23:05:44 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.5..@fluentui/react-progress_v9.0.0-alpha.6)
71
+
72
+ ### Changes
73
+
74
+ - fix: update validationState tokens to use background instead of foreground ([PR #25664](https://github.com/microsoft/fluentui/pull/25664) by ololubek@microsoft.com)
75
+ - Bump @fluentui/react-field to v9.0.0-alpha.9 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
76
+ - Bump @fluentui/react-utilities to v9.2.2 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
77
+
78
+ ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.5)
79
+
80
+ Fri, 11 Nov 2022 14:57:33 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.4..@fluentui/react-progress_v9.0.0-alpha.5)
82
+
83
+ ### Changes
84
+
85
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
86
+ - Add styling and documentation for reduced-motion ([PR #25563](https://github.com/microsoft/fluentui/pull/25563) by ololubek@microsoft.com)
87
+ - chore: Move ProgressField into the @fluentui/react-progress package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
88
+ - Bump @fluentui/react-field to v9.0.0-alpha.8 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
89
+ - Bump @fluentui/react-shared-contexts to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
90
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
91
+ - Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
92
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
93
+
94
+ ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.4)
95
+
96
+ Wed, 02 Nov 2022 11:57:58 GMT
97
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.3..@fluentui/react-progress_v9.0.0-alpha.4)
98
+
99
+ ### Changes
100
+
101
+ - chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
102
+ - Bump @fluentui/react-shared-contexts to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
103
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
104
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
105
+
106
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.3)
107
+
108
+ Tue, 25 Oct 2022 00:35:35 GMT
109
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.2..@fluentui/react-progress_v9.0.0-alpha.3)
110
+
111
+ ### Changes
112
+
113
+ - feat: Add validationState to Progress, to make the bar red or green ([PR #25253](https://github.com/microsoft/fluentui/pull/25253) by behowell@microsoft.com)
114
+ - feat: add react-progress to react-components/unstable ([PR #25226](https://github.com/microsoft/fluentui/pull/25226) by ololubek@microsoft.com)
115
+
116
+ ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.2)
117
+
118
+ Thu, 20 Oct 2022 08:39:42 GMT
119
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.1..@fluentui/react-progress_v9.0.0-alpha.2)
120
+
121
+ ### Changes
122
+
123
+ - feat: Add shape prop to Progress ([PR #25219](https://github.com/microsoft/fluentui/pull/25219) by ololubek@microsoft.com)
124
+ - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
125
+ - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
126
+ - Bump @fluentui/react-shared-contexts to v9.0.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
127
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
128
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
129
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
130
+
7
131
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.1)
8
132
 
9
- Thu, 13 Oct 2022 10:59:34 GMT
133
+ Thu, 13 Oct 2022 11:02:58 GMT
10
134
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.0..@fluentui/react-progress_v9.0.0-alpha.1)
11
135
 
12
136
  ### Changes
package/README.md CHANGED
@@ -2,33 +2,35 @@
2
2
 
3
3
  **React Progress components for [Fluent UI React](https://react.fluentui.dev/)**
4
4
 
5
+ ## STATUS: Alpha
6
+
5
7
  These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
6
8
 
7
9
  ## Usage
8
10
 
9
- To import `Progress`:
11
+ To import `ProgressBar`:
10
12
 
11
13
  ```js
12
- import { Progress } from '@fluentui/react-progress';
14
+ import { ProgressBar } from '@fluentui/react-progress';
13
15
  ```
14
16
 
15
17
  Once the Progress component graduates to a production release, the component will be available at:
16
18
 
17
19
  ```js
18
- import { Progress } from '@fluentui/react-components';
20
+ import { ProgressBar } from '@fluentui/react-components';
19
21
  ```
20
22
 
21
23
  ### Examples
22
24
 
23
25
  ```jsx
24
- const ProgressExample = () => {
25
- return <Progress thickness="large" value={0.5} />;
26
+ const ProgressBarExample = () => {
27
+ return <ProgressBar thickness="large" value={0.5} />;
26
28
  };
27
29
  ```
28
30
 
29
31
  #### Using ProgressField
30
32
 
31
- The `ProgressField` component is a wrapper around the `Progress` component that allows the user to add a `label`, `hint`, `validationMessage`, and `validationState` to the `Progress` component. You can pass these props, as well as the regular `Progress` props to a `ProgressField` component.
33
+ The `ProgressField` component is a wrapper around the `ProgressBar` component that allows the user to add a `label`, `hint`, `validationMessage`, and `validationState` to the `ProgressBar` component. You can pass these props, as well as the regular `ProgressBar` props to a `ProgressField` component.
32
34
 
33
35
  To import `ProgressField`:
34
36
 
@@ -40,7 +42,7 @@ import { ProgressField } from '@fluentui/react-field';
40
42
  const ProgressFieldExample = () => {
41
43
  return (
42
44
  <ProgressField
43
- label="Determinate Progress"
45
+ label="Determinate ProgressBar"
44
46
  hint="This is a determinate Progress with description"
45
47
  value={0.5}
46
48
  validationState="warning"