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