@fluentui/react-badge 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +407 -12
- package/CHANGELOG.md +238 -104
- package/MIGRATION.md +59 -0
- package/README.md +40 -2
- package/Spec.md +11 -74
- package/dist/{react-badge.d.ts → index.d.ts} +42 -42
- 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.map +1 -1
- package/lib/components/Badge/Badge.types.js.map +1 -1
- package/lib/components/Badge/index.js.map +1 -1
- package/lib/components/Badge/renderBadge.js.map +1 -1
- package/lib/components/Badge/useBadge.js +0 -1
- package/lib/components/Badge/useBadge.js.map +1 -1
- package/lib/components/Badge/useBadgeStyles.js +6 -3
- package/lib/components/Badge/useBadgeStyles.js.map +1 -1
- 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 +1 -2
- package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -2
- package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/PresenceBadge/usePresenceBadge.js +23 -7
- package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +19 -2
- 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.map +1 -1
- package/lib-commonjs/CounterBadge.js.map +1 -1
- package/lib-commonjs/PresenceBadge.js.map +1 -1
- 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.map +1 -1
- package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadge.js +0 -1
- package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadgeStyles.js +7 -4
- package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
- 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.map +1 -1
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js +1 -2
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +11 -3
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
- 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.map +1 -1
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +23 -7
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +20 -3
- 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 +18 -23
- package/lib/Badge.d.ts +0 -1
- package/lib/CounterBadge.d.ts +0 -1
- package/lib/PresenceBadge.d.ts +0 -1
- package/lib/components/Badge/Badge.d.ts +0 -6
- package/lib/components/Badge/Badge.types.d.ts +0 -34
- 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 -6
- 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 -6
- package/lib/components/PresenceBadge/PresenceBadge.d.ts +0 -6
- package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
- package/lib/components/PresenceBadge/index.d.ts +0 -4
- package/lib/components/PresenceBadge/presenceIcons.d.ts +0 -11
- package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
- 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/components/Badge/Badge.d.ts +0 -6
- package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -34
- 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 -6
- 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 -6
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
- package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
- package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +0 -11
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,158 @@
|
|
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, 28 Jun 2022 04:31:34 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v0.0.0)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.
|
9
|
+
Tue, 28 Jun 2022 04:31:34 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.13..@fluentui/react-badge_v0.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
18
|
+
|
19
|
+
### Changes
|
20
|
+
|
21
|
+
- README, spec and migration guide cleanup. ([PR #23424](https://github.com/microsoft/fluentui/pull/23424) by Humberto.Morimoto@microsoft.com)
|
22
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
23
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
24
|
+
- PresenceBadge accessibility: fix placement of aria-label, sort out Avatar usage and examples ([PR #23256](https://github.com/microsoft/fluentui/pull/23256) by sarah.higley@microsoft.com)
|
25
|
+
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
|
26
|
+
|
27
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.13)
|
28
|
+
|
29
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
30
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.12..@fluentui/react-badge_v9.0.0-rc.13)
|
31
|
+
|
32
|
+
### Changes
|
33
|
+
|
34
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
35
|
+
|
36
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.12)
|
37
|
+
|
38
|
+
Tue, 31 May 2022 21:28:36 GMT
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v9.0.0-rc.12)
|
40
|
+
|
41
|
+
### Changes
|
42
|
+
|
43
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
44
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
45
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
46
|
+
|
47
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
|
48
|
+
|
49
|
+
Thu, 26 May 2022 21:01:22 GMT
|
50
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
|
51
|
+
|
52
|
+
### Changes
|
53
|
+
|
54
|
+
- remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
|
55
|
+
|
56
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
|
57
|
+
|
58
|
+
Mon, 23 May 2022 18:56:41 GMT
|
59
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
|
60
|
+
|
61
|
+
### Changes
|
62
|
+
|
63
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
64
|
+
- BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
|
65
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
66
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
67
|
+
|
68
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
|
69
|
+
|
70
|
+
Mon, 23 May 2022 12:14:01 GMT
|
71
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
|
72
|
+
|
73
|
+
### Changes
|
74
|
+
|
75
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
76
|
+
- react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
|
77
|
+
- remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
|
78
|
+
- 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)
|
79
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
80
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
81
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
82
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
83
|
+
|
84
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
|
85
|
+
|
86
|
+
Thu, 05 May 2022 18:26:30 GMT
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
|
88
|
+
|
89
|
+
### Changes
|
90
|
+
|
91
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
92
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
93
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
94
|
+
|
95
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
|
96
|
+
|
97
|
+
Wed, 04 May 2022 13:26:54 GMT
|
98
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
|
99
|
+
|
100
|
+
### Changes
|
101
|
+
|
102
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
103
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
104
|
+
|
105
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
|
106
|
+
|
107
|
+
Tue, 19 Apr 2022 19:17:10 GMT
|
108
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
|
109
|
+
|
110
|
+
### Changes
|
111
|
+
|
112
|
+
- Removing star exports. ([PR #22114](https://github.com/microsoft/fluentui/pull/22114) by Humberto.Morimoto@microsoft.com)
|
113
|
+
- 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)
|
114
|
+
- PresenceBadge: Adding unknown status. ([PR #21951](https://github.com/microsoft/fluentui/pull/21951) by Humberto.Morimoto@microsoft.com)
|
115
|
+
- Add static classnames to Badge ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
116
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
117
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
118
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
119
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
120
|
+
|
121
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
|
122
|
+
|
123
|
+
Fri, 04 Mar 2022 05:17:34 GMT
|
124
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
|
125
|
+
|
126
|
+
### Changes
|
127
|
+
|
128
|
+
- 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)
|
129
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
130
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
131
|
+
|
132
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
|
133
|
+
|
134
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
135
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
|
136
|
+
|
137
|
+
### Changes
|
138
|
+
|
139
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
140
|
+
|
141
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
|
142
|
+
|
143
|
+
Fri, 18 Feb 2022 13:35:28 GMT
|
144
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
|
11
145
|
|
12
146
|
### Changes
|
13
147
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-theme to
|
16
|
-
- Bump @fluentui/react-utilities to
|
17
|
-
- Bump @fluentui/react-conformance-griffel to
|
148
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
149
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
150
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
151
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
18
152
|
|
19
153
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
|
20
154
|
|
21
|
-
Thu, 10 Feb 2022 08:51:40 GMT
|
155
|
+
Thu, 10 Feb 2022 08:51:40 GMT
|
22
156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
|
23
157
|
|
24
158
|
### Changes
|
@@ -48,7 +182,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
|
|
48
182
|
|
49
183
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
|
50
184
|
|
51
|
-
Thu, 25 Nov 2021 08:34:11 GMT
|
185
|
+
Thu, 25 Nov 2021 08:34:11 GMT
|
52
186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
|
53
187
|
|
54
188
|
### Changes
|
@@ -66,7 +200,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
|
|
66
200
|
|
67
201
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
|
68
202
|
|
69
|
-
Fri, 12 Nov 2021 13:25:15 GMT
|
203
|
+
Fri, 12 Nov 2021 13:25:15 GMT
|
70
204
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
|
71
205
|
|
72
206
|
### Changes
|
@@ -82,7 +216,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
|
|
82
216
|
|
83
217
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
|
84
218
|
|
85
|
-
Wed, 27 Oct 2021 12:14:14 GMT
|
219
|
+
Wed, 27 Oct 2021 12:14:14 GMT
|
86
220
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
|
87
221
|
|
88
222
|
### Changes
|
@@ -98,7 +232,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
|
|
98
232
|
|
99
233
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
|
100
234
|
|
101
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
235
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
102
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
|
103
237
|
|
104
238
|
### Changes
|
@@ -113,7 +247,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
113
247
|
|
114
248
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
|
115
249
|
|
116
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
250
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
117
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
|
118
252
|
|
119
253
|
### Changes
|
@@ -125,7 +259,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
125
259
|
|
126
260
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
|
127
261
|
|
128
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
262
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
129
263
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
|
130
264
|
|
131
265
|
### Changes
|
@@ -139,7 +273,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
139
273
|
|
140
274
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
|
141
275
|
|
142
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
276
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
143
277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
|
144
278
|
|
145
279
|
### Changes
|
@@ -154,7 +288,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
154
288
|
|
155
289
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
|
156
290
|
|
157
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
291
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
158
292
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
|
159
293
|
|
160
294
|
### Changes
|
@@ -168,7 +302,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
168
302
|
|
169
303
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
|
170
304
|
|
171
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
305
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
172
306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
|
173
307
|
|
174
308
|
### Changes
|
@@ -182,7 +316,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
182
316
|
|
183
317
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
|
184
318
|
|
185
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
319
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
186
320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
|
187
321
|
|
188
322
|
### Changes
|
@@ -196,7 +330,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
196
330
|
|
197
331
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
|
198
332
|
|
199
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
333
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
200
334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
|
201
335
|
|
202
336
|
### Changes
|
@@ -209,7 +343,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
209
343
|
|
210
344
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
|
211
345
|
|
212
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
346
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
213
347
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
|
214
348
|
|
215
349
|
### Changes
|
@@ -223,7 +357,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
223
357
|
|
224
358
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
|
225
359
|
|
226
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
360
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
227
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
|
228
362
|
|
229
363
|
### Changes
|
@@ -237,7 +371,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
237
371
|
|
238
372
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
|
239
373
|
|
240
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
374
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
241
375
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
|
242
376
|
|
243
377
|
### Changes
|
@@ -246,7 +380,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
246
380
|
|
247
381
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
|
248
382
|
|
249
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
383
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
250
384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
|
251
385
|
|
252
386
|
### Changes
|
@@ -255,7 +389,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
255
389
|
|
256
390
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
|
257
391
|
|
258
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
392
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
259
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
|
260
394
|
|
261
395
|
### Changes
|
@@ -264,7 +398,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
264
398
|
|
265
399
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
|
266
400
|
|
267
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
401
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
268
402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
|
269
403
|
|
270
404
|
### Changes
|
@@ -273,7 +407,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
273
407
|
|
274
408
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
|
275
409
|
|
276
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
410
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
277
411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
|
278
412
|
|
279
413
|
### Changes
|
@@ -283,7 +417,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
283
417
|
|
284
418
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
|
285
419
|
|
286
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
420
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
287
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
|
288
422
|
|
289
423
|
### Changes
|
@@ -292,7 +426,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
292
426
|
|
293
427
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
|
294
428
|
|
295
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
429
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
296
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
|
297
431
|
|
298
432
|
### Changes
|
@@ -301,7 +435,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
301
435
|
|
302
436
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
|
303
437
|
|
304
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
438
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
305
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
|
306
440
|
|
307
441
|
### Patches
|
@@ -314,7 +448,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
314
448
|
|
315
449
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
|
316
450
|
|
317
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
451
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
318
452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
|
319
453
|
|
320
454
|
### Changes
|
@@ -323,7 +457,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
323
457
|
|
324
458
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
|
325
459
|
|
326
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
460
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
327
461
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
|
328
462
|
|
329
463
|
### Changes
|
@@ -332,7 +466,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
332
466
|
|
333
467
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
|
334
468
|
|
335
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
469
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
336
470
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
|
337
471
|
|
338
472
|
### Changes
|
@@ -341,7 +475,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
341
475
|
|
342
476
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
|
343
477
|
|
344
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
478
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
345
479
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
|
346
480
|
|
347
481
|
### Changes
|
@@ -350,7 +484,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
350
484
|
|
351
485
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
|
352
486
|
|
353
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
487
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
354
488
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
|
355
489
|
|
356
490
|
### Changes
|
@@ -359,7 +493,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
359
493
|
|
360
494
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
|
361
495
|
|
362
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
496
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
363
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
|
364
498
|
|
365
499
|
### Changes
|
@@ -368,7 +502,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
368
502
|
|
369
503
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
|
370
504
|
|
371
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
505
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
372
506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
|
373
507
|
|
374
508
|
### Changes
|
@@ -377,7 +511,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
377
511
|
|
378
512
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
|
379
513
|
|
380
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
514
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
381
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
|
382
516
|
|
383
517
|
### Changes
|
@@ -386,7 +520,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
386
520
|
|
387
521
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
|
388
522
|
|
389
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
523
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
390
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
|
391
525
|
|
392
526
|
### Changes
|
@@ -395,7 +529,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
395
529
|
|
396
530
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
|
397
531
|
|
398
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
532
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
399
533
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
|
400
534
|
|
401
535
|
### Changes
|
@@ -404,7 +538,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
404
538
|
|
405
539
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
|
406
540
|
|
407
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
541
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
408
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
|
409
543
|
|
410
544
|
### Patches
|
@@ -419,7 +553,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
419
553
|
|
420
554
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
|
421
555
|
|
422
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
556
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
423
557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
|
424
558
|
|
425
559
|
### Changes
|
@@ -428,7 +562,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
428
562
|
|
429
563
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
|
430
564
|
|
431
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
565
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
432
566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
|
433
567
|
|
434
568
|
### Changes
|
@@ -437,7 +571,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
437
571
|
|
438
572
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
|
439
573
|
|
440
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
574
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
441
575
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
|
442
576
|
|
443
577
|
### Changes
|
@@ -446,7 +580,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
446
580
|
|
447
581
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
|
448
582
|
|
449
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
583
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
450
584
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
|
451
585
|
|
452
586
|
### Changes
|
@@ -455,7 +589,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
455
589
|
|
456
590
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
|
457
591
|
|
458
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
592
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
459
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
|
460
594
|
|
461
595
|
### Changes
|
@@ -464,7 +598,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
464
598
|
|
465
599
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
|
466
600
|
|
467
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
601
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
468
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
|
469
603
|
|
470
604
|
### Changes
|
@@ -473,7 +607,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
473
607
|
|
474
608
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
|
475
609
|
|
476
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
610
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
477
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
|
478
612
|
|
479
613
|
### Changes
|
@@ -482,7 +616,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
482
616
|
|
483
617
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
|
484
618
|
|
485
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
619
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
486
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
|
487
621
|
|
488
622
|
### Patches
|
@@ -491,7 +625,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
491
625
|
|
492
626
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
|
493
627
|
|
494
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
628
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
495
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
|
496
630
|
|
497
631
|
### Changes
|
@@ -500,7 +634,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
500
634
|
|
501
635
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
|
502
636
|
|
503
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
637
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
504
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
|
505
639
|
|
506
640
|
### Patches
|
@@ -515,7 +649,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
515
649
|
|
516
650
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
|
517
651
|
|
518
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
652
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
519
653
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
|
520
654
|
|
521
655
|
### Changes
|
@@ -524,7 +658,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
524
658
|
|
525
659
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
|
526
660
|
|
527
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
661
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
528
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
|
529
663
|
|
530
664
|
### Changes
|
@@ -533,7 +667,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
533
667
|
|
534
668
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
|
535
669
|
|
536
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
670
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
537
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
|
538
672
|
|
539
673
|
### Changes
|
@@ -542,7 +676,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
542
676
|
|
543
677
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
|
544
678
|
|
545
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
679
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
546
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
|
547
681
|
|
548
682
|
### Changes
|
@@ -551,7 +685,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
551
685
|
|
552
686
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
|
553
687
|
|
554
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
688
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
555
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
|
556
690
|
|
557
691
|
### Changes
|
@@ -560,7 +694,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
560
694
|
|
561
695
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
|
562
696
|
|
563
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
697
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
564
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
|
565
699
|
|
566
700
|
### Changes
|
@@ -569,7 +703,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
569
703
|
|
570
704
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
|
571
705
|
|
572
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
706
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
573
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
|
574
708
|
|
575
709
|
### Changes
|
@@ -578,7 +712,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
578
712
|
|
579
713
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
|
580
714
|
|
581
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
715
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
582
716
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
|
583
717
|
|
584
718
|
### Patches
|
@@ -593,7 +727,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
593
727
|
|
594
728
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
|
595
729
|
|
596
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
730
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
597
731
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
|
598
732
|
|
599
733
|
### Changes
|
@@ -602,7 +736,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
602
736
|
|
603
737
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
|
604
738
|
|
605
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
739
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
606
740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
|
607
741
|
|
608
742
|
### Changes
|
@@ -611,7 +745,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
611
745
|
|
612
746
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
|
613
747
|
|
614
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
748
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
615
749
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
|
616
750
|
|
617
751
|
### Changes
|
@@ -620,7 +754,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
620
754
|
|
621
755
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
|
622
756
|
|
623
|
-
Wed, 26 May 2021 07:35:43 GMT
|
757
|
+
Wed, 26 May 2021 07:35:43 GMT
|
624
758
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
|
625
759
|
|
626
760
|
### Changes
|
@@ -629,7 +763,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
629
763
|
|
630
764
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
|
631
765
|
|
632
|
-
Fri, 21 May 2021 07:34:54 GMT
|
766
|
+
Fri, 21 May 2021 07:34:54 GMT
|
633
767
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
|
634
768
|
|
635
769
|
### Changes
|
@@ -638,7 +772,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
638
772
|
|
639
773
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
|
640
774
|
|
641
|
-
Thu, 20 May 2021 07:41:54 GMT
|
775
|
+
Thu, 20 May 2021 07:41:54 GMT
|
642
776
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
|
643
777
|
|
644
778
|
### Patches
|
@@ -653,7 +787,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
653
787
|
|
654
788
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
|
655
789
|
|
656
|
-
Wed, 19 May 2021 07:34:20 GMT
|
790
|
+
Wed, 19 May 2021 07:34:20 GMT
|
657
791
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
|
658
792
|
|
659
793
|
### Patches
|
@@ -666,7 +800,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
666
800
|
|
667
801
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
|
668
802
|
|
669
|
-
Tue, 18 May 2021 07:34:38 GMT
|
803
|
+
Tue, 18 May 2021 07:34:38 GMT
|
670
804
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
|
671
805
|
|
672
806
|
### Changes
|
@@ -675,7 +809,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
675
809
|
|
676
810
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
|
677
811
|
|
678
|
-
Thu, 13 May 2021 07:36:55 GMT
|
812
|
+
Thu, 13 May 2021 07:36:55 GMT
|
679
813
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
|
680
814
|
|
681
815
|
### Changes
|
@@ -684,7 +818,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
684
818
|
|
685
819
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
|
686
820
|
|
687
|
-
Wed, 12 May 2021 07:36:20 GMT
|
821
|
+
Wed, 12 May 2021 07:36:20 GMT
|
688
822
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
|
689
823
|
|
690
824
|
### Changes
|
@@ -693,7 +827,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
693
827
|
|
694
828
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
|
695
829
|
|
696
|
-
Mon, 10 May 2021 07:36:07 GMT
|
830
|
+
Mon, 10 May 2021 07:36:07 GMT
|
697
831
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
|
698
832
|
|
699
833
|
### Changes
|
@@ -702,7 +836,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
702
836
|
|
703
837
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
|
704
838
|
|
705
|
-
Wed, 05 May 2021 07:36:50 GMT
|
839
|
+
Wed, 05 May 2021 07:36:50 GMT
|
706
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
|
707
841
|
|
708
842
|
### Changes
|
@@ -711,7 +845,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
711
845
|
|
712
846
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
|
713
847
|
|
714
|
-
Mon, 03 May 2021 07:45:19 GMT
|
848
|
+
Mon, 03 May 2021 07:45:19 GMT
|
715
849
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
|
716
850
|
|
717
851
|
### Changes
|
@@ -720,7 +854,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
720
854
|
|
721
855
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
|
722
856
|
|
723
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
857
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
724
858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
|
725
859
|
|
726
860
|
### Patches
|
@@ -735,7 +869,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
735
869
|
|
736
870
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
|
737
871
|
|
738
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
872
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
739
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
|
740
874
|
|
741
875
|
### Changes
|
@@ -744,7 +878,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
744
878
|
|
745
879
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
|
746
880
|
|
747
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
881
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
748
882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
|
749
883
|
|
750
884
|
### Changes
|
@@ -753,7 +887,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
753
887
|
|
754
888
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
|
755
889
|
|
756
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
890
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
757
891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
|
758
892
|
|
759
893
|
### Patches
|
@@ -768,7 +902,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
768
902
|
|
769
903
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
|
770
904
|
|
771
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
905
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
772
906
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
|
773
907
|
|
774
908
|
### Changes
|
@@ -777,7 +911,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
777
911
|
|
778
912
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
|
779
913
|
|
780
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
914
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
781
915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
|
782
916
|
|
783
917
|
### Changes
|
@@ -786,7 +920,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
786
920
|
|
787
921
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
|
788
922
|
|
789
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
923
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
790
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
|
791
925
|
|
792
926
|
### Changes
|
@@ -795,7 +929,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
795
929
|
|
796
930
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
|
797
931
|
|
798
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
932
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
799
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
|
800
934
|
|
801
935
|
### Changes
|
@@ -804,7 +938,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
804
938
|
|
805
939
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
|
806
940
|
|
807
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
941
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
808
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
|
809
943
|
|
810
944
|
### Changes
|
@@ -813,7 +947,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
813
947
|
|
814
948
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
|
815
949
|
|
816
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
950
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
817
951
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
|
818
952
|
|
819
953
|
### Changes
|
@@ -822,7 +956,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
822
956
|
|
823
957
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
|
824
958
|
|
825
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
959
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
826
960
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
|
827
961
|
|
828
962
|
### Changes
|
@@ -831,7 +965,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
831
965
|
|
832
966
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
|
833
967
|
|
834
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
968
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
835
969
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
|
836
970
|
|
837
971
|
### Changes
|
@@ -840,7 +974,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
840
974
|
|
841
975
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
|
842
976
|
|
843
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
977
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
844
978
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
|
845
979
|
|
846
980
|
### Patches
|
@@ -855,7 +989,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
855
989
|
|
856
990
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
|
857
991
|
|
858
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
992
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
859
993
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
|
860
994
|
|
861
995
|
### Changes
|
@@ -864,7 +998,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
864
998
|
|
865
999
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
|
866
1000
|
|
867
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1001
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
868
1002
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
|
869
1003
|
|
870
1004
|
### Changes
|
@@ -873,7 +1007,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
873
1007
|
|
874
1008
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
|
875
1009
|
|
876
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1010
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
877
1011
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
|
878
1012
|
|
879
1013
|
### Changes
|
@@ -882,7 +1016,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
882
1016
|
|
883
1017
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
|
884
1018
|
|
885
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
1019
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
886
1020
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
|
887
1021
|
|
888
1022
|
### Changes
|
@@ -891,7 +1025,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
891
1025
|
|
892
1026
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
|
893
1027
|
|
894
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1028
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
895
1029
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
|
896
1030
|
|
897
1031
|
### Changes
|
@@ -900,7 +1034,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
900
1034
|
|
901
1035
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
|
902
1036
|
|
903
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1037
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
904
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
|
905
1039
|
|
906
1040
|
### Changes
|
@@ -909,7 +1043,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
909
1043
|
|
910
1044
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
|
911
1045
|
|
912
|
-
Wed, 17 Mar 2021 18:08:23 GMT
|
1046
|
+
Wed, 17 Mar 2021 18:08:23 GMT
|
913
1047
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
|
914
1048
|
|
915
1049
|
### Changes
|
@@ -918,7 +1052,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
|
|
918
1052
|
|
919
1053
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
|
920
1054
|
|
921
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
1055
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
922
1056
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
|
923
1057
|
|
924
1058
|
### Changes
|
@@ -928,7 +1062,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
928
1062
|
|
929
1063
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
|
930
1064
|
|
931
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1065
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
932
1066
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
|
933
1067
|
|
934
1068
|
### Patches
|
@@ -941,7 +1075,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
941
1075
|
|
942
1076
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
|
943
1077
|
|
944
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1078
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
945
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
|
946
1080
|
|
947
1081
|
### Changes
|
@@ -950,7 +1084,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
950
1084
|
|
951
1085
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
|
952
1086
|
|
953
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1087
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
954
1088
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
|
955
1089
|
|
956
1090
|
### Patches
|
@@ -963,7 +1097,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
963
1097
|
|
964
1098
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
|
965
1099
|
|
966
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1100
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
967
1101
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
|
968
1102
|
|
969
1103
|
### Changes
|
@@ -972,7 +1106,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
972
1106
|
|
973
1107
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
|
974
1108
|
|
975
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1109
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
976
1110
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
|
977
1111
|
|
978
1112
|
### Changes
|
@@ -981,7 +1115,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
981
1115
|
|
982
1116
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
|
983
1117
|
|
984
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1118
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
985
1119
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
|
986
1120
|
|
987
1121
|
### Changes
|
@@ -990,7 +1124,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
990
1124
|
|
991
1125
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
|
992
1126
|
|
993
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1127
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
994
1128
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
|
995
1129
|
|
996
1130
|
### Changes
|
@@ -999,7 +1133,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
999
1133
|
|
1000
1134
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
|
1001
1135
|
|
1002
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1136
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1003
1137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
|
1004
1138
|
|
1005
1139
|
### Patches
|
@@ -1015,7 +1149,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
1015
1149
|
|
1016
1150
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
|
1017
1151
|
|
1018
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1152
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1019
1153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
|
1020
1154
|
|
1021
1155
|
### Changes
|
@@ -1024,7 +1158,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1024
1158
|
|
1025
1159
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
|
1026
1160
|
|
1027
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1161
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1028
1162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
|
1029
1163
|
|
1030
1164
|
### Patches
|
@@ -1033,7 +1167,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1033
1167
|
|
1034
1168
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
|
1035
1169
|
|
1036
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1170
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1037
1171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
|
1038
1172
|
|
1039
1173
|
### Changes
|