@fluentui/react-badge 9.0.0-nightly.46b9ea7036.0 → 9.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/CHANGELOG.json +349 -28
  2. package/CHANGELOG.md +76 -13
  3. package/dist/react-badge.d.ts +33 -28
  4. package/lib/components/Badge/Badge.d.ts +1 -1
  5. package/lib/components/Badge/Badge.js +8 -8
  6. package/lib/components/Badge/Badge.js.map +1 -1
  7. package/lib/components/Badge/Badge.types.d.ts +4 -5
  8. package/lib/components/Badge/index.d.ts +1 -1
  9. package/lib/components/Badge/index.js +0 -1
  10. package/lib/components/Badge/index.js.map +1 -1
  11. package/lib/components/Badge/renderBadge.d.ts +1 -1
  12. package/lib/components/Badge/renderBadge.js +9 -7
  13. package/lib/components/Badge/renderBadge.js.map +1 -1
  14. package/lib/components/Badge/useBadge.d.ts +1 -1
  15. package/lib/components/Badge/useBadge.js +19 -22
  16. package/lib/components/Badge/useBadge.js.map +1 -1
  17. package/lib/components/Badge/useBadgeStyles.d.ts +2 -1
  18. package/lib/components/Badge/useBadgeStyles.js +210 -203
  19. package/lib/components/Badge/useBadgeStyles.js.map +1 -1
  20. package/lib/components/CounterBadge/CounterBadge.d.ts +1 -1
  21. package/lib/components/CounterBadge/CounterBadge.js +8 -8
  22. package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
  23. package/lib/components/CounterBadge/CounterBadge.types.d.ts +9 -9
  24. package/lib/components/CounterBadge/useCounterBadge.d.ts +1 -1
  25. package/lib/components/CounterBadge/useCounterBadge.js +19 -25
  26. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  27. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  28. package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -40
  29. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  30. package/lib/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  31. package/lib/components/PresenceBadge/PresenceBadge.js +8 -8
  32. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  33. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +7 -5
  34. package/lib/components/PresenceBadge/presenceIcons.d.ts +11 -0
  35. package/lib/components/PresenceBadge/presenceIcons.js +128 -0
  36. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
  37. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  38. package/lib/components/PresenceBadge/usePresenceBadge.js +36 -25
  39. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  40. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  41. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +43 -46
  42. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  43. package/lib-commonjs/Badge.js +1 -1
  44. package/lib-commonjs/CounterBadge.js +1 -1
  45. package/lib-commonjs/PresenceBadge.js +1 -1
  46. package/lib-commonjs/components/Badge/Badge.d.ts +1 -1
  47. package/lib-commonjs/components/Badge/Badge.js +9 -9
  48. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  49. package/lib-commonjs/components/Badge/Badge.types.d.ts +4 -5
  50. package/lib-commonjs/components/Badge/index.d.ts +1 -1
  51. package/lib-commonjs/components/Badge/index.js +1 -3
  52. package/lib-commonjs/components/Badge/index.js.map +1 -1
  53. package/lib-commonjs/components/Badge/renderBadge.d.ts +1 -1
  54. package/lib-commonjs/components/Badge/renderBadge.js +13 -12
  55. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  56. package/lib-commonjs/components/Badge/useBadge.d.ts +1 -1
  57. package/lib-commonjs/components/Badge/useBadge.js +22 -26
  58. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  59. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +2 -1
  60. package/lib-commonjs/components/Badge/useBadgeStyles.js +214 -205
  61. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  62. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +1 -1
  63. package/lib-commonjs/components/CounterBadge/CounterBadge.js +9 -9
  64. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  65. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +9 -9
  66. package/lib-commonjs/components/CounterBadge/index.js +1 -1
  67. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +1 -1
  68. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +21 -28
  69. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  70. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  71. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +13 -42
  72. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  73. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  74. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js +9 -9
  75. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  76. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +7 -5
  77. package/lib-commonjs/components/PresenceBadge/index.js +1 -1
  78. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +11 -0
  79. package/lib-commonjs/components/PresenceBadge/presenceIcons.js +136 -0
  80. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
  81. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  82. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +38 -28
  83. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  84. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  85. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +46 -48
  86. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  87. package/lib-commonjs/index.js +1 -1
  88. package/package.json +14 -15
  89. package/lib/common/isConformant.d.ts +0 -4
  90. package/lib/common/isConformant.js +0 -13
  91. package/lib/common/isConformant.js.map +0 -1
  92. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  93. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -111
  94. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
  95. package/lib-commonjs/common/isConformant.d.ts +0 -4
  96. package/lib-commonjs/common/isConformant.js +0 -24
  97. package/lib-commonjs/common/isConformant.js.map +0 -1
  98. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  99. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -127
  100. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,78 +2,399 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Oct 2021 09:17:19 GMT",
