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