@fluentui/react-badge 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +672 -18
- package/CHANGELOG.md +274 -103
- package/dist/index.d.ts +157 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- 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.js +8 -8
- package/lib/components/Badge/Badge.js.map +1 -1
- package/lib/components/Badge/Badge.types.js.map +1 -1
- package/lib/components/Badge/index.js +0 -1
- package/lib/components/Badge/index.js.map +1 -1
- package/lib/components/Badge/renderBadge.js +9 -7
- package/lib/components/Badge/renderBadge.js.map +1 -1
- package/lib/components/Badge/useBadge.js +18 -22
- package/lib/components/Badge/useBadge.js.map +1 -1
- package/lib/components/Badge/useBadgeStyles.js +213 -203
- package/lib/components/Badge/useBadgeStyles.js.map +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.js.map +1 -1
- package/lib/components/CounterBadge/index.js.map +1 -1
- package/lib/components/CounterBadge/useCounterBadge.js +18 -25
- package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib/components/CounterBadge/useCounterBadgeStyles.js +18 -40
- package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +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.js.map +1 -1
- package/lib/components/PresenceBadge/index.js.map +1 -1
- package/lib/components/PresenceBadge/presenceIcons.js +128 -0
- package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib/components/PresenceBadge/usePresenceBadge.js +52 -26
- package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +60 -46
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
- package/lib/index.js +3 -5
- 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.js +9 -9
- package/lib-commonjs/components/Badge/Badge.js.map +1 -1
- package/lib-commonjs/components/Badge/Badge.types.js.map +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.js +13 -12
- package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadge.js +21 -26
- package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadgeStyles.js +217 -205
- package/lib-commonjs/components/Badge/useBadgeStyles.js.map +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.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.js +20 -28
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +21 -42
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +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.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.js +136 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +54 -29
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +63 -48
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
- package/lib-commonjs/index.js +82 -6
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +23 -27
- package/dist/react-badge.d.ts +0 -154
- package/lib/Badge.d.ts +0 -1
- package/lib/CounterBadge.d.ts +0 -1
- package/lib/PresenceBadge.d.ts +0 -1
- 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/Badge/Badge.d.ts +0 -6
- package/lib/components/Badge/Badge.types.d.ts +0 -35
- package/lib/components/Badge/index.d.ts +0 -5
- package/lib/components/Badge/renderBadge.d.ts +0 -2
- package/lib/components/Badge/useBadge.d.ts +0 -6
- package/lib/components/Badge/useBadgeStyles.d.ts +0 -5
- package/lib/components/CounterBadge/CounterBadge.d.ts +0 -6
- package/lib/components/CounterBadge/CounterBadge.types.d.ts +0 -41
- package/lib/components/CounterBadge/index.d.ts +0 -4
- package/lib/components/CounterBadge/useCounterBadge.d.ts +0 -6
- package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -5
- 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/components/PresenceBadge/PresenceBadge.d.ts +0 -6
- package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -17
- package/lib/components/PresenceBadge/index.d.ts +0 -4
- package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -5
- package/lib/index.d.ts +0 -5
- package/lib-commonjs/Badge.d.ts +0 -1
- package/lib-commonjs/CounterBadge.d.ts +0 -1
- package/lib-commonjs/PresenceBadge.d.ts +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/Badge/Badge.d.ts +0 -6
- package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -35
- package/lib-commonjs/components/Badge/index.d.ts +0 -5
- package/lib-commonjs/components/Badge/renderBadge.d.ts +0 -2
- package/lib-commonjs/components/Badge/useBadge.d.ts +0 -6
- package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +0 -5
- package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +0 -6
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +0 -41
- package/lib-commonjs/components/CounterBadge/index.d.ts +0 -4
- package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +0 -6
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -5
- 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/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -17
- package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -5
- package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md
CHANGED
@@ -1,27 +1,198 @@
|
|
1
1
|
# Change Log - @fluentui/react-badge
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 26 May 2022 20:59:58 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-
|
9
|
+
Thu, 26 May 2022 20:59:58 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
- remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
|
15
|
+
|
16
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
|
17
|
+
|
18
|
+
Mon, 23 May 2022 18:56:41 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
24
|
+
- BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
|
25
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
26
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
27
|
+
|
28
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
|
29
|
+
|
30
|
+
Mon, 23 May 2022 12:14:01 GMT
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
|
32
|
+
|
33
|
+
### Changes
|
34
|
+
|
35
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
36
|
+
- react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
|
37
|
+
- remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
|
38
|
+
- pass in icon props to presence badge icon slot, and use default strings ([PR #22901](https://github.com/microsoft/fluentui/pull/22901) by mgodbolt@microsoft.com)
|
39
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
|
45
|
+
|
46
|
+
Thu, 05 May 2022 18:26:30 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
53
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
54
|
+
|
55
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
|
56
|
+
|
57
|
+
Wed, 04 May 2022 13:26:54 GMT
|
58
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
|
59
|
+
|
60
|
+
### Changes
|
61
|
+
|
62
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
63
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
64
|
+
|
65
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
|
66
|
+
|
67
|
+
Tue, 19 Apr 2022 19:17:10 GMT
|
68
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
|
69
|
+
|
70
|
+
### Changes
|
71
|
+
|
72
|
+
- Removing star exports. ([PR #22114](https://github.com/microsoft/fluentui/pull/22114) by Humberto.Morimoto@microsoft.com)
|
73
|
+
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
74
|
+
- PresenceBadge: Adding unknown status. ([PR #21951](https://github.com/microsoft/fluentui/pull/21951) by Humberto.Morimoto@microsoft.com)
|
75
|
+
- Add static classnames to Badge ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
76
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
77
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
78
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
79
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
80
|
+
|
81
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
|
82
|
+
|
83
|
+
Fri, 04 Mar 2022 05:17:34 GMT
|
84
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
|
85
|
+
|
86
|
+
### Changes
|
87
|
+
|
88
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
89
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
90
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
91
|
+
|
92
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
|
93
|
+
|
94
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
95
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
|
96
|
+
|
97
|
+
### Changes
|
98
|
+
|
99
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
100
|
+
|
101
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
|
102
|
+
|
103
|
+
Fri, 18 Feb 2022 13:35:28 GMT
|
104
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
|
105
|
+
|
106
|
+
### Changes
|
107
|
+
|
108
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
109
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
110
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
111
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
112
|
+
|
113
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
|
114
|
+
|
115
|
+
Thu, 10 Feb 2022 08:51:40 GMT
|
116
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
|
117
|
+
|
118
|
+
### Changes
|
119
|
+
|
120
|
+
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
121
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
122
|
+
- Refactor and re-organize Badge styles; no visual changes. ([PR #21271](https://github.com/microsoft/fluentui/pull/21271) by behowell@microsoft.com)
|
123
|
+
- 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)
|
124
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
125
|
+
- update styles to not use CSS shorthands ([PR #20802](https://github.com/microsoft/fluentui/pull/20802) by olfedias@microsoft.com)
|
126
|
+
- fix: use updated tokens for ghost and outline variants ([PR #20893](https://github.com/microsoft/fluentui/pull/20893) by lingfangao@hotmail.com)
|
127
|
+
- 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)
|
128
|
+
- Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
|
129
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
130
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
131
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
132
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
133
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
134
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
135
|
+
- use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
|
136
|
+
- 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)
|
137
|
+
- 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)
|
138
|
+
- fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
|
139
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
140
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
141
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
142
|
+
|
143
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
|
144
|
+
|
145
|
+
Thu, 25 Nov 2021 08:34:11 GMT
|
146
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
|
147
|
+
|
148
|
+
### Changes
|
149
|
+
|
150
|
+
- various styling fixes for base Badge component ([PR #20693](https://github.com/microsoft/fluentui/pull/20693) by lingfangao@hotmail.com)
|
151
|
+
- Reduce colour set and align with base badge colours ([PR #20596](https://github.com/microsoft/fluentui/pull/20596) by lingfangao@hotmail.com)
|
152
|
+
- update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
|
153
|
+
- Remove props and return correct presence icons ([PR #20630](https://github.com/microsoft/fluentui/pull/20630) by lingfangao@hotmail.com)
|
154
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
155
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
156
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
157
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
158
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
159
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
160
|
+
|
161
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
|
162
|
+
|
163
|
+
Fri, 12 Nov 2021 13:25:15 GMT
|
164
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
|
165
|
+
|
166
|
+
### Changes
|
167
|
+
|
168
|
+
- export static classes for components ([PR #20453](https://github.com/microsoft/fluentui/pull/20453) by olfedias@microsoft.com)
|
169
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
170
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
171
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
172
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
173
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
174
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
175
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
176
|
+
|
177
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
|
178
|
+
|
179
|
+
Wed, 27 Oct 2021 12:14:14 GMT
|
180
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
|
181
|
+
|
182
|
+
### Changes
|
183
|
+
|
184
|
+
- Removed duplicate 'Badge' from story names ([PR #20265](https://github.com/microsoft/fluentui/pull/20265) by gcox@microsoft.com)
|
185
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
186
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
187
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
188
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
189
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
190
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
191
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
21
192
|
|
22
193
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
|
23
194
|
|
24
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
195
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
25
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
|
26
197
|
|
27
198
|
### Changes
|
@@ -36,7 +207,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
36
207
|
|
37
208
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
|
38
209
|
|
39
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
210
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
40
211
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
|
41
212
|
|
42
213
|
### Changes
|
@@ -48,7 +219,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
48
219
|
|
49
220
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
|
50
221
|
|
51
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
222
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
52
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
|
53
224
|
|
54
225
|
### Changes
|
@@ -62,7 +233,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
62
233
|
|
63
234
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
|
64
235
|
|
65
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
236
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
66
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
|
67
238
|
|
68
239
|
### Changes
|
@@ -77,7 +248,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
77
248
|
|
78
249
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
|
79
250
|
|
80
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
251
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
81
252
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
|
82
253
|
|
83
254
|
### Changes
|
@@ -91,7 +262,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
91
262
|
|
92
263
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
|
93
264
|
|
94
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
265
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
95
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
|
96
267
|
|
97
268
|
### Changes
|
@@ -105,7 +276,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
105
276
|
|
106
277
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
|
107
278
|
|
108
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
279
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
109
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
|
110
281
|
|
111
282
|
### Changes
|
@@ -119,7 +290,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
119
290
|
|
120
291
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
|
121
292
|
|
122
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
293
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
123
294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
|
124
295
|
|
125
296
|
### Changes
|
@@ -132,7 +303,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
132
303
|
|
133
304
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
|
134
305
|
|
135
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
306
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
136
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
|
137
308
|
|
138
309
|
### Changes
|
@@ -146,7 +317,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
146
317
|
|
147
318
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
|
148
319
|
|
149
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
320
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
150
321
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
|
151
322
|
|
152
323
|
### Changes
|
@@ -160,7 +331,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
160
331
|
|
161
332
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
|
162
333
|
|
163
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
334
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
164
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
|
165
336
|
|
166
337
|
### Changes
|
@@ -169,7 +340,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
169
340
|
|
170
341
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
|
171
342
|
|
172
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
343
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
173
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
|
174
345
|
|
175
346
|
### Changes
|
@@ -178,7 +349,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
178
349
|
|
179
350
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
|
180
351
|
|
181
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
352
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
182
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
|
183
354
|
|
184
355
|
### Changes
|
@@ -187,7 +358,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
187
358
|
|
188
359
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
|
189
360
|
|
190
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
361
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
191
362
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
|
192
363
|
|
193
364
|
### Changes
|
@@ -196,7 +367,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
196
367
|
|
197
368
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
|
198
369
|
|
199
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
370
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
200
371
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
|
201
372
|
|
202
373
|
### Changes
|
@@ -206,7 +377,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
206
377
|
|
207
378
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
|
208
379
|
|
209
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
380
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
210
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
|
211
382
|
|
212
383
|
### Changes
|
@@ -215,7 +386,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
215
386
|
|
216
387
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
|
217
388
|
|
218
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
389
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
219
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
|
220
391
|
|
221
392
|
### Changes
|
@@ -224,7 +395,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
224
395
|
|
225
396
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
|
226
397
|
|
227
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
398
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
228
399
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
|
229
400
|
|
230
401
|
### Patches
|
@@ -237,7 +408,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
237
408
|
|
238
409
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
|
239
410
|
|
240
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
411
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
241
412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
|
242
413
|
|
243
414
|
### Changes
|
@@ -246,7 +417,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
246
417
|
|
247
418
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
|
248
419
|
|
249
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
420
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
250
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
|
251
422
|
|
252
423
|
### Changes
|
@@ -255,7 +426,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
255
426
|
|
256
427
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
|
257
428
|
|
258
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
429
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
259
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
|
260
431
|
|
261
432
|
### Changes
|
@@ -264,7 +435,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
264
435
|
|
265
436
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
|
266
437
|
|
267
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
438
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
268
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
|
269
440
|
|
270
441
|
### Changes
|
@@ -273,7 +444,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
273
444
|
|
274
445
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
|
275
446
|
|
276
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
447
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
277
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
|
278
449
|
|
279
450
|
### Changes
|
@@ -282,7 +453,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
282
453
|
|
283
454
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
|
284
455
|
|
285
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
456
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
286
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
|
287
458
|
|
288
459
|
### Changes
|
@@ -291,7 +462,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
291
462
|
|
292
463
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
|
293
464
|
|
294
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
465
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
295
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
|
296
467
|
|
297
468
|
### Changes
|
@@ -300,7 +471,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
300
471
|
|
301
472
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
|
302
473
|
|
303
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
474
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
304
475
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
|
305
476
|
|
306
477
|
### Changes
|
@@ -309,7 +480,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
309
480
|
|
310
481
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
|
311
482
|
|
312
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
483
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
313
484
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
|
314
485
|
|
315
486
|
### Changes
|
@@ -318,7 +489,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
318
489
|
|
319
490
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
|
320
491
|
|
321
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
492
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
322
493
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
|
323
494
|
|
324
495
|
### Changes
|
@@ -327,7 +498,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
327
498
|
|
328
499
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
|
329
500
|
|
330
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
501
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
331
502
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
|
332
503
|
|
333
504
|
### Patches
|
@@ -342,7 +513,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
342
513
|
|
343
514
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
|
344
515
|
|
345
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
516
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
346
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
|
347
518
|
|
348
519
|
### Changes
|
@@ -351,7 +522,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
351
522
|
|
352
523
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
|
353
524
|
|
354
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
525
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
355
526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
|
356
527
|
|
357
528
|
### Changes
|
@@ -360,7 +531,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
360
531
|
|
361
532
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
|
362
533
|
|
363
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
534
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
364
535
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
|
365
536
|
|
366
537
|
### Changes
|
@@ -369,7 +540,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
369
540
|
|
370
541
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
|
371
542
|
|
372
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
543
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
373
544
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
|
374
545
|
|
375
546
|
### Changes
|
@@ -378,7 +549,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
378
549
|
|
379
550
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
|
380
551
|
|
381
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
552
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
382
553
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
|
383
554
|
|
384
555
|
### Changes
|
@@ -387,7 +558,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
387
558
|
|
388
559
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
|
389
560
|
|
390
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
561
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
391
562
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
|
392
563
|
|
393
564
|
### Changes
|
@@ -396,7 +567,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
396
567
|
|
397
568
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
|
398
569
|
|
399
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
570
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
400
571
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
|
401
572
|
|
402
573
|
### Changes
|
@@ -405,7 +576,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
405
576
|
|
406
577
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
|
407
578
|
|
408
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
579
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
409
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
|
410
581
|
|
411
582
|
### Patches
|
@@ -414,7 +585,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
414
585
|
|
415
586
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
|
416
587
|
|
417
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
588
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
418
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
|
419
590
|
|
420
591
|
### Changes
|
@@ -423,7 +594,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
423
594
|
|
424
595
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
|
425
596
|
|
426
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
597
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
427
598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
|
428
599
|
|
429
600
|
### Patches
|
@@ -438,7 +609,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
438
609
|
|
439
610
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
|
440
611
|
|
441
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
612
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
442
613
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
|
443
614
|
|
444
615
|
### Changes
|
@@ -447,7 +618,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
447
618
|
|
448
619
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
|
449
620
|
|
450
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
621
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
451
622
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
|
452
623
|
|
453
624
|
### Changes
|
@@ -456,7 +627,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
456
627
|
|
457
628
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
|
458
629
|
|
459
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
630
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
460
631
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
|
461
632
|
|
462
633
|
### Changes
|
@@ -465,7 +636,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
465
636
|
|
466
637
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
|
467
638
|
|
468
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
639
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
469
640
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
|
470
641
|
|
471
642
|
### Changes
|
@@ -474,7 +645,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
474
645
|
|
475
646
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
|
476
647
|
|
477
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
648
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
478
649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
|
479
650
|
|
480
651
|
### Changes
|
@@ -483,7 +654,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
483
654
|
|
484
655
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
|
485
656
|
|
486
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
657
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
487
658
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
|
488
659
|
|
489
660
|
### Changes
|
@@ -492,7 +663,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
492
663
|
|
493
664
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
|
494
665
|
|
495
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
666
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
496
667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
|
497
668
|
|
498
669
|
### Changes
|
@@ -501,7 +672,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
501
672
|
|
502
673
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
|
503
674
|
|
504
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
675
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
505
676
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
|
506
677
|
|
507
678
|
### Patches
|
@@ -516,7 +687,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
516
687
|
|
517
688
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
|
518
689
|
|
519
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
690
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
520
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
|
521
692
|
|
522
693
|
### Changes
|
@@ -525,7 +696,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
525
696
|
|
526
697
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
|
527
698
|
|
528
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
699
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
529
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
|
530
701
|
|
531
702
|
### Changes
|
@@ -534,7 +705,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
534
705
|
|
535
706
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
|
536
707
|
|
537
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
708
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
538
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
|
539
710
|
|
540
711
|
### Changes
|
@@ -543,7 +714,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
543
714
|
|
544
715
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
|
545
716
|
|
546
|
-
Wed, 26 May 2021 07:35:43 GMT
|
717
|
+
Wed, 26 May 2021 07:35:43 GMT
|
547
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
|
548
719
|
|
549
720
|
### Changes
|
@@ -552,7 +723,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
552
723
|
|
553
724
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
|
554
725
|
|
555
|
-
Fri, 21 May 2021 07:34:54 GMT
|
726
|
+
Fri, 21 May 2021 07:34:54 GMT
|
556
727
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
|
557
728
|
|
558
729
|
### Changes
|
@@ -561,7 +732,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
561
732
|
|
562
733
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
|
563
734
|
|
564
|
-
Thu, 20 May 2021 07:41:54 GMT
|
735
|
+
Thu, 20 May 2021 07:41:54 GMT
|
565
736
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
|
566
737
|
|
567
738
|
### Patches
|
@@ -576,7 +747,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
576
747
|
|
577
748
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
|
578
749
|
|
579
|
-
Wed, 19 May 2021 07:34:20 GMT
|
750
|
+
Wed, 19 May 2021 07:34:20 GMT
|
580
751
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
|
581
752
|
|
582
753
|
### Patches
|
@@ -589,7 +760,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
589
760
|
|
590
761
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
|
591
762
|
|
592
|
-
Tue, 18 May 2021 07:34:38 GMT
|
763
|
+
Tue, 18 May 2021 07:34:38 GMT
|
593
764
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
|
594
765
|
|
595
766
|
### Changes
|
@@ -598,7 +769,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
598
769
|
|
599
770
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
|
600
771
|
|
601
|
-
Thu, 13 May 2021 07:36:55 GMT
|
772
|
+
Thu, 13 May 2021 07:36:55 GMT
|
602
773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
|
603
774
|
|
604
775
|
### Changes
|
@@ -607,7 +778,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
607
778
|
|
608
779
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
|
609
780
|
|
610
|
-
Wed, 12 May 2021 07:36:20 GMT
|
781
|
+
Wed, 12 May 2021 07:36:20 GMT
|
611
782
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
|
612
783
|
|
613
784
|
### Changes
|
@@ -616,7 +787,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
616
787
|
|
617
788
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
|
618
789
|
|
619
|
-
Mon, 10 May 2021 07:36:07 GMT
|
790
|
+
Mon, 10 May 2021 07:36:07 GMT
|
620
791
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
|
621
792
|
|
622
793
|
### Changes
|
@@ -625,7 +796,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
625
796
|
|
626
797
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
|
627
798
|
|
628
|
-
Wed, 05 May 2021 07:36:50 GMT
|
799
|
+
Wed, 05 May 2021 07:36:50 GMT
|
629
800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
|
630
801
|
|
631
802
|
### Changes
|
@@ -634,7 +805,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
634
805
|
|
635
806
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
|
636
807
|
|
637
|
-
Mon, 03 May 2021 07:45:19 GMT
|
808
|
+
Mon, 03 May 2021 07:45:19 GMT
|
638
809
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
|
639
810
|
|
640
811
|
### Changes
|
@@ -643,7 +814,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
643
814
|
|
644
815
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
|
645
816
|
|
646
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
817
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
647
818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
|
648
819
|
|
649
820
|
### Patches
|
@@ -658,7 +829,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
658
829
|
|
659
830
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
|
660
831
|
|
661
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
832
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
662
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
|
663
834
|
|
664
835
|
### Changes
|
@@ -667,7 +838,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
667
838
|
|
668
839
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
|
669
840
|
|
670
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
841
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
671
842
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
|
672
843
|
|
673
844
|
### Changes
|
@@ -676,7 +847,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
676
847
|
|
677
848
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
|
678
849
|
|
679
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
850
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
680
851
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
|
681
852
|
|
682
853
|
### Patches
|
@@ -691,7 +862,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
691
862
|
|
692
863
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
|
693
864
|
|
694
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
865
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
695
866
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
|
696
867
|
|
697
868
|
### Changes
|
@@ -700,7 +871,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
700
871
|
|
701
872
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
|
702
873
|
|
703
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
874
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
704
875
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
|
705
876
|
|
706
877
|
### Changes
|
@@ -709,7 +880,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
709
880
|
|
710
881
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
|
711
882
|
|
712
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
883
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
713
884
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
|
714
885
|
|
715
886
|
### Changes
|
@@ -718,7 +889,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
718
889
|
|
719
890
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
|
720
891
|
|
721
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
892
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
722
893
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
|
723
894
|
|
724
895
|
### Changes
|
@@ -727,7 +898,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
727
898
|
|
728
899
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
|
729
900
|
|
730
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
901
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
731
902
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
|
732
903
|
|
733
904
|
### Changes
|
@@ -736,7 +907,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
736
907
|
|
737
908
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
|
738
909
|
|
739
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
910
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
740
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
|
741
912
|
|
742
913
|
### Changes
|
@@ -745,7 +916,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
745
916
|
|
746
917
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
|
747
918
|
|
748
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
919
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
749
920
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
|
750
921
|
|
751
922
|
### Changes
|
@@ -754,7 +925,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
754
925
|
|
755
926
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
|
756
927
|
|
757
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
928
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
758
929
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
|
759
930
|
|
760
931
|
### Changes
|
@@ -763,7 +934,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
763
934
|
|
764
935
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
|
765
936
|
|
766
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
937
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
767
938
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
|
768
939
|
|
769
940
|
### Patches
|
@@ -778,7 +949,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
778
949
|
|
779
950
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
|
780
951
|
|
781
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
952
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
782
953
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
|
783
954
|
|
784
955
|
### Changes
|
@@ -787,7 +958,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
787
958
|
|
788
959
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
|
789
960
|
|
790
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
961
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
791
962
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
|
792
963
|
|
793
964
|
### Changes
|
@@ -796,7 +967,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
796
967
|
|
797
968
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
|
798
969
|
|
799
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
970
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
800
971
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
|
801
972
|
|
802
973
|
### Changes
|
@@ -805,7 +976,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
805
976
|
|
806
977
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
|
807
978
|
|
808
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
979
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
809
980
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
|
810
981
|
|
811
982
|
### Changes
|
@@ -814,7 +985,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
814
985
|
|
815
986
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
|
816
987
|
|
817
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
988
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
818
989
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
|
819
990
|
|
820
991
|
### Changes
|
@@ -823,7 +994,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
823
994
|
|
824
995
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
|
825
996
|
|
826
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
997
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
827
998
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
|
828
999
|
|
829
1000
|
### Changes
|
@@ -832,7 +1003,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
832
1003
|
|
833
1004
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
|
834
1005
|
|
835
|
-
Wed, 17 Mar 2021 18:08:23 GMT
|
1006
|
+
Wed, 17 Mar 2021 18:08:23 GMT
|
836
1007
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
|
837
1008
|
|
838
1009
|
### Changes
|
@@ -841,7 +1012,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
|
|
841
1012
|
|
842
1013
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
|
843
1014
|
|
844
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
1015
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
845
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
|
846
1017
|
|
847
1018
|
### Changes
|
@@ -851,7 +1022,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
851
1022
|
|
852
1023
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
|
853
1024
|
|
854
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1025
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
855
1026
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
|
856
1027
|
|
857
1028
|
### Patches
|
@@ -864,7 +1035,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
864
1035
|
|
865
1036
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
|
866
1037
|
|
867
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1038
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
868
1039
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
|
869
1040
|
|
870
1041
|
### Changes
|
@@ -873,7 +1044,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
873
1044
|
|
874
1045
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
|
875
1046
|
|
876
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1047
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
877
1048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
|
878
1049
|
|
879
1050
|
### Patches
|
@@ -886,7 +1057,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
886
1057
|
|
887
1058
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
|
888
1059
|
|
889
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1060
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
890
1061
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
|
891
1062
|
|
892
1063
|
### Changes
|
@@ -895,7 +1066,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
895
1066
|
|
896
1067
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
|
897
1068
|
|
898
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1069
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
899
1070
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
|
900
1071
|
|
901
1072
|
### Changes
|
@@ -904,7 +1075,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
904
1075
|
|
905
1076
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
|
906
1077
|
|
907
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1078
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
908
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
|
909
1080
|
|
910
1081
|
### Changes
|
@@ -913,7 +1084,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
913
1084
|
|
914
1085
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
|
915
1086
|
|
916
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1087
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
917
1088
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
|
918
1089
|
|
919
1090
|
### Changes
|
@@ -922,7 +1093,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
922
1093
|
|
923
1094
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
|
924
1095
|
|
925
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1096
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
926
1097
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
|
927
1098
|
|
928
1099
|
### Patches
|
@@ -938,7 +1109,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
938
1109
|
|
939
1110
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
|
940
1111
|
|
941
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1112
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
942
1113
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
|
943
1114
|
|
944
1115
|
### Changes
|
@@ -947,7 +1118,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
947
1118
|
|
948
1119
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
|
949
1120
|
|
950
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1121
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
951
1122
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
|
952
1123
|
|
953
1124
|
### Patches
|
@@ -956,7 +1127,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
956
1127
|
|
957
1128
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
|
958
1129
|
|
959
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1130
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
960
1131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
|
961
1132
|
|
962
1133
|
### Changes
|