6
- "tag": "@fluentui/react-badge_v9.0.0-nightly.46b9ea7036.0",
7
- "version": "9.0.0-nightly.46b9ea7036.0",
5
+ "date": "Thu, 10 Feb 2022 08:44:53 GMT",
6
+ "tag": "@fluentui/react-badge_v9.0.0-rc.1",
7
+ "version": "9.0.0-rc.1",
8
8
  "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-badge",
13
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
14
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
15
+ },
16
+ {
17
+ "author": "bsunderhus@microsoft.com",
18
+ "package": "@fluentui/react-badge",
19
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
20
+ "comment": "Updates components with nullRender changes"
21
+ },
22
+ {
23
+ "author": "tkrasniqi@microsoft.com",
24
+ "package": "@fluentui/react-badge",
25
+ "commit": "87e12a2e3a9d90b4ff95d3ed333739756d190f6c",
26
+ "comment": "Updated best practices for long text"
27
+ },
28
+ {
29
+ "author": "elcraig@microsoft.com",
30
+ "package": "@fluentui/react-badge",
31
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
32
+ "comment": "Remove outdated boilerplate comments"
33
+ },
34
+ {
35
+ "author": "martinhochel@microsoft.com",
36
+ "package": "@fluentui/react-badge",
37
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
38
+ "comment": "chore: use storybook runner for all vNext packages"
39
+ }
40
+ ],
9
41
  "prerelease": [
10
42
  {
11
- "author": "email not defined",
43
+ "author": "ololubek@microsoft.com",
12
44
  "package": "@fluentui/react-badge",
13
- "comment": "Release nightly v9",
14
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
45
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
46
+ "comment": "(fix): Update react-icons dependency to latest version"
15
47
  },
16
48
  {
17
- "author": "gcox@microsoft.com",
49
+ "author": "lingfangao@hotmail.com",
18
50
  "package": "@fluentui/react-badge",
19
- "comment": "Removed duplicate 'Badge' from story names",
20
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
51
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
52
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
21
53
  },
22
54
  {
23
- "author": "peter@draxler.ml",
55
+ "author": "behowell@microsoft.com",
56
+ "package": "@fluentui/react-badge",
57
+ "commit": "f5e7fa7a2129d3a4637a2ce777cecec435c256ec",
58
+ "comment": "Refactor and re-organize Badge styles; no visual changes."
59
+ },
60
+ {
61
+ "author": "behowell@microsoft.com",
62
+ "package": "@fluentui/react-badge",
63
+ "commit": "3bc0517363984081469903ee137a06543f825f1c",
64
+ "comment": "Add fontSize styling to icon slot, to automatically size user-provided icons"
65
+ },
66
+ {
67
+ "author": "Humberto.Morimoto@microsoft.com",
68
+ "package": "@fluentui/react-badge",
69
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
70
+ "comment": "Updating based on changes to composition types."
71
+ },
72
+ {
73
+ "author": "olfedias@microsoft.com",
74
+ "package": "@fluentui/react-badge",
75
+ "commit": "5a49512b8e33d5a588212069a1f2827b806d584c",
76
+ "comment": "update styles to not use CSS shorthands"
77
+ },
78
+ {
79
+ "author": "lingfangao@hotmail.com",
80
+ "package": "@fluentui/react-badge",
81
+ "commit": "4e5e955acede0fc79334ef90a563de4bd35ee231",
82
+ "comment": "fix: use updated tokens for ghost and outline variants"
83
+ },
84
+ {
85
+ "author": "Humberto.Morimoto@microsoft.com",
86
+ "package": "@fluentui/react-badge",
87
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
88
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
89
+ },
90
+ {
91
+ "author": "tristan.watanabe@gmail.com",
92
+ "package": "@fluentui/react-badge",
93
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
94
+ "comment": "Allow React 17 in peerDependencies."
95
+ },
96
+ {
97
+ "author": "ololubek@microsoft.com",
98
+ "package": "@fluentui/react-badge",
99
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
100
+ "comment": "Update react-icons usage to resizable icons"
101
+ },
102
+ {
103
+ "author": "mgodbolt@microsoft.com",
104
+ "package": "@fluentui/react-badge",
105
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
106
+ "comment": "remove export of commons types"
107
+ },
108
+ {
109
+ "author": "behowell@microsoft.com",
110
+ "package": "@fluentui/react-badge",
111
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
112
+ "comment": "Refactor component Slot typings"
113
+ },
114
+ {
115
+ "author": "behowell@microsoft.com",
116
+ "package": "@fluentui/react-badge",
117
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
118
+ "comment": "Remove component's shorthandProps array"
119
+ },
120
+ {
121
+ "author": "Humberto.Morimoto@microsoft.com",
122
+ "package": "@fluentui/react-badge",
123
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
124
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
125
+ },
126
+ {
127
+ "author": "olfedias@microsoft.com",
128
+ "package": "@fluentui/react-badge",
129
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
130
+ "comment": "update @fluentui/react-icons package"
131
+ },
132
+ {
133
+ "author": "olfedias@microsoft.com",
134
+ "package": "@fluentui/react-badge",
135
+ "commit": "8c75114e82b205810c9ac3692af71f6f7748225c",
136
+ "comment": "use Griffel packages"
137
+ },
138
+ {
139
+ "author": "Humberto.Morimoto@microsoft.com",
140
+ "package": "@fluentui/react-badge",
141
+ "commit": "2c54271f07c30f65718e085084c2e5b213268dfd",
142
+ "comment": "react-badge: Replacing use of functions in makeStyles with direct use of tokens."
143
+ },
144
+ {
145
+ "author": "behowell@microsoft.com",
146
+ "package": "@fluentui/react-badge",
147
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
148
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
149
+ },
150
+ {
151
+ "author": "lingfangao@hotmail.com",
152
+ "package": "@fluentui/react-badge",
153
+ "commit": "4e7acd7ff3c437663de70206416d3c19b6a87cfa",
154
+ "comment": "fix: Add uniform padding and modify gaps"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-badge",
159
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
160
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-badge",
165
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
166
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
167
+ },
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-badge",
171
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
172
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
173
+ }
174
+ ]
175
+ }
176
+ },
177
+ {
178
+ "date": "Thu, 25 Nov 2021 08:34:11 GMT",
179
+ "tag": "@fluentui/react-badge_v9.0.0-beta.4",
180
+ "version": "9.0.0-beta.4",
181
+ "comments": {
182
+ "none": [
183
+ {
184
+ "author": "lingfangao@hotmail.com",
185
+ "package": "@fluentui/react-badge",
186
+ "commit": "cc3fe8e29cbb4b9d03f26e9a06b58d7aa24ffb65",
187
+ "comment": "Migrate package to use solution style ts-config"
188
+ }
189
+ ],
190
+ "prerelease": [
191
+ {
192
+ "author": "lingfangao@hotmail.com",
193
+ "package": "@fluentui/react-badge",
194
+ "commit": "6183f8ae46233d7ecec2a3d12e7348b7b41eea0c",
195
+ "comment": "various styling fixes for base Badge component"
196
+ },
197
+ {
198
+ "author": "lingfangao@hotmail.com",
199
+ "package": "@fluentui/react-badge",
200
+ "commit": "c5c66cb39e6906f506bf30c9e56c0839f10e2d51",
201
+ "comment": "Reduce colour set and align with base badge colours"
202
+ },
203
+ {
204
+ "author": "ololubek@microsoft.com",
205
+ "package": "@fluentui/react-badge",
206
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
207
+ "comment": "update react-icons dependency"
208
+ },
209
+ {
210
+ "author": "lingfangao@hotmail.com",
211
+ "package": "@fluentui/react-badge",
212
+ "commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
213
+ "comment": "Remove props and return correct presence icons"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-badge",
218
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
219
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
220
+ },
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-badge",
224
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
225
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-badge",
230
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
231
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-badge",
236
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
237
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-badge",
242
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
243
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-badge",
248
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
249
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
250
+ }
251
+ ]
252
+ }
253
+ },
254
+ {
255
+ "date": "Fri, 12 Nov 2021 13:25:15 GMT",
256
+ "tag": "@fluentui/react-badge_v9.0.0-beta.3",
257
+ "version": "9.0.0-beta.3",
258
+ "comments": {
259
+ "prerelease": [
260
+ {
261
+ "author": "olfedias@microsoft.com",
24
262
  "package": "@fluentui/react-badge",
25
- "comment": "added styling of documentation",
26
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
263
+ "commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
264
+ "comment": "export static classes for components"
265
+ },
266
+ {
267
+ "author": "gcox@microsoft.com",
268
+ "package": "@fluentui/react-badge",
269
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
270
+ "comment": "Updated beta and RC components to ES2019"
27
271
  },
28
272
  {
29
273
  "author": "beachball",
30
274
  "package": "@fluentui/react-badge",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.46b9ea7036.0",
32
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
275
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
276
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
33
277
  },
34
278
  {
35
279
  "author": "beachball",
36
280
  "package": "@fluentui/react-badge",
37
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.46b9ea7036.0",
38
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
281
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
282
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
39
283
  },
40
284
  {
41
285
  "author": "beachball",
42
286
  "package": "@fluentui/react-badge",
43
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.46b9ea7036.0",
44
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
287
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
288
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
289
  },
46
290
  {
47
291
  "author": "beachball",
48
292
  "package": "@fluentui/react-badge",
49
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.46b9ea7036.0",
50
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
293
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
294
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
295
  },
52
296
  {
53
297
  "author": "beachball",
54
298
  "package": "@fluentui/react-badge",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.46b9ea7036.0",
56
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
299
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
300
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
57
301
  },
58
302
  {
59
303
  "author": "beachball",
60
304
  "package": "@fluentui/react-badge",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.46b9ea7036.0",
62
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
305
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
306
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
307
  }
64
308
  ],
309
+ "none": [
310
+ {
311
+ "author": "mgodbolt@microsoft.com",
312
+ "package": "@fluentui/react-badge",
313
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
314
+ "comment": "update docs descriptions"
315
+ },
316
+ {
317
+ "author": "lingfangao@hotmail.com",
318
+ "package": "@fluentui/react-badge",
319
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
320
+ "comment": "Remove beta release tag"
321
+ },
322
+ {
323
+ "author": "me@levithomason.com",
324
+ "package": "@fluentui/react-badge",
325
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
326
+ "comment": "Docs update"
327
+ }
328
+ ]
329
+ }
330
+ },
331
+ {
332
+ "date": "Wed, 27 Oct 2021 12:14:14 GMT",
333
+ "tag": "@fluentui/react-badge_v9.0.0-beta.2",
334
+ "version": "9.0.0-beta.2",
335
+ "comments": {
65
336
  "none": [
66
337
  {
67
338
  "author": "olfedias@microsoft.com",
68
339
  "package": "@fluentui/react-badge",
69
- "comment": "fix bundle size fixture",
70
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
340
+ "commit": "7518a483df09e687ef56153d3f25da27802431a3",
341
+ "comment": "fix bundle size fixture"
71
342
  },
72
343
  {
73
344
  "author": "olfedias@microsoft.com",
74
345
  "package": "@fluentui/react-badge",
75
- "comment": "remove unused story file",
76
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
346
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
347
+ "comment": "remove unused story file"
348
+ }
349
+ ],
350
+ "prerelease": [
351
+ {
352
+ "author": "gcox@microsoft.com",
353
+ "package": "@fluentui/react-badge",
354
+ "commit": "fd1d90fbddc49971db9f04e691d6dd16a0595f4a",
355
+ "comment": "Removed duplicate 'Badge' from story names"
356
+ },
357
+ {
358
+ "author": "peter@draxler.ml",
359
+ "package": "@fluentui/react-badge",
360
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
361
+ "comment": "added styling of documentation"
362
+ },
363
+ {
364
+ "author": "beachball",
365
+ "package": "@fluentui/react-badge",
366
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
367
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
368
+ },
369
+ {
370
+ "author": "beachball",
371
+ "package": "@fluentui/react-badge",
372
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
373
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
374
+ },
375
+ {
376
+ "author": "beachball",
377
+ "package": "@fluentui/react-badge",
378
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
379
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
380
+ },
381
+ {
382
+ "author": "beachball",
383
+ "package": "@fluentui/react-badge",
384
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
385
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
386
+ },
387
+ {
388
+ "author": "beachball",
389
+ "package": "@fluentui/react-badge",
390
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
391
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
392
+ },
393
+ {
394
+ "author": "beachball",
395
+ "package": "@fluentui/react-badge",
396
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
397
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
77
398
  }
78
399
  ]
79
400
  }
package/CHANGELOG.md CHANGED
@@ -1,25 +1,88 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Mon, 25 Oct 2021 09:17:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Feb 2022 08:44:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.46b9ea7036.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-nightly.46b9ea7036.0)
7
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
8
8
 
9
- Mon, 25 Oct 2021 09:17:19 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-nightly.46b9ea7036.0)
9
+ Thu, 10 Feb 2022 08:44:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by email not defined)
15
- - Removed duplicate 'Badge' from story names ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by gcox@microsoft.com)
16
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by peter@draxler.ml)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
18
- - Bump @fluentui/react-theme to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
19
- - Bump @fluentui/react-utilities to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
20
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
22
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
14
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
15
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
16
+ - Refactor and re-organize Badge styles; no visual changes. ([PR #21271](https://github.com/microsoft/fluentui/pull/21271) by behowell@microsoft.com)
17
+ - Add fontSize styling to icon slot, to automatically size user-provided icons ([PR #21219](https://github.com/microsoft/fluentui/pull/21219) by behowell@microsoft.com)
18
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
19
+ - update styles to not use CSS shorthands ([PR #20802](https://github.com/microsoft/fluentui/pull/20802) by olfedias@microsoft.com)
20
+ - fix: use updated tokens for ghost and outline variants ([PR #20893](https://github.com/microsoft/fluentui/pull/20893) by lingfangao@hotmail.com)
21
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
22
+ - Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
23
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
24
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
25
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
26
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
27
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
28
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
29
+ - use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
30
+ - react-badge: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21038](https://github.com/microsoft/fluentui/pull/21038) by Humberto.Morimoto@microsoft.com)
31
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
32
+ - fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
33
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
35
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
36
+
37
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
38
+
39
+ Thu, 25 Nov 2021 08:34:11 GMT
40
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
41
+
42
+ ### Changes
43
+
44
+ - various styling fixes for base Badge component ([PR #20693](https://github.com/microsoft/fluentui/pull/20693) by lingfangao@hotmail.com)
45
+ - Reduce colour set and align with base badge colours ([PR #20596](https://github.com/microsoft/fluentui/pull/20596) by lingfangao@hotmail.com)
46
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
47
+ - Remove props and return correct presence icons ([PR #20630](https://github.com/microsoft/fluentui/pull/20630) by lingfangao@hotmail.com)
48
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
49
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
50
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
51
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
52
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
53
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
54
+
55
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
56
+
57
+ Fri, 12 Nov 2021 13:25:15 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
59
+
60
+ ### Changes
61
+
62
+ - export static classes for components ([PR #20453](https://github.com/microsoft/fluentui/pull/20453) by olfedias@microsoft.com)
63
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
64
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
65
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
66
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
67
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
68
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
69
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
70
+
71
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
72
+
73
+ Wed, 27 Oct 2021 12:14:14 GMT
74
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
75
+
76
+ ### Changes
77
+
78
+ - Removed duplicate 'Badge' from story names ([PR #20265](https://github.com/microsoft/fluentui/pull/20265) by gcox@microsoft.com)
79
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
80
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
81
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
82
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
83
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
84
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
85
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
23
86
 
24
87
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
25
88